mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
23234 lines
No EOL
829 KiB
JSON
23234 lines
No EOL
829 KiB
JSON
{
|
|
"id": "dataViews",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataView",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPattern",
|
|
"text": "IIndexPattern"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.fieldFormatMap",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormatMap",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.typeMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [
|
|
"\nOnly used by rollup indices, used by rollup specific endpoint to load field list"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TypeMeta",
|
|
"text": "TypeMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.fields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPatternFieldList",
|
|
"text": "IIndexPatternFieldList"
|
|
},
|
|
" & { toSpec: () => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"\nType is used to identify rollup index patterns"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.flattenHit",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "flattenHit",
|
|
"description": [],
|
|
"signature": [
|
|
"(hit: Record<string, any>, deep?: boolean | undefined) => Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.flattenHit.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "hit",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.flattenHit.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "deep",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.metaFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metaFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.version",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [
|
|
"\nSavedObject version"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.sourceFilters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sourceFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SourceFilter",
|
|
"text": "SourceFilter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.allowNoIndex",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "allowNoIndex",
|
|
"description": [
|
|
"\nprevents errors when index pattern exists before indices"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ spec = {}, fieldFormats, shortDotsEnable = false, metaFields = [] }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewDeps"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getOriginalSavedObjectBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getOriginalSavedObjectBody",
|
|
"description": [
|
|
"\nGet last saved saved object fields"
|
|
],
|
|
"signature": [
|
|
"() => { fieldAttrs?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; fields?: string | undefined; sourceFilters?: string | undefined; fieldFormatMap?: string | undefined; typeMeta?: string | undefined; type?: string | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.resetOriginalSavedObjectBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resetOriginalSavedObjectBody",
|
|
"description": [
|
|
"\nReset last saved saved object fields. used after saving"
|
|
],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFieldAttrs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { [x: string]: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getComputedFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getComputedFields",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { storedFields: string[]; scriptFields: Record<string, ",
|
|
"ScriptField",
|
|
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [
|
|
"\nCreate static representation of index pattern"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getSourceFiltering",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSourceFiltering",
|
|
"description": [
|
|
"\nGet the source filtering configuration for that index."
|
|
],
|
|
"signature": [
|
|
"() => { excludes: string[]; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.removeScriptedField",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "removeScriptedField",
|
|
"description": [
|
|
"\nRemove scripted field from field list"
|
|
],
|
|
"signature": [
|
|
"(fieldName: string) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.removeScriptedField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getNonScriptedFields",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "getNonScriptedFields",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts"
|
|
}
|
|
],
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getScriptedFields",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "getScriptedFields",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
|
|
}
|
|
],
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.isTimeBased",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isTimeBased",
|
|
"description": [],
|
|
"signature": [
|
|
"() => this is ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TimeBasedDataView",
|
|
"text": "TimeBasedDataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.isTimeNanosBased",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isTimeNanosBased",
|
|
"description": [],
|
|
"signature": [
|
|
"() => this is ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TimeBasedDataView",
|
|
"text": "TimeBasedDataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getTimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTimeField",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFieldByName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldByName",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFieldByName.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getAggregationRestrictions",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAggregationRestrictions",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.AggregationRestrictions",
|
|
"text": "AggregationRestrictions"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getAsSavedObjectBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAsSavedObjectBody",
|
|
"description": [
|
|
"\nReturns index pattern as saved object body for saving"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [
|
|
"\nProvide a field, get its formatter"
|
|
],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFormatterForField.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.addRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addRuntimeField",
|
|
"description": [
|
|
"\nAdd a runtime field - Appended to existing mapped field or a new field is\ncreated as appropriate"
|
|
],
|
|
"signature": [
|
|
"(name: string, runtimeField: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.addRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [
|
|
"Field name"
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.addRuntimeField.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [
|
|
"Runtime field definition"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.hasRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasRuntimeField",
|
|
"description": [
|
|
"\nChecks if runtime field exists"
|
|
],
|
|
"signature": [
|
|
"(name: string) => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.hasRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRuntimeField",
|
|
"description": [
|
|
"\nReturns runtime field if exists"
|
|
],
|
|
"signature": [
|
|
"(name: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | null"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.replaceAllRuntimeFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "replaceAllRuntimeFields",
|
|
"description": [
|
|
"\nReplaces all existing runtime fields with new fields"
|
|
],
|
|
"signature": [
|
|
"(newFields: Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
">) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.replaceAllRuntimeFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "newFields",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.removeRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeRuntimeField",
|
|
"description": [
|
|
"\nRemove a runtime field - removed from mapped field or removed unmapped\nfield as appropriate. Doesn't clear associated field attributes."
|
|
],
|
|
"signature": [
|
|
"(name: string) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.removeRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [
|
|
"- Field name to remove"
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFormatterForFieldNoDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForFieldNoDefault",
|
|
"description": [
|
|
"\nGet formatter for a given field name. Return undefined if none exists"
|
|
],
|
|
"signature": [
|
|
"(fieldname: string) => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.getFormatterForFieldNoDefault.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldname",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldAttrs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
"<K extends keyof ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
">(fieldName: string, attrName: K, value: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
"[K]) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldAttrs.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldAttrs.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "attrName",
|
|
"description": [],
|
|
"signature": [
|
|
"K"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldAttrs.$3",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
"[K]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldCustomLabel",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldCustomLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, customLabel: string | null | undefined) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldCustomLabel.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldCustomLabel.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldCount",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldCount",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, count: number | null | undefined) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldCount.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldCount.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldFormat",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, format: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldFormat.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.setFieldFormat.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.deleteFieldFormat",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteFieldFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataView.deleteFieldFormat.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.spec",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [
|
|
"\nCount is used for field popularity"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.runtimeField",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.runtimeField",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.script",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "script",
|
|
"description": [
|
|
"\nScript field code"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.script",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "script",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.lang",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lang",
|
|
"description": [
|
|
"\nScript field language"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.lang",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lang",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.conflictDescriptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conflictDescriptions",
|
|
"description": [
|
|
"\nDescription of field type conflicts across different indices in the same index pattern"
|
|
],
|
|
"signature": [
|
|
"Record<string, string[]> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.conflictDescriptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conflictDescriptions",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, string[]> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.displayName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "displayName",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.esTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "esTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.scripted",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "scripted",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.searchable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "searchable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.aggregatable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.readFromDocValues",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "readFromDocValues",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.subType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "subType",
|
|
"description": [],
|
|
"signature": [
|
|
"IFieldSubType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.isMapped",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isMapped",
|
|
"description": [
|
|
"\nIs the field part of the index mapping?"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.sortable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "sortable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.filterable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "filterable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.visualizable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "visualizable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.isSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.isSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.getSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"IFieldSubTypeNested",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.getSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"IFieldSubTypeMulti",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.deleteCount",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteCount",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.toJSON",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toJSON",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { count: number; script: string | undefined; lang: string | undefined; conflictDescriptions: Record<string, string[]> | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ",
|
|
"IFieldSubType",
|
|
" | undefined; customLabel: string | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"({ getFormatterForField, }?: { getFormatterForField?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined; }) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.toSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n getFormatterForField,\n }",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewField.toSpec.$1.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewsApiClient",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsApiClient",
|
|
"text": "DataViewsApiClient"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IDataViewsApiClient",
|
|
"text": "IDataViewsApiClient"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "http",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-public.HttpSetup",
|
|
"text": "HttpSetup"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.getFieldsForTimePattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForTimePattern",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptionsTimePattern",
|
|
"text": "GetFieldsOptionsTimePattern"
|
|
},
|
|
") => Promise<any>"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.getFieldsForTimePattern.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptionsTimePattern",
|
|
"text": "GetFieldsOptionsTimePattern"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.getFieldsForWildcard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForWildcard",
|
|
"description": [],
|
|
"signature": [
|
|
"({ pattern, metaFields, type, rollupIndex, allowNoIndex, filter, }: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<any>"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.getFieldsForWildcard.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n pattern,\n metaFields,\n type,\n rollupIndex,\n allowNoIndex,\n filter,\n }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsApiClient.hasUserIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasUserIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<boolean>"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/data_views_api_client.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewsPublicPlugin",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPlugin",
|
|
"text": "DataViewsPublicPlugin"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPluginSetup",
|
|
"text": "DataViewsPublicPluginSetup"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPluginStart",
|
|
"text": "DataViewsPublicPluginStart"
|
|
},
|
|
", ",
|
|
"DataViewsPublicSetupDependencies",
|
|
", ",
|
|
"DataViewsPublicStartDependencies",
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<",
|
|
"DataViewsPublicStartDependencies",
|
|
", ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPluginStart",
|
|
"text": "DataViewsPublicPluginStart"
|
|
},
|
|
">, { expressions }: ",
|
|
"DataViewsPublicSetupDependencies",
|
|
") => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPluginSetup",
|
|
"text": "DataViewsPublicPluginSetup"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<",
|
|
"DataViewsPublicStartDependencies",
|
|
", ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPluginStart",
|
|
"text": "DataViewsPublicPluginStart"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.setup.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ expressions }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewsPublicSetupDependencies"
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.start",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
", { fieldFormats }: ",
|
|
"DataViewsPublicStartDependencies",
|
|
") => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsPublicPluginStart",
|
|
"text": "DataViewsPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.start.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.start.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ fieldFormats }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewsPublicStartDependencies"
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPlugin.stop",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/public/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewsService",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getCanSave",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCanSave",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<boolean>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.ensureDefaultDataView",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "ensureDefaultDataView",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<unknown> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/load_saved_dashboard_state.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/plugin.ts"
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n getCanSave = () => Promise.resolve(false),\n }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewsServiceDeps"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getIds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIds",
|
|
"description": [
|
|
"\nGet list of index pattern ids"
|
|
],
|
|
"signature": [
|
|
"(refresh?: boolean) => Promise<string[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getIds.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "refresh",
|
|
"description": [
|
|
"Force refresh of index pattern list"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getTitles",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTitles",
|
|
"description": [
|
|
"\nGet list of index pattern titles"
|
|
],
|
|
"signature": [
|
|
"(refresh?: boolean) => Promise<string[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getTitles.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "refresh",
|
|
"description": [
|
|
"Force refresh of index pattern list"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.find",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "find",
|
|
"description": [
|
|
"\nFind and load index patterns by title"
|
|
],
|
|
"signature": [
|
|
"(search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.find.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.find.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"IndexPattern[]"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getIdsWithTitle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIdsWithTitle",
|
|
"description": [
|
|
"\nGet list of index pattern ids with titles"
|
|
],
|
|
"signature": [
|
|
"(refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getIdsWithTitle.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "refresh",
|
|
"description": [
|
|
"Force refresh of index pattern list"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.clearCache",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "clearCache",
|
|
"description": [
|
|
"\nClear index pattern list cache"
|
|
],
|
|
"signature": [
|
|
"(id?: string | undefined) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.clearCache.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"optionally clear a single id"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getCache",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCache",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDefault",
|
|
"description": [
|
|
"\nGet default index pattern"
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getDefaultId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDefaultId",
|
|
"description": [
|
|
"\nGet default index pattern id"
|
|
],
|
|
"signature": [
|
|
"() => Promise<string | null>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.setDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setDefault",
|
|
"description": [
|
|
"\nOptionally set default index pattern, unless force = true"
|
|
],
|
|
"signature": [
|
|
"(id: string | null, force?: boolean) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.setDefault.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.setDefault.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "force",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.hasUserDataView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasUserDataView",
|
|
"description": [
|
|
"\nChecks if current user has a user created index pattern ignoring fleet's server default index patterns"
|
|
],
|
|
"signature": [
|
|
"() => Promise<boolean>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getFieldsForWildcard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForWildcard",
|
|
"description": [
|
|
"\nGet field list by providing { pattern }"
|
|
],
|
|
"signature": [
|
|
"(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getFieldsForWildcard.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"FieldSpec[]"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getFieldsForIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForIndexPattern",
|
|
"description": [
|
|
"\nGet field list by providing an index patttern (or spec)"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getFieldsForIndexPattern.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getFieldsForIndexPattern.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"FieldSpec[]"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.refreshFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refreshFields",
|
|
"description": [
|
|
"\nRefresh field list for a given index pattern"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.refreshFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.fieldArrayToMap",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fieldArrayToMap",
|
|
"description": [
|
|
"\nConverts field array to map"
|
|
],
|
|
"signature": [
|
|
"(fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.fieldArrayToMap.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [
|
|
": FieldSpec[]"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.fieldArrayToMap.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldAttrs",
|
|
"description": [
|
|
": FieldAttrs"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"Record<string, FieldSpec>"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.savedObjectToSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "savedObjectToSpec",
|
|
"description": [
|
|
"\nConverts index pattern saved object to index pattern spec"
|
|
],
|
|
"signature": [
|
|
"(savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.savedObjectToSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObject",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"IndexPatternSpec"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [
|
|
"\nGet an index pattern by id. Cache optimized"
|
|
],
|
|
"signature": [
|
|
"(id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.get.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.create",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "create",
|
|
"description": [
|
|
"\nCreate a new index pattern instance"
|
|
],
|
|
"signature": [
|
|
"(spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.create.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.create.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "skipFetchFields",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"IndexPattern"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createAndSave",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createAndSave",
|
|
"description": [
|
|
"\nCreate a new index pattern and save it right away"
|
|
],
|
|
"signature": [
|
|
"(spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createAndSave.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createAndSave.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "override",
|
|
"description": [
|
|
"Overwrite if existing index pattern exists."
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createAndSave.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "skipFetchFields",
|
|
"description": [
|
|
"Whether to skip field refresh step."
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createSavedObject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createSavedObject",
|
|
"description": [
|
|
"\nSave a new index pattern"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createSavedObject.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.createSavedObject.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "override",
|
|
"description": [
|
|
"Overwrite if existing index pattern exists"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.updateSavedObject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateSavedObject",
|
|
"description": [
|
|
"\nSave existing index pattern. Will attempt to merge differences if there are conflicts"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.updateSavedObject.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.updateSavedObject.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "saveAttempts",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.updateSavedObject.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "ignoreErrors",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.delete",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "delete",
|
|
"description": [
|
|
"\nDeletes an index pattern from .kibana index"
|
|
],
|
|
"signature": [
|
|
"(indexPatternId: string) => Promise<{}>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.delete.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [
|
|
": Id of kibana Index Pattern to delete"
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsService.getDefaultDataView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDefaultDataView",
|
|
"description": [
|
|
"\nReturns the default data view as an object.\nIf no default is found, or it is missing\nanother data view is selected as default and returned.\nIf no possible data view found to become a default returns null\n"
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"default data view"
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IndexPattern",
|
|
"type": "Class",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPattern",
|
|
"text": "IndexPattern"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/target/types/__jest__/client_integration/helpers/app_context.mock.d.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/target/types/public/application/lib/load_saved_dashboard_state.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/target/types/public/vis_types/base_vis_type.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/target/types/public/vis_types/base_vis_type.d.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/target/types/public/application/hooks/use_dashboard_app_state.d.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/target/types/public/application/main/utils/use_discover_state.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/exists_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/exists_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/range_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/range_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/datatable_column_meta.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/datatable_column_meta.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/datatable_column_meta.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_app_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_app_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field_types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field_types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/geo_point_content_with_map/geo_point_content_with_map.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/geo_point_content_with_map/geo_point_content_with_map.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_pattern_management/index_pattern_management.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_pattern_management/index_pattern_management.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/actions.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/actions.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_filters.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_filters.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/types/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/types/index.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/percentile_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/percentile_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/routes/map_page/map_app/map_app.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/routes/map_page/map_app/map_app.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_wildcards.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_wildcards.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/common/search/aggs/agg_config.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/query_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/query_service.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/saved_object/helpers/apply_es_resp.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/saved_object/helpers/apply_es_resp.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/open_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/open_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/components/filter_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/components/filter_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_agg_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_agg_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/count_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/count_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_agg_source/es_agg_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_agg_source/es_agg_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_agg_source/es_agg_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/filter_editor/filter_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/filter_editor/filter_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/filter_editor/filter_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/geo_line_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/geo_line_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/types/app_state.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/types/app_state.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.sagas.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.sagas.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/persistence.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/persistence.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/inspect_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/inspect_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/workspace_layout/workspace_layout.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/workspace_layout/workspace_layout.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/workspace_layout/workspace_layout.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/index_pattern_cache.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/index_pattern_cache.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/index_pattern_cache.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/wizard/wizard.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/wizard/wizard.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/get_pivot_dropdown_options.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/get_pivot_dropdown_options.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_agg_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_agg_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/contexts/uptime_index_pattern_context.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/contexts/uptime_index_pattern_context.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/contexts/uptime_index_pattern_context.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/mocks.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/mocks.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/es_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/es_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/count_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/count_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/geo_line_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/geo_line_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/filter_editor/filter_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/filter_editor/filter_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/controls_tab.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/controls_tab.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/utils/editor_config.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/utils/editor_config.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/target/types/public/components/field_format_editor/field_format_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/target/types/public/components/field_format_editor/field_format_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/utils/editor_config.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/utils/editor_config.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/control/create_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/control/create_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/test_utils/get_index_pattern_mock.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/test_utils/get_index_pattern_mock.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/components/editor/controls_tab.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/components/editor/controls_tab.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/target/types/public/application/components/lib/convert_series_to_datatable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/target/types/public/application/components/lib/convert_series_to_datatable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/target/types/public/application/components/lib/convert_series_to_datatable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.test.ts"
|
|
}
|
|
],
|
|
"children": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IndexPatternField",
|
|
"type": "Class",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPatternField",
|
|
"text": "IndexPatternField"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/kibana_context_type.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/kibana_context_type.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/types/field_data_row.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/types/field_data_row.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/util/field_types_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/util/field_types_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/es_doc_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/es_doc_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metrics_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metrics_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metric_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metric_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/top_hits_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/top_hits_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/top_hits_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/list_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/list_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/range_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/range_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_field_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_field_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_field_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_param_props.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_param_props.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_sort_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_sort_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_param_props.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_param_props.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_sort_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_sort_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/discover_field_visualize_inner.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/discover_field_visualize_inner.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/__stories__/fields.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/__stories__/fields.ts"
|
|
}
|
|
],
|
|
"children": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IndexPatternsService",
|
|
"type": "Class",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternsService",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPatternsService",
|
|
"text": "IndexPatternsService"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/default_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/default_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/server/data_indexing/create_doc_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/server/data_indexing/create_doc_source.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/fields_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/fields_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/combo_box_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/combo_box_select.tsx"
|
|
}
|
|
],
|
|
"children": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "SavedObjectsClientPublicToCommon",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.SavedObjectsClientPublicToCommon",
|
|
"text": "SavedObjectsClientPublicToCommon"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SavedObjectsClientCommon",
|
|
"text": "SavedObjectsClientCommon"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObjectClient",
|
|
"description": [],
|
|
"signature": [
|
|
"SOClient"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.find",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "find",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = unknown>(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SavedObjectsClientCommonFindArgs",
|
|
"text": "SavedObjectsClientCommonFindArgs"
|
|
},
|
|
") => Promise<",
|
|
"SavedObject",
|
|
"<T>[]>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.find.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SavedObjectsClientCommonFindArgs",
|
|
"text": "SavedObjectsClientCommonFindArgs"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = unknown>(type: string, id: string) => Promise<",
|
|
"SavedObject",
|
|
"<T>>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.get.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.get.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.update",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "update",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, id: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<",
|
|
"SavedObject",
|
|
"<unknown>>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.update.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.update.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.update.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "attributes",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.update.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.create",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "create",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<",
|
|
"SavedObject",
|
|
"<unknown>>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.create.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.create.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "attributes",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.create.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.delete",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "delete",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, id: string) => Promise<{}>"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.delete.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.SavedObjectsClientPublicToCommon.delete.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/saved_objects_client_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "UiSettingsPublicToCommon",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.UiSettingsPublicToCommon",
|
|
"text": "UiSettingsPublicToCommon"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.UiSettingsCommon",
|
|
"text": "UiSettingsCommon"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiSettings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.IUiSettingsClient",
|
|
"text": "IUiSettingsClient"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = any>(key: string) => Promise<T>"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.get.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.getAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAll",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = any>() => Promise<Record<string, ",
|
|
"PublicUiSettingsParams",
|
|
" & ",
|
|
"UserProvidedValues",
|
|
"<T>>>"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.set",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "set",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: string, value: any) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.set.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.set.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.remove",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "remove",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: string) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.UiSettingsPublicToCommon.remove.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/public/ui_settings_wrapper.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.onRedirectNoIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onRedirectNoIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"(capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>, navigateToApp: (appId: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCoreApplicationPluginApi",
|
|
"section": "def-public.NavigateToAppOptions",
|
|
"text": "NavigateToAppOptions"
|
|
},
|
|
" | undefined) => Promise<void>, overlays: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.OverlayStart",
|
|
"text": "OverlayStart"
|
|
},
|
|
", theme: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.ThemeServiceStart",
|
|
"text": "ThemeServiceStart"
|
|
},
|
|
") => () => Promise<unknown>"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/redirect_no_index_pattern.tsx",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.onRedirectNoIndexPattern.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "capabilities",
|
|
"description": [],
|
|
"signature": [
|
|
"Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/redirect_no_index_pattern.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.onRedirectNoIndexPattern.$2",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "navigateToApp",
|
|
"description": [],
|
|
"signature": [
|
|
"(appId: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCoreApplicationPluginApi",
|
|
"section": "def-public.NavigateToAppOptions",
|
|
"text": "NavigateToAppOptions"
|
|
},
|
|
" | undefined) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/redirect_no_index_pattern.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.onRedirectNoIndexPattern.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "overlays",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.OverlayStart",
|
|
"text": "OverlayStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/redirect_no_index_pattern.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.onRedirectNoIndexPattern.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "theme",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.ThemeServiceStart",
|
|
"text": "ThemeServiceStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/public/data_views/redirect_no_index_pattern.tsx",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.validateDataView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "validateDataView",
|
|
"description": [],
|
|
"signature": [
|
|
"(indexPattern: string) => { ILLEGAL_CHARACTERS?: string[] | undefined; CONTAINS_SPACES?: boolean | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/lib/validate_data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.validateDataView.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/lib/validate_data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewListItem",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewListItem",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewListItem.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewListItem.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewListItem.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewListItem.typeMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TypeMeta",
|
|
"text": "TypeMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewSpec",
|
|
"description": [
|
|
"\nStatic index pattern format\nSerialized data object, representing index pattern attributes and state"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"\nsaved object id"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.version",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [
|
|
"\nsaved object version string"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.sourceFilters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sourceFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SourceFilter",
|
|
"text": "SourceFilter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.fields",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.typeMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TypeMeta",
|
|
"text": "TypeMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.fieldFormats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormats",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.runtimeFieldMap",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeFieldMap",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.fieldAttrs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewSpec.allowNoIndex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allowNoIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IIndexPatternFieldList",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPatternFieldList",
|
|
"text": "IIndexPatternFieldList"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.add",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "add",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.add.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.getAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAll",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.getByName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getByName",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.getByName.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.getByType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getByType",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.getByType.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.remove",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "remove",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.remove.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.removeAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeAll",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.replaceAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "replaceAll",
|
|
"description": [],
|
|
"signature": [
|
|
"(specs: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.replaceAll.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "specs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.update",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "update",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.update.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: { getFormatterForField?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined; } | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.toSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IIndexPatternFieldList.toSpec.$1.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.TypeMeta",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TypeMeta",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.TypeMeta.aggs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.AggregationRestrictions",
|
|
"text": "AggregationRestrictions"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.TypeMeta.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"{ rollup_index: string; } | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewType",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "DataViewType",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.CONTAINS_SPACES_KEY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "CONTAINS_SPACES_KEY",
|
|
"description": [],
|
|
"signature": [
|
|
"\"CONTAINS_SPACES\""
|
|
],
|
|
"path": "src/plugins/data_views/common/lib/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsContract",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataViewsContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; delete: (indexPatternId: string) => Promise<{}>; find: (search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>; get: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; getCanSave: () => Promise<boolean>; ensureDefaultDataView: ",
|
|
"EnsureDefaultDataView",
|
|
"; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>; getDefault: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getDefaultId: () => Promise<string | null>; setDefault: (id: string | null, force?: boolean) => Promise<void>; hasUserDataView: () => Promise<boolean>; getFieldsForWildcard: (options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; getFieldsForIndexPattern: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; refreshFields: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>; fieldArrayToMap: (fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; savedObjectToSpec: (savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
"; createAndSave: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; createSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; updateSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; getDefaultDataView: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getCanSaveSync: () => boolean; }"
|
|
],
|
|
"path": "src/plugins/data_views/public/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.ILLEGAL_CHARACTERS",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "ILLEGAL_CHARACTERS",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/lib/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.ILLEGAL_CHARACTERS_KEY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ILLEGAL_CHARACTERS_KEY",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ILLEGAL_CHARACTERS\""
|
|
],
|
|
"path": "src/plugins/data_views/common/lib/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.ILLEGAL_CHARACTERS_VISIBLE",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "ILLEGAL_CHARACTERS_VISIBLE",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/lib/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.IndexPatternsContract",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternsContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; delete: (indexPatternId: string) => Promise<{}>; find: (search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>; get: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; getCanSave: () => Promise<boolean>; ensureDefaultDataView: ",
|
|
"EnsureDefaultDataView",
|
|
"; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>; getDefault: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getDefaultId: () => Promise<string | null>; setDefault: (id: string | null, force?: boolean) => Promise<void>; hasUserDataView: () => Promise<boolean>; getFieldsForWildcard: (options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; getFieldsForIndexPattern: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; refreshFields: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>; fieldArrayToMap: (fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; savedObjectToSpec: (savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
"; createAndSave: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; createSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; updateSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; getDefaultDataView: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/services.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/services.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/create_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/create_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/fetch_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/fetch_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/test_helpers/make_default_services.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/test_helpers/make_default_services.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/lazy_load_bundle/index.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/lazy_load_bundle/index.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/lazy_load_bundle/index.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/lazy_load_bundle/index.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_range_select.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_range_select.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_value_click.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_value_click.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/create_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/create_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.META_FIELDS",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "META_FIELDS",
|
|
"description": [],
|
|
"signature": [
|
|
"\"metaFields\""
|
|
],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewsPublicPluginSetup",
|
|
"description": [
|
|
"\nData plugin public Setup contract"
|
|
],
|
|
"path": "src/plugins/data_views/public/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-public.DataViewsPublicPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataViewsPublicPluginStart",
|
|
"description": [
|
|
"\nData views plugin public Start contract"
|
|
],
|
|
"signature": [
|
|
"{ create: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; delete: (indexPatternId: string) => Promise<{}>; find: (search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>; get: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; getCanSave: () => Promise<boolean>; ensureDefaultDataView: ",
|
|
"EnsureDefaultDataView",
|
|
"; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>; getDefault: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getDefaultId: () => Promise<string | null>; setDefault: (id: string | null, force?: boolean) => Promise<void>; hasUserDataView: () => Promise<boolean>; getFieldsForWildcard: (options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; getFieldsForIndexPattern: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; refreshFields: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>; fieldArrayToMap: (fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; savedObjectToSpec: (savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
"; createAndSave: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; createSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; updateSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; getDefaultDataView: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getCanSaveSync: () => boolean; }"
|
|
],
|
|
"path": "src/plugins/data_views/public/types.ts",
|
|
"deprecated": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewsServerPlugin",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.DataViewsServerPlugin",
|
|
"text": "DataViewsServerPlugin"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.Plugin",
|
|
"text": "Plugin"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.DataViewsServerPluginSetup",
|
|
"text": "DataViewsServerPluginSetup"
|
|
},
|
|
", ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.DataViewsServerPluginStart",
|
|
"text": "DataViewsServerPluginStart"
|
|
},
|
|
", ",
|
|
"DataViewsServerPluginSetupDependencies",
|
|
", ",
|
|
"DataViewsServerPluginStartDependencies",
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "initializerContext",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.PluginInitializerContext",
|
|
"text": "PluginInitializerContext"
|
|
},
|
|
"<unknown>"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.setup",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setup",
|
|
"description": [],
|
|
"signature": [
|
|
"(core: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<",
|
|
"DataViewsServerPluginStartDependencies",
|
|
", ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.DataViewsServerPluginStart",
|
|
"text": "DataViewsServerPluginStart"
|
|
},
|
|
">, { expressions, usageCollection }: ",
|
|
"DataViewsServerPluginSetupDependencies",
|
|
") => {}"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.setup.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<",
|
|
"DataViewsServerPluginStartDependencies",
|
|
", ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.DataViewsServerPluginStart",
|
|
"text": "DataViewsServerPluginStart"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.setup.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ expressions, usageCollection }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewsServerPluginSetupDependencies"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.start",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"({ uiSettings, capabilities }: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
", { fieldFormats }: ",
|
|
"DataViewsServerPluginStartDependencies",
|
|
") => { indexPatternsServiceFactory: (savedObjectsClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
},
|
|
", elasticsearchClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", request?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
},
|
|
">; dataViewsServiceFactory: (savedObjectsClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
},
|
|
", elasticsearchClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", request?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.start.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ uiSettings, capabilities }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.CoreStart",
|
|
"text": "CoreStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.start.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ fieldFormats }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewsServerPluginStartDependencies"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPlugin.stop",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "stop",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/server/plugin.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "IndexPatternsFetcher",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.Unnamed.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "elasticsearchClient",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.Unnamed.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "allowNoIndices",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard",
|
|
"type": "Function",
|
|
"tags": [
|
|
"property",
|
|
"property",
|
|
"return"
|
|
],
|
|
"label": "getFieldsForWildcard",
|
|
"description": [
|
|
"\n Get a list of field objects for an index pattern that may contain wildcards\n"
|
|
],
|
|
"signature": [
|
|
"(options: { pattern: string | string[]; metaFields?: string[] | undefined; fieldCapsOptions?: { allow_no_indices: boolean; } | undefined; type?: string | undefined; rollupIndex?: string | undefined; filter?: ",
|
|
"QueryDslQueryContainer",
|
|
" | undefined; }) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.pattern",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "pattern",
|
|
"description": [],
|
|
"signature": [
|
|
"string | string[]"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.metaFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metaFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.fieldCapsOptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldCapsOptions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ allow_no_indices: boolean; } | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.rollupIndex",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "rollupIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.filter",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern",
|
|
"type": "Function",
|
|
"tags": [
|
|
"property",
|
|
"property",
|
|
"property",
|
|
"return"
|
|
],
|
|
"label": "getFieldsForTimePattern",
|
|
"description": [
|
|
"\n Get a list of field objects for a time pattern\n"
|
|
],
|
|
"signature": [
|
|
"(options: { pattern: string; metaFields: string[]; lookBack: number; interval: string; }) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.pattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pattern",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.metaFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metaFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.lookBack",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lookBack",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.getFieldsForTimePattern.$1.interval",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "interval",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.validatePatternListActive",
|
|
"type": "Function",
|
|
"tags": [
|
|
"return"
|
|
],
|
|
"label": "validatePatternListActive",
|
|
"description": [
|
|
"\n Returns an index pattern list of only those index pattern strings in the given list that return indices\n"
|
|
],
|
|
"signature": [
|
|
"(patternList: string[]) => Promise<string[]>"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.IndexPatternsFetcher.validatePatternListActive.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "patternList",
|
|
"description": [
|
|
"string[]"
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.dataViewsServiceFactory",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "dataViewsServiceFactory",
|
|
"description": [],
|
|
"signature": [
|
|
"({ logger, uiSettings, fieldFormats, capabilities, }: { logger: ",
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "server",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-server.Logger",
|
|
"text": "Logger"
|
|
},
|
|
"; uiSettings: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.UiSettingsServiceStart",
|
|
"text": "UiSettingsServiceStart"
|
|
},
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "server",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-server.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; capabilities: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.CapabilitiesStart",
|
|
"text": "CapabilitiesStart"
|
|
},
|
|
"; }) => (savedObjectsClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
},
|
|
", elasticsearchClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", request?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/data_views_service_factory.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.dataViewsServiceFactory.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n logger,\n uiSettings,\n fieldFormats,\n capabilities,\n}",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/data_views_service_factory.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.dataViewsServiceFactory.$1.logger",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "logger",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "server",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-server.Logger",
|
|
"text": "Logger"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/data_views_service_factory.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.dataViewsServiceFactory.$1.uiSettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiSettings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.UiSettingsServiceStart",
|
|
"text": "UiSettingsServiceStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/data_views_service_factory.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.dataViewsServiceFactory.$1.fieldFormats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormats",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "server",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-server.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/data_views_service_factory.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.dataViewsServiceFactory.$1.capabilities",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "capabilities",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.CapabilitiesStart",
|
|
"text": "CapabilitiesStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/data_views_service_factory.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.findIndexPatternById",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "findIndexPatternById",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedObjectsClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
},
|
|
", index: string) => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
"> | undefined>"
|
|
],
|
|
"path": "src/plugins/data_views/server/utils.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.findIndexPatternById.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObjectsClient",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/server/utils.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.findIndexPatternById.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/server/utils.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.getCapabilitiesForRollupIndices",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCapabilitiesForRollupIndices",
|
|
"description": [],
|
|
"signature": [
|
|
"(indices: Record<string, { rollup_jobs: any; }>) => { [key: string]: any; }"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.getCapabilitiesForRollupIndices.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indices",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, { rollup_jobs: any; }>"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.getFieldByName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldByName",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, indexPattern: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/utils.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.getFieldByName.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/server/utils.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.getFieldByName.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/utils.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.mergeCapabilitiesWithFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "mergeCapabilitiesWithFields",
|
|
"description": [],
|
|
"signature": [
|
|
"(rollupIndexCapabilities: { [key: string]: any; }, fieldsFromFieldCapsApi: Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
">, previousFields?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
"[]) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/merge_capabilities_with_fields.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.mergeCapabilitiesWithFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "rollupIndexCapabilities",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/merge_capabilities_with_fields.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.mergeCapabilitiesWithFields.$1.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: any",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: any"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/merge_capabilities_with_fields.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.mergeCapabilitiesWithFields.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldsFromFieldCapsApi",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/merge_capabilities_with_fields.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.mergeCapabilitiesWithFields.$3",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "previousFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "server",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-server.FieldDescriptor",
|
|
"text": "FieldDescriptor"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/merge_capabilities_with_fields.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.shouldReadFieldFromDocValues",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "shouldReadFieldFromDocValues",
|
|
"description": [],
|
|
"signature": [
|
|
"(aggregatable: boolean, esType: string) => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.shouldReadFieldFromDocValues.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.shouldReadFieldFromDocValues.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "esType",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/lib/field_capabilities/should_read_field_from_doc_values.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldDescriptor",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.aggregatable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.readFromDocValues",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "readFromDocValues",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.searchable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "searchable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.esTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "esTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.subType",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "subType",
|
|
"description": [],
|
|
"signature": [
|
|
"FieldSubType | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.FieldDescriptor.metadata_field",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "metadata_field",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DATA_VIEW_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DATA_VIEW_PATH",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DATA_VIEW_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DATA_VIEW_PATH_LEGACY",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.RUNTIME_FIELD_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "RUNTIME_FIELD_PATH",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.RUNTIME_FIELD_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "RUNTIME_FIELD_PATH_LEGACY",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SCRIPTED_FIELD_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SCRIPTED_FIELD_PATH",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SCRIPTED_FIELD_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SCRIPTED_FIELD_PATH_LEGACY",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SERVICE_KEY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SERVICE_KEY",
|
|
"description": [],
|
|
"signature": [
|
|
"\"data_view\""
|
|
],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SERVICE_KEY_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SERVICE_KEY_LEGACY",
|
|
"description": [],
|
|
"signature": [
|
|
"\"index_pattern\""
|
|
],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SERVICE_KEY_TYPE",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "SERVICE_KEY_TYPE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"index_pattern\" | \"data_view\""
|
|
],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SERVICE_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SERVICE_PATH",
|
|
"description": [],
|
|
"signature": [
|
|
"\"/api/data_views\""
|
|
],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SERVICE_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SERVICE_PATH_LEGACY",
|
|
"description": [],
|
|
"signature": [
|
|
"\"/api/index_patterns\""
|
|
],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SPECIFIC_DATA_VIEW_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SPECIFIC_DATA_VIEW_PATH",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SPECIFIC_DATA_VIEW_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SPECIFIC_DATA_VIEW_PATH_LEGACY",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SPECIFIC_RUNTIME_FIELD_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SPECIFIC_RUNTIME_FIELD_PATH",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SPECIFIC_RUNTIME_FIELD_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SPECIFIC_RUNTIME_FIELD_PATH_LEGACY",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SPECIFIC_SCRIPTED_FIELD_PATH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SPECIFIC_SCRIPTED_FIELD_PATH",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.SPECIFIC_SCRIPTED_FIELD_PATH_LEGACY",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "SPECIFIC_SCRIPTED_FIELD_PATH_LEGACY",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"start": {
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewsServerPluginStart",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "dataViewsServiceFactory",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedObjectsClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
},
|
|
", elasticsearchClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", request?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObjectsClient",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: <T = unknown>(type: string, attributes: T, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreateOptions",
|
|
"text": "SavedObjectsCreateOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
"SavedObject",
|
|
"<T>>; bulkCreate: <T = unknown>(objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkCreateObject",
|
|
"text": "SavedObjectsBulkCreateObject"
|
|
},
|
|
"<T>[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreateOptions",
|
|
"text": "SavedObjectsCreateOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResponse",
|
|
"text": "SavedObjectsBulkResponse"
|
|
},
|
|
"<T>>; checkConflicts: (objects?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCheckConflictsObject",
|
|
"text": "SavedObjectsCheckConflictsObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCheckConflictsResponse",
|
|
"text": "SavedObjectsCheckConflictsResponse"
|
|
},
|
|
">; delete: (type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsDeleteOptions",
|
|
"text": "SavedObjectsDeleteOptions"
|
|
},
|
|
") => Promise<{}>; find: <T = unknown, A = unknown>(options: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsFindOptions",
|
|
"text": "SavedObjectsFindOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsFindResponse",
|
|
"text": "SavedObjectsFindResponse"
|
|
},
|
|
"<T, A>>; bulkGet: <T = unknown>(objects?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkGetObject",
|
|
"text": "SavedObjectsBulkGetObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResponse",
|
|
"text": "SavedObjectsBulkResponse"
|
|
},
|
|
"<T>>; bulkResolve: <T = unknown>(objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResolveObject",
|
|
"text": "SavedObjectsBulkResolveObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResolveResponse",
|
|
"text": "SavedObjectsBulkResolveResponse"
|
|
},
|
|
"<T>>; get: <T = unknown>(type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
"SavedObject",
|
|
"<T>>; resolve: <T = unknown>(type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsResolveResponse",
|
|
"text": "SavedObjectsResolveResponse"
|
|
},
|
|
"<T>>; update: <T = unknown>(type: string, id: string, attributes: Partial<T>, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateOptions",
|
|
"text": "SavedObjectsUpdateOptions"
|
|
},
|
|
"<T>) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateResponse",
|
|
"text": "SavedObjectsUpdateResponse"
|
|
},
|
|
"<T>>; collectMultiNamespaceReferences: (objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject",
|
|
"text": "SavedObjectsCollectMultiNamespaceReferencesObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions",
|
|
"text": "SavedObjectsCollectMultiNamespaceReferencesOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse",
|
|
"text": "SavedObjectsCollectMultiNamespaceReferencesResponse"
|
|
},
|
|
">; updateObjectsSpaces: (objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateObjectsSpacesObject",
|
|
"text": "SavedObjectsUpdateObjectsSpacesObject"
|
|
},
|
|
"[], spacesToAdd: string[], spacesToRemove: string[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateObjectsSpacesOptions",
|
|
"text": "SavedObjectsUpdateObjectsSpacesOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateObjectsSpacesResponse",
|
|
"text": "SavedObjectsUpdateObjectsSpacesResponse"
|
|
},
|
|
">; bulkUpdate: <T = unknown>(objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkUpdateObject",
|
|
"text": "SavedObjectsBulkUpdateObject"
|
|
},
|
|
"<T>[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkUpdateOptions",
|
|
"text": "SavedObjectsBulkUpdateOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkUpdateResponse",
|
|
"text": "SavedObjectsBulkUpdateResponse"
|
|
},
|
|
"<T>>; removeReferencesTo: (type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsRemoveReferencesToOptions",
|
|
"text": "SavedObjectsRemoveReferencesToOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsRemoveReferencesToResponse",
|
|
"text": "SavedObjectsRemoveReferencesToResponse"
|
|
},
|
|
">; openPointInTimeForType: (type: string | string[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsOpenPointInTimeOptions",
|
|
"text": "SavedObjectsOpenPointInTimeOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsOpenPointInTimeResponse",
|
|
"text": "SavedObjectsOpenPointInTimeResponse"
|
|
},
|
|
">; closePointInTime: (id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClosePointInTimeResponse",
|
|
"text": "SavedObjectsClosePointInTimeResponse"
|
|
},
|
|
">; createPointInTimeFinder: <T = unknown, A = unknown>(findOptions: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreatePointInTimeFinderOptions",
|
|
"text": "SavedObjectsCreatePointInTimeFinderOptions"
|
|
},
|
|
", dependencies?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies",
|
|
"text": "SavedObjectsCreatePointInTimeFinderDependencies"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.ISavedObjectsPointInTimeFinder",
|
|
"text": "ISavedObjectsPointInTimeFinder"
|
|
},
|
|
"<T, A>; errors: typeof ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsErrorHelpers",
|
|
"text": "SavedObjectsErrorHelpers"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "elasticsearchClient",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"KibanaClient",
|
|
", \"extend\" | \"connectionPool\" | \"transport\" | \"serializer\" | \"child\" | \"close\" | \"diagnostic\"> & { transport: { request<TResponse = unknown>(params: ",
|
|
"TransportRequestParams",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<TResponse, unknown>>; }; }"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "request",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$4",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "byPassCapabilities",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.indexPatternsServiceFactory",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "indexPatternsServiceFactory",
|
|
"description": [],
|
|
"signature": [
|
|
"(savedObjectsClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClientContract",
|
|
"text": "SavedObjectsClientContract"
|
|
},
|
|
", elasticsearchClient: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-server.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", request?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/expressions/esaggs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "infra",
|
|
"path": "x-pack/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts"
|
|
},
|
|
{
|
|
"plugin": "infra",
|
|
"path": "x-pack/plugins/infra/server/services/log_entries/log_entries_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "infra",
|
|
"path": "x-pack/plugins/infra/server/services/log_entries/log_entry_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/server/kibana_server_services.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/server/data_indexing/indexing_routes.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/server/routes/run.ts"
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.indexPatternsServiceFactory.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObjectsClient",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: <T = unknown>(type: string, attributes: T, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreateOptions",
|
|
"text": "SavedObjectsCreateOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
"SavedObject",
|
|
"<T>>; bulkCreate: <T = unknown>(objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkCreateObject",
|
|
"text": "SavedObjectsBulkCreateObject"
|
|
},
|
|
"<T>[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreateOptions",
|
|
"text": "SavedObjectsCreateOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResponse",
|
|
"text": "SavedObjectsBulkResponse"
|
|
},
|
|
"<T>>; checkConflicts: (objects?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCheckConflictsObject",
|
|
"text": "SavedObjectsCheckConflictsObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCheckConflictsResponse",
|
|
"text": "SavedObjectsCheckConflictsResponse"
|
|
},
|
|
">; delete: (type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsDeleteOptions",
|
|
"text": "SavedObjectsDeleteOptions"
|
|
},
|
|
") => Promise<{}>; find: <T = unknown, A = unknown>(options: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsFindOptions",
|
|
"text": "SavedObjectsFindOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsFindResponse",
|
|
"text": "SavedObjectsFindResponse"
|
|
},
|
|
"<T, A>>; bulkGet: <T = unknown>(objects?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkGetObject",
|
|
"text": "SavedObjectsBulkGetObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResponse",
|
|
"text": "SavedObjectsBulkResponse"
|
|
},
|
|
"<T>>; bulkResolve: <T = unknown>(objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResolveObject",
|
|
"text": "SavedObjectsBulkResolveObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkResolveResponse",
|
|
"text": "SavedObjectsBulkResolveResponse"
|
|
},
|
|
"<T>>; get: <T = unknown>(type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
"SavedObject",
|
|
"<T>>; resolve: <T = unknown>(type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsResolveResponse",
|
|
"text": "SavedObjectsResolveResponse"
|
|
},
|
|
"<T>>; update: <T = unknown>(type: string, id: string, attributes: Partial<T>, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateOptions",
|
|
"text": "SavedObjectsUpdateOptions"
|
|
},
|
|
"<T>) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateResponse",
|
|
"text": "SavedObjectsUpdateResponse"
|
|
},
|
|
"<T>>; collectMultiNamespaceReferences: (objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject",
|
|
"text": "SavedObjectsCollectMultiNamespaceReferencesObject"
|
|
},
|
|
"[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions",
|
|
"text": "SavedObjectsCollectMultiNamespaceReferencesOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse",
|
|
"text": "SavedObjectsCollectMultiNamespaceReferencesResponse"
|
|
},
|
|
">; updateObjectsSpaces: (objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateObjectsSpacesObject",
|
|
"text": "SavedObjectsUpdateObjectsSpacesObject"
|
|
},
|
|
"[], spacesToAdd: string[], spacesToRemove: string[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateObjectsSpacesOptions",
|
|
"text": "SavedObjectsUpdateObjectsSpacesOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsUpdateObjectsSpacesResponse",
|
|
"text": "SavedObjectsUpdateObjectsSpacesResponse"
|
|
},
|
|
">; bulkUpdate: <T = unknown>(objects: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkUpdateObject",
|
|
"text": "SavedObjectsBulkUpdateObject"
|
|
},
|
|
"<T>[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkUpdateOptions",
|
|
"text": "SavedObjectsBulkUpdateOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBulkUpdateResponse",
|
|
"text": "SavedObjectsBulkUpdateResponse"
|
|
},
|
|
"<T>>; removeReferencesTo: (type: string, id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsRemoveReferencesToOptions",
|
|
"text": "SavedObjectsRemoveReferencesToOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsRemoveReferencesToResponse",
|
|
"text": "SavedObjectsRemoveReferencesToResponse"
|
|
},
|
|
">; openPointInTimeForType: (type: string | string[], options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsOpenPointInTimeOptions",
|
|
"text": "SavedObjectsOpenPointInTimeOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsOpenPointInTimeResponse",
|
|
"text": "SavedObjectsOpenPointInTimeResponse"
|
|
},
|
|
">; closePointInTime: (id: string, options?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsBaseOptions",
|
|
"text": "SavedObjectsBaseOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsClosePointInTimeResponse",
|
|
"text": "SavedObjectsClosePointInTimeResponse"
|
|
},
|
|
">; createPointInTimeFinder: <T = unknown, A = unknown>(findOptions: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreatePointInTimeFinderOptions",
|
|
"text": "SavedObjectsCreatePointInTimeFinderOptions"
|
|
},
|
|
", dependencies?: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies",
|
|
"text": "SavedObjectsCreatePointInTimeFinderDependencies"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.ISavedObjectsPointInTimeFinder",
|
|
"text": "ISavedObjectsPointInTimeFinder"
|
|
},
|
|
"<T, A>; errors: typeof ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreSavedObjectsPluginApi",
|
|
"section": "def-server.SavedObjectsErrorHelpers",
|
|
"text": "SavedObjectsErrorHelpers"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.indexPatternsServiceFactory.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "elasticsearchClient",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"KibanaClient",
|
|
", \"extend\" | \"connectionPool\" | \"transport\" | \"serializer\" | \"child\" | \"close\" | \"diagnostic\"> & { transport: { request<TResponse = unknown>(params: ",
|
|
"TransportRequestParams",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<TResponse, unknown>>; }; }"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.indexPatternsServiceFactory.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "request",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "server",
|
|
"docId": "kibCoreHttpPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginStart.indexPatternsServiceFactory.$4",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "byPassCapabilities",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
},
|
|
"setup": {
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-server.DataViewsServerPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewsServerPluginSetup",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/server/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataView",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPattern",
|
|
"text": "IIndexPattern"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.fieldFormatMap",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormatMap",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.typeMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [
|
|
"\nOnly used by rollup indices, used by rollup specific endpoint to load field list"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TypeMeta",
|
|
"text": "TypeMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.fields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPatternFieldList",
|
|
"text": "IIndexPatternFieldList"
|
|
},
|
|
" & { toSpec: () => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"\nType is used to identify rollup index patterns"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.flattenHit",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "flattenHit",
|
|
"description": [],
|
|
"signature": [
|
|
"(hit: Record<string, any>, deep?: boolean | undefined) => Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.flattenHit.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "hit",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.flattenHit.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "deep",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.metaFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metaFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.version",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [
|
|
"\nSavedObject version"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.sourceFilters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sourceFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SourceFilter",
|
|
"text": "SourceFilter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.allowNoIndex",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "allowNoIndex",
|
|
"description": [
|
|
"\nprevents errors when index pattern exists before indices"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ spec = {}, fieldFormats, shortDotsEnable = false, metaFields = [] }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewDeps"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getOriginalSavedObjectBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getOriginalSavedObjectBody",
|
|
"description": [
|
|
"\nGet last saved saved object fields"
|
|
],
|
|
"signature": [
|
|
"() => { fieldAttrs?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; fields?: string | undefined; sourceFilters?: string | undefined; fieldFormatMap?: string | undefined; typeMeta?: string | undefined; type?: string | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.resetOriginalSavedObjectBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "resetOriginalSavedObjectBody",
|
|
"description": [
|
|
"\nReset last saved saved object fields. used after saving"
|
|
],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFieldAttrs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { [x: string]: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getComputedFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getComputedFields",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { storedFields: string[]; scriptFields: Record<string, ",
|
|
"ScriptField",
|
|
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [
|
|
"\nCreate static representation of index pattern"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getSourceFiltering",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSourceFiltering",
|
|
"description": [
|
|
"\nGet the source filtering configuration for that index."
|
|
],
|
|
"signature": [
|
|
"() => { excludes: string[]; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.removeScriptedField",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "removeScriptedField",
|
|
"description": [
|
|
"\nRemove scripted field from field list"
|
|
],
|
|
"signature": [
|
|
"(fieldName: string) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.removeScriptedField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getNonScriptedFields",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "getNonScriptedFields",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts"
|
|
}
|
|
],
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getScriptedFields",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "getScriptedFields",
|
|
"description": [
|
|
"\n"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
|
|
}
|
|
],
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.isTimeBased",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isTimeBased",
|
|
"description": [],
|
|
"signature": [
|
|
"() => this is ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TimeBasedDataView",
|
|
"text": "TimeBasedDataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.isTimeNanosBased",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isTimeNanosBased",
|
|
"description": [],
|
|
"signature": [
|
|
"() => this is ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TimeBasedDataView",
|
|
"text": "TimeBasedDataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getTimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTimeField",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFieldByName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldByName",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFieldByName.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getAggregationRestrictions",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAggregationRestrictions",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.AggregationRestrictions",
|
|
"text": "AggregationRestrictions"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getAsSavedObjectBody",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAsSavedObjectBody",
|
|
"description": [
|
|
"\nReturns index pattern as saved object body for saving"
|
|
],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [
|
|
"\nProvide a field, get its formatter"
|
|
],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFormatterForField.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.addRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "addRuntimeField",
|
|
"description": [
|
|
"\nAdd a runtime field - Appended to existing mapped field or a new field is\ncreated as appropriate"
|
|
],
|
|
"signature": [
|
|
"(name: string, runtimeField: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.addRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [
|
|
"Field name"
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.addRuntimeField.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [
|
|
"Runtime field definition"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.hasRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasRuntimeField",
|
|
"description": [
|
|
"\nChecks if runtime field exists"
|
|
],
|
|
"signature": [
|
|
"(name: string) => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.hasRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRuntimeField",
|
|
"description": [
|
|
"\nReturns runtime field if exists"
|
|
],
|
|
"signature": [
|
|
"(name: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | null"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.replaceAllRuntimeFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "replaceAllRuntimeFields",
|
|
"description": [
|
|
"\nReplaces all existing runtime fields with new fields"
|
|
],
|
|
"signature": [
|
|
"(newFields: Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
">) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.replaceAllRuntimeFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "newFields",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.removeRuntimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeRuntimeField",
|
|
"description": [
|
|
"\nRemove a runtime field - removed from mapped field or removed unmapped\nfield as appropriate. Doesn't clear associated field attributes."
|
|
],
|
|
"signature": [
|
|
"(name: string) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.removeRuntimeField.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [
|
|
"- Field name to remove"
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFormatterForFieldNoDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForFieldNoDefault",
|
|
"description": [
|
|
"\nGet formatter for a given field name. Return undefined if none exists"
|
|
],
|
|
"signature": [
|
|
"(fieldname: string) => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.getFormatterForFieldNoDefault.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldname",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldAttrs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
"<K extends keyof ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
">(fieldName: string, attrName: K, value: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
"[K]) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldAttrs.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldAttrs.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "attrName",
|
|
"description": [],
|
|
"signature": [
|
|
"K"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldAttrs.$3",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
},
|
|
"[K]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldCustomLabel",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldCustomLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, customLabel: string | null | undefined) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldCustomLabel.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldCustomLabel.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldCount",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldCount",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, count: number | null | undefined) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldCount.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldCount.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldFormat",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setFieldFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string, format: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldFormat.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.setFieldFormat.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.deleteFieldFormat",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteFieldFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"(fieldName: string) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataView.deleteFieldFormat.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.spec",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [
|
|
"\nCount is used for field popularity"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.runtimeField",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.runtimeField",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.script",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "script",
|
|
"description": [
|
|
"\nScript field code"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.script",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "script",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.lang",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lang",
|
|
"description": [
|
|
"\nScript field language"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.lang",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lang",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.conflictDescriptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conflictDescriptions",
|
|
"description": [
|
|
"\nDescription of field type conflicts across different indices in the same index pattern"
|
|
],
|
|
"signature": [
|
|
"Record<string, string[]> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.conflictDescriptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conflictDescriptions",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, string[]> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.displayName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "displayName",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.esTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "esTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.scripted",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "scripted",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.searchable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "searchable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.aggregatable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.readFromDocValues",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "readFromDocValues",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.subType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "subType",
|
|
"description": [],
|
|
"signature": [
|
|
"IFieldSubType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.isMapped",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isMapped",
|
|
"description": [
|
|
"\nIs the field part of the index mapping?"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.sortable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "sortable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.filterable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "filterable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.visualizable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "visualizable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.isSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.isSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"() => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.getSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"IFieldSubTypeNested",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.getSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
"IFieldSubTypeMulti",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.deleteCount",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteCount",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.toJSON",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toJSON",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { count: number; script: string | undefined; lang: string | undefined; conflictDescriptions: Record<string, string[]> | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ",
|
|
"IFieldSubType",
|
|
" | undefined; customLabel: string | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"({ getFormatterForField, }?: { getFormatterForField?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined; }) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.toSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n getFormatterForField,\n }",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewField.toSpec.$1.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewInsufficientAccessError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewInsufficientAccessError",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewInsufficientAccessError",
|
|
"text": "DataViewInsufficientAccessError"
|
|
},
|
|
" extends Error"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/insufficient_access.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewInsufficientAccessError.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/insufficient_access.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewInsufficientAccessError.Unnamed.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedObjectId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/insufficient_access.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSavedObjectConflictError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewSavedObjectConflictError",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSavedObjectConflictError",
|
|
"text": "DataViewSavedObjectConflictError"
|
|
},
|
|
" extends Error"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSavedObjectConflictError.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSavedObjectConflictError.Unnamed.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "savedObjectId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DataViewsService",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getCanSave",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCanSave",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<boolean>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.ensureDefaultDataView",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "ensureDefaultDataView",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<unknown> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/load_saved_dashboard_state.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/plugin.ts"
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n getCanSave = () => Promise.resolve(false),\n }",
|
|
"description": [],
|
|
"signature": [
|
|
"DataViewsServiceDeps"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getIds",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIds",
|
|
"description": [
|
|
"\nGet list of index pattern ids"
|
|
],
|
|
"signature": [
|
|
"(refresh?: boolean) => Promise<string[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getIds.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "refresh",
|
|
"description": [
|
|
"Force refresh of index pattern list"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getTitles",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTitles",
|
|
"description": [
|
|
"\nGet list of index pattern titles"
|
|
],
|
|
"signature": [
|
|
"(refresh?: boolean) => Promise<string[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getTitles.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "refresh",
|
|
"description": [
|
|
"Force refresh of index pattern list"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.find",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "find",
|
|
"description": [
|
|
"\nFind and load index patterns by title"
|
|
],
|
|
"signature": [
|
|
"(search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.find.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.find.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"IndexPattern[]"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getIdsWithTitle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIdsWithTitle",
|
|
"description": [
|
|
"\nGet list of index pattern ids with titles"
|
|
],
|
|
"signature": [
|
|
"(refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getIdsWithTitle.$1",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "refresh",
|
|
"description": [
|
|
"Force refresh of index pattern list"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.clearCache",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "clearCache",
|
|
"description": [
|
|
"\nClear index pattern list cache"
|
|
],
|
|
"signature": [
|
|
"(id?: string | undefined) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.clearCache.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"optionally clear a single id"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getCache",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCache",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDefault",
|
|
"description": [
|
|
"\nGet default index pattern"
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getDefaultId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDefaultId",
|
|
"description": [
|
|
"\nGet default index pattern id"
|
|
],
|
|
"signature": [
|
|
"() => Promise<string | null>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.setDefault",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setDefault",
|
|
"description": [
|
|
"\nOptionally set default index pattern, unless force = true"
|
|
],
|
|
"signature": [
|
|
"(id: string | null, force?: boolean) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.setDefault.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.setDefault.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "force",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.hasUserDataView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasUserDataView",
|
|
"description": [
|
|
"\nChecks if current user has a user created index pattern ignoring fleet's server default index patterns"
|
|
],
|
|
"signature": [
|
|
"() => Promise<boolean>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getFieldsForWildcard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForWildcard",
|
|
"description": [
|
|
"\nGet field list by providing { pattern }"
|
|
],
|
|
"signature": [
|
|
"(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getFieldsForWildcard.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"FieldSpec[]"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getFieldsForIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForIndexPattern",
|
|
"description": [
|
|
"\nGet field list by providing an index patttern (or spec)"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getFieldsForIndexPattern.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getFieldsForIndexPattern.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"FieldSpec[]"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.refreshFields",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "refreshFields",
|
|
"description": [
|
|
"\nRefresh field list for a given index pattern"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.refreshFields.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.fieldArrayToMap",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fieldArrayToMap",
|
|
"description": [
|
|
"\nConverts field array to map"
|
|
],
|
|
"signature": [
|
|
"(fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.fieldArrayToMap.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [
|
|
": FieldSpec[]"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.fieldArrayToMap.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldAttrs",
|
|
"description": [
|
|
": FieldAttrs"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"Record<string, FieldSpec>"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.savedObjectToSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "savedObjectToSpec",
|
|
"description": [
|
|
"\nConverts index pattern saved object to index pattern spec"
|
|
],
|
|
"signature": [
|
|
"(savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.savedObjectToSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "savedObject",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"IndexPatternSpec"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [
|
|
"\nGet an index pattern by id. Cache optimized"
|
|
],
|
|
"signature": [
|
|
"(id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.get.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.create",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "create",
|
|
"description": [
|
|
"\nCreate a new index pattern instance"
|
|
],
|
|
"signature": [
|
|
"(spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.create.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.create.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "skipFetchFields",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [
|
|
"IndexPattern"
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createAndSave",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createAndSave",
|
|
"description": [
|
|
"\nCreate a new index pattern and save it right away"
|
|
],
|
|
"signature": [
|
|
"(spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createAndSave.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createAndSave.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "override",
|
|
"description": [
|
|
"Overwrite if existing index pattern exists."
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createAndSave.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "skipFetchFields",
|
|
"description": [
|
|
"Whether to skip field refresh step."
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createSavedObject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createSavedObject",
|
|
"description": [
|
|
"\nSave a new index pattern"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createSavedObject.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.createSavedObject.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "override",
|
|
"description": [
|
|
"Overwrite if existing index pattern exists"
|
|
],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.updateSavedObject",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateSavedObject",
|
|
"description": [
|
|
"\nSave existing index pattern. Will attempt to merge differences if there are conflicts"
|
|
],
|
|
"signature": [
|
|
"(indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.updateSavedObject.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.updateSavedObject.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "saveAttempts",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.updateSavedObject.$3",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "ignoreErrors",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.delete",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "delete",
|
|
"description": [
|
|
"\nDeletes an index pattern from .kibana index"
|
|
],
|
|
"signature": [
|
|
"(indexPatternId: string) => Promise<{}>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.delete.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indexPatternId",
|
|
"description": [
|
|
": Id of kibana Index Pattern to delete"
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsService.getDefaultDataView",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDefaultDataView",
|
|
"description": [
|
|
"\nReturns the default data view as an object.\nIf no default is found, or it is missing\nanother data view is selected as default and returned.\nIf no possible data view found to become a default returns null\n"
|
|
],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": [
|
|
"default data view"
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DuplicateDataViewError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "DuplicateDataViewError",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DuplicateDataViewError",
|
|
"text": "DuplicateDataViewError"
|
|
},
|
|
" extends Error"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DuplicateDataViewError.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DuplicateDataViewError.Unnamed.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "message",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPattern",
|
|
"type": "Class",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPattern",
|
|
"text": "IndexPattern"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/target/types/__jest__/client_integration/helpers/app_context.mock.d.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/target/types/public/application/lib/load_saved_dashboard_state.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/target/types/public/vis_types/base_vis_type.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/target/types/public/vis_types/base_vis_type.d.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/target/types/public/application/hooks/use_dashboard_app_state.d.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/target/types/public/application/main/utils/use_discover_state.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/exists_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/exists_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/range_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/range_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/datatable_column_meta.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/datatable_column_meta.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/datatable_column_meta.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_app_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_app_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field_types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field_types.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/geo_point_content_with_map/geo_point_content_with_map.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/geo_point_content_with_map/geo_point_content_with_map.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_pattern_management/index_pattern_management.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_pattern_management/index_pattern_management.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/lens_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/actions.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/field_data_row/action_menu/actions.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_filters.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_filters.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/types/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/types/index.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/common/types/index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/existing_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/percentile_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/percentile_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/routes/map_page/map_app/map_app.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/routes/map_page/map_app/map_app.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_configs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/tabify/tabify_docs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_wildcards.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/app/rum_dashboard/local_ui_filters/selected_wildcards.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/common/search/aggs/agg_config.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/query_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/query_service.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/saved_object/helpers/apply_es_resp.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/saved_object/helpers/apply_es_resp.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/open_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/open_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/vis_types/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/components/filter_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/components/filter_label.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_agg_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_agg_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/count_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/count_agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/agg_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_agg_source/es_agg_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_agg_source/es_agg_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_agg_source/es_agg_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/filter_editor/filter_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/filter_editor/filter_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/filter_editor/filter_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/geo_line_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/geo_line_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/types/app_state.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/types/app_state.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.sagas.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.sagas.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/persistence.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/persistence.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/inspect_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/inspect_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/workspace_layout/workspace_layout.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/workspace_layout/workspace_layout.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/components/workspace_layout/workspace_layout.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/index_pattern_cache.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/index_pattern_cache.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/index_pattern_cache.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/wizard/wizard.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/wizard/wizard.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/get_pivot_dropdown_options.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/get_pivot_dropdown_options.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_agg_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_agg_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/common/request.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/contexts/uptime_index_pattern_context.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/contexts/uptime_index_pattern_context.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/contexts/uptime_index_pattern_context.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/mocks.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/mocks.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/state_management/datasource.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/es_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/es_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/agg/percentile_agg_field.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/count_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/count_agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/agg/agg_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/geo_line_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/geo_line_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/filter_editor/filter_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/filter_editor/filter_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/where_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/controls_tab.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/controls_tab.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/utils/editor_config.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/utils/editor_config.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/target/types/public/components/field_format_editor/field_format_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/target/types/public/components/field_format_editor/field_format_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/utils/editor_config.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/utils/editor_config.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/control/create_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/control/create_search_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/test_utils/get_index_pattern_mock.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/test_utils/get_index_pattern_mock.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/components/editor/controls_tab.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/target/types/public/components/editor/controls_tab.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/target/types/public/application/components/lib/convert_series_to_datatable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/target/types/public/application/components/lib/convert_series_to_datatable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/target/types/public/application/components/lib/convert_series_to_datatable.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/metrics_type.test.ts"
|
|
}
|
|
],
|
|
"children": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternField",
|
|
"type": "Class",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPatternField",
|
|
"text": "IndexPatternField"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/data_view_field.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/kibana_context_type.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/kibana_context_type.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/types/field_data_row.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/types/field_data_row.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/util/field_types_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/util/field_types_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/expanded_row/index_based_expanded_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/server/routes/field_stats.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/common/elasticsearch_util/es_agg_utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/agg_config.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/terms.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/utils/infer_time_zone.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/components/geo_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/connected_components/edit_layer_panel/join_editor/resources/join.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/index_pattern_util.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/es_doc_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/fields/es_doc_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/geo_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metrics_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metrics_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metric_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/components/metrics_editor/metric_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_geo_line_source/update_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/layers/wizards/choropleth_layer_wizard/layer_template.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/create_source_editor.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/top_hits_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/top_hits_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/classes/sources/es_search_source/top_hits/top_hits_form.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/join_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/connected_components/edit_layer_panel/join_editor/resources/metrics_expression.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/list_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/list_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/range_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/range_control_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/range_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/components/editor/list_control_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_field_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_field_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/agg_filters/agg_type_field_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_param_props.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_param_props.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_sort_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/controls/top_sort_field.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/components/agg_params_helper.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/lib/extract_time_fields.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_param_props.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/agg_param_props.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_sort_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/target/types/public/components/controls/top_sort_field.d.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/discover_field_visualize_inner.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/discover_field_visualize_inner.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/__stories__/fields.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/sidebar/__stories__/fields.ts"
|
|
}
|
|
],
|
|
"children": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternsService",
|
|
"type": "Class",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternsService",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPatternsService",
|
|
"text": "IndexPatternsService"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewsService",
|
|
"text": "DataViewsService"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/default_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/default_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/types.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/server/data_indexing/create_doc_source.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/server/data_indexing/create_doc_source.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/fields_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/fields_fetcher.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/plugin.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/combo_box_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/components/lib/index_pattern_select/combo_box_select.tsx"
|
|
}
|
|
],
|
|
"children": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.fieldList",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fieldList",
|
|
"description": [],
|
|
"signature": [
|
|
"(specs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], shortDotsEnable?: boolean) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPatternFieldList",
|
|
"text": "IIndexPatternFieldList"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.fieldList.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "specs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.fieldList.$2",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "shortDotsEnable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.getFieldSubtypeMulti",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldSubtypeMulti",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => ",
|
|
"IFieldSubTypeMulti",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.getFieldSubtypeMulti.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"{ subType?: ",
|
|
"IFieldSubType",
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.getFieldSubtypeNested",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldSubtypeNested",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => ",
|
|
"IFieldSubTypeNested",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.getFieldSubtypeNested.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"{ subType?: ",
|
|
"IFieldSubType",
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.getIndexPatternLoadMeta",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getIndexPatternLoadMeta",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Omit<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IndexPatternLoadExpressionFunctionDefinition",
|
|
"text": "IndexPatternLoadExpressionFunctionDefinition"
|
|
},
|
|
", \"fn\">"
|
|
],
|
|
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.isFilterable",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isFilterable",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
") => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.isFilterable.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.isMultiField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isMultiField",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.isMultiField.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"{ subType?: ",
|
|
"IFieldSubType",
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.isNestedField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isNestedField",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: HasSubtype) => boolean"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.isNestedField.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"{ subType?: ",
|
|
"IFieldSubType",
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/utils.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewAttributes",
|
|
"description": [
|
|
"\nInterface for an index pattern saved object"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.fields",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.typeMeta",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.sourceFilters",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sourceFilters",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.fieldFormatMap",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldFormatMap",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.fieldAttrs",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.runtimeFieldMap",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "runtimeFieldMap",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewAttributes.allowNoIndex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allowNoIndex",
|
|
"description": [
|
|
"\nprevents errors when index pattern exists before indices"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewListItem",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewListItem",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewListItem.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewListItem.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewListItem.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewListItem.typeMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TypeMeta",
|
|
"text": "TypeMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataViewSpec",
|
|
"description": [
|
|
"\nStatic index pattern format\nSerialized data object, representing index pattern attributes and state"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"\nsaved object id"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.version",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [
|
|
"\nsaved object version string"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.sourceFilters",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "sourceFilters",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SourceFilter",
|
|
"text": "SourceFilter"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.fields",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.typeMeta",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "typeMeta",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TypeMeta",
|
|
"text": "TypeMeta"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.fieldFormats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormats",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.runtimeFieldMap",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeFieldMap",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.fieldAttrs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldAttrs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewSpec.allowNoIndex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allowNoIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldAttrs",
|
|
"type": "Interface",
|
|
"tags": [
|
|
"intenal"
|
|
],
|
|
"label": "FieldAttrs",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldAttrs.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[key: string]: FieldAttrSet",
|
|
"description": [],
|
|
"signature": [
|
|
"[key: string]: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrSet",
|
|
"text": "FieldAttrSet"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldAttrSet",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldAttrSet",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldAttrSet.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldAttrSet.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldSpec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" extends ",
|
|
"DataViewFieldBase"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [
|
|
"\nPopularity count is used by discover"
|
|
],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.conflictDescriptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conflictDescriptions",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, string[]> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.format",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.esTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "esTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.searchable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "searchable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.aggregatable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.readFromDocValues",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "readFromDocValues",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.indexed",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "indexed",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.runtimeField",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "runtimeField",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.RuntimeField",
|
|
"text": "RuntimeField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.shortDotsEnable",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shortDotsEnable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpec.isMapped",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isMapped",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FieldSpecExportFmt",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.script",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "script",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.lang",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "lang",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.conflictDescriptions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "conflictDescriptions",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpecConflictDescriptions",
|
|
"text": "FieldSpecConflictDescriptions"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.type",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"KBN_FIELD_TYPES"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.esTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "esTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.scripted",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "scripted",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.searchable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "searchable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.aggregatable",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.readFromDocValues",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "readFromDocValues",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.subType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "subType",
|
|
"description": [],
|
|
"signature": [
|
|
"IFieldSubType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.format",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecExportFmt.indexed",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "indexed",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GetFieldsOptions",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.pattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pattern",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.lookBack",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "lookBack",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.metaFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metaFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.rollupIndex",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "rollupIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.allowNoIndex",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "allowNoIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptions.filter",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"QueryDslQueryContainer",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptionsTimePattern",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "GetFieldsOptionsTimePattern",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptionsTimePattern.pattern",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pattern",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptionsTimePattern.metaFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "metaFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptionsTimePattern.lookBack",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lookBack",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.GetFieldsOptionsTimePattern.interval",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "interval",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IDataViewsApiClient",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IDataViewsApiClient",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IDataViewsApiClient.getFieldsForTimePattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForTimePattern",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptionsTimePattern",
|
|
"text": "GetFieldsOptionsTimePattern"
|
|
},
|
|
") => Promise<any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IDataViewsApiClient.getFieldsForTimePattern.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptionsTimePattern",
|
|
"text": "GetFieldsOptionsTimePattern"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IDataViewsApiClient.getFieldsForWildcard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFieldsForWildcard",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IDataViewsApiClient.getFieldsForWildcard.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IDataViewsApiClient.hasUserIndexPattern",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasUserIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<boolean>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType",
|
|
"type": "Interface",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IFieldType",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" extends ",
|
|
"DataViewFieldBase"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": true,
|
|
"removeBy": "8.2",
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/date_histogram.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/aggs/buckets/date_histogram.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/phrase_suggestor.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/phrase_suggestor.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/range_value_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/range_value_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/field.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_range_select.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_range_select.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/alerts/components/param_details_form/use_derived_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/alerts/components/param_details_form/use_derived_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/autocomplete/terms_enum.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/autocomplete/terms_enum.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/autocomplete/terms_agg.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/autocomplete/terms_agg.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/autocomplete/terms_agg.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/autocomplete/terms_agg.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/mappers/map_exists.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/mappers/map_exists.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_operators.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_operators.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_operators.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_operators.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/value_input_type.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/value_input_type.tsx"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.esTypes",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "esTypes",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.aggregatable",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "aggregatable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.filterable",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "filterable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.searchable",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "searchable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.sortable",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "sortable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.visualizable",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "visualizable",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.readFromDocValues",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "readFromDocValues",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.displayName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "displayName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.customLabel",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "customLabel",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.format",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"((options?: { getFormatterForField?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined; } | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.toSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IFieldType.toSpec.$1.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/types.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern",
|
|
"type": "Interface",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IIndexPattern",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPattern",
|
|
"text": "IIndexPattern"
|
|
},
|
|
" extends ",
|
|
"DataViewBase"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/normalize_sort_request.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/normalize_sort_request.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/normalize_sort_request.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/lib/filter_editor_utils.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/get_index_pattern_from_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/get_index_pattern_from_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/get_index_pattern_from_filter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/timefilter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/timefilter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/timefilter.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/value_suggestion_provider.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/search_bar/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/search_bar/search_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/phrase_suggestor.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/phrase_suggestor.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/autocomplete/providers/kql_query_suggestion/value.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/apply_filters/apply_filter_popover_content.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/apply_filters/apply_filter_popover_content.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/apply_filters/apply_filters_popover.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/apply_filters/apply_filters_popover.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_editor/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_item.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_item.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_bar_top_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/query_bar_top_row.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/filter_bar/filter_bar.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/alerts/components/param_details_form/use_derived_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/alerts/components/param_details_form/use_derived_index_pattern.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/kuery_bar/with_kuery_autocompletion.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/kuery_bar/with_kuery_autocompletion.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/kuery_bar/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/kuery_bar/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/lib/kuery.ts"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/lib/kuery.ts"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/target/types/public/components/kuery_bar/with_kuery_autocompletion.d.ts"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/target/types/public/components/kuery_bar/with_kuery_autocompletion.d.ts"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/target/types/public/alerts/components/param_details_form/use_derived_index_pattern.d.ts"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/target/types/public/alerts/components/param_details_form/use_derived_index_pattern.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/services/es_index_service.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/services/es_index_service.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/server/routes/api/transforms.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/server/routes/api/transforms.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/query/timefilter/get_time.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/normalize_sort_request.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/normalize_sort_request.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/mappers/map_exists.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/mappers/map_exists.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/query/filter_manager/lib/mappers/map_exists.test.ts"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.fields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
"\nType is used for identifying rollup indices, otherwise left undefined"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.getTimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTimeField",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | undefined) | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.fieldFormatMap",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormatMap",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<unknown> | undefined> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [
|
|
"\nLook up a formatter for a given field"
|
|
],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPattern.getFormatterForField.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IIndexPatternFieldList",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IIndexPatternFieldList",
|
|
"text": "IIndexPatternFieldList"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.add",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "add",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.add.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.getAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAll",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.getByName",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getByName",
|
|
"description": [],
|
|
"signature": [
|
|
"(name: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.getByName.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.getByType",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getByType",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.getByType.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.remove",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "remove",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.remove.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.removeAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "removeAll",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.replaceAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "replaceAll",
|
|
"description": [],
|
|
"signature": [
|
|
"(specs: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]) => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.replaceAll.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "specs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.update",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "update",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.update.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.toSpec",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toSpec",
|
|
"description": [],
|
|
"signature": [
|
|
"(options?: { getFormatterForField?: ((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined; } | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.toSpec.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternFieldList.toSpec.$1.getFormatterForField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFormatterForField",
|
|
"description": [],
|
|
"signature": [
|
|
"((field: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IFieldType",
|
|
"text": "IFieldType"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormat",
|
|
"text": "FieldFormat"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/fields/field_list.ts",
|
|
"deprecated": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternExpressionType",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IndexPatternExpressionType",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternExpressionType.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"index_pattern\""
|
|
],
|
|
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternExpressionType.value",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.RuntimeField",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "RuntimeField",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.RuntimeField.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\" | \"keyword\" | \"ip\" | \"date\" | \"geo_point\" | \"long\" | \"double\""
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.RuntimeField.script",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "script",
|
|
"description": [],
|
|
"signature": [
|
|
"{ source: string; } | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SavedObject",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObject",
|
|
"<T>"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [
|
|
"The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [
|
|
" The type of Saved Object. Each plugin can define it's own custom Saved Object types."
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.version",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "version",
|
|
"description": [
|
|
"An opaque version number which changes on each successful write operation. Can be used for implementing optimistic concurrency control."
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.updated_at",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "updated_at",
|
|
"description": [
|
|
"Timestamp of the last time this document had been updated."
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.error",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"SavedObjectError",
|
|
" | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.attributes",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "attributes",
|
|
"description": [
|
|
"{@inheritdoc SavedObjectAttributes}"
|
|
],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.references",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "references",
|
|
"description": [
|
|
"{@inheritdoc SavedObjectReference}"
|
|
],
|
|
"signature": [
|
|
"SavedObjectReference",
|
|
"[]"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.migrationVersion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "migrationVersion",
|
|
"description": [
|
|
"{@inheritdoc SavedObjectsMigrationVersion}"
|
|
],
|
|
"signature": [
|
|
"SavedObjectsMigrationVersion",
|
|
" | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.coreMigrationVersion",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "coreMigrationVersion",
|
|
"description": [
|
|
"A semver value that is used when upgrading objects between Kibana versions."
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.namespaces",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "namespaces",
|
|
"description": [
|
|
"\nSpace(s) that this saved object exists in. This attribute is not used for \"global\" saved object types which are registered with\n`namespaceType: 'agnostic'`."
|
|
],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObject.originId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "originId",
|
|
"description": [
|
|
"\nThe ID of the saved object this originated from. This is set if this object's `id` was regenerated; that can happen during migration\nfrom a legacy single-namespace type, or during import. It is only set during migration or create operations. This is used during import\nto ensure that ID regeneration is deterministic, so saved objects will be overwritten if they are imported multiple times into a given\nspace."
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/core/types/saved_objects.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SavedObjectsClientCommon",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.find",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "find",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = unknown>(options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SavedObjectsClientCommonFindArgs",
|
|
"text": "SavedObjectsClientCommonFindArgs"
|
|
},
|
|
") => Promise<",
|
|
"SavedObject",
|
|
"<T>[]>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.find.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.SavedObjectsClientCommonFindArgs",
|
|
"text": "SavedObjectsClientCommonFindArgs"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = unknown>(type: string, id: string) => Promise<",
|
|
"SavedObject",
|
|
"<T>>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.get.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.get.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.update",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "update",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, id: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<",
|
|
"SavedObject",
|
|
"<unknown>>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.update.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.update.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.update.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "attributes",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.update.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.create",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "create",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, attributes: Record<string, any>, options: Record<string, any>) => Promise<",
|
|
"SavedObject",
|
|
"<unknown>>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.create.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.create.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "attributes",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.create.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.delete",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "delete",
|
|
"description": [],
|
|
"signature": [
|
|
"(type: string, id: string) => Promise<{}>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.delete.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommon.delete.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommonFindArgs",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SavedObjectsClientCommonFindArgs",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommonFindArgs.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string | string[]"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommonFindArgs.fields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommonFindArgs.perPage",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "perPage",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommonFindArgs.search",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SavedObjectsClientCommonFindArgs.searchFields",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "searchFields",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SourceFilter",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SourceFilter",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.SourceFilter.value",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.TimeBasedDataView",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TimeBasedDataView",
|
|
"description": [
|
|
"\nAn interface representing a data view that is time based."
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.TimeBasedDataView",
|
|
"text": "TimeBasedDataView"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.TimeBasedDataView.timeFieldName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeFieldName",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.TimeBasedDataView.getTimeField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getTimeField",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewField",
|
|
"text": "DataViewField"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_view.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.TypeMeta",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TypeMeta",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.TypeMeta.aggs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "aggs",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.AggregationRestrictions",
|
|
"text": "AggregationRestrictions"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.TypeMeta.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"{ rollup_index: string; } | undefined"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UiSettingsCommon",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.get",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "get",
|
|
"description": [],
|
|
"signature": [
|
|
"<T = any>(key: string) => Promise<T>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.get.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.getAll",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAll",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<Record<string, unknown>>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.set",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "set",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: string, value: any) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.set.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.set.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.remove",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "remove",
|
|
"description": [],
|
|
"signature": [
|
|
"(key: string) => Promise<void>"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.UiSettingsCommon.remove.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewType",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "DataViewType",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.AggregationRestrictions",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AggregationRestrictions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DATA_VIEW_SAVED_OBJECT_TYPE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "DATA_VIEW_SAVED_OBJECT_TYPE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"index-pattern\""
|
|
],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewFieldMap",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataViewFieldMap",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.DataViewsContract",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DataViewsContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; delete: (indexPatternId: string) => Promise<{}>; find: (search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>; get: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; getCanSave: () => Promise<boolean>; ensureDefaultDataView: ",
|
|
"EnsureDefaultDataView",
|
|
"; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>; getDefault: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getDefaultId: () => Promise<string | null>; setDefault: (id: string | null, force?: boolean) => Promise<void>; hasUserDataView: () => Promise<boolean>; getFieldsForWildcard: (options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; getFieldsForIndexPattern: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; refreshFields: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>; fieldArrayToMap: (fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; savedObjectToSpec: (savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
"; createAndSave: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; createSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; updateSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; getDefaultDataView: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldFormatMap",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldFormatMap",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.SerializedFieldFormat",
|
|
"text": "SerializedFieldFormat"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatParams",
|
|
"text": "FieldFormatParams"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FieldSpecConflictDescriptions",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FieldSpecConflictDescriptions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: string[]; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IIndexPatternsApiClient",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IIndexPatternsApiClient",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.IDataViewsApiClient",
|
|
"text": "IDataViewsApiClient"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.INDEX_PATTERN_SAVED_OBJECT_TYPE",
|
|
"type": "string",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "INDEX_PATTERN_SAVED_OBJECT_TYPE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"index-pattern\""
|
|
],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/server/saved_objects/replace_index_pattern_reference.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/server/saved_objects/replace_index_pattern_reference.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/server/saved_objects/dashboard_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/server/saved_objects/dashboard_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/server/saved_objects/dashboard_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/server/migrations/visualization_saved_object_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/server/migrations/visualization_saved_object_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/server/migrations/visualization_saved_object_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/server/migrations/visualization_saved_object_migrations.ts"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/server/migrations/visualization_saved_object_migrations.ts"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternAttributes",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternAttributes",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "canvas",
|
|
"path": "x-pack/plugins/canvas/public/lib/es_service.ts"
|
|
},
|
|
{
|
|
"plugin": "canvas",
|
|
"path": "x-pack/plugins/canvas/public/lib/es_service.ts"
|
|
},
|
|
{
|
|
"plugin": "canvas",
|
|
"path": "x-pack/plugins/canvas/public/lib/es_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/index.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/layout/types.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/components/layout/types.ts"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/discover_main_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/discover_main_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/discover_main_route.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/discover_main_route.tsx"
|
|
},
|
|
{
|
|
"plugin": "discover",
|
|
"path": "src/plugins/discover/public/application/main/discover_main_route.tsx"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternFieldMap",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternFieldMap",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternLoadExpressionFunctionDefinition",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "IndexPatternLoadExpressionFunctionDefinition",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExpressionFunctionDefinition",
|
|
"text": "ExpressionFunctionDefinition"
|
|
},
|
|
"<\"indexPatternLoad\", null, Arguments, Output, ",
|
|
{
|
|
"pluginId": "expressions",
|
|
"scope": "common",
|
|
"docId": "kibExpressionsPluginApi",
|
|
"section": "def-common.ExecutionContext",
|
|
"text": "ExecutionContext"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Adapters",
|
|
"text": "Adapters"
|
|
},
|
|
", ",
|
|
"SerializableRecord",
|
|
">>"
|
|
],
|
|
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternsContract",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternsContract",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; delete: (indexPatternId: string) => Promise<{}>; find: (search: string, size?: number) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
"[]>; get: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; getCanSave: () => Promise<boolean>; ensureDefaultDataView: ",
|
|
"EnsureDefaultDataView",
|
|
"; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<",
|
|
"SavedObject",
|
|
"<",
|
|
"IndexPatternSavedObjectAttrs",
|
|
">[] | null | undefined>; getDefault: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; getDefaultId: () => Promise<string | null>; setDefault: (id: string | null, force?: boolean) => Promise<void>; hasUserDataView: () => Promise<boolean>; getFieldsForWildcard: (options: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; getFieldsForIndexPattern: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", options?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.GetFieldsOptions",
|
|
"text": "GetFieldsOptions"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[]>; refreshFields: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
") => Promise<void>; fieldArrayToMap: (fields: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldSpec",
|
|
"text": "FieldSpec"
|
|
},
|
|
"[], fieldAttrs?: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.FieldAttrs",
|
|
"text": "FieldAttrs"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewFieldMap",
|
|
"text": "DataViewFieldMap"
|
|
},
|
|
"; savedObjectToSpec: (savedObject: ",
|
|
"SavedObject",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewAttributes",
|
|
"text": "DataViewAttributes"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
"; createAndSave: (spec: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
},
|
|
", override?: boolean, skipFetchFields?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; createSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", override?: boolean) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
">; updateSavedObject: (indexPattern: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
", saveAttempts?: number, ignoreErrors?: boolean) => Promise<void | Error>; getDefaultDataView: () => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null>; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/data_views/data_views.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/types.ts"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/create_search_source.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/search/search_source/search_source_service.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/server/search/expressions/esaggs.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/services.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/services.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/create_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/index_pattern_select/create_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/aggs/aggs_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/fetch_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/ui/query_string_input/fetch_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/lib/sync_dashboard_index_patterns.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/types.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/test_helpers/make_default_services.ts"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/application/test_helpers/make_default_services.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/utils.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable_factory.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/lazy_load_bundle/index.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/lazy_load_bundle/index.ts"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/target/types/public/utils.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/lazy_load_bundle/index.d.ts"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/target/types/public/lazy_load_bundle/index.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "stackAlerts",
|
|
"path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/geo_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_range_select.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_range_select.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_value_click.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/actions/filters/create_filters_from_value_click.test.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/create_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/target/types/public/ui/index_pattern_select/create_index_pattern_select.d.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/phrase_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "inputControlVis",
|
|
"path": "src/plugins/input_control_vis/public/control/filter_manager/range_filter_manager.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.IndexPatternSpec",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "IndexPatternSpec",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewSpec",
|
|
"text": "DataViewSpec"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": true,
|
|
"references": [
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/common/index.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/index.ts"
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.META_FIELDS",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "META_FIELDS",
|
|
"description": [],
|
|
"signature": [
|
|
"\"metaFields\""
|
|
],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.OnError",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "OnError",
|
|
"description": [],
|
|
"signature": [
|
|
"(error: Error, toastInputFields: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.ErrorToastOptions",
|
|
"text": "ErrorToastOptions"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.OnError.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"Error"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.OnError.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "toastInputFields",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.ErrorToastOptions",
|
|
"text": "ErrorToastOptions"
|
|
}
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.OnNotification",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "OnNotification",
|
|
"description": [],
|
|
"signature": [
|
|
"(toastInputFields: ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.ToastInputFields",
|
|
"text": "ToastInputFields"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.OnNotification.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "toastInputFields",
|
|
"description": [],
|
|
"signature": [
|
|
"Pick<",
|
|
"Toast",
|
|
", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"security\" | \"className\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"iconType\" | \"toastLifeTimeMs\" | \"onClose\"> & { title?: string | ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.MountPoint",
|
|
"text": "MountPoint"
|
|
},
|
|
"<HTMLElement> | undefined; text?: string | ",
|
|
{
|
|
"pluginId": "core",
|
|
"scope": "public",
|
|
"docId": "kibCorePluginApi",
|
|
"section": "def-public.MountPoint",
|
|
"text": "MountPoint"
|
|
},
|
|
"<HTMLElement> | undefined; }"
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.RuntimeType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RuntimeType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\" | \"keyword\" | \"ip\" | \"date\" | \"geo_point\" | \"long\" | \"double\""
|
|
],
|
|
"path": "src/plugins/data_views/common/types.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FLEET_ASSETS_TO_IGNORE",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "FLEET_ASSETS_TO_IGNORE",
|
|
"description": [
|
|
"\nUsed to determine if the instance has any user created index patterns by filtering index patterns\nthat are created and backed only by Fleet server data\nShould be revised after https://github.com/elastic/kibana/issues/82851 is fixed\nFor more background see: https://github.com/elastic/kibana/issues/107020"
|
|
],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FLEET_ASSETS_TO_IGNORE.LOGS_INDEX_PATTERN",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LOGS_INDEX_PATTERN",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FLEET_ASSETS_TO_IGNORE.METRICS_INDEX_PATTERN",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "METRICS_INDEX_PATTERN",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FLEET_ASSETS_TO_IGNORE.LOGS_DATA_STREAM_TO_IGNORE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LOGS_DATA_STREAM_TO_IGNORE",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FLEET_ASSETS_TO_IGNORE.METRICS_DATA_STREAM_TO_IGNORE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "METRICS_DATA_STREAM_TO_IGNORE",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.FLEET_ASSETS_TO_IGNORE.METRICS_ENDPOINT_INDEX_TO_IGNORE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "METRICS_ENDPOINT_INDEX_TO_IGNORE",
|
|
"description": [],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "dataViews",
|
|
"id": "def-common.RUNTIME_FIELD_TYPES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "RUNTIME_FIELD_TYPES",
|
|
"description": [],
|
|
"signature": [
|
|
"readonly [\"keyword\", \"long\", \"double\", \"date\", \"ip\", \"boolean\", \"geo_point\"]"
|
|
],
|
|
"path": "src/plugins/data_views/common/constants.ts",
|
|
"deprecated": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |