kibana/api_docs/data_visualizer.json
Quynh Nguyen 0d4edb286a
[7.x] [ML] Move Index Data Visualizer into separate plugin (Part 1) (#100922) (#101665)
* Resolve merge conflicts

* Make sure CODEOWNERS file is empty
2021-06-09 17:50:33 -04:00

329 lines
9.4 KiB
JSON

{
"id": "dataVisualizer",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "dataVisualizer",
"id": "def-public.DataVisualizerPluginStart",
"type": "Type",
"tags": [],
"label": "DataVisualizerPluginStart",
"description": [],
"signature": [
"{ getFileDataVisualizerComponent: () => Promise<React.FC<{}>>; getMaxBytesFormatted: () => string; }"
],
"source": {
"path": "x-pack/plugins/data_visualizer/public/plugin.ts",
"lineNumber": 33
},
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState",
"type": "Interface",
"tags": [],
"label": "DataVisualizerTableState",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 14
},
"deprecated": false,
"children": [
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.pageSize",
"type": "number",
"tags": [],
"label": "pageSize",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 15
},
"deprecated": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.pageIndex",
"type": "number",
"tags": [],
"label": "pageIndex",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 16
},
"deprecated": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.sortField",
"type": "string",
"tags": [],
"label": "sortField",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 17
},
"deprecated": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.sortDirection",
"type": "string",
"tags": [],
"label": "sortDirection",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 18
},
"deprecated": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.visibleFieldTypes",
"type": "Array",
"tags": [],
"label": "visibleFieldTypes",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 19
},
"deprecated": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.visibleFieldNames",
"type": "Array",
"tags": [],
"label": "visibleFieldNames",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 20
},
"deprecated": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.DataVisualizerTableState.showDistributions",
"type": "boolean",
"tags": [],
"label": "showDistributions",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 21
},
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "dataVisualizer",
"id": "def-common.ABSOLUTE_MAX_FILE_SIZE_BYTES",
"type": "number",
"tags": [],
"label": "ABSOLUTE_MAX_FILE_SIZE_BYTES",
"description": [],
"signature": [
"1073741274"
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 14
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.FILE_SIZE_DISPLAY_FORMAT",
"type": "string",
"tags": [],
"label": "FILE_SIZE_DISPLAY_FORMAT",
"description": [],
"signature": [
"\"0,0.[0] b\""
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 15
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.INDEX_META_DATA_CREATED_BY",
"type": "string",
"tags": [],
"label": "INDEX_META_DATA_CREATED_BY",
"description": [],
"signature": [
"\"file-data-visualizer\""
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 19
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.InputData",
"type": "Type",
"tags": [],
"label": "InputData",
"description": [],
"signature": [
"any[]"
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 10
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.JobFieldType",
"type": "Type",
"tags": [],
"label": "JobFieldType",
"description": [],
"signature": [
"\"number\" | \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\""
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/types.ts",
"lineNumber": 12
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.MAX_FILE_SIZE",
"type": "string",
"tags": [],
"label": "MAX_FILE_SIZE",
"description": [],
"signature": [
"\"100MB\""
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 11
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.MAX_FILE_SIZE_BYTES",
"type": "number",
"tags": [],
"label": "MAX_FILE_SIZE_BYTES",
"description": [],
"signature": [
"104857600"
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 12
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.MB",
"type": "number",
"tags": [],
"label": "MB",
"description": [],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 10
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataVisualizer",
"id": "def-common.UI_SETTING_MAX_FILE_SIZE",
"type": "string",
"tags": [],
"label": "UI_SETTING_MAX_FILE_SIZE",
"description": [],
"signature": [
"\"fileUpload:maxFileSize\""
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 8
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "dataVisualizer",
"id": "def-common.JOB_FIELD_TYPES",
"type": "Object",
"tags": [],
"label": "JOB_FIELD_TYPES",
"description": [],
"signature": [
"{ readonly BOOLEAN: \"boolean\"; readonly DATE: \"date\"; readonly GEO_POINT: \"geo_point\"; readonly GEO_SHAPE: \"geo_shape\"; readonly IP: \"ip\"; readonly KEYWORD: \"keyword\"; readonly NUMBER: \"number\"; readonly TEXT: \"text\"; readonly UNKNOWN: \"unknown\"; }"
],
"source": {
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
"lineNumber": 21
},
"deprecated": false,
"initialIsOpen": false
}
]
}
}