mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
1133 lines
No EOL
38 KiB
JSON
1133 lines
No EOL
38 KiB
JSON
{
|
|
"id": "dataVisualizer",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerViewProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IndexDataVisualizerViewProps",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerViewProps.currentIndexPattern",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "currentIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPattern",
|
|
"text": "IndexPattern"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerViewProps.currentSavedSearch",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "currentSavedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "common",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-common.SavedSearchSavedObject",
|
|
"text": "SavedSearchSavedObject"
|
|
},
|
|
" | null"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerViewProps.additionalLinks",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "additionalLinks",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "public",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-public.ResultLink",
|
|
"text": "ResultLink"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ResultLink",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"index\" | \"file\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.icon",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "icon",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.getUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(params?: any) => Promise<string>"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.getUrl.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.canDisplay",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "canDisplay",
|
|
"description": [],
|
|
"signature": [
|
|
"(params?: any) => Promise<boolean>"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.canDisplay.$1",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.ResultLink.dataTestSubj",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dataTestSubj",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.FileDataVisualizerSpec",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FileDataVisualizerSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<Props>"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.FileDataVisualizerSpec.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P & { children?: React.ReactNode; }"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.FileDataVisualizerSpec.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerSpec",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "IndexDataVisualizerSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<{ additionalLinks: ",
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "public",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-public.ResultLink",
|
|
"text": "ResultLink"
|
|
},
|
|
"[]; }>"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerSpec.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P & { children?: React.ReactNode; }"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.IndexDataVisualizerSpec.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"start": {
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-public.DataVisualizerPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataVisualizerPluginStart",
|
|
"description": [],
|
|
"signature": [
|
|
"{ getFileDataVisualizerComponent: () => Promise<() => React.FC<Props>>; getIndexDataVisualizerComponent: () => Promise<() => React.FC<{ additionalLinks: ",
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "public",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-public.ResultLink",
|
|
"text": "ResultLink"
|
|
},
|
|
"[]; }>>; getMaxBytesFormatted: () => string; }"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/public/plugin.ts",
|
|
"deprecated": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.isSavedSearchSavedObject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isSavedSearchSavedObject",
|
|
"description": [],
|
|
"signature": [
|
|
"(arg: unknown) => boolean"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.isSavedSearchSavedObject.$1",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "arg",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataVisualizerTableState",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.pageSize",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "pageSize",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.pageIndex",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "pageIndex",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.sortField",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sortField",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.sortDirection",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sortDirection",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.visibleFieldTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "visibleFieldTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.visibleFieldNames",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "visibleFieldNames",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DataVisualizerTableState.showDistributions",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showDistributions",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DocumentCountBuckets",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DocumentCountBuckets",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DocumentCountBuckets.Unnamed",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "Unnamed",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DocumentCounts",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DocumentCounts",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DocumentCounts.buckets",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "buckets",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "common",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-common.DocumentCountBuckets",
|
|
"text": "DocumentCountBuckets"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.DocumentCounts.interval",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "interval",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldRequestConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldRequestConfig",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldRequestConfig.fieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldRequestConfig.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"boolean\" | \"keyword\" | \"date\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"unknown\" | \"histogram\" | \"text\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldRequestConfig.cardinality",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "cardinality",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldVisStats",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.cardinality",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "cardinality",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.sampleCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "sampleCount",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.trueCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "trueCount",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.falseCount",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "falseCount",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.earliest",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "earliest",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.latest",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "latest",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.documentCounts",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "documentCounts",
|
|
"description": [],
|
|
"signature": [
|
|
"{ buckets?: ",
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "common",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-common.DocumentCountBuckets",
|
|
"text": "DocumentCountBuckets"
|
|
},
|
|
" | undefined; interval?: number | undefined; } | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.avg",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "avg",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.distribution",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "distribution",
|
|
"description": [],
|
|
"signature": [
|
|
"{ percentiles: ",
|
|
{
|
|
"pluginId": "dataVisualizer",
|
|
"scope": "common",
|
|
"docId": "kibDataVisualizerPluginApi",
|
|
"section": "def-common.Percentile",
|
|
"text": "Percentile"
|
|
},
|
|
"[]; maxPercentile: number; minPercentile: 0; } | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.fieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.isTopValuesSampled",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isTopValuesSampled",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.max",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "max",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.median",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "median",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.min",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "min",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.topValues",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "topValues",
|
|
"description": [],
|
|
"signature": [
|
|
"{ key: React.ReactText; doc_count: number; }[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.topValuesSampleSize",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "topValuesSampleSize",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.topValuesSamplerShardSize",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "topValuesSamplerShardSize",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.examples",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "examples",
|
|
"description": [],
|
|
"signature": [
|
|
"(string | object)[] | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.timeRangeEarliest",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "timeRangeEarliest",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.FieldVisStats.timeRangeLatest",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "timeRangeLatest",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.Percentile",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Percentile",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.Percentile.percent",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "percent",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.Percentile.minValue",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "minValue",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.Percentile.maxValue",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "maxValue",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
|
|
"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"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"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\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"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\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.InputData",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "InputData",
|
|
"description": [],
|
|
"signature": [
|
|
"any[]"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.JobFieldType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "JobFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"boolean\" | \"keyword\" | \"date\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"unknown\" | \"histogram\" | \"text\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/job_field_type.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.MAX_FILE_SIZE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "MAX_FILE_SIZE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"100MB\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.MAX_FILE_SIZE_BYTES",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "MAX_FILE_SIZE_BYTES",
|
|
"description": [],
|
|
"signature": [
|
|
"104857600"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.MB",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "MB",
|
|
"description": [],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.OMIT_FIELDS",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "OMIT_FIELDS",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.SavedSearchSavedObject",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SavedSearchSavedObject",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-public.SimpleSavedObject",
|
|
"text": "SimpleSavedObject"
|
|
},
|
|
"<any>"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/types/index.ts",
|
|
"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\""
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"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 HISTOGRAM: \"histogram\"; readonly UNKNOWN: \"unknown\"; }"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataVisualizer",
|
|
"id": "def-common.NON_AGGREGATABLE_FIELD_TYPES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "NON_AGGREGATABLE_FIELD_TYPES",
|
|
"description": [],
|
|
"signature": [
|
|
"Set<string>"
|
|
],
|
|
"path": "x-pack/plugins/data_visualizer/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |