kibana/api_docs/data_views.devdocs.json

27494 lines
No EOL
1,002 KiB
JSON

{
"id": "dataViews",
"client": {
"classes": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView",
"type": "Class",
"tags": [],
"label": "DataView",
"description": [
"\nData view class. Central kibana abstraction around multiple indices."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
" implements ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewBase",
"text": "DataViewBase"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.fields",
"type": "CompoundType",
"tags": [],
"label": "fields",
"description": [
"\nField list, in extended array format"
],
"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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.flattenHit",
"type": "Function",
"tags": [
"deprecated"
],
"label": "flattenHit",
"description": [],
"signature": [
"(hit: Record<string, unknown[]>, deep?: boolean | undefined) => Record<string, unknown>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx"
},
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/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]: unknown[]; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.flattenHit.$2",
"type": "CompoundType",
"tags": [],
"label": "deep",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [
"- config data and dependencies"
],
"signature": [
"DataViewDeps"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getScriptedFieldsForQuery",
"type": "Function",
"tags": [],
"label": "getScriptedFieldsForQuery",
"description": [],
"signature": [
"() => Record<string, ",
"ScriptField",
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getEtag",
"type": "Function",
"tags": [],
"label": "getEtag",
"description": [],
"signature": [
"() => string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setEtag",
"type": "Function",
"tags": [],
"label": "setEtag",
"description": [],
"signature": [
"(etag: string | undefined) => string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setEtag.$1",
"type": "string",
"tags": [],
"label": "etag",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getComputedFields",
"type": "Function",
"tags": [],
"label": "getComputedFields",
"description": [
"\nReturns scripted fields"
],
"signature": [
"() => { scriptFields: Record<string, ",
"ScriptField",
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: ",
"MappingRuntimeFields",
"; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nCreates static representation of the data view."
],
"signature": [
"(includeFields?: boolean) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.toSpec.$1",
"type": "boolean",
"tags": [],
"label": "includeFields",
"description": [
"Whether or not to include the `fields` list as part of this spec. If not included, the list\nwill be fetched from Elasticsearch when instantiating a new Data View with this spec."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.toMinimalSpec",
"type": "Function",
"tags": [],
"label": "toMinimalSpec",
"description": [
"\nCreates a minimal static representation of the data view. Fields and popularity scores will be omitted."
],
"signature": [
"(params?: { keepFieldAttrs?: (\"customLabel\" | \"customDescription\")[] | undefined; } | undefined) => Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", \"fields\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.toMinimalSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.toMinimalSpec.$1.keepFieldAttrs",
"type": "Array",
"tags": [],
"label": "keepFieldAttrs",
"description": [],
"signature": [
"(\"customLabel\" | \"customDescription\")[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.removeScriptedField",
"type": "Function",
"tags": [
"deprecated"
],
"label": "removeScriptedField",
"description": [
"\nRemoves scripted field from field list."
],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/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": [
"name of scripted field to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.test.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.test.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
}
],
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.isTSDBMode",
"type": "Function",
"tags": [],
"label": "isTSDBMode",
"description": [
"\nreturns true if dataview contains TSDB fields"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.isTimeBased",
"type": "Function",
"tags": [],
"label": "isTimeBased",
"description": [
"\nDoes the data view have a timestamp field?"
],
"signature": [
"() => this is ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TimeBasedDataView",
"text": "TimeBasedDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.isTimeNanosBased",
"type": "Function",
"tags": [],
"label": "isTimeNanosBased",
"description": [
"\nDoes the data view have a timestamp field and is it a date nanos field?"
],
"signature": [
"() => this is ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TimeBasedDataView",
"text": "TimeBasedDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getTimeField",
"type": "Function",
"tags": [],
"label": "getTimeField",
"description": [
"\nGet timestamp field as DataViewField or return undefined"
],
"signature": [
"() => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getFieldByName",
"type": "Function",
"tags": [],
"label": "getFieldByName",
"description": [
"\nGet field by name."
],
"signature": [
"(name: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getFieldByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": 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"
},
") => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.addRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"Field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getFieldsByRuntimeFieldName",
"type": "Function",
"tags": [],
"label": "getFieldsByRuntimeFieldName",
"description": [
"\nReturns data view fields backed by runtime fields."
],
"signature": [
"(name: string) => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getFieldsByRuntimeFieldName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"runtime field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"map of DataViewFields (that are runtime fields) by field name"
]
},
{
"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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.removeRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"- Field name to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.getRuntimeMappings",
"type": "Function",
"tags": [],
"label": "getRuntimeMappings",
"description": [
"\nReturn the \"runtime_mappings\" section of the ES search query."
],
"signature": [
"() => ",
"MappingRuntimeFields"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCustomLabel",
"type": "Function",
"tags": [],
"label": "setFieldCustomLabel",
"description": [
"\nSet field custom label"
],
"signature": [
"(fieldName: string, customLabel: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCustomLabel.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCustomLabel.$2",
"type": "CompoundType",
"tags": [],
"label": "customLabel",
"description": [
"custom label value. If undefined, custom label is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCustomDescription",
"type": "Function",
"tags": [],
"label": "setFieldCustomDescription",
"description": [
"\nSet field custom description"
],
"signature": [
"(fieldName: string, customDescription: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCustomDescription.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCustomDescription.$2",
"type": "CompoundType",
"tags": [],
"label": "customDescription",
"description": [
"custom description value. If undefined, custom description is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCount",
"type": "Function",
"tags": [],
"label": "setFieldCount",
"description": [
"\nSet field count"
],
"signature": [
"(fieldName: string, count: number | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCount.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set count on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.setFieldCount.$2",
"type": "CompoundType",
"tags": [],
"label": "count",
"description": [
"count value. If undefined, count is removed"
],
"signature": [
"number | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.upsertScriptedField",
"type": "Function",
"tags": [],
"label": "upsertScriptedField",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataView.upsertScriptedField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField",
"type": "Class",
"tags": [],
"label": "DataViewField",
"description": [
"\nData view field class"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" implements ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.spec",
"type": "CompoundType",
"tags": [],
"label": "spec",
"description": [],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
" & { count?: number | undefined; conflictDescriptions?: Record<string, string[]> | undefined; format?: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined; esTypes?: string[] | undefined; searchable: boolean; aggregatable: boolean; isNull?: boolean | undefined; readFromDocValues?: boolean | undefined; indexed?: boolean | undefined; customLabel?: string | undefined; customDescription?: string | undefined; runtimeField?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined; fixedInterval?: string[] | undefined; timeZone?: string[] | undefined; timeSeriesDimension?: boolean | undefined; timeSeriesMetric?: ",
"MappingTimeSeriesMetricType",
" | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.Unnamed",
"type": "Function",
"tags": [
"constructor"
],
"label": "Constructor",
"description": [
"\nDataView constructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.Unnamed.$1",
"type": "CompoundType",
"tags": [],
"label": "spec",
"description": [
"Configuration for the field"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.count",
"type": "number",
"tags": [],
"label": "count",
"description": [
"\nCount is used for field popularity in discover."
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.count",
"type": "number",
"tags": [],
"label": "count",
"description": [
"\nSet count, which is used for field popularity in discover."
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.defaultFormatter",
"type": "string",
"tags": [],
"label": "defaultFormatter",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.runtimeField",
"type": "CompoundType",
"tags": [],
"label": "runtimeField",
"description": [
"\nReturns runtime field definition or undefined if field is not runtime field."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.runtimeField",
"type": "CompoundType",
"tags": [],
"label": "runtimeField",
"description": [
"\nSets runtime field definition or unsets if undefined is provided."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.script",
"type": "string",
"tags": [],
"label": "script",
"description": [
"\nScript field code"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.script",
"type": "string",
"tags": [],
"label": "script",
"description": [
"\nSets scripted field painless code"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.lang",
"type": "string",
"tags": [],
"label": "lang",
"description": [
"\nScript field language"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.lang",
"type": "string",
"tags": [],
"label": "lang",
"description": [
"\nSets scripted field langauge."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.customLabel",
"type": "string",
"tags": [],
"label": "customLabel",
"description": [
"\nReturns custom label if set, otherwise undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.customLabel",
"type": "string",
"tags": [],
"label": "customLabel",
"description": [
"\nSets custom label for field, or unsets if passed undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.customDescription",
"type": "string",
"tags": [],
"label": "customDescription",
"description": [
"\nReturns custom description if set, otherwise undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.customDescription",
"type": "string",
"tags": [],
"label": "customDescription",
"description": [
"\nSets custom description for field, or unsets if passed undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.conflictDescriptions",
"type": "Object",
"tags": [],
"label": "conflictDescriptions",
"description": [
"\nSets conflict descriptions for field."
],
"signature": [
"Record<string, string[]> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nGet field name"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.displayName",
"type": "string",
"tags": [],
"label": "displayName",
"description": [
"\nGets display name, calcualted based on name, custom label and shortDotsEnable."
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nGets field type"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.esTypes",
"type": "Array",
"tags": [],
"label": "esTypes",
"description": [
"\nGets ES types as string array"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.scripted",
"type": "boolean",
"tags": [],
"label": "scripted",
"description": [
"\nReturns true if scripted field"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.searchable",
"type": "boolean",
"tags": [],
"label": "searchable",
"description": [
"\nReturns true if field is searchable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.aggregatable",
"type": "boolean",
"tags": [],
"label": "aggregatable",
"description": [
"\nReturns true if field is aggregatable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.timeSeriesDimension",
"type": "boolean",
"tags": [],
"label": "timeSeriesDimension",
"description": [
"\nreturns true if field is a TSDB dimension field"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.timeSeriesMetric",
"type": "CompoundType",
"tags": [],
"label": "timeSeriesMetric",
"description": [
"\nreturns type of TSDB metric or undefined"
],
"signature": [
"MappingTimeSeriesMetricType",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.fixedInterval",
"type": "Array",
"tags": [],
"label": "fixedInterval",
"description": [
"\nreturns list of alloeed fixed intervals"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.isRolledUpField",
"type": "CompoundType",
"tags": [],
"label": "isRolledUpField",
"description": [
"\nreturns true if the field is of rolled up type"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.timeZone",
"type": "Array",
"tags": [],
"label": "timeZone",
"description": [
"\nreturn list of allowed time zones"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.readFromDocValues",
"type": "boolean",
"tags": [],
"label": "readFromDocValues",
"description": [
"\nReturns true if field is available via doc values"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.subType",
"type": "CompoundType",
"tags": [],
"label": "subType",
"description": [
"\nReturns field subtype, multi, nested, or undefined if neither"
],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.isRuntimeField",
"type": "boolean",
"tags": [],
"label": "isRuntimeField",
"description": [
"\nReturns true if runtime field defined on data view"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.sortable",
"type": "boolean",
"tags": [],
"label": "sortable",
"description": [
"\nReturns true if field is sortable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.filterable",
"type": "boolean",
"tags": [],
"label": "filterable",
"description": [
"\nReturns true if field is filterable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.visualizable",
"type": "boolean",
"tags": [],
"label": "visualizable",
"description": [
"\nReturns true if field is visualizable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.isNull",
"type": "boolean",
"tags": [],
"label": "isNull",
"description": [
"\nReturns true if field is Empty"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.isSubtypeNested",
"type": "Function",
"tags": [],
"label": "isSubtypeNested",
"description": [
"\nReturns true if field is subtype nested"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.isSubtypeMulti",
"type": "Function",
"tags": [],
"label": "isSubtypeMulti",
"description": [
"\nReturns true if field is subtype multi"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.getSubtypeNested",
"type": "Function",
"tags": [],
"label": "getSubtypeNested",
"description": [
"\nReturns subtype nested data if exists"
],
"signature": [
"() => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeNested",
"text": "IFieldSubTypeNested"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.getSubtypeMulti",
"type": "Function",
"tags": [],
"label": "getSubtypeMulti",
"description": [
"\nReturns subtype multi data if exists"
],
"signature": [
"() => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeMulti",
"text": "IFieldSubTypeMulti"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.deleteCount",
"type": "Function",
"tags": [],
"label": "deleteCount",
"description": [
"\nDeletes count value. Popularity as used by discover"
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.toJSON",
"type": "Function",
"tags": [],
"label": "toJSON",
"description": [
"\nJSON version of field"
],
"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: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; customLabel: string | undefined; customDescription: string | undefined; defaultFormatter: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nGet field in serialized form - fieldspec."
],
"signature": [
"(config?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.ToSpecConfig",
"text": "ToSpecConfig"
},
") => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.toSpec.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [
"provide a method to get a field formatter"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.ToSpecConfig",
"text": "ToSpecConfig"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"field in serialized form - field spec"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewField.isRuntimeCompositeSubField",
"type": "Function",
"tags": [],
"label": "isRuntimeCompositeSubField",
"description": [
"\nReturns true if composite runtime field"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy",
"type": "Class",
"tags": [],
"label": "DataViewLazy",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [
"\nReturns true if scripted fields are enabled"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
"DataViewDeps"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getFields",
"type": "Function",
"tags": [],
"label": "getFields",
"description": [],
"signature": [
"({ mapped, scripted, runtime, fieldName, forceRefresh, unmapped, indexFilter, metaFields, }: GetFieldsParams) => Promise<{ getFieldMap: () => DataViewFieldMap; getFieldMapSorted: () => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
">; }>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getFields.$1",
"type": "Object",
"tags": [],
"label": "{\n mapped = true,\n scripted = true,\n runtime = true,\n fieldName,\n forceRefresh = false,\n unmapped,\n indexFilter,\n metaFields = true,\n }",
"description": [],
"signature": [
"GetFieldsParams"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getRuntimeFields",
"type": "Function",
"tags": [],
"label": "getRuntimeFields",
"description": [],
"signature": [
"({ fieldName }: Pick<GetFieldsParams, \"fieldName\">) => DataViewFieldMap"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getRuntimeFields.$1",
"type": "Object",
"tags": [],
"label": "{ fieldName = ['*'] }",
"description": [],
"signature": [
"Pick<GetFieldsParams, \"fieldName\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.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"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.addRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"Field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.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/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.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/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.removeRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"- Field name to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getScriptedFields",
"type": "Function",
"tags": [],
"label": "getScriptedFields",
"description": [],
"signature": [
"({ fieldName }: Pick<GetFieldsParams, \"fieldName\">) => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getScriptedFields.$1",
"type": "Object",
"tags": [],
"label": "{ fieldName = ['*'] }",
"description": [],
"signature": [
"Pick<GetFieldsParams, \"fieldName\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getScriptedFieldsForQuery",
"type": "Function",
"tags": [],
"label": "getScriptedFieldsForQuery",
"description": [],
"signature": [
"() => Record<string, ",
"ScriptField",
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getComputedFields",
"type": "Function",
"tags": [],
"label": "getComputedFields",
"description": [],
"signature": [
"({ fieldName }: { fieldName: string[]; }) => Promise<{ scriptFields: Record<string, ",
"ScriptField",
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: ",
"MappingRuntimeFields",
"; }>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getComputedFields.$1",
"type": "Object",
"tags": [],
"label": "{ fieldName = ['*'] }",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getComputedFields.$1.fieldName",
"type": "Array",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getRuntimeMappings",
"type": "Function",
"tags": [],
"label": "getRuntimeMappings",
"description": [],
"signature": [
"() => ",
"MappingRuntimeFields"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nCreates static representation of the data view."
],
"signature": [
"(params?: { fieldParams?: GetFieldsParams | undefined; } | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.toSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.toSpec.$1.fieldParams",
"type": "Object",
"tags": [],
"label": "fieldParams",
"description": [],
"signature": [
"GetFieldsParams | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.toMinimalSpec",
"type": "Function",
"tags": [],
"label": "toMinimalSpec",
"description": [
"\nCreates a minimal static representation of the data view. Fields and popularity scores will be omitted."
],
"signature": [
"(params?: { keepFieldAttrs?: (\"customLabel\" | \"customDescription\")[] | undefined; } | undefined) => Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", \"fields\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.toMinimalSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.toMinimalSpec.$1.keepFieldAttrs",
"type": "Array",
"tags": [],
"label": "keepFieldAttrs",
"description": [],
"signature": [
"(\"customLabel\" | \"customDescription\")[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.isTSDBMode",
"type": "Function",
"tags": [],
"label": "isTSDBMode",
"description": [
"\nreturns true if dataview contains TSDB fields"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.removeScriptedField",
"type": "Function",
"tags": [],
"label": "removeScriptedField",
"description": [],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.removeScriptedField.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.upsertScriptedField",
"type": "Function",
"tags": [],
"label": "upsertScriptedField",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.upsertScriptedField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.isTimeBased",
"type": "Function",
"tags": [],
"label": "isTimeBased",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.isTimeNanosBased",
"type": "Function",
"tags": [],
"label": "isTimeNanosBased",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getTimeField",
"type": "Function",
"tags": [],
"label": "getTimeField",
"description": [],
"signature": [
"() => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getFieldByName",
"type": "Function",
"tags": [],
"label": "getFieldByName",
"description": [],
"signature": [
"(name: string, forceRefresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getFieldByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.getFieldByName.$2",
"type": "boolean",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCustomLabel",
"type": "Function",
"tags": [],
"label": "setFieldCustomLabel",
"description": [
"\nSet field custom label"
],
"signature": [
"(fieldName: string, customLabel: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCustomLabel.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCustomLabel.$2",
"type": "CompoundType",
"tags": [],
"label": "customLabel",
"description": [
"custom label value. If undefined, custom label is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCount",
"type": "Function",
"tags": [],
"label": "setFieldCount",
"description": [],
"signature": [
"(fieldName: string, count: number | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCount.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCount.$2",
"type": "CompoundType",
"tags": [],
"label": "count",
"description": [],
"signature": [
"number | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCustomDescription",
"type": "Function",
"tags": [],
"label": "setFieldCustomDescription",
"description": [],
"signature": [
"(fieldName: string, customDescription: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCustomDescription.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewLazy.setFieldCustomDescription.$2",
"type": "CompoundType",
"tags": [],
"label": "customDescription",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient",
"type": "Class",
"tags": [],
"label": "DataViewsApiClient",
"description": [
"\nData Views API Client - client implementation"
],
"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/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "http",
"description": [
"http dependency"
],
"signature": [
"HttpSetup"
],
"path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient.Unnamed.$2",
"type": "Function",
"tags": [],
"label": "getCurrentUserId",
"description": [],
"signature": [
"() => Promise<string | undefined>"
],
"path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient.getFieldsForWildcard",
"type": "Function",
"tags": [],
"label": "getFieldsForWildcard",
"description": [
"\nGet field list for a given index pattern"
],
"signature": [
"(options: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
") => Promise<{ indices: string[]; fields: FieldsForWildcardSpec[]; etag: string; }>"
],
"path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient.getFieldsForWildcard.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for fields request"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
}
],
"path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsApiClient.hasUserDataView",
"type": "Function",
"tags": [],
"label": "hasUserDataView",
"description": [
"\nDoes a user created data view exist?"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewSavedObjectConflictError",
"type": "Class",
"tags": [],
"label": "DataViewSavedObjectConflictError",
"description": [
"\nError thrown when saved object has been changed when attempting to save."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectConflictError",
"text": "DataViewSavedObjectConflictError"
},
" extends Error"
],
"path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewSavedObjectConflictError.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewSavedObjectConflictError.Unnamed.$1",
"type": "string",
"tags": [],
"label": "savedObjectId",
"description": [
"saved object id with conflict"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"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 ",
"Plugin",
"<",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicPluginSetup",
"text": "DataViewsPublicPluginSetup"
},
", ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
},
", ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicSetupDependencies",
"text": "DataViewsPublicSetupDependencies"
},
", ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicStartDependencies",
"text": "DataViewsPublicStartDependencies"
},
">"
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "initializerContext",
"description": [],
"signature": [
"PluginInitializerContext",
"<object>"
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"(core: ",
"CoreSetup",
"<",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicStartDependencies",
"text": "DataViewsPublicStartDependencies"
},
", ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
},
">, { expressions, contentManagement }: ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicSetupDependencies",
"text": "DataViewsPublicSetupDependencies"
},
") => ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicPluginSetup",
"text": "DataViewsPublicPluginSetup"
}
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.setup.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
"CoreSetup",
"<",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicStartDependencies",
"text": "DataViewsPublicStartDependencies"
},
", ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
},
">"
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.setup.$2",
"type": "Object",
"tags": [],
"label": "{ expressions, contentManagement }",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicSetupDependencies",
"text": "DataViewsPublicSetupDependencies"
}
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"(core: ",
"CoreStart",
", { fieldFormats, contentManagement }: ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicStartDependencies",
"text": "DataViewsPublicStartDependencies"
},
") => ",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
}
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.start.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
"CoreStart"
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.start.$2",
"type": "Object",
"tags": [],
"label": "{ fieldFormats, contentManagement }",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsPublicStartDependencies",
"text": "DataViewsPublicStartDependencies"
}
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPlugin.stop",
"type": "Function",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService",
"type": "Class",
"tags": [],
"label": "DataViewsService",
"description": [
"\nData views service, providing CRUD operations for data views."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getCanSave",
"type": "Function",
"tags": [],
"label": "getCanSave",
"description": [
"\nCan the user save data views?"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nDataViewsService constructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "deps",
"description": [
"Service dependencies"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsServiceDeps",
"text": "DataViewsServiceDeps"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getIds",
"type": "Function",
"tags": [],
"label": "getIds",
"description": [
"\nGets list of index pattern ids."
],
"signature": [
"(refresh?: boolean) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getTitles",
"type": "Function",
"tags": [],
"label": "getTitles",
"description": [
"\nGets list of index pattern titles."
],
"signature": [
"(refresh?: boolean) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.find.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.find.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"Number of data views to return"
],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataView[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.findLazy",
"type": "Function",
"tags": [],
"label": "findLazy",
"description": [
"\nFind and load lazy data views by title."
],
"signature": [
"(search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.findLazy.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.findLazy.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"Number of data views to return"
],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewLazy[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getIdsWithTitle",
"type": "Function",
"tags": [],
"label": "getIdsWithTitle",
"description": [
"\nGets 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getAllDataViewLazy",
"type": "Function",
"tags": [],
"label": "getAllDataViewLazy",
"description": [],
"signature": [
"(refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getAllDataViewLazy.$1",
"type": "boolean",
"tags": [],
"label": "refresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.clearCache",
"type": "Function",
"tags": [],
"label": "clearCache",
"description": [
"\nClear index pattern saved objects cache."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.clearInstanceCache",
"type": "Function",
"tags": [],
"label": "clearInstanceCache",
"description": [
"\nClear index pattern instance cache"
],
"signature": [
"(id?: string | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.clearInstanceCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.clearDataViewLazyCache",
"type": "Function",
"tags": [],
"label": "clearDataViewLazyCache",
"description": [
"\nClear instance in data view lazy cache"
],
"signature": [
"(id: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.clearDataViewLazyCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getCache",
"type": "Function",
"tags": [],
"label": "getCache",
"description": [
"\nGet cache, contains data view saved objects."
],
"signature": [
"() => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectAttrs",
"text": "DataViewSavedObjectAttrs"
},
">[] | null | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDefault",
"type": "Function",
"tags": [],
"label": "getDefault",
"description": [
"\nGet default index pattern"
],
"signature": [
"(displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDefault.$1",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.setDefault.$1",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [
"data view id"
],
"signature": [
"string | null"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.setDefault.$2",
"type": "boolean",
"tags": [],
"label": "force",
"description": [
"set default data view even if there's an existing default"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getMetaFields",
"type": "Function",
"tags": [],
"label": "getMetaFields",
"description": [],
"signature": [
"() => Promise<string[] | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getShortDotsEnable",
"type": "Function",
"tags": [],
"label": "getShortDotsEnable",
"description": [],
"signature": [
"() => Promise<boolean | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getFieldsForWildcard.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for getting field list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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 pattern (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?: Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getFieldsForIndexPattern.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for getting field list"
],
"signature": [
"Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"FieldSpec[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.refreshFields",
"type": "Function",
"tags": [],
"label": "refreshFields",
"description": [
"\nRefresh field list for a given data view."
],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
", displayErrors?: boolean, forceRefresh?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.refreshFields.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.refreshFields.$2",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.refreshFields.$3",
"type": "boolean",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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?: ",
"FieldAttrsAsObject",
" | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.fieldArrayToMap.$2",
"type": "Object",
"tags": [],
"label": "fieldAttrs",
"description": [
": FieldAttrs"
],
"signature": [
"FieldAttrsAsObject",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"Record<string, FieldSpec>"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.savedObjectToSpec",
"type": "Function",
"tags": [],
"label": "savedObjectToSpec",
"description": [
"\nConverts data view saved object to data view 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewSpec"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDataViewLazy",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDataViewLazy.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDataViewLazyFromCache",
"type": "Function",
"tags": [],
"label": "getDataViewLazyFromCache",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDataViewLazyFromCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet an index pattern by id, cache optimized."
],
"signature": [
"(id: string, displayErrors?: boolean, refreshFields?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.get.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.get.$2",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.get.$3",
"type": "boolean",
"tags": [],
"label": "refreshFields",
"description": [
"- If set true, will fetch fields from the index pattern"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreate data view instance."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.create.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.create.$2",
"type": "boolean",
"tags": [],
"label": "skipFetchFields",
"description": [
"if true, will not fetch fields"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.create.$3",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataView"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createDataViewLazy",
"type": "Function",
"tags": [],
"label": "createDataViewLazy",
"description": [
"\nCreate data view lazy instance."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewLazy"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSaveDataViewLazy",
"type": "Function",
"tags": [],
"label": "createAndSaveDataViewLazy",
"description": [
"\nCreate a new data view lazy and save it right away."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSaveDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSaveDataViewLazy.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSave",
"type": "Function",
"tags": [],
"label": "createAndSave",
"description": [
"\nCreate a new data view and save it right away."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean, skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSave.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSave.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createAndSave.$4",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createSavedObject",
"type": "Function",
"tags": [],
"label": "createSavedObject",
"description": [
"\nSave a new data view."
],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", overwrite?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createSavedObject.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [
"data view instance"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.createSavedObject.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.updateSavedObject",
"type": "Function",
"tags": [],
"label": "updateSavedObject",
"description": [
"\nSave existing data view. Will attempt to merge differences if there are conflicts."
],
"signature": [
"(indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.updateSavedObject.$2",
"type": "number",
"tags": [],
"label": "saveAttempts",
"description": [],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.updateSavedObject.$3",
"type": "boolean",
"tags": [],
"label": "ignoreErrors",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.updateSavedObject.$4",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.defaultDataViewExists",
"type": "Function",
"tags": [],
"label": "defaultDataViewExists",
"description": [
"\nReturns whether a default data view exists."
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDefaultDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDefaultDataViewLazy",
"description": [
"\nReturns the default data view as a DataViewLazy.\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.DataViewLazy",
"text": "DataViewLazy"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"default data view lazy"
]
},
{
"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": [
"(options?: { displayErrors?: boolean | undefined; refreshFields?: boolean | undefined; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDefaultDataView.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDefaultDataView.$1.displayErrors",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.getDefaultDataView.$1.refreshFields",
"type": "CompoundType",
"tags": [],
"label": "refreshFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [
"default data view"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.toDataView",
"type": "Function",
"tags": [],
"label": "toDataView",
"description": [],
"signature": [
"(dataViewLazy: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.toDataView.$1",
"type": "Object",
"tags": [],
"label": "dataViewLazy",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.toDataViewLazy",
"type": "Function",
"tags": [],
"label": "toDataViewLazy",
"description": [],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsService.toDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic",
"type": "Class",
"tags": [],
"label": "DataViewsServicePublic",
"description": [
"\nData Views public service"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsService",
"text": "DataViewsService"
}
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.getCanSaveSync",
"type": "Function",
"tags": [],
"label": "getCanSaveSync",
"description": [],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.getIndices",
"type": "Function",
"tags": [],
"label": "getIndices",
"description": [],
"signature": [
"(props: { pattern: string; showAllIndices?: boolean | undefined; isRollupIndex: (indexName: string) => boolean; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.MatchedItem",
"text": "MatchedItem"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.getIndices.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ pattern: string; showAllIndices?: boolean | undefined; isRollupIndex: (indexName: string) => boolean; }"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.hasData",
"type": "Object",
"tags": [],
"label": "hasData",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.HasDataService",
"text": "HasDataService"
}
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nConstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "deps",
"description": [
"Service dependencies"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublicDeps",
"text": "DataViewsServicePublicDeps"
}
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.getRollupsEnabled",
"type": "Function",
"tags": [],
"label": "getRollupsEnabled",
"description": [],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.getExistingIndices",
"type": "Function",
"tags": [],
"label": "getExistingIndices",
"description": [
"\nGet existing index pattern list by providing string array index pattern list."
],
"signature": [
"(indices: string[]) => Promise<",
"ExistingIndicesResponse",
">"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublic.getExistingIndices.$1",
"type": "Array",
"tags": [],
"label": "indices",
"description": [
"- index pattern list"
],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"index pattern list of index patterns that match indices"
]
}
],
"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/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "uiSettings",
"description": [],
"signature": [
"IUiSettingsClient"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [],
"signature": [
"<T = unknown>(key: string) => Promise<T | undefined>"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.get.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.getAll",
"type": "Function",
"tags": [],
"label": "getAll",
"description": [],
"signature": [
"<T = unknown>() => Promise<Record<string, (",
"PublicUiSettingsParams",
" & ",
"UserProvidedValues",
"<T>) | undefined>>"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.set",
"type": "Function",
"tags": [],
"label": "set",
"description": [],
"signature": [
"(key: string, value: unknown) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.set.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.set.$2",
"type": "Unknown",
"tags": [],
"label": "value",
"description": [],
"signature": [
"unknown"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.remove",
"type": "Function",
"tags": [],
"label": "remove",
"description": [],
"signature": [
"(key: string) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.UiSettingsPublicToCommon.remove.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [
{
"parentPluginId": "dataViews",
"id": "def-public.getFieldSubtypeMulti",
"type": "Function",
"tags": [],
"label": "getFieldSubtypeMulti",
"description": [],
"signature": [
"(field: HasSubtype) => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeMulti",
"text": "IFieldSubTypeMulti"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.getFieldSubtypeMulti.$1",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
"{ subType?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.getFieldSubtypeNested",
"type": "Function",
"tags": [],
"label": "getFieldSubtypeNested",
"description": [],
"signature": [
"(field: HasSubtype) => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeNested",
"text": "IFieldSubTypeNested"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.getFieldSubtypeNested.$1",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
"{ subType?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.validateDataView",
"type": "Function",
"tags": [],
"label": "validateDataView",
"description": [
"\nValidate index pattern strings"
],
"signature": [
"(indexPattern: string) => { ILLEGAL_CHARACTERS?: string[] | undefined; CONTAINS_SPACES?: boolean | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/lib/validate_data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.validateDataView.$1",
"type": "string",
"tags": [],
"label": "indexPattern",
"description": [
"string to validate"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/lib/validate_data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"errors object"
],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes",
"type": "Interface",
"tags": [],
"label": "DataViewAttributes",
"description": [
"\nInterface for the data view saved object"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.fields",
"type": "string",
"tags": [],
"label": "fields",
"description": [
"\nFields as a serialized array of field specs"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.title",
"type": "string",
"tags": [],
"label": "title",
"description": [
"\nData view title"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nData view type, default or rollup"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.typeMeta",
"type": "string",
"tags": [],
"label": "typeMeta",
"description": [
"\nType metadata information, serialized. Only used by rollup data views."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.timeFieldName",
"type": "string",
"tags": [],
"label": "timeFieldName",
"description": [
"\nTime field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.sourceFilters",
"type": "string",
"tags": [],
"label": "sourceFilters",
"description": [
"\nSerialized array of filters. Used by discover to hide fields."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.fieldFormatMap",
"type": "string",
"tags": [],
"label": "fieldFormatMap",
"description": [
"\nSerialized map of field formats by field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.fieldAttrs",
"type": "string",
"tags": [],
"label": "fieldAttrs",
"description": [
"\nSerialized map of field attributes, currently field count and name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.runtimeFieldMap",
"type": "string",
"tags": [],
"label": "runtimeFieldMap",
"description": [
"\nSerialized map of runtime field definitions, by field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.allowNoIndex",
"type": "CompoundType",
"tags": [],
"label": "allowNoIndex",
"description": [
"\nPrevents errors when index pattern exists before indices"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nName of the data view. Human readable name used to differentiate data view."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewAttributes.allowHidden",
"type": "CompoundType",
"tags": [],
"label": "allowHidden",
"description": [
"\nAllow hidden and system indices when loading field list"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem",
"type": "Interface",
"tags": [],
"label": "DataViewListItem",
"description": [
"\nResult from data view search - summary data."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem.id",
"type": "string",
"tags": [],
"label": "id",
"description": [
"\nSaved object id (or generated id if in-memory only)"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem.namespaces",
"type": "Array",
"tags": [],
"label": "namespaces",
"description": [
"\nNamespace ids"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem.title",
"type": "string",
"tags": [],
"label": "title",
"description": [
"\nData view title"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nData view type"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem.typeMeta",
"type": "Object",
"tags": [],
"label": "typeMeta",
"description": [
"\nData view type meta"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TypeMeta",
"text": "TypeMeta"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewListItem.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicSetupDependencies",
"type": "Interface",
"tags": [],
"label": "DataViewsPublicSetupDependencies",
"description": [
"\nData views public setup dependencies"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicSetupDependencies.expressions",
"type": "Object",
"tags": [],
"label": "expressions",
"description": [
"\nExpressions"
],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionsServiceSetup",
"text": "ExpressionsServiceSetup"
}
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicSetupDependencies.fieldFormats",
"type": "Object",
"tags": [],
"label": "fieldFormats",
"description": [
"\nField formats"
],
"signature": [
"{ register: (fieldFormats: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]) => void; has: (id: string) => boolean; }"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicSetupDependencies.contentManagement",
"type": "Object",
"tags": [],
"label": "contentManagement",
"description": [
"\nContent management"
],
"signature": [
{
"pluginId": "contentManagement",
"scope": "public",
"docId": "kibContentManagementPluginApi",
"section": "def-public.ContentManagementPublicSetup",
"text": "ContentManagementPublicSetup"
}
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicStartDependencies",
"type": "Interface",
"tags": [],
"label": "DataViewsPublicStartDependencies",
"description": [
"\nData views public start dependencies"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicStartDependencies.fieldFormats",
"type": "CompoundType",
"tags": [],
"label": "fieldFormats",
"description": [
"\nField formats"
],
"signature": [
"Omit<",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatsRegistry",
"text": "FieldFormatsRegistry"
},
", \"init\" | \"register\"> & { deserialize: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FormatFactory",
"text": "FormatFactory"
},
"; }"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicStartDependencies.contentManagement",
"type": "Object",
"tags": [],
"label": "contentManagement",
"description": [
"\nContent management"
],
"signature": [
{
"pluginId": "contentManagement",
"scope": "public",
"docId": "kibContentManagementPluginApi",
"section": "def-public.ContentManagementPublicStart",
"text": "ContentManagementPublicStart"
}
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps",
"type": "Interface",
"tags": [],
"label": "DataViewsServicePublicDeps",
"description": [
"\nData Views public service dependencies"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublicDeps",
"text": "DataViewsServicePublicDeps"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsServiceDeps",
"text": "DataViewsServiceDeps"
}
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getCanSaveSync",
"type": "Function",
"tags": [],
"label": "getCanSaveSync",
"description": [
"\nGet can user save data view - sync version"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.hasData",
"type": "Object",
"tags": [],
"label": "hasData",
"description": [
"\nHas data service"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.HasDataService",
"text": "HasDataService"
}
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getIndices",
"type": "Function",
"tags": [],
"label": "getIndices",
"description": [],
"signature": [
"(props: { pattern: string; showAllIndices?: boolean | undefined; isRollupIndex: (indexName: string) => boolean; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.MatchedItem",
"text": "MatchedItem"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getIndices.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getIndices.$1.pattern",
"type": "string",
"tags": [],
"label": "pattern",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getIndices.$1.showAllIndices",
"type": "CompoundType",
"tags": [],
"label": "showAllIndices",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getIndices.$1.isRollupIndex",
"type": "Function",
"tags": [],
"label": "isRollupIndex",
"description": [],
"signature": [
"(indexName: string) => boolean"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getIndices.$1.isRollupIndex.$1",
"type": "string",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.getRollupsEnabled",
"type": "Function",
"tags": [],
"label": "getRollupsEnabled",
"description": [],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsServicePublicDeps.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
"HttpSetup"
],
"path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.HasDataViewsResponse",
"type": "Interface",
"tags": [],
"label": "HasDataViewsResponse",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.HasDataViewsResponse.hasDataView",
"type": "boolean",
"tags": [],
"label": "hasDataView",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.HasDataViewsResponse.hasUserDataView",
"type": "boolean",
"tags": [],
"label": "hasUserDataView",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList",
"type": "Interface",
"tags": [],
"label": "IIndexPatternFieldList",
"description": [
"\nInterface for data view field list which _extends_ the array class."
],
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreates a DataViewField instance. Does not add it to the data view."
],
"signature": [
"(field: ",
{
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.create.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field spec to create field instance"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"a new data view field instance"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.add",
"type": "Function",
"tags": [],
"label": "add",
"description": [
"\nAdd field to field list."
],
"signature": [
"(field: ",
{
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.add.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field spec to add field to list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"data view field instance which was added to list"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.getAll",
"type": "Function",
"tags": [],
"label": "getAll",
"description": [
"\nReturns fields as plain array of data view field instances."
],
"signature": [
"() => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.getByName",
"type": "Function",
"tags": [],
"label": "getByName",
"description": [
"\nGet field by name. Optimized, uses map to find field."
],
"signature": [
"(name: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.getByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"name of field to find"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"data view field instance if found, undefined otherwise"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.getByType",
"type": "Function",
"tags": [],
"label": "getByType",
"description": [
"\nGet fields by field type. Optimized, uses map to find fields."
],
"signature": [
"(type: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.getByType.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [
"type of field to find"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"array of data view field instances if found, empty array otherwise"
]
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.remove",
"type": "Function",
"tags": [],
"label": "remove",
"description": [
"\nRemove field from field list"
],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
" | ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.remove.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field for removal"
],
"signature": [
{
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.removeAll",
"type": "Function",
"tags": [],
"label": "removeAll",
"description": [
"\nRemove all fields from field list."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.replaceAll",
"type": "Function",
"tags": [],
"label": "replaceAll",
"description": [
"\nReplace all fields in field list with new fields."
],
"signature": [
"(specs: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]) => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.replaceAll.$1",
"type": "Array",
"tags": [],
"label": "specs",
"description": [
"array of field specs to add to list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.update",
"type": "Function",
"tags": [],
"label": "update",
"description": [
"\nUpdate a field in the list"
],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.update.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field spec to update"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.toSpec",
"type": "Function",
"tags": [
"return"
],
"label": "toSpec",
"description": [
"\nField list as field spec map by name"
],
"signature": [
"(options?: ToSpecOptions | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IIndexPatternFieldList.toSpec.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"optionally provide a function to get field formatter for fields"
],
"signature": [
"ToSpecOptions | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"map of field specs by name"
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.IndicesViaSearchResponse",
"type": "Interface",
"tags": [],
"label": "IndicesViaSearchResponse",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.IndicesViaSearchResponse.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.MatchedItem",
"type": "Interface",
"tags": [],
"label": "MatchedItem",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.MatchedItem.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.MatchedItem.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.Tag",
"text": "Tag"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.MatchedItem.item",
"type": "Object",
"tags": [],
"label": "item",
"description": [],
"signature": [
"{ name: string; backing_indices?: string[] | undefined; timestamp_field?: string | undefined; indices?: string[] | undefined; aliases?: string[] | undefined; attributes?: ",
"ResolveIndexResponseItemIndexAttrs",
"[] | undefined; data_stream?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI",
"type": "Interface",
"tags": [],
"label": "PersistenceAPI",
"description": [
"\nCommon interface for the saved objects client on server and content management in browser"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.find",
"type": "Function",
"tags": [],
"label": "find",
"description": [
"\nSearch for saved objects"
],
"signature": [
"(options: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SavedObjectsClientCommonFindArgs",
"text": "SavedObjectsClientCommonFindArgs"
},
") => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
">[]>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.find.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"- options for search"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SavedObjectsClientCommonFindArgs",
"text": "SavedObjectsClientCommonFindArgs"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet a single saved object by id"
],
"signature": [
"(id: string) => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
">>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.get.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- id of saved object"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.update",
"type": "Function",
"tags": [],
"label": "update",
"description": [
"\nUpdate a saved object by id"
],
"signature": [
"(id: string, attributes: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
", options: { version?: string | undefined; }) => Promise<",
"SavedObject",
"<unknown>>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.update.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- id of saved object"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.update.$2",
"type": "Object",
"tags": [],
"label": "attributes",
"description": [
"- attributes to update"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.update.$3",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.update.$3.version",
"type": "string",
"tags": [],
"label": "version",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreate a saved object"
],
"signature": [
"(attributes: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
", options: { id?: string | undefined; initialNamespaces?: string[] | undefined; overwrite?: boolean | undefined; }) => Promise<",
"SavedObject",
"<unknown>>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.create.$1",
"type": "Object",
"tags": [],
"label": "attributes",
"description": [
"- attributes to set"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.create.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.create.$2.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.create.$2.initialNamespaces",
"type": "Array",
"tags": [],
"label": "initialNamespaces",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.create.$2.overwrite",
"type": "CompoundType",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.delete",
"type": "Function",
"tags": [],
"label": "delete",
"description": [
"\nDelete a saved object by id"
],
"signature": [
"(id: string) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.PersistenceAPI.delete.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- id of saved object"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.RuntimeField",
"type": "Interface",
"tags": [],
"label": "RuntimeField",
"description": [
"\nThis is the RuntimeField interface enhanced with Data view field\nconfiguration: field format definition, customLabel or popularity."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldBase",
"text": "RuntimeFieldBase"
},
",",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldConfiguration",
"text": "FieldConfiguration"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.RuntimeField.fields",
"type": "Object",
"tags": [],
"label": "fields",
"description": [
"\nSubfields of composite field"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSubFields",
"text": "RuntimeFieldSubFields"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.Tag",
"type": "Interface",
"tags": [],
"label": "Tag",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.Tag.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.Tag.key",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.Tag.color",
"type": "string",
"tags": [],
"label": "color",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewType",
"type": "Enum",
"tags": [],
"label": "DataViewType",
"description": [
"\nData View type. Default or rollup"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.INDEX_PATTERN_TYPE",
"type": "Enum",
"tags": [],
"label": "INDEX_PATTERN_TYPE",
"description": [],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "dataViews",
"id": "def-public.CONTAINS_SPACES_KEY",
"type": "string",
"tags": [],
"label": "CONTAINS_SPACES_KEY",
"description": [
"\nError code for when an index pattern contains spaces"
],
"signature": [
"\"CONTAINS_SPACES\""
],
"path": "src/platform/plugins/shared/data_views/common/lib/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DATA_VIEW_SAVED_OBJECT_TYPE",
"type": "string",
"tags": [],
"label": "DATA_VIEW_SAVED_OBJECT_TYPE",
"description": [
"\nData view saved object type."
],
"signature": [
"\"index-pattern\""
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewSpec",
"type": "Type",
"tags": [],
"label": "DataViewSpec",
"description": [
"\nStatic data view format\nSerialized data object, representing data view attributes and state"
],
"signature": [
"{ id?: string | undefined; version?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; sourceFilters?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SourceFilter",
"text": "SourceFilter"
},
"[] | undefined; fields?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
},
" | undefined; typeMeta?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TypeMeta",
"text": "TypeMeta"
},
" | undefined; type?: string | undefined; fieldFormats?: Record<string, ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">> | undefined; runtimeFieldMap?: Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
"> | undefined; fieldAttrs?: ",
"FieldAttrsAsObject",
" | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.FieldSpec",
"type": "Type",
"tags": [],
"label": "FieldSpec",
"description": [
"\nSerialized version of DataViewField"
],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
" & { count?: number | undefined; conflictDescriptions?: Record<string, string[]> | undefined; format?: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined; esTypes?: string[] | undefined; searchable: boolean; aggregatable: boolean; isNull?: boolean | undefined; readFromDocValues?: boolean | undefined; indexed?: boolean | undefined; customLabel?: string | undefined; customDescription?: string | undefined; runtimeField?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined; fixedInterval?: string[] | undefined; timeZone?: string[] | undefined; timeSeriesDimension?: boolean | undefined; timeSeriesMetric?: ",
"MappingTimeSeriesMetricType",
" | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.ILLEGAL_CHARACTERS",
"type": "Array",
"tags": [],
"label": "ILLEGAL_CHARACTERS",
"description": [
"\nAll characters disallowed in index patterns."
],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/lib/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.ILLEGAL_CHARACTERS_KEY",
"type": "string",
"tags": [],
"label": "ILLEGAL_CHARACTERS_KEY",
"description": [
"\nError code for when an index pattern contains illegal characters"
],
"signature": [
"\"ILLEGAL_CHARACTERS\""
],
"path": "src/platform/plugins/shared/data_views/common/lib/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.ILLEGAL_CHARACTERS_VISIBLE",
"type": "Array",
"tags": [],
"label": "ILLEGAL_CHARACTERS_VISIBLE",
"description": [
"\nCharacters disallowed in index patterns that are visible."
],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/lib/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.META_FIELDS",
"type": "string",
"tags": [],
"label": "META_FIELDS",
"description": [
"\nUiSettings key for metaFields list."
],
"signature": [
"\"metaFields\""
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.RuntimeType",
"type": "Type",
"tags": [],
"label": "RuntimeType",
"description": [
"\nRuntime field types"
],
"signature": [
"\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"composite\""
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-public.TypeMeta",
"type": "Type",
"tags": [],
"label": "TypeMeta",
"description": [
"\nInterface for metadata about rollup indices"
],
"signature": [
"{ aggs?: Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AggregationRestrictions",
"text": "AggregationRestrictions"
},
"> | undefined; params?: { rollup_index: string; } | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPluginSetup",
"type": "Interface",
"tags": [],
"label": "DataViewsPublicPluginSetup",
"description": [
"\nData plugin public Setup contract"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-public.DataViewsPublicPluginSetup.enableRollups",
"type": "Function",
"tags": [],
"label": "enableRollups",
"description": [],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "dataViews",
"id": "def-public.DataViewsContract",
"type": "Type",
"tags": [],
"label": "DataViewsContract",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
}
],
"path": "src/platform/plugins/shared/data_views/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView",
"type": "Class",
"tags": [],
"label": "DataView",
"description": [
"\nData view class. Central kibana abstraction around multiple indices."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
" implements ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewBase",
"text": "DataViewBase"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.fields",
"type": "CompoundType",
"tags": [],
"label": "fields",
"description": [
"\nField list, in extended array format"
],
"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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.flattenHit",
"type": "Function",
"tags": [
"deprecated"
],
"label": "flattenHit",
"description": [],
"signature": [
"(hit: Record<string, unknown[]>, deep?: boolean | undefined) => Record<string, unknown>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx"
},
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx"
}
],
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.flattenHit.$1",
"type": "Object",
"tags": [],
"label": "hit",
"description": [],
"signature": [
"{ [x: string]: unknown[]; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.flattenHit.$2",
"type": "CompoundType",
"tags": [],
"label": "deep",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [
"- config data and dependencies"
],
"signature": [
"DataViewDeps"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getScriptedFieldsForQuery",
"type": "Function",
"tags": [],
"label": "getScriptedFieldsForQuery",
"description": [],
"signature": [
"() => Record<string, ",
"ScriptField",
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getEtag",
"type": "Function",
"tags": [],
"label": "getEtag",
"description": [],
"signature": [
"() => string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setEtag",
"type": "Function",
"tags": [],
"label": "setEtag",
"description": [],
"signature": [
"(etag: string | undefined) => string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setEtag.$1",
"type": "string",
"tags": [],
"label": "etag",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getComputedFields",
"type": "Function",
"tags": [],
"label": "getComputedFields",
"description": [
"\nReturns scripted fields"
],
"signature": [
"() => { scriptFields: Record<string, ",
"ScriptField",
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: ",
"MappingRuntimeFields",
"; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nCreates static representation of the data view."
],
"signature": [
"(includeFields?: boolean) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.toSpec.$1",
"type": "boolean",
"tags": [],
"label": "includeFields",
"description": [
"Whether or not to include the `fields` list as part of this spec. If not included, the list\nwill be fetched from Elasticsearch when instantiating a new Data View with this spec."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.toMinimalSpec",
"type": "Function",
"tags": [],
"label": "toMinimalSpec",
"description": [
"\nCreates a minimal static representation of the data view. Fields and popularity scores will be omitted."
],
"signature": [
"(params?: { keepFieldAttrs?: (\"customLabel\" | \"customDescription\")[] | undefined; } | undefined) => Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", \"fields\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.toMinimalSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.toMinimalSpec.$1.keepFieldAttrs",
"type": "Array",
"tags": [],
"label": "keepFieldAttrs",
"description": [],
"signature": [
"(\"customLabel\" | \"customDescription\")[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.removeScriptedField",
"type": "Function",
"tags": [
"deprecated"
],
"label": "removeScriptedField",
"description": [
"\nRemoves scripted field from field list."
],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx"
}
],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.removeScriptedField.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of scripted field to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.test.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.test.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/public/application/lib/fetch_fields.ts"
}
],
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
}
],
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.isTSDBMode",
"type": "Function",
"tags": [],
"label": "isTSDBMode",
"description": [
"\nreturns true if dataview contains TSDB fields"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.isTimeBased",
"type": "Function",
"tags": [],
"label": "isTimeBased",
"description": [
"\nDoes the data view have a timestamp field?"
],
"signature": [
"() => this is ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TimeBasedDataView",
"text": "TimeBasedDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.isTimeNanosBased",
"type": "Function",
"tags": [],
"label": "isTimeNanosBased",
"description": [
"\nDoes the data view have a timestamp field and is it a date nanos field?"
],
"signature": [
"() => this is ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TimeBasedDataView",
"text": "TimeBasedDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getTimeField",
"type": "Function",
"tags": [],
"label": "getTimeField",
"description": [
"\nGet timestamp field as DataViewField or return undefined"
],
"signature": [
"() => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getFieldByName",
"type": "Function",
"tags": [],
"label": "getFieldByName",
"description": [
"\nGet field by name."
],
"signature": [
"(name: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getFieldByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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"
},
") => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.addRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"Field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getFieldsByRuntimeFieldName",
"type": "Function",
"tags": [],
"label": "getFieldsByRuntimeFieldName",
"description": [
"\nReturns data view fields backed by runtime fields."
],
"signature": [
"(name: string) => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getFieldsByRuntimeFieldName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"runtime field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"map of DataViewFields (that are runtime fields) by field name"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.removeRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"- Field name to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.getRuntimeMappings",
"type": "Function",
"tags": [],
"label": "getRuntimeMappings",
"description": [
"\nReturn the \"runtime_mappings\" section of the ES search query."
],
"signature": [
"() => ",
"MappingRuntimeFields"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCustomLabel",
"type": "Function",
"tags": [],
"label": "setFieldCustomLabel",
"description": [
"\nSet field custom label"
],
"signature": [
"(fieldName: string, customLabel: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCustomLabel.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCustomLabel.$2",
"type": "CompoundType",
"tags": [],
"label": "customLabel",
"description": [
"custom label value. If undefined, custom label is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCustomDescription",
"type": "Function",
"tags": [],
"label": "setFieldCustomDescription",
"description": [
"\nSet field custom description"
],
"signature": [
"(fieldName: string, customDescription: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCustomDescription.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCustomDescription.$2",
"type": "CompoundType",
"tags": [],
"label": "customDescription",
"description": [
"custom description value. If undefined, custom description is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCount",
"type": "Function",
"tags": [],
"label": "setFieldCount",
"description": [
"\nSet field count"
],
"signature": [
"(fieldName: string, count: number | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCount.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set count on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.setFieldCount.$2",
"type": "CompoundType",
"tags": [],
"label": "count",
"description": [
"count value. If undefined, count is removed"
],
"signature": [
"number | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.upsertScriptedField",
"type": "Function",
"tags": [],
"label": "upsertScriptedField",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataView.upsertScriptedField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"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 ",
"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"
},
", ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginSetupDependencies",
"text": "DataViewsServerPluginSetupDependencies"
},
", ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStartDependencies",
"text": "DataViewsServerPluginStartDependencies"
},
">"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "initializerContext",
"description": [],
"signature": [
"PluginInitializerContext",
"<unknown>"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"(core: ",
"CoreSetup",
"<",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStartDependencies",
"text": "DataViewsServerPluginStartDependencies"
},
", ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStart",
"text": "DataViewsServerPluginStart"
},
">, { expressions, usageCollection, contentManagement }: ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginSetupDependencies",
"text": "DataViewsServerPluginSetupDependencies"
},
") => { enableRollups: () => boolean; }"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.setup.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
"CoreSetup",
"<",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStartDependencies",
"text": "DataViewsServerPluginStartDependencies"
},
", ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStart",
"text": "DataViewsServerPluginStart"
},
">"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.setup.$2",
"type": "Object",
"tags": [],
"label": "{ expressions, usageCollection, contentManagement }",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginSetupDependencies",
"text": "DataViewsServerPluginSetupDependencies"
}
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"({ uiSettings, capabilities }: ",
"CoreStart",
", { fieldFormats }: ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStartDependencies",
"text": "DataViewsServerPluginStartDependencies"
},
") => { dataViewsServiceFactory: (savedObjectsClient: ",
"SavedObjectsClientContract",
", elasticsearchClient: ",
"ElasticsearchClient",
", request?: ",
"KibanaRequest",
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsService",
"text": "DataViewsService"
},
">; getScriptedFieldsEnabled: () => boolean; }"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.start.$1",
"type": "Object",
"tags": [],
"label": "{ uiSettings, capabilities }",
"description": [],
"signature": [
"CoreStart"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.start.$2",
"type": "Object",
"tags": [],
"label": "{ fieldFormats }",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.DataViewsServerPluginStartDependencies",
"text": "DataViewsServerPluginStartDependencies"
}
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPlugin.stop",
"type": "Function",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService",
"type": "Class",
"tags": [],
"label": "DataViewsService",
"description": [
"\nData views service, providing CRUD operations for data views."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getCanSave",
"type": "Function",
"tags": [],
"label": "getCanSave",
"description": [
"\nCan the user save data views?"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nDataViewsService constructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "deps",
"description": [
"Service dependencies"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsServiceDeps",
"text": "DataViewsServiceDeps"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getIds",
"type": "Function",
"tags": [],
"label": "getIds",
"description": [
"\nGets list of index pattern ids."
],
"signature": [
"(refresh?: boolean) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getIds.$1",
"type": "boolean",
"tags": [],
"label": "refresh",
"description": [
"Force refresh of index pattern list"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getTitles",
"type": "Function",
"tags": [],
"label": "getTitles",
"description": [
"\nGets list of index pattern titles."
],
"signature": [
"(refresh?: boolean) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getTitles.$1",
"type": "boolean",
"tags": [],
"label": "refresh",
"description": [
"Force refresh of index pattern list"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.find.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.find.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"Number of data views to return"
],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataView[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.findLazy",
"type": "Function",
"tags": [],
"label": "findLazy",
"description": [
"\nFind and load lazy data views by title."
],
"signature": [
"(search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.findLazy.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.findLazy.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"Number of data views to return"
],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewLazy[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getIdsWithTitle",
"type": "Function",
"tags": [],
"label": "getIdsWithTitle",
"description": [
"\nGets 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getIdsWithTitle.$1",
"type": "boolean",
"tags": [],
"label": "refresh",
"description": [
"Force refresh of index pattern list"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getAllDataViewLazy",
"type": "Function",
"tags": [],
"label": "getAllDataViewLazy",
"description": [],
"signature": [
"(refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getAllDataViewLazy.$1",
"type": "boolean",
"tags": [],
"label": "refresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.clearCache",
"type": "Function",
"tags": [],
"label": "clearCache",
"description": [
"\nClear index pattern saved objects cache."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.clearInstanceCache",
"type": "Function",
"tags": [],
"label": "clearInstanceCache",
"description": [
"\nClear index pattern instance cache"
],
"signature": [
"(id?: string | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.clearInstanceCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.clearDataViewLazyCache",
"type": "Function",
"tags": [],
"label": "clearDataViewLazyCache",
"description": [
"\nClear instance in data view lazy cache"
],
"signature": [
"(id: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.clearDataViewLazyCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getCache",
"type": "Function",
"tags": [],
"label": "getCache",
"description": [
"\nGet cache, contains data view saved objects."
],
"signature": [
"() => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectAttrs",
"text": "DataViewSavedObjectAttrs"
},
">[] | null | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefault",
"type": "Function",
"tags": [],
"label": "getDefault",
"description": [
"\nGet default index pattern"
],
"signature": [
"(displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefault.$1",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefaultId",
"type": "Function",
"tags": [],
"label": "getDefaultId",
"description": [
"\nGet default index pattern id"
],
"signature": [
"() => Promise<string | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.setDefault.$1",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [
"data view id"
],
"signature": [
"string | null"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.setDefault.$2",
"type": "boolean",
"tags": [],
"label": "force",
"description": [
"set default data view even if there's an existing default"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getMetaFields",
"type": "Function",
"tags": [],
"label": "getMetaFields",
"description": [],
"signature": [
"() => Promise<string[] | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getShortDotsEnable",
"type": "Function",
"tags": [],
"label": "getShortDotsEnable",
"description": [],
"signature": [
"() => Promise<boolean | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getFieldsForWildcard.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for getting field list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"FieldSpec[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getFieldsForIndexPattern",
"type": "Function",
"tags": [],
"label": "getFieldsForIndexPattern",
"description": [
"\nGet field list by providing an index pattern (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?: Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getFieldsForIndexPattern.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for getting field list"
],
"signature": [
"Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"FieldSpec[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.refreshFields",
"type": "Function",
"tags": [],
"label": "refreshFields",
"description": [
"\nRefresh field list for a given data view."
],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
", displayErrors?: boolean, forceRefresh?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.refreshFields.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.refreshFields.$2",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.refreshFields.$3",
"type": "boolean",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.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?: ",
"FieldAttrsAsObject",
" | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.fieldArrayToMap.$2",
"type": "Object",
"tags": [],
"label": "fieldAttrs",
"description": [
": FieldAttrs"
],
"signature": [
"FieldAttrsAsObject",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"Record<string, FieldSpec>"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.savedObjectToSpec",
"type": "Function",
"tags": [],
"label": "savedObjectToSpec",
"description": [
"\nConverts data view saved object to data view 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewSpec"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDataViewLazy",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDataViewLazy.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDataViewLazyFromCache",
"type": "Function",
"tags": [],
"label": "getDataViewLazyFromCache",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDataViewLazyFromCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet an index pattern by id, cache optimized."
],
"signature": [
"(id: string, displayErrors?: boolean, refreshFields?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.get.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.get.$2",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.get.$3",
"type": "boolean",
"tags": [],
"label": "refreshFields",
"description": [
"- If set true, will fetch fields from the index pattern"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreate data view instance."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.create.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.create.$2",
"type": "boolean",
"tags": [],
"label": "skipFetchFields",
"description": [
"if true, will not fetch fields"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.create.$3",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataView"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createDataViewLazy",
"type": "Function",
"tags": [],
"label": "createDataViewLazy",
"description": [
"\nCreate data view lazy instance."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewLazy"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSaveDataViewLazy",
"type": "Function",
"tags": [],
"label": "createAndSaveDataViewLazy",
"description": [
"\nCreate a new data view lazy and save it right away."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSaveDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSaveDataViewLazy.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSave",
"type": "Function",
"tags": [],
"label": "createAndSave",
"description": [
"\nCreate a new data view and save it right away."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean, skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSave.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSave.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSave.$3",
"type": "boolean",
"tags": [],
"label": "skipFetchFields",
"description": [
"Whether to skip field refresh step."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createAndSave.$4",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createSavedObject",
"type": "Function",
"tags": [],
"label": "createSavedObject",
"description": [
"\nSave a new data view."
],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", overwrite?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createSavedObject.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [
"data view instance"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.createSavedObject.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.updateSavedObject",
"type": "Function",
"tags": [],
"label": "updateSavedObject",
"description": [
"\nSave existing data view. Will attempt to merge differences if there are conflicts."
],
"signature": [
"(indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.updateSavedObject.$1",
"type": "Object",
"tags": [],
"label": "indexPattern",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.updateSavedObject.$2",
"type": "number",
"tags": [],
"label": "saveAttempts",
"description": [],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.updateSavedObject.$3",
"type": "boolean",
"tags": [],
"label": "ignoreErrors",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.updateSavedObject.$4",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.delete",
"type": "Function",
"tags": [],
"label": "delete",
"description": [
"\nDeletes an index pattern from .kibana index."
],
"signature": [
"(indexPatternId: string) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.delete.$1",
"type": "string",
"tags": [],
"label": "indexPatternId",
"description": [
": Id of kibana Index Pattern to delete"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.defaultDataViewExists",
"type": "Function",
"tags": [],
"label": "defaultDataViewExists",
"description": [
"\nReturns whether a default data view exists."
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefaultDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDefaultDataViewLazy",
"description": [
"\nReturns the default data view as a DataViewLazy.\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.DataViewLazy",
"text": "DataViewLazy"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"default data view lazy"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.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": [
"(options?: { displayErrors?: boolean | undefined; refreshFields?: boolean | undefined; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefaultDataView.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefaultDataView.$1.displayErrors",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.getDefaultDataView.$1.refreshFields",
"type": "CompoundType",
"tags": [],
"label": "refreshFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [
"default data view"
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.toDataView",
"type": "Function",
"tags": [],
"label": "toDataView",
"description": [],
"signature": [
"(dataViewLazy: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.toDataView.$1",
"type": "Object",
"tags": [],
"label": "dataViewLazy",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.toDataViewLazy",
"type": "Function",
"tags": [],
"label": "toDataViewLazy",
"description": [],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsService.toDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher",
"type": "Class",
"tags": [],
"label": "IndexPatternsFetcher",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "elasticsearchClient",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.Unnamed.$2",
"type": "Object",
"tags": [],
"label": "optionalParams",
"description": [],
"signature": [
"IndexPatternsFetcherOptionalParams | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"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; includeUnmapped?: boolean | undefined; } | undefined; type?: string | undefined; rollupIndex?: string | undefined; indexFilter?: ",
"QueryDslQueryContainer",
" | undefined; fields?: string[] | undefined; allowHidden?: boolean | undefined; fieldTypes?: string[] | undefined; includeEmptyFields?: boolean | undefined; abortSignal?: AbortSignal | undefined; runtimeMappings?: ",
"MappingRuntimeFields",
" | undefined; }) => Promise<{ fields: ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.FieldDescriptor",
"text": "FieldDescriptor"
},
"[]; indices: string[]; }>"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.pattern",
"type": "CompoundType",
"tags": [],
"label": "pattern",
"description": [],
"signature": [
"string | string[]"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.metaFields",
"type": "Array",
"tags": [],
"label": "metaFields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.fieldCapsOptions",
"type": "Object",
"tags": [],
"label": "fieldCapsOptions",
"description": [],
"signature": [
"{ allow_no_indices: boolean; includeUnmapped?: boolean | undefined; } | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.rollupIndex",
"type": "string",
"tags": [],
"label": "rollupIndex",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.indexFilter",
"type": "Object",
"tags": [],
"label": "indexFilter",
"description": [],
"signature": [
"QueryDslQueryContainer",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.fields",
"type": "Array",
"tags": [],
"label": "fields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.allowHidden",
"type": "CompoundType",
"tags": [],
"label": "allowHidden",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.fieldTypes",
"type": "Array",
"tags": [],
"label": "fieldTypes",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.includeEmptyFields",
"type": "CompoundType",
"tags": [],
"label": "includeEmptyFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.abortSignal",
"type": "Object",
"tags": [],
"label": "abortSignal",
"description": [],
"signature": [
"AbortSignal | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getFieldsForWildcard.$1.runtimeMappings",
"type": "Object",
"tags": [],
"label": "runtimeMappings",
"description": [],
"signature": [
"MappingRuntimeFields",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getExistingIndices",
"type": "Function",
"tags": [],
"label": "getExistingIndices",
"description": [
"\nGet existing index pattern list by providing string array index pattern list."
],
"signature": [
"(indices: string[]) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.IndexPatternsFetcher.getExistingIndices.$1",
"type": "Array",
"tags": [],
"label": "indices",
"description": [
"- index pattern list"
],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"index pattern list of index patterns that match indices"
]
}
],
"initialIsOpen": false
}
],
"functions": [
{
"parentPluginId": "dataViews",
"id": "def-server.dataViewsServiceFactory",
"type": "Function",
"tags": [],
"label": "dataViewsServiceFactory",
"description": [
"\nCreates a new DataViewsService instance."
],
"signature": [
"(deps: DataViewsServiceFactoryDeps) => (savedObjectsClient: ",
"SavedObjectsClientContract",
", elasticsearchClient: ",
"ElasticsearchClient",
", request?: ",
"KibanaRequest",
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsService",
"text": "DataViewsService"
},
">"
],
"path": "src/platform/plugins/shared/data_views/server/data_views_service_factory.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.dataViewsServiceFactory.$1",
"type": "Object",
"tags": [],
"label": "deps",
"description": [
"- Dependencies required by the DataViewsService"
],
"signature": [
"DataViewsServiceFactoryDeps"
],
"path": "src/platform/plugins/shared/data_views/server/data_views_service_factory.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.findIndexPatternById",
"type": "Function",
"tags": [
"deprecated"
],
"label": "findIndexPatternById",
"description": [],
"signature": [
"(savedObjectsClient: ",
"SavedObjectsClientContract",
", index: string) => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
"> | undefined>"
],
"path": "src/platform/plugins/shared/data_views/server/utils.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_enum.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_enum.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_agg.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_agg.ts"
}
],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.findIndexPatternById.$1",
"type": "Object",
"tags": [],
"label": "savedObjectsClient",
"description": [],
"signature": [
"SavedObjectsClientContract"
],
"path": "src/platform/plugins/shared/data_views/server/utils.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-server.findIndexPatternById.$2",
"type": "string",
"tags": [],
"label": "index",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/server/utils.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.getCapabilitiesForRollupIndices",
"type": "Function",
"tags": [],
"label": "getCapabilitiesForRollupIndices",
"description": [
"\nGet rollup job capabilities"
],
"signature": [
"(indices: ",
"RollupGetRollupIndexCapsResponse",
") => ",
{
"pluginId": "dataViews",
"scope": "server",
"docId": "kibDataViewsPluginApi",
"section": "def-server.RollupIndexCapability",
"text": "RollupIndexCapability"
}
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.getCapabilitiesForRollupIndices.$1",
"type": "Object",
"tags": [],
"label": "indices",
"description": [
"rollup job index capabilites"
],
"signature": [
"RollupGetRollupIndexCapsResponse"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.getFieldByName",
"type": "Function",
"tags": [
"deprecated"
],
"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.FieldSpec",
"text": "FieldSpec"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/utils.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_enum.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_enum.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_agg.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/server/autocomplete/terms_agg.ts"
}
],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.getFieldByName.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/server/utils.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/server/utils.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetupDependencies",
"type": "Interface",
"tags": [],
"label": "DataViewsServerPluginSetupDependencies",
"description": [
"\nData Views server setup dependencies"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetupDependencies.fieldFormats",
"type": "Object",
"tags": [],
"label": "fieldFormats",
"description": [
"\nFile formats"
],
"signature": [
{
"pluginId": "fieldFormats",
"scope": "server",
"docId": "kibFieldFormatsPluginApi",
"section": "def-server.FieldFormatsSetup",
"text": "FieldFormatsSetup"
}
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetupDependencies.expressions",
"type": "Object",
"tags": [],
"label": "expressions",
"description": [
"\nExpressions"
],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionsServiceSetup",
"text": "ExpressionsServiceSetup"
}
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetupDependencies.usageCollection",
"type": "CompoundType",
"tags": [],
"label": "usageCollection",
"description": [
"\nUsage collection"
],
"signature": [
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.UsageCollectionSetup",
"text": "UsageCollectionSetup"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetupDependencies.contentManagement",
"type": "Object",
"tags": [],
"label": "contentManagement",
"description": [
"\nContent management"
],
"signature": [
{
"pluginId": "contentManagement",
"scope": "server",
"docId": "kibContentManagementPluginApi",
"section": "def-server.ContentManagementServerSetup",
"text": "ContentManagementServerSetup"
}
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStartDependencies",
"type": "Interface",
"tags": [],
"label": "DataViewsServerPluginStartDependencies",
"description": [
"\nData Views server start dependencies"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStartDependencies.fieldFormats",
"type": "Object",
"tags": [],
"label": "fieldFormats",
"description": [
"\nField formats"
],
"signature": [
{
"pluginId": "fieldFormats",
"scope": "server",
"docId": "kibFieldFormatsPluginApi",
"section": "def-server.FieldFormatsStart",
"text": "FieldFormatsStart"
}
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStartDependencies.logger",
"type": "Object",
"tags": [],
"label": "logger",
"description": [
"\nLogger"
],
"signature": [
{
"pluginId": "@kbn/logging",
"scope": "common",
"docId": "kibKbnLoggingPluginApi",
"section": "def-common.Logger",
"text": "Logger"
}
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor",
"type": "Interface",
"tags": [],
"label": "FieldDescriptor",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.aggregatable",
"type": "boolean",
"tags": [],
"label": "aggregatable",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.readFromDocValues",
"type": "boolean",
"tags": [],
"label": "readFromDocValues",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.searchable",
"type": "boolean",
"tags": [],
"label": "searchable",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.esTypes",
"type": "Array",
"tags": [],
"label": "esTypes",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.subType",
"type": "Object",
"tags": [],
"label": "subType",
"description": [],
"signature": [
"FieldSubType | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.metadata_field",
"type": "CompoundType",
"tags": [],
"label": "metadata_field",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.fixedInterval",
"type": "Array",
"tags": [],
"label": "fixedInterval",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.timeZone",
"type": "Array",
"tags": [],
"label": "timeZone",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.timeSeriesMetric",
"type": "CompoundType",
"tags": [],
"label": "timeSeriesMetric",
"description": [],
"signature": [
"MappingTimeSeriesMetricType",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.timeSeriesDimension",
"type": "CompoundType",
"tags": [],
"label": "timeSeriesDimension",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldDescriptor.defaultFormatter",
"type": "string",
"tags": [],
"label": "defaultFormatter",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.RollupIndexCapability",
"type": "Interface",
"tags": [],
"label": "RollupIndexCapability",
"description": [
"\nA record of capabilities (aggregations) for index rollup jobs"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.RollupIndexCapability.Unnamed",
"type": "IndexSignature",
"tags": [],
"label": "[index: string]: { aggs?: Dictionary<AggregationRestrictions> | undefined; error?: string | undefined; }",
"description": [
"\nA record of capabilities (aggregations) for an index rollup job"
],
"signature": [
"[index: string]: { aggs?: _.Dictionary<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AggregationRestrictions",
"text": "AggregationRestrictions"
},
"> | undefined; error?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "dataViews",
"id": "def-server.DATA_VIEW_PATH",
"type": "string",
"tags": [],
"label": "DATA_VIEW_PATH",
"description": [
"\nPath for data view creation"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DATA_VIEW_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "DATA_VIEW_PATH_LEGACY",
"description": [
"\nLegacy path for data view creation"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DATA_VIEW_SWAP_REFERENCES_PATH",
"type": "string",
"tags": [],
"label": "DATA_VIEW_SWAP_REFERENCES_PATH",
"description": [
"\nPath to swap references"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.FieldSpec",
"type": "Type",
"tags": [],
"label": "FieldSpec",
"description": [
"\nSerialized version of DataViewField"
],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
" & { count?: number | undefined; conflictDescriptions?: Record<string, string[]> | undefined; format?: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined; esTypes?: string[] | undefined; searchable: boolean; aggregatable: boolean; isNull?: boolean | undefined; readFromDocValues?: boolean | undefined; indexed?: boolean | undefined; customLabel?: string | undefined; customDescription?: string | undefined; runtimeField?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined; fixedInterval?: string[] | undefined; timeZone?: string[] | undefined; timeSeriesDimension?: boolean | undefined; timeSeriesMetric?: ",
"MappingTimeSeriesMetricType",
" | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.RUNTIME_FIELD_PATH",
"type": "string",
"tags": [],
"label": "RUNTIME_FIELD_PATH",
"description": [
"\nPath to create runtime field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.RUNTIME_FIELD_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "RUNTIME_FIELD_PATH_LEGACY",
"description": [
"\nLegacy path to create runtime field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SCRIPTED_FIELD_PATH",
"type": "string",
"tags": [],
"label": "SCRIPTED_FIELD_PATH",
"description": [
"\nPath to create scripted field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SCRIPTED_FIELD_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "SCRIPTED_FIELD_PATH_LEGACY",
"description": [
"\nLegacy path to create scripted field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SERVICE_KEY",
"type": "string",
"tags": [],
"label": "SERVICE_KEY",
"description": [
"\nname of service in path form"
],
"signature": [
"\"data_view\""
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SERVICE_KEY_LEGACY",
"type": "string",
"tags": [],
"label": "SERVICE_KEY_LEGACY",
"description": [
"\nLegacy name of service in path form"
],
"signature": [
"\"index_pattern\""
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SERVICE_KEY_TYPE",
"type": "Type",
"tags": [],
"label": "SERVICE_KEY_TYPE",
"description": [
"\nService keys as type"
],
"signature": [
"\"index_pattern\" | \"data_view\""
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SERVICE_PATH",
"type": "string",
"tags": [],
"label": "SERVICE_PATH",
"description": [
"\nService path for data views REST API"
],
"signature": [
"\"/api/data_views\""
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SERVICE_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "SERVICE_PATH_LEGACY",
"description": [
"\nLegacy service path for data views REST API"
],
"signature": [
"\"/api/index_patterns\""
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SPECIFIC_DATA_VIEW_PATH",
"type": "string",
"tags": [],
"label": "SPECIFIC_DATA_VIEW_PATH",
"description": [
"\nPath for single data view"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SPECIFIC_DATA_VIEW_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "SPECIFIC_DATA_VIEW_PATH_LEGACY",
"description": [
"\nLegacy path for single data view"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SPECIFIC_RUNTIME_FIELD_PATH",
"type": "string",
"tags": [],
"label": "SPECIFIC_RUNTIME_FIELD_PATH",
"description": [
"\nPath for runtime field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SPECIFIC_RUNTIME_FIELD_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "SPECIFIC_RUNTIME_FIELD_PATH_LEGACY",
"description": [
"\nLegacy path for runtime field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SPECIFIC_SCRIPTED_FIELD_PATH",
"type": "string",
"tags": [],
"label": "SPECIFIC_SCRIPTED_FIELD_PATH",
"description": [
"\nPath for scripted field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.SPECIFIC_SCRIPTED_FIELD_PATH_LEGACY",
"type": "string",
"tags": [],
"label": "SPECIFIC_SCRIPTED_FIELD_PATH_LEGACY",
"description": [
"\nLegacy path for scripted field"
],
"path": "src/platform/plugins/shared/data_views/server/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetup",
"type": "Interface",
"tags": [],
"label": "DataViewsServerPluginSetup",
"description": [
"\nDataViews server plugin setup api"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginSetup.enableRollups",
"type": "Function",
"tags": [],
"label": "enableRollups",
"description": [],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart",
"type": "Interface",
"tags": [],
"label": "DataViewsServerPluginStart",
"description": [
"\nDataViews server plugin start api"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory",
"type": "Function",
"tags": [],
"label": "dataViewsServiceFactory",
"description": [
"\nReturns a DataViews service instance"
],
"signature": [
"(savedObjectsClient: ",
"SavedObjectsClientContract",
", elasticsearchClient: ",
"ElasticsearchClient",
", request?: ",
"KibanaRequest",
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsService",
"text": "DataViewsService"
},
">"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$1",
"type": "Object",
"tags": [],
"label": "savedObjectsClient",
"description": [],
"signature": [
"SavedObjectsClientContract"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$2",
"type": "Object",
"tags": [],
"label": "elasticsearchClient",
"description": [],
"signature": [
"{ create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
"<TDocument>, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"WriteResponseBase",
">; <TDocument = unknown>(this: That, params: ",
"CreateRequest",
"<TDocument>, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"WriteResponseBase",
", unknown>>; <TDocument = unknown>(this: That, params: ",
"CreateRequest",
"<TDocument>, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"WriteResponseBase",
">; }; update: { <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
"UpdateRequest",
"<TDocument, TPartialDocument>, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"UpdateResponse",
"<TDocumentR>>; <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
"UpdateRequest",
"<TDocument, TPartialDocument>, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"UpdateResponse",
"<TDocumentR>, unknown>>; <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
"UpdateRequest",
"<TDocument, TPartialDocument>, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"UpdateResponse",
"<TDocumentR>>; }; get: { <TDocument = unknown>(this: That, params: ",
"GetRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"GetResponse",
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
"GetRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"GetResponse",
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
"GetRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"GetResponse",
"<TDocument>>; }; delete: { (this: That, params: ",
"DeleteRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"WriteResponseBase",
">; (this: That, params: ",
"DeleteRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"WriteResponseBase",
", unknown>>; (this: That, params: ",
"DeleteRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"WriteResponseBase",
">; }; helpers: ",
"default",
"; search: { <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params?: ",
"SearchRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params?: ",
"SearchRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"SearchResponse",
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params?: ",
"SearchRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ",
"default",
"; child: (opts: ",
"ClientOptions",
") => ",
"default",
"; asyncSearch: ",
"default",
"; autoscaling: ",
"default",
"; bulk: { <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
"BulkRequest",
"<TDocument, TPartialDocument>, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"BulkResponse",
">; <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
"BulkRequest",
"<TDocument, TPartialDocument>, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"BulkResponse",
", unknown>>; <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
"BulkRequest",
"<TDocument, TPartialDocument>, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"BulkResponse",
">; }; capabilities: { (this: That, params?: ",
"TODO",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"TODO",
">; (this: That, params?: ",
"TODO",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"TODO",
", unknown>>; (this: That, params?: ",
"TODO",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"TODO",
">; }; cat: ",
"default",
"; ccr: ",
"default",
"; clearScroll: { (this: That, params?: ",
"ClearScrollRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ClearScrollResponse",
">; (this: That, params?: ",
"ClearScrollRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ClearScrollResponse",
", unknown>>; (this: That, params?: ",
"ClearScrollRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; closePointInTime: { (this: That, params: ",
"ClosePointInTimeRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ClosePointInTimeResponse",
">; (this: That, params: ",
"ClosePointInTimeRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ClosePointInTimeResponse",
", unknown>>; (this: That, params: ",
"ClosePointInTimeRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ClosePointInTimeResponse",
">; }; cluster: ",
"default",
"; connector: ",
"default",
"; count: { (this: That, params?: ",
"CountRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"CountResponse",
">; (this: That, params?: ",
"CountRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"CountResponse",
", unknown>>; (this: That, params?: ",
"CountRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"CountResponse",
">; }; danglingIndices: ",
"default",
"; deleteByQuery: { (this: That, params: ",
"DeleteByQueryRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"DeleteByQueryResponse",
">; (this: That, params: ",
"DeleteByQueryRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"DeleteByQueryResponse",
", unknown>>; (this: That, params: ",
"DeleteByQueryRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"DeleteByQueryResponse",
">; }; deleteByQueryRethrottle: { (this: That, params: ",
"DeleteByQueryRethrottleRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"TasksTaskListResponseBase",
">; (this: That, params: ",
"DeleteByQueryRethrottleRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"TasksTaskListResponseBase",
", unknown>>; (this: That, params: ",
"DeleteByQueryRethrottleRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"TasksTaskListResponseBase",
">; }; deleteScript: { (this: That, params: ",
"DeleteScriptRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"AcknowledgedResponseBase",
">; (this: That, params: ",
"DeleteScriptRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"AcknowledgedResponseBase",
", unknown>>; (this: That, params: ",
"DeleteScriptRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"AcknowledgedResponseBase",
">; }; enrich: ",
"default",
"; eql: ",
"default",
"; esql: ",
"default",
"; exists: { (this: That, params: ",
"ExistsRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<boolean>; (this: That, params: ",
"ExistsRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<boolean, unknown>>; (this: That, params: ",
"ExistsRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<boolean>; }; existsSource: { (this: That, params: ",
"ExistsSourceRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<boolean>; (this: That, params: ",
"ExistsSourceRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<boolean, unknown>>; (this: That, params: ",
"ExistsSourceRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<boolean>; }; explain: { <TDocument = unknown>(this: That, params: ",
"ExplainRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ExplainResponse",
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
"ExplainRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ExplainResponse",
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
"ExplainRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ExplainResponse",
"<TDocument>>; }; features: ",
"default",
"; fieldCaps: { (this: That, params?: ",
"FieldCapsRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"FieldCapsResponse",
">; (this: That, params?: ",
"FieldCapsRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"FieldCapsResponse",
", unknown>>; (this: That, params?: ",
"FieldCapsRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"FieldCapsResponse",
">; }; fleet: ",
"default",
"; getScript: { (this: That, params: ",
"GetScriptRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"GetScriptResponse",
">; (this: That, params: ",
"GetScriptRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"GetScriptResponse",
", unknown>>; (this: That, params: ",
"GetScriptRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"GetScriptResponse",
">; }; getScriptContext: { (this: That, params?: ",
"GetScriptContextRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"GetScriptContextResponse",
">; (this: That, params?: ",
"GetScriptContextRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"GetScriptContextResponse",
", unknown>>; (this: That, params?: ",
"GetScriptContextRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"GetScriptContextResponse",
">; }; getScriptLanguages: { (this: That, params?: ",
"GetScriptLanguagesRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"GetScriptLanguagesResponse",
">; (this: That, params?: ",
"GetScriptLanguagesRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"GetScriptLanguagesResponse",
", unknown>>; (this: That, params?: ",
"GetScriptLanguagesRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"GetScriptLanguagesResponse",
">; }; getSource: { <TDocument = unknown>(this: That, params: ",
"GetSourceRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<TDocument>; <TDocument = unknown>(this: That, params: ",
"GetSourceRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<TDocument, unknown>>; <TDocument = unknown>(this: That, params: ",
"GetSourceRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<TDocument>; }; graph: ",
"default",
"; healthReport: { (this: That, params?: ",
"HealthReportRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"HealthReportResponse",
">; (this: That, params?: ",
"HealthReportRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"HealthReportResponse",
", unknown>>; (this: That, params?: ",
"HealthReportRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"HealthReportResponse",
">; }; ilm: ",
"default",
"; index: { <TDocument = unknown>(this: That, params: ",
"IndexRequest",
"<TDocument>, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"WriteResponseBase",
">; <TDocument = unknown>(this: That, params: ",
"IndexRequest",
"<TDocument>, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"WriteResponseBase",
", unknown>>; <TDocument = unknown>(this: That, params: ",
"IndexRequest",
"<TDocument>, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"WriteResponseBase",
">; }; indices: ",
"default",
"; inference: ",
"default",
"; info: { (this: That, params?: ",
"InfoRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"InfoResponse",
">; (this: That, params?: ",
"InfoRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"InfoResponse",
", unknown>>; (this: That, params?: ",
"InfoRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"InfoResponse",
">; }; ingest: ",
"default",
"; knnSearch: { (this: That, params?: ",
"TODO",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"TODO",
">; (this: That, params?: ",
"TODO",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"TODO",
", unknown>>; (this: That, params?: ",
"TODO",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"TODO",
">; }; license: ",
"default",
"; logstash: ",
"default",
"; mget: { <TDocument = unknown>(this: That, params?: ",
"MgetRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"MgetResponse",
"<TDocument>>; <TDocument = unknown>(this: That, params?: ",
"MgetRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"MgetResponse",
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params?: ",
"MgetRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"MgetResponse",
"<TDocument>>; }; migration: ",
"default",
"; ml: ",
"default",
"; monitoring: ",
"default",
"; msearch: { <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"MsearchRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"MsearchResponse",
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"MsearchRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"MsearchResponse",
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"MsearchRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"MsearchResponse",
"<TDocument, TAggregations>>; }; msearchTemplate: { <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"MsearchTemplateRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"MsearchTemplateResponse",
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"MsearchTemplateRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"MsearchTemplateResponse",
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"MsearchTemplateRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"MsearchTemplateResponse",
"<TDocument, TAggregations>>; }; mtermvectors: { (this: That, params?: ",
"MtermvectorsRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"MtermvectorsResponse",
">; (this: That, params?: ",
"MtermvectorsRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"MtermvectorsResponse",
", unknown>>; (this: That, params?: ",
"MtermvectorsRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"MtermvectorsResponse",
">; }; nodes: ",
"default",
"; openPointInTime: { (this: That, params: ",
"OpenPointInTimeRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"OpenPointInTimeResponse",
">; (this: That, params: ",
"OpenPointInTimeRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"OpenPointInTimeResponse",
", unknown>>; (this: That, params: ",
"OpenPointInTimeRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"OpenPointInTimeResponse",
">; }; ping: { (this: That, params?: ",
"PingRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<boolean>; (this: That, params?: ",
"PingRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<boolean, unknown>>; (this: That, params?: ",
"PingRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<boolean>; }; profiling: ",
"default",
"; putScript: { (this: That, params: ",
"PutScriptRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"AcknowledgedResponseBase",
">; (this: That, params: ",
"PutScriptRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"AcknowledgedResponseBase",
", unknown>>; (this: That, params: ",
"PutScriptRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"AcknowledgedResponseBase",
">; }; queryRules: ",
"default",
"; rankEval: { (this: That, params: ",
"RankEvalRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"RankEvalResponse",
">; (this: That, params: ",
"RankEvalRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"RankEvalResponse",
", unknown>>; (this: That, params: ",
"RankEvalRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"RankEvalResponse",
">; }; reindex: { (this: That, params: ",
"ReindexRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ReindexResponse",
">; (this: That, params: ",
"ReindexRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ReindexResponse",
", unknown>>; (this: That, params: ",
"ReindexRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ReindexResponse",
">; }; reindexRethrottle: { (this: That, params: ",
"ReindexRethrottleRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ReindexRethrottleResponse",
">; (this: That, params: ",
"ReindexRethrottleRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ReindexRethrottleResponse",
", unknown>>; (this: That, params: ",
"ReindexRethrottleRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ReindexRethrottleResponse",
">; }; renderSearchTemplate: { (this: That, params?: ",
"RenderSearchTemplateRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"RenderSearchTemplateResponse",
">; (this: That, params?: ",
"RenderSearchTemplateRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"RenderSearchTemplateResponse",
", unknown>>; (this: That, params?: ",
"RenderSearchTemplateRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"RenderSearchTemplateResponse",
">; }; rollup: ",
"default",
"; scriptsPainlessExecute: { <TResult = unknown>(this: That, params?: ",
"ScriptsPainlessExecuteRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ScriptsPainlessExecuteResponse",
"<TResult>>; <TResult = unknown>(this: That, params?: ",
"ScriptsPainlessExecuteRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ScriptsPainlessExecuteResponse",
"<TResult>, unknown>>; <TResult = unknown>(this: That, params?: ",
"ScriptsPainlessExecuteRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ScriptsPainlessExecuteResponse",
"<TResult>>; }; scroll: { <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"ScrollRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"ScrollResponse",
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"ScrollRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"ScrollResponse",
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
"AggregationsAggregate",
">>(this: That, params: ",
"ScrollRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"ScrollResponse",
"<TDocument, TAggregations>>; }; searchApplication: ",
"default",
"; searchMvt: { (this: That, params: ",
"SearchMvtRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<ArrayBuffer>; (this: That, params: ",
"SearchMvtRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<ArrayBuffer, unknown>>; (this: That, params: ",
"SearchMvtRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<ArrayBuffer>; }; searchShards: { (this: That, params?: ",
"SearchShardsRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"SearchShardsResponse",
">; (this: That, params?: ",
"SearchShardsRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"SearchShardsResponse",
", unknown>>; (this: That, params?: ",
"SearchShardsRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"SearchShardsResponse",
">; }; searchTemplate: { <TDocument = unknown>(this: That, params?: ",
"SearchTemplateRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"SearchTemplateResponse",
"<TDocument>>; <TDocument = unknown>(this: That, params?: ",
"SearchTemplateRequest",
" | undefined, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"SearchTemplateResponse",
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params?: ",
"SearchTemplateRequest",
" | undefined, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"SearchTemplateResponse",
"<TDocument>>; }; searchableSnapshots: ",
"default",
"; security: ",
"default",
"; shutdown: ",
"default",
"; simulate: ",
"default",
"; slm: ",
"default",
"; snapshot: ",
"default",
"; sql: ",
"default",
"; ssl: ",
"default",
"; synonyms: ",
"default",
"; tasks: ",
"default",
"; termsEnum: { (this: That, params: ",
"TermsEnumRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"TermsEnumResponse",
">; (this: That, params: ",
"TermsEnumRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"TermsEnumResponse",
", unknown>>; (this: That, params: ",
"TermsEnumRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"TermsEnumResponse",
">; }; termvectors: { <TDocument = unknown>(this: That, params: ",
"TermvectorsRequest",
"<TDocument>, options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"TermvectorsResponse",
">; <TDocument = unknown>(this: That, params: ",
"TermvectorsRequest",
"<TDocument>, options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"TermvectorsResponse",
", unknown>>; <TDocument = unknown>(this: That, params: ",
"TermvectorsRequest",
"<TDocument>, options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"TermvectorsResponse",
">; }; textStructure: ",
"default",
"; transform: ",
"default",
"; updateByQuery: { (this: That, params: ",
"UpdateByQueryRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"UpdateByQueryResponse",
">; (this: That, params: ",
"UpdateByQueryRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"UpdateByQueryResponse",
", unknown>>; (this: That, params: ",
"UpdateByQueryRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"UpdateByQueryResponse",
">; }; updateByQueryRethrottle: { (this: That, params: ",
"UpdateByQueryRethrottleRequest",
", options?: ",
"TransportRequestOptionsWithOutMeta",
" | undefined): Promise<",
"UpdateByQueryRethrottleResponse",
">; (this: That, params: ",
"UpdateByQueryRethrottleRequest",
", options?: ",
"TransportRequestOptionsWithMeta",
" | undefined): Promise<",
"TransportResult",
"<",
"UpdateByQueryRethrottleResponse",
", unknown>>; (this: That, params: ",
"UpdateByQueryRethrottleRequest",
", options?: ",
"TransportRequestOptions",
" | undefined): Promise<",
"UpdateByQueryRethrottleResponse",
">; }; watcher: ",
"default",
"; xpack: ",
"default",
"; }"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$3",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
"signature": [
"KibanaRequest",
"<unknown, unknown, unknown, any> | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart.dataViewsServiceFactory.$4",
"type": "CompoundType",
"tags": [],
"label": "byPassCapabilities",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-server.DataViewsServerPluginStart.getScriptedFieldsEnabled",
"type": "Function",
"tags": [],
"label": "getScriptedFieldsEnabled",
"description": [
"\n"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView",
"type": "Class",
"tags": [],
"label": "AbstractDataView",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.id",
"type": "string",
"tags": [],
"label": "id",
"description": [
"\nSaved object id"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.title",
"type": "string",
"tags": [
"deprecated"
],
"label": "title",
"description": [
"\nTitle of data view"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/public/query/filter_manager/lib/get_display_value.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/search_source/fetch/get_search_params.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/search_source/inspect/inspector_stats.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/tabify/response_writer.ts"
},
{
"plugin": "@kbn/search-errors",
"path": "src/platform/packages/shared/kbn-search-errors/src/painless_error.tsx"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/param_types/field.ts"
},
{
"plugin": "savedObjectsManagement",
"path": "src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/flyout.tsx"
},
{
"plugin": "savedObjectsManagement",
"path": "src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/flyout.tsx"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/public/autocomplete/providers/value_suggestion_provider.ts"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/public/dataview_picker/change_dataview.tsx"
},
{
"plugin": "unifiedSearch",
"path": "src/platform/plugins/shared/unified_search/public/query_string_input/fetch_index_patterns.ts"
},
{
"plugin": "@kbn/unified-field-list",
"path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts"
},
{
"plugin": "@kbn/unified-field-list",
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts"
},
{
"plugin": "@kbn/unified-field-list",
"path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts"
},
{
"plugin": "controls",
"path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts"
},
{
"plugin": "lens",
"path": "x-pack/platform/plugins/shared/lens/public/data_views_service/loader.ts"
},
{
"plugin": "lens",
"path": "x-pack/platform/plugins/shared/lens/public/app_plugin/lens_top_nav.tsx"
},
{
"plugin": "@kbn/lens-embeddable-utils",
"path": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts"
},
{
"plugin": "triggersActionsUi",
"path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.ts"
},
{
"plugin": "dataVisualizer",
"path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/use_outlier_data.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_results_table/use_exploration_results.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/pages/components/pick_fields_step/components/bucket_span_estimator/estimate_bucket_span.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx"
},
{
"plugin": "canvas",
"path": "x-pack/platform/plugins/private/canvas/public/components/datasource/datasource_component.js"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
},
{
"plugin": "stackAlerts",
"path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx"
},
{
"plugin": "stackAlerts",
"path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx"
},
{
"plugin": "stackAlerts",
"path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
},
{
"plugin": "datasetQuality",
"path": "x-pack/platform/plugins/shared/dataset_quality/public/rule_types/degraded_docs/rule_form/rule_form.tsx"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.sagas.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/persistence.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/persistence.ts"
},
{
"plugin": "transform",
"path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx"
},
{
"plugin": "transform",
"path": "x-pack/platform/plugins/private/transform/public/app/hooks/use_data_view_exists.ts"
},
{
"plugin": "@kbn/ml-data-view-utils",
"path": "x-pack/platform/packages/private/ml/data_view_utils/actions/data_view_handler.ts"
},
{
"plugin": "upgradeAssistant",
"path": "x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/server/models/job_service/new_job_caps/rollup.ts"
},
{
"plugin": "securitySolution",
"path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts"
},
{
"plugin": "securitySolution",
"path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts"
},
{
"plugin": "securitySolution",
"path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts"
},
{
"plugin": "securitySolution",
"path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts"
},
{
"plugin": "securitySolution",
"path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts"
},
{
"plugin": "timelines",
"path": "x-pack/platform/plugins/shared/timelines/server/search_strategy/index_fields/index.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.test.ts"
},
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/es_tooltip_property.test.ts"
},
{
"plugin": "ml",
"path": "x-pack/platform/plugins/shared/ml/public/application/services/new_job_capabilities/remove_nested_field_children.test.ts"
},
{
"plugin": "transform",
"path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/common/index_patterns_utils.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/common/index_patterns_utils.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/server/lib/get_fields.ts"
},
{
"plugin": "uptime",
"path": "x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx"
},
{
"plugin": "uptime",
"path": "x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx"
},
{
"plugin": "ux",
"path": "x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts"
},
{
"plugin": "enterpriseSearch",
"path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts"
},
{
"plugin": "enterpriseSearch",
"path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts"
},
{
"plugin": "enterpriseSearch",
"path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts"
},
{
"plugin": "@kbn/cloud-security-posture-graph",
"path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/mock/data_view.mock.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_kpi.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_with_reference_lines.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/mobile_test_attribute.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_cwv.ts"
},
{
"plugin": "eventAnnotationListing",
"path": "src/platform/plugins/private/event_annotation_listing/public/components/group_editor_flyout/group_editor_controls/group_editor_controls.tsx"
},
{
"plugin": "eventAnnotationListing",
"path": "src/platform/plugins/private/event_annotation_listing/public/components/table_list.tsx"
},
{
"plugin": "inputControlVis",
"path": "src/platform/plugins/private/input_control_vis/public/control/list_control_factory.ts"
},
{
"plugin": "inputControlVis",
"path": "src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts"
},
{
"plugin": "visDefaultEditor",
"path": "src/platform/plugins/private/vis_default_editor/public/components/controls/field.tsx"
},
{
"plugin": "visDefaultEditor",
"path": "src/platform/plugins/private/vis_default_editor/public/components/controls/field.tsx"
},
{
"plugin": "visDefaultEditor",
"path": "src/platform/plugins/private/vis_default_editor/public/components/agg_select.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx"
},
{
"plugin": "inputControlVis",
"path": "src/platform/plugins/private/input_control_vis/public/test_utils/get_index_pattern_mock.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/platform/plugins/private/vis_types/timelion/public/helpers/arg_value_suggestions.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/platform/plugins/private/vis_types/timelion/public/helpers/arg_value_suggestions.ts"
},
{
"plugin": "visTypeVega",
"path": "src/platform/plugins/private/vis_types/vega/public/data_model/search_api.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/common/index_patterns_utils.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/common/index_patterns_utils.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/agg_config.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/buckets/multi_terms.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/buckets/multi_terms.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/buckets/rare_terms.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/buckets/terms.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/common/search/aggs/buckets/terms.test.ts"
},
{
"plugin": "data",
"path": "src/platform/plugins/shared/data/public/query/filter_manager/lib/get_display_value.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.fieldFormatMap",
"type": "Object",
"tags": [],
"label": "fieldFormatMap",
"description": [
"\nMap of field formats by field name"
],
"signature": [
"{ [x: string]: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.timeFieldName",
"type": "string",
"tags": [],
"label": "timeFieldName",
"description": [
"\nTimestamp field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nType is used to identify rollup index patterns or ES|QL data views."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.metaFields",
"type": "Array",
"tags": [],
"label": "metaFields",
"description": [
"\nList of meta fields by name"
],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.version",
"type": "string",
"tags": [],
"label": "version",
"description": [
"\nSavedObject version"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.sourceFilters",
"type": "Array",
"tags": [],
"label": "sourceFilters",
"description": [
"\nArray of filters - hides fields in discover"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SourceFilter",
"text": "SourceFilter"
},
"[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.namespaces",
"type": "Array",
"tags": [],
"label": "namespaces",
"description": [
"\nArray of namespace ids"
],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.originalSavedObjectBody",
"type": "Object",
"tags": [],
"label": "originalSavedObjectBody",
"description": [
"\nOriginal saved object body. Used to check for saved object changes."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.shortDotsEnable",
"type": "boolean",
"tags": [],
"label": "shortDotsEnable",
"description": [
"\nReturns true if short dot notation is enabled"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.fieldFormats",
"type": "Object",
"tags": [],
"label": "fieldFormats",
"description": [
"\nFieldFormats service interface"
],
"signature": [
"{ deserialize: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FormatFactory",
"text": "FormatFactory"
},
"; getDefaultConfig: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatConfig",
"text": "FieldFormatConfig"
},
"; getType: (formatId: string) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined; getTypeWithoutMetaParams: (formatId: string) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined; getDefaultType: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined; getTypeNameByEsTypes: (esTypes: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
" | undefined; getDefaultTypeName: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
" | ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
"; getInstance: (formatId: string, params?: ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
},
"; getDefaultInstancePlain: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined, params?: ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
},
"; getDefaultInstanceCacheResolver: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => string; getByFieldType: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]; getDefaultInstance: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined, params?: ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
},
"; parseDefaultTypeMap: (value: Record<string, ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatConfig",
"text": "FieldFormatConfig"
},
">) => void; has: (id: string) => boolean; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.fieldAttrs",
"type": "Object",
"tags": [],
"label": "fieldAttrs",
"description": [
"\nMap of field attributes by field name. Currently count and customLabel."
],
"signature": [
"Map<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldAttrSet",
"text": "FieldAttrSet"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.runtimeFieldMap",
"type": "Object",
"tags": [],
"label": "runtimeFieldMap",
"description": [
"\nMap of runtime field definitions by field name"
],
"signature": [
"{ [x: string]: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
"; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.allowNoIndex",
"type": "boolean",
"tags": [],
"label": "allowNoIndex",
"description": [
"\nPrevents errors when index pattern exists before indices"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nName of the data view. Human readable name used to differentiate data view."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.matchedIndices",
"type": "Array",
"tags": [],
"label": "matchedIndices",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.scriptedFieldsMap",
"type": "Object",
"tags": [],
"label": "scriptedFieldsMap",
"description": [],
"signature": [
"{ [x: string]: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
"; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
"AbstractDataViewDeps"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getAllowHidden",
"type": "Function",
"tags": [],
"label": "getAllowHidden",
"description": [],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setAllowHidden",
"type": "Function",
"tags": [],
"label": "setAllowHidden",
"description": [],
"signature": [
"(allowHidden: boolean) => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setAllowHidden.$1",
"type": "boolean",
"tags": [],
"label": "allowHidden",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getName",
"type": "Function",
"tags": [],
"label": "getName",
"description": [
"\nGet name of Data View"
],
"signature": [
"() => string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getIndexPattern",
"type": "Function",
"tags": [],
"label": "getIndexPattern",
"description": [
"\nGet index pattern"
],
"signature": [
"() => string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"index pattern string"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setIndexPattern",
"type": "Function",
"tags": [],
"label": "setIndexPattern",
"description": [
"\nSet index pattern"
],
"signature": [
"(indexPattern: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setIndexPattern.$1",
"type": "string",
"tags": [],
"label": "indexPattern",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.resetOriginalSavedObjectBody",
"type": "Function",
"tags": [],
"label": "resetOriginalSavedObjectBody",
"description": [
"\nReset last saved saved object fields. Used after saving."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.isPersisted",
"type": "Function",
"tags": [],
"label": "isPersisted",
"description": [],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getSourceFiltering",
"type": "Function",
"tags": [],
"label": "getSourceFiltering",
"description": [
"\nGet the source filtering configuration for that index."
],
"signature": [
"() => { excludes: string[]; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getAggregationRestrictions",
"type": "Function",
"tags": [],
"label": "getAggregationRestrictions",
"description": [
"\nGet aggregation restrictions. Rollup fields can only perform a subset of aggregations."
],
"signature": [
"() => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AggregationRestrictions",
"text": "AggregationRestrictions"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getFormatterForField",
"type": "Function",
"tags": [],
"label": "getFormatterForField",
"description": [
"\nProvide a field, get its formatter"
],
"signature": [
"(field: ",
{
"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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getFormatterForField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field to get formatter for"
],
"signature": [
{
"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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getFormatterForFieldNoDefault.$1",
"type": "string",
"tags": [],
"label": "fieldname",
"description": [
"name of field to get formatter for"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldAttrs",
"type": "Function",
"tags": [],
"label": "setFieldAttrs",
"description": [
"\nSet field attribute"
],
"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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldAttrs.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set attribute on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldAttrs.$2",
"type": "Uncategorized",
"tags": [],
"label": "attrName",
"description": [
"name of attribute to set"
],
"signature": [
"K"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldAttrs.$3",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [
"value of attribute"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldAttrSet",
"text": "FieldAttrSet"
},
"[K]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCustomLabelInternal",
"type": "Function",
"tags": [],
"label": "setFieldCustomLabelInternal",
"description": [
"\nSet field custom label"
],
"signature": [
"(fieldName: string, customLabel: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCustomLabelInternal.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCustomLabelInternal.$2",
"type": "CompoundType",
"tags": [],
"label": "customLabel",
"description": [
"custom label value. If undefined, custom label is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCountInternal",
"type": "Function",
"tags": [],
"label": "setFieldCountInternal",
"description": [
"\nSet field count"
],
"signature": [
"(fieldName: string, count: number | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCountInternal.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set count on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCountInternal.$2",
"type": "CompoundType",
"tags": [],
"label": "count",
"description": [
"count value. If undefined, count is removed"
],
"signature": [
"number | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCustomDescriptionInternal",
"type": "Function",
"tags": [],
"label": "setFieldCustomDescriptionInternal",
"description": [
"\nSet field custom description"
],
"signature": [
"(fieldName: string, customDescription: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCustomDescriptionInternal.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom description on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldCustomDescriptionInternal.$2",
"type": "CompoundType",
"tags": [],
"label": "customDescription",
"description": [
"custom description value. If undefined, custom description is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldFormat",
"type": "Function",
"tags": [],
"label": "setFieldFormat",
"description": [
"\nSet field formatter"
],
"signature": [
"(fieldName: string, format: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldFormat.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set format on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.setFieldFormat.$2",
"type": "Object",
"tags": [],
"label": "format",
"description": [
"field format in serialized form"
],
"signature": [
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.deleteFieldFormat",
"type": "Function",
"tags": [],
"label": "deleteFieldFormat",
"description": [
"\nRemove field format from the field format map."
],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.deleteFieldFormat.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"field name associated with the format for removal"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.toSpecShared",
"type": "Function",
"tags": [],
"label": "toSpecShared",
"description": [],
"signature": [
"(includeFields?: boolean) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.toSpecShared.$1",
"type": "boolean",
"tags": [],
"label": "includeFields",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.upsertScriptedFieldInternal",
"type": "Function",
"tags": [],
"label": "upsertScriptedFieldInternal",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.upsertScriptedFieldInternal.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.deleteScriptedFieldInternal",
"type": "Function",
"tags": [],
"label": "deleteScriptedFieldInternal",
"description": [],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.deleteScriptedFieldInternal.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.replaceAllScriptedFields",
"type": "Function",
"tags": [],
"label": "replaceAllScriptedFields",
"description": [],
"signature": [
"(newFields: Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
">) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.replaceAllScriptedFields.$1",
"type": "Object",
"tags": [],
"label": "newFields",
"description": [],
"signature": [
"Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.removeScriptedField",
"type": "Function",
"tags": [],
"label": "removeScriptedField",
"description": [],
"signature": [
"(name: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.removeScriptedField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.upsertScriptedField",
"type": "Function",
"tags": [],
"label": "upsertScriptedField",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.upsertScriptedField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getScriptedField",
"type": "Function",
"tags": [],
"label": "getScriptedField",
"description": [
"\nOnly used by search source to process sorting of scripted fields"
],
"signature": [
"(name: string) => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getScriptedField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewFieldBase"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.hasRuntimeField",
"type": "Function",
"tags": [],
"label": "hasRuntimeField",
"description": [
"\nChecks if runtime field exists"
],
"signature": [
"(name: string) => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.hasRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"Runtime field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getAllRuntimeFields",
"type": "Function",
"tags": [],
"label": "getAllRuntimeFields",
"description": [
"\nGet all runtime field definitions.\nNOTE: this does not strip out runtime fields that match mapped field names"
],
"signature": [
"() => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"map of runtime field definitions by field name"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.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/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.replaceAllRuntimeFields.$1",
"type": "Object",
"tags": [],
"label": "newFields",
"description": [
"Map of runtime field definitions by field name"
],
"signature": [
"Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.removeRuntimeField",
"type": "Function",
"tags": [],
"label": "removeRuntimeField",
"description": [],
"signature": [
"(name: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.removeRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.addRuntimeField",
"type": "Function",
"tags": [],
"label": "addRuntimeField",
"description": [],
"signature": [
"(name: string, runtimeField: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.addRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.addRuntimeField.$2",
"type": "Object",
"tags": [],
"label": "runtimeField",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.removeRuntimeFieldInteral",
"type": "Function",
"tags": [],
"label": "removeRuntimeFieldInteral",
"description": [],
"signature": [
"(name: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.removeRuntimeFieldInteral.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.addRuntimeFieldInteral",
"type": "Function",
"tags": [],
"label": "addRuntimeFieldInteral",
"description": [],
"signature": [
"(name: string, runtimeField: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.addRuntimeFieldInteral.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.addRuntimeFieldInteral.$2",
"type": "Object",
"tags": [],
"label": "runtimeField",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.AbstractDataView.getFieldAttrs",
"type": "Function",
"tags": [],
"label": "getFieldAttrs",
"description": [],
"signature": [
"() => Map<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldAttrSet",
"text": "FieldAttrSet"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView",
"type": "Class",
"tags": [],
"label": "DataView",
"description": [
"\nData view class. Central kibana abstraction around multiple indices."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
" implements ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewBase",
"text": "DataViewBase"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.fields",
"type": "CompoundType",
"tags": [],
"label": "fields",
"description": [
"\nField list, in extended array format"
],
"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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.flattenHit",
"type": "Function",
"tags": [
"deprecated"
],
"label": "flattenHit",
"description": [],
"signature": [
"(hit: Record<string, unknown[]>, deep?: boolean | undefined) => Record<string, unknown>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/maps/public/classes/sources/es_search_source/es_search_source.tsx"
},
{
"plugin": "maps",
"path": "x-pack/platform/plugins/shared/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]: unknown[]; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.flattenHit.$2",
"type": "CompoundType",
"tags": [],
"label": "deep",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [
"- config data and dependencies"
],
"signature": [
"DataViewDeps"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getScriptedFieldsForQuery",
"type": "Function",
"tags": [],
"label": "getScriptedFieldsForQuery",
"description": [],
"signature": [
"() => Record<string, ",
"ScriptField",
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getEtag",
"type": "Function",
"tags": [],
"label": "getEtag",
"description": [],
"signature": [
"() => string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setEtag",
"type": "Function",
"tags": [],
"label": "setEtag",
"description": [],
"signature": [
"(etag: string | undefined) => string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setEtag.$1",
"type": "string",
"tags": [],
"label": "etag",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getComputedFields",
"type": "Function",
"tags": [],
"label": "getComputedFields",
"description": [
"\nReturns scripted fields"
],
"signature": [
"() => { scriptFields: Record<string, ",
"ScriptField",
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: ",
"MappingRuntimeFields",
"; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nCreates static representation of the data view."
],
"signature": [
"(includeFields?: boolean) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.toSpec.$1",
"type": "boolean",
"tags": [],
"label": "includeFields",
"description": [
"Whether or not to include the `fields` list as part of this spec. If not included, the list\nwill be fetched from Elasticsearch when instantiating a new Data View with this spec."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.toMinimalSpec",
"type": "Function",
"tags": [],
"label": "toMinimalSpec",
"description": [
"\nCreates a minimal static representation of the data view. Fields and popularity scores will be omitted."
],
"signature": [
"(params?: { keepFieldAttrs?: (\"customLabel\" | \"customDescription\")[] | undefined; } | undefined) => Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", \"fields\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.toMinimalSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.toMinimalSpec.$1.keepFieldAttrs",
"type": "Array",
"tags": [],
"label": "keepFieldAttrs",
"description": [],
"signature": [
"(\"customLabel\" | \"customDescription\")[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.removeScriptedField",
"type": "Function",
"tags": [
"deprecated"
],
"label": "removeScriptedField",
"description": [
"\nRemoves scripted field from field list."
],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/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": [
"name of scripted field to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/state_management/datasource.test.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.test.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/public/services/persistence/deserialize.test.ts"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx"
},
{
"plugin": "visTypeTimeseries",
"path": "src/platform/plugins/shared/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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts"
},
{
"plugin": "dataViewManagement",
"path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx"
}
],
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.isTSDBMode",
"type": "Function",
"tags": [],
"label": "isTSDBMode",
"description": [
"\nreturns true if dataview contains TSDB fields"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.isTimeBased",
"type": "Function",
"tags": [],
"label": "isTimeBased",
"description": [
"\nDoes the data view have a timestamp field?"
],
"signature": [
"() => this is ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TimeBasedDataView",
"text": "TimeBasedDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.isTimeNanosBased",
"type": "Function",
"tags": [],
"label": "isTimeNanosBased",
"description": [
"\nDoes the data view have a timestamp field and is it a date nanos field?"
],
"signature": [
"() => this is ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TimeBasedDataView",
"text": "TimeBasedDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getTimeField",
"type": "Function",
"tags": [],
"label": "getTimeField",
"description": [
"\nGet timestamp field as DataViewField or return undefined"
],
"signature": [
"() => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getFieldByName",
"type": "Function",
"tags": [],
"label": "getFieldByName",
"description": [
"\nGet field by name."
],
"signature": [
"(name: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getFieldByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": 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"
},
") => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.addRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"Field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getFieldsByRuntimeFieldName",
"type": "Function",
"tags": [],
"label": "getFieldsByRuntimeFieldName",
"description": [
"\nReturns data view fields backed by runtime fields."
],
"signature": [
"(name: string) => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getFieldsByRuntimeFieldName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"runtime field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"map of DataViewFields (that are runtime fields) by field name"
]
},
{
"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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.removeRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"- Field name to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.getRuntimeMappings",
"type": "Function",
"tags": [],
"label": "getRuntimeMappings",
"description": [
"\nReturn the \"runtime_mappings\" section of the ES search query."
],
"signature": [
"() => ",
"MappingRuntimeFields"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCustomLabel",
"type": "Function",
"tags": [],
"label": "setFieldCustomLabel",
"description": [
"\nSet field custom label"
],
"signature": [
"(fieldName: string, customLabel: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCustomLabel.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCustomLabel.$2",
"type": "CompoundType",
"tags": [],
"label": "customLabel",
"description": [
"custom label value. If undefined, custom label is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCustomDescription",
"type": "Function",
"tags": [],
"label": "setFieldCustomDescription",
"description": [
"\nSet field custom description"
],
"signature": [
"(fieldName: string, customDescription: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCustomDescription.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCustomDescription.$2",
"type": "CompoundType",
"tags": [],
"label": "customDescription",
"description": [
"custom description value. If undefined, custom description is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCount",
"type": "Function",
"tags": [],
"label": "setFieldCount",
"description": [
"\nSet field count"
],
"signature": [
"(fieldName: string, count: number | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCount.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set count on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.setFieldCount.$2",
"type": "CompoundType",
"tags": [],
"label": "count",
"description": [
"count value. If undefined, count is removed"
],
"signature": [
"number | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.upsertScriptedField",
"type": "Function",
"tags": [],
"label": "upsertScriptedField",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataView.upsertScriptedField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField",
"type": "Class",
"tags": [],
"label": "DataViewField",
"description": [
"\nData view field class"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" implements ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.spec",
"type": "CompoundType",
"tags": [],
"label": "spec",
"description": [],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
" & { count?: number | undefined; conflictDescriptions?: Record<string, string[]> | undefined; format?: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined; esTypes?: string[] | undefined; searchable: boolean; aggregatable: boolean; isNull?: boolean | undefined; readFromDocValues?: boolean | undefined; indexed?: boolean | undefined; customLabel?: string | undefined; customDescription?: string | undefined; runtimeField?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined; fixedInterval?: string[] | undefined; timeZone?: string[] | undefined; timeSeriesDimension?: boolean | undefined; timeSeriesMetric?: ",
"MappingTimeSeriesMetricType",
" | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.Unnamed",
"type": "Function",
"tags": [
"constructor"
],
"label": "Constructor",
"description": [
"\nDataView constructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.Unnamed.$1",
"type": "CompoundType",
"tags": [],
"label": "spec",
"description": [
"Configuration for the field"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.count",
"type": "number",
"tags": [],
"label": "count",
"description": [
"\nCount is used for field popularity in discover."
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.count",
"type": "number",
"tags": [],
"label": "count",
"description": [
"\nSet count, which is used for field popularity in discover."
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.defaultFormatter",
"type": "string",
"tags": [],
"label": "defaultFormatter",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.runtimeField",
"type": "CompoundType",
"tags": [],
"label": "runtimeField",
"description": [
"\nReturns runtime field definition or undefined if field is not runtime field."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.runtimeField",
"type": "CompoundType",
"tags": [],
"label": "runtimeField",
"description": [
"\nSets runtime field definition or unsets if undefined is provided."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.script",
"type": "string",
"tags": [],
"label": "script",
"description": [
"\nScript field code"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.script",
"type": "string",
"tags": [],
"label": "script",
"description": [
"\nSets scripted field painless code"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.lang",
"type": "string",
"tags": [],
"label": "lang",
"description": [
"\nScript field language"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.lang",
"type": "string",
"tags": [],
"label": "lang",
"description": [
"\nSets scripted field langauge."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.customLabel",
"type": "string",
"tags": [],
"label": "customLabel",
"description": [
"\nReturns custom label if set, otherwise undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.customLabel",
"type": "string",
"tags": [],
"label": "customLabel",
"description": [
"\nSets custom label for field, or unsets if passed undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.customDescription",
"type": "string",
"tags": [],
"label": "customDescription",
"description": [
"\nReturns custom description if set, otherwise undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.customDescription",
"type": "string",
"tags": [],
"label": "customDescription",
"description": [
"\nSets custom description for field, or unsets if passed undefined."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.conflictDescriptions",
"type": "Object",
"tags": [],
"label": "conflictDescriptions",
"description": [
"\nSets conflict descriptions for field."
],
"signature": [
"Record<string, string[]> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nGet field name"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.displayName",
"type": "string",
"tags": [],
"label": "displayName",
"description": [
"\nGets display name, calcualted based on name, custom label and shortDotsEnable."
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nGets field type"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.esTypes",
"type": "Array",
"tags": [],
"label": "esTypes",
"description": [
"\nGets ES types as string array"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.scripted",
"type": "boolean",
"tags": [],
"label": "scripted",
"description": [
"\nReturns true if scripted field"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.searchable",
"type": "boolean",
"tags": [],
"label": "searchable",
"description": [
"\nReturns true if field is searchable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.aggregatable",
"type": "boolean",
"tags": [],
"label": "aggregatable",
"description": [
"\nReturns true if field is aggregatable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.timeSeriesDimension",
"type": "boolean",
"tags": [],
"label": "timeSeriesDimension",
"description": [
"\nreturns true if field is a TSDB dimension field"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.timeSeriesMetric",
"type": "CompoundType",
"tags": [],
"label": "timeSeriesMetric",
"description": [
"\nreturns type of TSDB metric or undefined"
],
"signature": [
"MappingTimeSeriesMetricType",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.fixedInterval",
"type": "Array",
"tags": [],
"label": "fixedInterval",
"description": [
"\nreturns list of alloeed fixed intervals"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.isRolledUpField",
"type": "CompoundType",
"tags": [],
"label": "isRolledUpField",
"description": [
"\nreturns true if the field is of rolled up type"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.timeZone",
"type": "Array",
"tags": [],
"label": "timeZone",
"description": [
"\nreturn list of allowed time zones"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.readFromDocValues",
"type": "boolean",
"tags": [],
"label": "readFromDocValues",
"description": [
"\nReturns true if field is available via doc values"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.subType",
"type": "CompoundType",
"tags": [],
"label": "subType",
"description": [
"\nReturns field subtype, multi, nested, or undefined if neither"
],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.isRuntimeField",
"type": "boolean",
"tags": [],
"label": "isRuntimeField",
"description": [
"\nReturns true if runtime field defined on data view"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.sortable",
"type": "boolean",
"tags": [],
"label": "sortable",
"description": [
"\nReturns true if field is sortable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.filterable",
"type": "boolean",
"tags": [],
"label": "filterable",
"description": [
"\nReturns true if field is filterable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.visualizable",
"type": "boolean",
"tags": [],
"label": "visualizable",
"description": [
"\nReturns true if field is visualizable"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.isNull",
"type": "boolean",
"tags": [],
"label": "isNull",
"description": [
"\nReturns true if field is Empty"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.isSubtypeNested",
"type": "Function",
"tags": [],
"label": "isSubtypeNested",
"description": [
"\nReturns true if field is subtype nested"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.isSubtypeMulti",
"type": "Function",
"tags": [],
"label": "isSubtypeMulti",
"description": [
"\nReturns true if field is subtype multi"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.getSubtypeNested",
"type": "Function",
"tags": [],
"label": "getSubtypeNested",
"description": [
"\nReturns subtype nested data if exists"
],
"signature": [
"() => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeNested",
"text": "IFieldSubTypeNested"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.getSubtypeMulti",
"type": "Function",
"tags": [],
"label": "getSubtypeMulti",
"description": [
"\nReturns subtype multi data if exists"
],
"signature": [
"() => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeMulti",
"text": "IFieldSubTypeMulti"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.deleteCount",
"type": "Function",
"tags": [],
"label": "deleteCount",
"description": [
"\nDeletes count value. Popularity as used by discover"
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.toJSON",
"type": "Function",
"tags": [],
"label": "toJSON",
"description": [
"\nJSON version of field"
],
"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: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; customLabel: string | undefined; customDescription: string | undefined; defaultFormatter: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nGet field in serialized form - fieldspec."
],
"signature": [
"(config?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.ToSpecConfig",
"text": "ToSpecConfig"
},
") => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.toSpec.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [
"provide a method to get a field formatter"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.ToSpecConfig",
"text": "ToSpecConfig"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"field in serialized form - field spec"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewField.isRuntimeCompositeSubField",
"type": "Function",
"tags": [],
"label": "isRuntimeCompositeSubField",
"description": [
"\nReturns true if composite runtime field"
],
"signature": [
"() => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewInsufficientAccessError",
"type": "Class",
"tags": [
"constructor"
],
"label": "DataViewInsufficientAccessError",
"description": [
"\nError thrown when action attempted without sufficient access."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewInsufficientAccessError",
"text": "DataViewInsufficientAccessError"
},
" extends Error"
],
"path": "src/platform/plugins/shared/data_views/common/errors/insufficient_access.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewInsufficientAccessError.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/errors/insufficient_access.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewInsufficientAccessError.Unnamed.$1",
"type": "string",
"tags": [],
"label": "savedObjectId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/errors/insufficient_access.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy",
"type": "Class",
"tags": [],
"label": "DataViewLazy",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [
"\nReturns true if scripted fields are enabled"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
"DataViewDeps"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getFields",
"type": "Function",
"tags": [],
"label": "getFields",
"description": [],
"signature": [
"({ mapped, scripted, runtime, fieldName, forceRefresh, unmapped, indexFilter, metaFields, }: GetFieldsParams) => Promise<{ getFieldMap: () => DataViewFieldMap; getFieldMapSorted: () => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
">; }>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getFields.$1",
"type": "Object",
"tags": [],
"label": "{\n mapped = true,\n scripted = true,\n runtime = true,\n fieldName,\n forceRefresh = false,\n unmapped,\n indexFilter,\n metaFields = true,\n }",
"description": [],
"signature": [
"GetFieldsParams"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getRuntimeFields",
"type": "Function",
"tags": [],
"label": "getRuntimeFields",
"description": [],
"signature": [
"({ fieldName }: Pick<GetFieldsParams, \"fieldName\">) => DataViewFieldMap"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getRuntimeFields.$1",
"type": "Object",
"tags": [],
"label": "{ fieldName = ['*'] }",
"description": [],
"signature": [
"Pick<GetFieldsParams, \"fieldName\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.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"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.addRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"Field name"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.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/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.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/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.removeRuntimeField.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"- Field name to remove"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getScriptedFields",
"type": "Function",
"tags": [],
"label": "getScriptedFields",
"description": [],
"signature": [
"({ fieldName }: Pick<GetFieldsParams, \"fieldName\">) => Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getScriptedFields.$1",
"type": "Object",
"tags": [],
"label": "{ fieldName = ['*'] }",
"description": [],
"signature": [
"Pick<GetFieldsParams, \"fieldName\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getScriptedFieldsForQuery",
"type": "Function",
"tags": [],
"label": "getScriptedFieldsForQuery",
"description": [],
"signature": [
"() => Record<string, ",
"ScriptField",
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getComputedFields",
"type": "Function",
"tags": [],
"label": "getComputedFields",
"description": [],
"signature": [
"({ fieldName }: { fieldName: string[]; }) => Promise<{ scriptFields: Record<string, ",
"ScriptField",
">; docvalueFields: { field: string; format: string; }[]; runtimeFields: ",
"MappingRuntimeFields",
"; }>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getComputedFields.$1",
"type": "Object",
"tags": [],
"label": "{ fieldName = ['*'] }",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getComputedFields.$1.fieldName",
"type": "Array",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getRuntimeMappings",
"type": "Function",
"tags": [],
"label": "getRuntimeMappings",
"description": [],
"signature": [
"() => ",
"MappingRuntimeFields"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.toSpec",
"type": "Function",
"tags": [],
"label": "toSpec",
"description": [
"\nCreates static representation of the data view."
],
"signature": [
"(params?: { fieldParams?: GetFieldsParams | undefined; } | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.toSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.toSpec.$1.fieldParams",
"type": "Object",
"tags": [],
"label": "fieldParams",
"description": [],
"signature": [
"GetFieldsParams | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.toMinimalSpec",
"type": "Function",
"tags": [],
"label": "toMinimalSpec",
"description": [
"\nCreates a minimal static representation of the data view. Fields and popularity scores will be omitted."
],
"signature": [
"(params?: { keepFieldAttrs?: (\"customLabel\" | \"customDescription\")[] | undefined; } | undefined) => Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", \"fields\">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.toMinimalSpec.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.toMinimalSpec.$1.keepFieldAttrs",
"type": "Array",
"tags": [],
"label": "keepFieldAttrs",
"description": [],
"signature": [
"(\"customLabel\" | \"customDescription\")[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.isTSDBMode",
"type": "Function",
"tags": [],
"label": "isTSDBMode",
"description": [
"\nreturns true if dataview contains TSDB fields"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.removeScriptedField",
"type": "Function",
"tags": [],
"label": "removeScriptedField",
"description": [],
"signature": [
"(fieldName: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.removeScriptedField.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.upsertScriptedField",
"type": "Function",
"tags": [],
"label": "upsertScriptedField",
"description": [],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.upsertScriptedField.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.isTimeBased",
"type": "Function",
"tags": [],
"label": "isTimeBased",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.isTimeNanosBased",
"type": "Function",
"tags": [],
"label": "isTimeNanosBased",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getTimeField",
"type": "Function",
"tags": [],
"label": "getTimeField",
"description": [],
"signature": [
"() => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getFieldByName",
"type": "Function",
"tags": [],
"label": "getFieldByName",
"description": [],
"signature": [
"(name: string, forceRefresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getFieldByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.getFieldByName.$2",
"type": "boolean",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCustomLabel",
"type": "Function",
"tags": [],
"label": "setFieldCustomLabel",
"description": [
"\nSet field custom label"
],
"signature": [
"(fieldName: string, customLabel: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCustomLabel.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [
"name of field to set custom label on"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCustomLabel.$2",
"type": "CompoundType",
"tags": [],
"label": "customLabel",
"description": [
"custom label value. If undefined, custom label is removed"
],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCount",
"type": "Function",
"tags": [],
"label": "setFieldCount",
"description": [],
"signature": [
"(fieldName: string, count: number | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCount.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCount.$2",
"type": "CompoundType",
"tags": [],
"label": "count",
"description": [],
"signature": [
"number | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCustomDescription",
"type": "Function",
"tags": [],
"label": "setFieldCustomDescription",
"description": [],
"signature": [
"(fieldName: string, customDescription: string | null | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCustomDescription.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewLazy.setFieldCustomDescription.$2",
"type": "CompoundType",
"tags": [],
"label": "customDescription",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewMissingIndices",
"type": "Class",
"tags": [],
"label": "DataViewMissingIndices",
"description": [
"\nTried to call a method that relies on SearchSource having an indexPattern assigned"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewMissingIndices",
"text": "DataViewMissingIndices"
},
" extends ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.KbnError",
"text": "KbnError"
}
],
"path": "src/platform/plugins/shared/data_views/common/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewMissingIndices.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewMissingIndices.Unnamed.$1",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewSavedObjectConflictError",
"type": "Class",
"tags": [],
"label": "DataViewSavedObjectConflictError",
"description": [
"\nError thrown when saved object has been changed when attempting to save."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectConflictError",
"text": "DataViewSavedObjectConflictError"
},
" extends Error"
],
"path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewSavedObjectConflictError.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewSavedObjectConflictError.Unnamed.$1",
"type": "string",
"tags": [],
"label": "savedObjectId",
"description": [
"saved object id with conflict"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService",
"type": "Class",
"tags": [],
"label": "DataViewsService",
"description": [
"\nData views service, providing CRUD operations for data views."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getCanSave",
"type": "Function",
"tags": [],
"label": "getCanSave",
"description": [
"\nCan the user save data views?"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nDataViewsService constructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "deps",
"description": [
"Service dependencies"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewsServiceDeps",
"text": "DataViewsServiceDeps"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getIds",
"type": "Function",
"tags": [],
"label": "getIds",
"description": [
"\nGets list of index pattern ids."
],
"signature": [
"(refresh?: boolean) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getTitles",
"type": "Function",
"tags": [],
"label": "getTitles",
"description": [
"\nGets list of index pattern titles."
],
"signature": [
"(refresh?: boolean) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.find.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.find.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"Number of data views to return"
],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataView[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.findLazy",
"type": "Function",
"tags": [],
"label": "findLazy",
"description": [
"\nFind and load lazy data views by title."
],
"signature": [
"(search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.findLazy.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.findLazy.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"Number of data views to return"
],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewLazy[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getIdsWithTitle",
"type": "Function",
"tags": [],
"label": "getIdsWithTitle",
"description": [
"\nGets 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getAllDataViewLazy",
"type": "Function",
"tags": [],
"label": "getAllDataViewLazy",
"description": [],
"signature": [
"(refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getAllDataViewLazy.$1",
"type": "boolean",
"tags": [],
"label": "refresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.clearCache",
"type": "Function",
"tags": [],
"label": "clearCache",
"description": [
"\nClear index pattern saved objects cache."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.clearInstanceCache",
"type": "Function",
"tags": [],
"label": "clearInstanceCache",
"description": [
"\nClear index pattern instance cache"
],
"signature": [
"(id?: string | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.clearInstanceCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.clearDataViewLazyCache",
"type": "Function",
"tags": [],
"label": "clearDataViewLazyCache",
"description": [
"\nClear instance in data view lazy cache"
],
"signature": [
"(id: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.clearDataViewLazyCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getCache",
"type": "Function",
"tags": [],
"label": "getCache",
"description": [
"\nGet cache, contains data view saved objects."
],
"signature": [
"() => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectAttrs",
"text": "DataViewSavedObjectAttrs"
},
">[] | null | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDefault",
"type": "Function",
"tags": [],
"label": "getDefault",
"description": [
"\nGet default index pattern"
],
"signature": [
"(displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDefault.$1",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.setDefault.$1",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [
"data view id"
],
"signature": [
"string | null"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.setDefault.$2",
"type": "boolean",
"tags": [],
"label": "force",
"description": [
"set default data view even if there's an existing default"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getMetaFields",
"type": "Function",
"tags": [],
"label": "getMetaFields",
"description": [],
"signature": [
"() => Promise<string[] | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getShortDotsEnable",
"type": "Function",
"tags": [],
"label": "getShortDotsEnable",
"description": [],
"signature": [
"() => Promise<boolean | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getFieldsForWildcard.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for getting field list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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 pattern (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?: Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getFieldsForIndexPattern.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"options for getting field list"
],
"signature": [
"Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"FieldSpec[]"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.refreshFields",
"type": "Function",
"tags": [],
"label": "refreshFields",
"description": [
"\nRefresh field list for a given data view."
],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
", displayErrors?: boolean, forceRefresh?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.refreshFields.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.refreshFields.$2",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.refreshFields.$3",
"type": "boolean",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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?: ",
"FieldAttrsAsObject",
" | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.fieldArrayToMap.$2",
"type": "Object",
"tags": [],
"label": "fieldAttrs",
"description": [
": FieldAttrs"
],
"signature": [
"FieldAttrsAsObject",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"Record<string, FieldSpec>"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.savedObjectToSpec",
"type": "Function",
"tags": [],
"label": "savedObjectToSpec",
"description": [
"\nConverts data view saved object to data view 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewSpec"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDataViewLazy",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDataViewLazy.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDataViewLazyFromCache",
"type": "Function",
"tags": [],
"label": "getDataViewLazyFromCache",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDataViewLazyFromCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet an index pattern by id, cache optimized."
],
"signature": [
"(id: string, displayErrors?: boolean, refreshFields?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.get.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.get.$2",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.get.$3",
"type": "boolean",
"tags": [],
"label": "refreshFields",
"description": [
"- If set true, will fetch fields from the index pattern"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreate data view instance."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.create.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.create.$2",
"type": "boolean",
"tags": [],
"label": "skipFetchFields",
"description": [
"if true, will not fetch fields"
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.create.$3",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataView"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createDataViewLazy",
"type": "Function",
"tags": [],
"label": "createDataViewLazy",
"description": [
"\nCreate data view lazy instance."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"DataViewLazy"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSaveDataViewLazy",
"type": "Function",
"tags": [],
"label": "createAndSaveDataViewLazy",
"description": [
"\nCreate a new data view lazy and save it right away."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSaveDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSaveDataViewLazy.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSave",
"type": "Function",
"tags": [],
"label": "createAndSave",
"description": [
"\nCreate a new data view and save it right away."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean, skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSave.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"data view spec"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSave.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createAndSave.$4",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createSavedObject",
"type": "Function",
"tags": [],
"label": "createSavedObject",
"description": [
"\nSave a new data view."
],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", overwrite?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createSavedObject.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [
"data view instance"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.createSavedObject.$2",
"type": "boolean",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.updateSavedObject",
"type": "Function",
"tags": [],
"label": "updateSavedObject",
"description": [
"\nSave existing data view. Will attempt to merge differences if there are conflicts."
],
"signature": [
"(indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.updateSavedObject.$2",
"type": "number",
"tags": [],
"label": "saveAttempts",
"description": [],
"signature": [
"number"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.updateSavedObject.$3",
"type": "boolean",
"tags": [],
"label": "ignoreErrors",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.updateSavedObject.$4",
"type": "boolean",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.defaultDataViewExists",
"type": "Function",
"tags": [],
"label": "defaultDataViewExists",
"description": [
"\nReturns whether a default data view exists."
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDefaultDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDefaultDataViewLazy",
"description": [
"\nReturns the default data view as a DataViewLazy.\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.DataViewLazy",
"text": "DataViewLazy"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"default data view lazy"
]
},
{
"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": [
"(options?: { displayErrors?: boolean | undefined; refreshFields?: boolean | undefined; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDefaultDataView.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDefaultDataView.$1.displayErrors",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.getDefaultDataView.$1.refreshFields",
"type": "CompoundType",
"tags": [],
"label": "refreshFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [
"default data view"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.toDataView",
"type": "Function",
"tags": [],
"label": "toDataView",
"description": [],
"signature": [
"(dataViewLazy: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.toDataView.$1",
"type": "Object",
"tags": [],
"label": "dataViewLazy",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.toDataViewLazy",
"type": "Function",
"tags": [],
"label": "toDataViewLazy",
"description": [],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsService.toDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DuplicateDataViewError",
"type": "Class",
"tags": [],
"label": "DuplicateDataViewError",
"description": [
"\nError thrown when attempting to create duplicate index pattern based on title."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DuplicateDataViewError",
"text": "DuplicateDataViewError"
},
" extends Error"
],
"path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DuplicateDataViewError.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [
"\nconstructor"
],
"signature": [
"any"
],
"path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DuplicateDataViewError.Unnamed.$1",
"type": "string",
"tags": [],
"label": "message",
"description": [
"- Error message"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.fieldList.$2",
"type": "boolean",
"tags": [],
"label": "shortDotsEnable",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.getFieldSubtypeMulti",
"type": "Function",
"tags": [],
"label": "getFieldSubtypeMulti",
"description": [],
"signature": [
"(field: HasSubtype) => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeMulti",
"text": "IFieldSubTypeMulti"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.getFieldSubtypeMulti.$1",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
"{ subType?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.getFieldSubtypeNested",
"type": "Function",
"tags": [],
"label": "getFieldSubtypeNested",
"description": [],
"signature": [
"(field: HasSubtype) => ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubTypeNested",
"text": "IFieldSubTypeNested"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.getFieldSubtypeNested.$1",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
"{ subType?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts",
"deprecated": false,
"trackAdoption": 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.DataViewField",
"text": "DataViewField"
},
") => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": 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.DataViewField",
"text": "DataViewField"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.isMultiField",
"type": "Function",
"tags": [],
"label": "isMultiField",
"description": [],
"signature": [
"(field: HasSubtype) => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.isMultiField.$1",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
"{ subType?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.isNestedField",
"type": "Function",
"tags": [],
"label": "isNestedField",
"description": [],
"signature": [
"(field: HasSubtype) => boolean"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.isNestedField.$1",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
"{ subType?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.IFieldSubType",
"text": "IFieldSubType"
},
" | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/fields/utils.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes",
"type": "Interface",
"tags": [],
"label": "DataViewAttributes",
"description": [
"\nInterface for the data view saved object"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.fields",
"type": "string",
"tags": [],
"label": "fields",
"description": [
"\nFields as a serialized array of field specs"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.title",
"type": "string",
"tags": [],
"label": "title",
"description": [
"\nData view title"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nData view type, default or rollup"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.typeMeta",
"type": "string",
"tags": [],
"label": "typeMeta",
"description": [
"\nType metadata information, serialized. Only used by rollup data views."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.timeFieldName",
"type": "string",
"tags": [],
"label": "timeFieldName",
"description": [
"\nTime field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.sourceFilters",
"type": "string",
"tags": [],
"label": "sourceFilters",
"description": [
"\nSerialized array of filters. Used by discover to hide fields."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.fieldFormatMap",
"type": "string",
"tags": [],
"label": "fieldFormatMap",
"description": [
"\nSerialized map of field formats by field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.fieldAttrs",
"type": "string",
"tags": [],
"label": "fieldAttrs",
"description": [
"\nSerialized map of field attributes, currently field count and name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.runtimeFieldMap",
"type": "string",
"tags": [],
"label": "runtimeFieldMap",
"description": [
"\nSerialized map of runtime field definitions, by field name"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nName of the data view. Human readable name used to differentiate data view."
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewAttributes.allowHidden",
"type": "CompoundType",
"tags": [],
"label": "allowHidden",
"description": [
"\nAllow hidden and system indices when loading field list"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem",
"type": "Interface",
"tags": [],
"label": "DataViewListItem",
"description": [
"\nResult from data view search - summary data."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem.id",
"type": "string",
"tags": [],
"label": "id",
"description": [
"\nSaved object id (or generated id if in-memory only)"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem.namespaces",
"type": "Array",
"tags": [],
"label": "namespaces",
"description": [
"\nNamespace ids"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem.title",
"type": "string",
"tags": [],
"label": "title",
"description": [
"\nData view title"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nData view type"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem.typeMeta",
"type": "Object",
"tags": [],
"label": "typeMeta",
"description": [
"\nData view type meta"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TypeMeta",
"text": "TypeMeta"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewListItem.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps",
"type": "Interface",
"tags": [],
"label": "DataViewsServiceDeps",
"description": [
"\nData views API service dependencies"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.uiSettings",
"type": "Object",
"tags": [],
"label": "uiSettings",
"description": [
"\nUiSettings service instance wrapped in a common interface"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.UiSettingsCommon",
"text": "UiSettingsCommon"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.savedObjectsClient",
"type": "Object",
"tags": [],
"label": "savedObjectsClient",
"description": [
"\nSaved objects client interface wrapped in a common interface"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.PersistenceAPI",
"text": "PersistenceAPI"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.apiClient",
"type": "Object",
"tags": [],
"label": "apiClient",
"description": [
"\nWrapper around http call functionality so it can be used on client or server"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.IDataViewsApiClient",
"text": "IDataViewsApiClient"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.fieldFormats",
"type": "Object",
"tags": [],
"label": "fieldFormats",
"description": [
"\nField formats service"
],
"signature": [
"{ deserialize: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FormatFactory",
"text": "FormatFactory"
},
"; getDefaultConfig: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatConfig",
"text": "FieldFormatConfig"
},
"; getType: (formatId: string) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined; getTypeWithoutMetaParams: (formatId: string) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined; getDefaultType: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
" | undefined; getTypeNameByEsTypes: (esTypes: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
" | undefined; getDefaultTypeName: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
" | ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
"; getInstance: (formatId: string, params?: ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
},
"; getDefaultInstancePlain: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined, params?: ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
},
"; getDefaultInstanceCacheResolver: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined) => string; getByFieldType: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatInstanceType",
"text": "FieldFormatInstanceType"
},
"[]; getDefaultInstance: (fieldType: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.KBN_FIELD_TYPES",
"text": "KBN_FIELD_TYPES"
},
", esTypes?: ",
{
"pluginId": "@kbn/field-types",
"scope": "common",
"docId": "kibKbnFieldTypesPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
"[] | undefined, params?: ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
") => ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
},
"; parseDefaultTypeMap: (value: Record<string, ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormatConfig",
"text": "FieldFormatConfig"
},
">) => void; has: (id: string) => boolean; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onNotification",
"type": "Function",
"tags": [],
"label": "onNotification",
"description": [
"\nHandler for service notifications"
],
"signature": [
"(toastInputFields: ",
"ToastInputFields",
", key: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onNotification.$1",
"type": "CompoundType",
"tags": [],
"label": "toastInputFields",
"description": [],
"signature": [
"Pick<",
"Toast",
", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-braillelabel\" | \"aria-brailleroledescription\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colindextext\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-description\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"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-rowindextext\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"children\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChange\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onErrorCapture\" | \"onKeyDown\" | \"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\" | \"onResize\" | \"onResizeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"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\" | \"onPointerLeave\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ",
"MountPoint",
"<HTMLElement> | undefined; text?: string | ",
"MountPoint",
"<HTMLElement> | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onNotification.$2",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onError",
"type": "Function",
"tags": [],
"label": "onError",
"description": [
"\nHandler for service errors"
],
"signature": [
"(error: Error, toastInputFields: ",
"ErrorToastOptions",
", key: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onError.$1",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"Error"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onError.$2",
"type": "Object",
"tags": [],
"label": "toastInputFields",
"description": [],
"signature": [
"ErrorToastOptions"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onError.$3",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.onRedirectNoIndexPattern",
"type": "Function",
"tags": [],
"label": "onRedirectNoIndexPattern",
"description": [
"\nRedirects when there's no data view. only used on client"
],
"signature": [
"(() => void) | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.getCanSave",
"type": "Function",
"tags": [],
"label": "getCanSave",
"description": [
"\nDetermines whether the user can save data views"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.getCanSaveAdvancedSettings",
"type": "Function",
"tags": [],
"label": "getCanSaveAdvancedSettings",
"description": [
"\nDetermines whether the user can save advancedSettings (used for defaultIndex)"
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServiceDeps.scriptedFieldsEnabled",
"type": "boolean",
"tags": [],
"label": "scriptedFieldsEnabled",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods",
"type": "Interface",
"tags": [],
"label": "DataViewsServicePublicMethods",
"description": [
"\nData views API service methods"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.clearCache",
"type": "Function",
"tags": [],
"label": "clearCache",
"description": [
"\nClear the cache of data view saved objects."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.clearInstanceCache",
"type": "Function",
"tags": [],
"label": "clearInstanceCache",
"description": [
"\nClear the cache of data view instances."
],
"signature": [
"(id?: string | undefined) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.clearInstanceCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.clearDataViewLazyCache",
"type": "Function",
"tags": [],
"label": "clearDataViewLazyCache",
"description": [
"\nClear the cache of lazy data view instances."
],
"signature": [
"(id: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.clearDataViewLazyCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreate data view based on the provided spec."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", skipFetchFields?: boolean | undefined, displayErrors?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.create.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"- Data view spec."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.create.$2",
"type": "CompoundType",
"tags": [],
"label": "skipFetchFields",
"description": [
"- If true, do not fetch fields."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.create.$3",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSave",
"type": "Function",
"tags": [],
"label": "createAndSave",
"description": [
"\nCreate and save data view based on provided spec."
],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", override?: boolean | undefined, skipFetchFields?: boolean | undefined, displayErrors?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSave.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [
"- Data view spec."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSave.$2",
"type": "CompoundType",
"tags": [],
"label": "override",
"description": [
"- If true, save over existing data view"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSave.$3",
"type": "CompoundType",
"tags": [],
"label": "skipFetchFields",
"description": [
"- If true, do not fetch fields."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSave.$4",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createSavedObject",
"type": "Function",
"tags": [],
"label": "createSavedObject",
"description": [
"\nSave data view"
],
"signature": [
"(indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", overwrite?: boolean | undefined) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createSavedObject.$1",
"type": "Object",
"tags": [],
"label": "indexPattern",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createSavedObject.$2",
"type": "CompoundType",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.delete",
"type": "Function",
"tags": [],
"label": "delete",
"description": [
"\nDelete data view"
],
"signature": [
"(indexPatternId: string) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.delete.$1",
"type": "string",
"tags": [],
"label": "indexPatternId",
"description": [
"- Id of the data view to delete."
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.fieldArrayToMap",
"type": "Function",
"tags": [
"params"
],
"label": "fieldArrayToMap",
"description": [
"\nTakes field array and field attributes and returns field map by name."
],
"signature": [
"(fields: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[], fieldAttrs?: ",
"FieldAttrsAsObject",
" | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.fieldArrayToMap.$1",
"type": "Array",
"tags": [],
"label": "fields",
"description": [
"- Array of fieldspecs"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.fieldArrayToMap.$2",
"type": "Object",
"tags": [],
"label": "fieldAttrs",
"description": [],
"signature": [
"FieldAttrsAsObject",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"Field map by name"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.find",
"type": "Function",
"tags": [],
"label": "find",
"description": [
"\nSearch for data views based on title"
],
"signature": [
"(search: string, size?: number | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.find.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"- Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.find.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"- Number of results to return"
],
"signature": [
"number | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.findLazy",
"type": "Function",
"tags": [],
"label": "findLazy",
"description": [
"\nFind and load lazy data views by title."
],
"signature": [
"(search: string, size?: number | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.findLazy.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [
"- Search string"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.findLazy.$2",
"type": "number",
"tags": [],
"label": "size",
"description": [
"- Number of results to return"
],
"signature": [
"number | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet data view by id."
],
"signature": [
"(id: string, displayErrors?: boolean | undefined, refreshFields?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.get.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- Id of the data view to get."
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.get.$2",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.get.$3",
"type": "CompoundType",
"tags": [],
"label": "refreshFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getCache",
"type": "Function",
"tags": [],
"label": "getCache",
"description": [
"\nGet populated data view saved object cache."
],
"signature": [
"() => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectAttrs",
"text": "DataViewSavedObjectAttrs"
},
">[] | null | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getCanSave",
"type": "Function",
"tags": [],
"label": "getCanSave",
"description": [
"\nIf user can save data view, return true."
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefault",
"type": "Function",
"tags": [],
"label": "getDefault",
"description": [
"\nGet default data view as data view instance."
],
"signature": [
"(displayErrors?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefault.$1",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefaultId",
"type": "Function",
"tags": [],
"label": "getDefaultId",
"description": [
"\nGet default data view id."
],
"signature": [
"() => Promise<string | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefaultDataView",
"type": "Function",
"tags": [],
"label": "getDefaultDataView",
"description": [
"\nGet default data view, if it doesn't exist, choose and save new default data view and return it."
],
"signature": [
"(options?: { refreshFields?: boolean | undefined; displayErrors?: boolean | undefined; } | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefaultDataView.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefaultDataView.$1.refreshFields",
"type": "CompoundType",
"tags": [],
"label": "refreshFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefaultDataView.$1.displayErrors",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getFieldsForIndexPattern",
"type": "Function",
"tags": [],
"label": "getFieldsForIndexPattern",
"description": [
"\nGet fields for data view"
],
"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?: Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getFieldsForIndexPattern.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"- Options for getting fields"
],
"signature": [
"Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"FieldSpec array"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getFieldsForWildcard",
"type": "Function",
"tags": [],
"label": "getFieldsForWildcard",
"description": [
"\nGet fields for index pattern string"
],
"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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getFieldsForWildcard.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"- options for getting fields"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getIds",
"type": "Function",
"tags": [],
"label": "getIds",
"description": [
"\nGet list of data view ids."
],
"signature": [
"(refresh?: boolean | undefined) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getIds.$1",
"type": "CompoundType",
"tags": [],
"label": "refresh",
"description": [
"- clear cache and fetch from server"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getIdsWithTitle",
"type": "Function",
"tags": [],
"label": "getIdsWithTitle",
"description": [
"\nGet list of data view ids and title (and more) for each data view."
],
"signature": [
"(refresh?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewListItem",
"text": "DataViewListItem"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getIdsWithTitle.$1",
"type": "CompoundType",
"tags": [],
"label": "refresh",
"description": [
"- clear cache and fetch from server"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getTitles",
"type": "Function",
"tags": [],
"label": "getTitles",
"description": [
"\nGet list of data view ids and title (and more) for each data view."
],
"signature": [
"(refresh?: boolean | undefined) => Promise<string[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getTitles.$1",
"type": "CompoundType",
"tags": [],
"label": "refresh",
"description": [
"- clear cache and fetch from server"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.hasUserDataView",
"type": "Function",
"tags": [],
"label": "hasUserDataView",
"description": [
"\nReturns true if user has access to view a data view."
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.refreshFields",
"type": "Function",
"tags": [
"params"
],
"label": "refreshFields",
"description": [
"\nRefresh fields for data view instance"
],
"signature": [
"(indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
", displayErrors?: boolean | undefined, forceRefresh?: boolean | undefined) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.refreshFields.$1",
"type": "Object",
"tags": [],
"label": "indexPattern",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.refreshFields.$2",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.refreshFields.$3",
"type": "CompoundType",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.savedObjectToSpec",
"type": "Function",
"tags": [
"params"
],
"label": "savedObjectToSpec",
"description": [
"\nConverts data view saved object to 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/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.savedObjectToSpec.$1",
"type": "Object",
"tags": [],
"label": "savedObject",
"description": [],
"signature": [
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.setDefault",
"type": "Function",
"tags": [],
"label": "setDefault",
"description": [
"\nSet default data view."
],
"signature": [
"(id: string | null, force?: boolean | undefined) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.setDefault.$1",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [
"- Id of the data view to set as default."
],
"signature": [
"string | null"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.setDefault.$2",
"type": "CompoundType",
"tags": [],
"label": "force",
"description": [
"- Overwrite if true"
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.updateSavedObject",
"type": "Function",
"tags": [
"oaram"
],
"label": "updateSavedObject",
"description": [
"\nSave saved object"
],
"signature": [
"(indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", saveAttempts?: number | undefined, ignoreErrors?: boolean | undefined, displayErrors?: boolean | undefined) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.updateSavedObject.$1",
"type": "Object",
"tags": [],
"label": "indexPattern",
"description": [
"- data view instance"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.updateSavedObject.$2",
"type": "number",
"tags": [],
"label": "saveAttempts",
"description": [
"- number of times to try saving"
],
"signature": [
"number | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.updateSavedObject.$3",
"type": "CompoundType",
"tags": [],
"label": "ignoreErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.updateSavedObject.$4",
"type": "CompoundType",
"tags": [],
"label": "displayErrors",
"description": [
"- If set false, API consumer is responsible for displaying and handling errors."
],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.defaultDataViewExists",
"type": "Function",
"tags": [],
"label": "defaultDataViewExists",
"description": [
"\nReturns whether a default data view exists."
],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getMetaFields",
"type": "Function",
"tags": [],
"label": "getMetaFields",
"description": [],
"signature": [
"() => Promise<string[] | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getShortDotsEnable",
"type": "Function",
"tags": [],
"label": "getShortDotsEnable",
"description": [],
"signature": [
"() => Promise<boolean | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.toDataView",
"type": "Function",
"tags": [],
"label": "toDataView",
"description": [],
"signature": [
"(toDataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.toDataView.$1",
"type": "Object",
"tags": [],
"label": "toDataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.toDataViewLazy",
"type": "Function",
"tags": [],
"label": "toDataViewLazy",
"description": [],
"signature": [
"(dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.toDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "dataView",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getAllDataViewLazy",
"type": "Function",
"tags": [],
"label": "getAllDataViewLazy",
"description": [],
"signature": [
"() => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDataViewLazy",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDataViewLazy.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDataViewLazyFromCache",
"type": "Function",
"tags": [],
"label": "getDataViewLazyFromCache",
"description": [],
"signature": [
"(id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDataViewLazyFromCache.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createDataViewLazy",
"type": "Function",
"tags": [],
"label": "createDataViewLazy",
"description": [],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSaveDataViewLazy",
"type": "Function",
"tags": [],
"label": "createAndSaveDataViewLazy",
"description": [],
"signature": [
"(spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", override?: boolean | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSaveDataViewLazy.$1",
"type": "Object",
"tags": [],
"label": "spec",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.createAndSaveDataViewLazy.$2",
"type": "CompoundType",
"tags": [],
"label": "override",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsServicePublicMethods.getDefaultDataViewLazy",
"type": "Function",
"tags": [],
"label": "getDefaultDataViewLazy",
"description": [],
"signature": [
"() => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | null>"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldConfiguration",
"type": "Interface",
"tags": [],
"label": "FieldConfiguration",
"description": [
"\nField attributes that are user configurable"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.FieldConfiguration.format",
"type": "CompoundType",
"tags": [],
"label": "format",
"description": [
"\nField format in serialized form"
],
"signature": [
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | null | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldConfiguration.customLabel",
"type": "string",
"tags": [],
"label": "customLabel",
"description": [
"\nCustom label"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldConfiguration.customDescription",
"type": "string",
"tags": [],
"label": "customDescription",
"description": [
"\nCustom description"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldConfiguration.popularity",
"type": "number",
"tags": [],
"label": "popularity",
"description": [
"\nPopularity - used for discover"
],
"signature": [
"number | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions",
"type": "Interface",
"tags": [],
"label": "GetFieldsOptions",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.pattern",
"type": "string",
"tags": [],
"label": "pattern",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.metaFields",
"type": "Array",
"tags": [],
"label": "metaFields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.rollupIndex",
"type": "string",
"tags": [],
"label": "rollupIndex",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.allowNoIndex",
"type": "CompoundType",
"tags": [],
"label": "allowNoIndex",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.indexFilter",
"type": "Object",
"tags": [],
"label": "indexFilter",
"description": [],
"signature": [
"QueryDslQueryContainer",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.includeUnmapped",
"type": "CompoundType",
"tags": [],
"label": "includeUnmapped",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.fields",
"type": "Array",
"tags": [],
"label": "fields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.allowHidden",
"type": "CompoundType",
"tags": [],
"label": "allowHidden",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.forceRefresh",
"type": "CompoundType",
"tags": [],
"label": "forceRefresh",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.fieldTypes",
"type": "Array",
"tags": [],
"label": "fieldTypes",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.includeEmptyFields",
"type": "CompoundType",
"tags": [],
"label": "includeEmptyFields",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.abortSignal",
"type": "Object",
"tags": [],
"label": "abortSignal",
"description": [],
"signature": [
"AbortSignal | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.GetFieldsOptions.runtimeMappings",
"type": "Object",
"tags": [],
"label": "runtimeMappings",
"description": [],
"signature": [
"MappingRuntimeFields",
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.HasDataService",
"type": "Interface",
"tags": [],
"label": "HasDataService",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.HasDataService.hasESData",
"type": "Function",
"tags": [],
"label": "hasESData",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.HasDataService.hasUserDataView",
"type": "Function",
"tags": [],
"label": "hasUserDataView",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.HasDataService.hasDataView",
"type": "Function",
"tags": [],
"label": "hasDataView",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.IDataViewsApiClient",
"type": "Interface",
"tags": [],
"label": "IDataViewsApiClient",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"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<",
"FieldsForWildcardResponse",
">"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.IDataViewsApiClient.hasUserDataView",
"type": "Function",
"tags": [],
"label": "hasUserDataView",
"description": [],
"signature": [
"() => Promise<boolean>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList",
"type": "Interface",
"tags": [],
"label": "IIndexPatternFieldList",
"description": [
"\nInterface for data view field list which _extends_ the array class."
],
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreates a DataViewField instance. Does not add it to the data view."
],
"signature": [
"(field: ",
{
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.create.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field spec to create field instance"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"a new data view field instance"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.add",
"type": "Function",
"tags": [],
"label": "add",
"description": [
"\nAdd field to field list."
],
"signature": [
"(field: ",
{
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.add.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field spec to add field to list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"data view field instance which was added to list"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.getAll",
"type": "Function",
"tags": [],
"label": "getAll",
"description": [
"\nReturns fields as plain array of data view field instances."
],
"signature": [
"() => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.getByName",
"type": "Function",
"tags": [],
"label": "getByName",
"description": [
"\nGet field by name. Optimized, uses map to find field."
],
"signature": [
"(name: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.getByName.$1",
"type": "string",
"tags": [],
"label": "name",
"description": [
"name of field to find"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"data view field instance if found, undefined otherwise"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.getByType",
"type": "Function",
"tags": [],
"label": "getByType",
"description": [
"\nGet fields by field type. Optimized, uses map to find fields."
],
"signature": [
"(type: string) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.getByType.$1",
"type": "string",
"tags": [],
"label": "type",
"description": [
"type of field to find"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [
"array of data view field instances if found, empty array otherwise"
]
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.remove",
"type": "Function",
"tags": [],
"label": "remove",
"description": [
"\nRemove field from field list"
],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
" | ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.remove.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field for removal"
],
"signature": [
{
"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/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.removeAll",
"type": "Function",
"tags": [],
"label": "removeAll",
"description": [
"\nRemove all fields from field list."
],
"signature": [
"() => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.replaceAll",
"type": "Function",
"tags": [],
"label": "replaceAll",
"description": [
"\nReplace all fields in field list with new fields."
],
"signature": [
"(specs: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]) => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.replaceAll.$1",
"type": "Array",
"tags": [],
"label": "specs",
"description": [
"array of field specs to add to list"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.update",
"type": "Function",
"tags": [],
"label": "update",
"description": [
"\nUpdate a field in the list"
],
"signature": [
"(field: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
") => void"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.update.$1",
"type": "CompoundType",
"tags": [],
"label": "field",
"description": [
"field spec to update"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.toSpec",
"type": "Function",
"tags": [
"return"
],
"label": "toSpec",
"description": [
"\nField list as field spec map by name"
],
"signature": [
"(options?: ToSpecOptions | undefined) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
}
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IIndexPatternFieldList.toSpec.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"optionally provide a function to get field formatter for fields"
],
"signature": [
"ToSpecOptions | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [
"map of field specs by name"
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.IndexPatternExpressionType",
"type": "Interface",
"tags": [],
"label": "IndexPatternExpressionType",
"description": [
"\nIndex pattern expression interface"
],
"path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.IndexPatternExpressionType.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
"\nExpression type"
],
"signature": [
"\"index_pattern\""
],
"path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.IndexPatternExpressionType.value",
"type": "Object",
"tags": [],
"label": "value",
"description": [
"\nValue - DataViewSpec"
],
"signature": [
"{ id?: string | undefined; version?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; sourceFilters?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SourceFilter",
"text": "SourceFilter"
},
"[] | undefined; fields?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
},
" | undefined; typeMeta?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TypeMeta",
"text": "TypeMeta"
},
" | undefined; type?: string | undefined; fieldFormats?: Record<string, ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">> | undefined; runtimeFieldMap?: Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
"> | undefined; fieldAttrs?: ",
"FieldAttrsAsObject",
" | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI",
"type": "Interface",
"tags": [],
"label": "PersistenceAPI",
"description": [
"\nCommon interface for the saved objects client on server and content management in browser"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.find",
"type": "Function",
"tags": [],
"label": "find",
"description": [
"\nSearch for saved objects"
],
"signature": [
"(options: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SavedObjectsClientCommonFindArgs",
"text": "SavedObjectsClientCommonFindArgs"
},
") => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
">[]>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.find.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"- options for search"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SavedObjectsClientCommonFindArgs",
"text": "SavedObjectsClientCommonFindArgs"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet a single saved object by id"
],
"signature": [
"(id: string) => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
">>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.get.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- id of saved object"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.update",
"type": "Function",
"tags": [],
"label": "update",
"description": [
"\nUpdate a saved object by id"
],
"signature": [
"(id: string, attributes: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
", options: { version?: string | undefined; }) => Promise<",
"SavedObject",
"<unknown>>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.update.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- id of saved object"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.update.$2",
"type": "Object",
"tags": [],
"label": "attributes",
"description": [
"- attributes to update"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.update.$3",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.update.$3.version",
"type": "string",
"tags": [],
"label": "version",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.create",
"type": "Function",
"tags": [],
"label": "create",
"description": [
"\nCreate a saved object"
],
"signature": [
"(attributes: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
},
", options: { id?: string | undefined; initialNamespaces?: string[] | undefined; overwrite?: boolean | undefined; }) => Promise<",
"SavedObject",
"<unknown>>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.create.$1",
"type": "Object",
"tags": [],
"label": "attributes",
"description": [
"- attributes to set"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewAttributes",
"text": "DataViewAttributes"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.create.$2",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.create.$2.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.create.$2.initialNamespaces",
"type": "Array",
"tags": [],
"label": "initialNamespaces",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.create.$2.overwrite",
"type": "CompoundType",
"tags": [],
"label": "overwrite",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.delete",
"type": "Function",
"tags": [],
"label": "delete",
"description": [
"\nDelete a saved object by id"
],
"signature": [
"(id: string) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.PersistenceAPI.delete.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [
"- id of saved object"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeField",
"type": "Interface",
"tags": [],
"label": "RuntimeField",
"description": [
"\nThis is the RuntimeField interface enhanced with Data view field\nconfiguration: field format definition, customLabel or popularity."
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeField",
"text": "RuntimeField"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldBase",
"text": "RuntimeFieldBase"
},
",",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldConfiguration",
"text": "FieldConfiguration"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeField.fields",
"type": "Object",
"tags": [],
"label": "fields",
"description": [
"\nSubfields of composite field"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSubFields",
"text": "RuntimeFieldSubFields"
},
" | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeFieldSubField",
"type": "Interface",
"tags": [],
"label": "RuntimeFieldSubField",
"description": [
"\nRuntime field composite subfield"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSubField",
"text": "RuntimeFieldSubField"
},
" extends ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldConfiguration",
"text": "FieldConfiguration"
}
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeFieldSubField.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\""
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject",
"type": "Interface",
"tags": [],
"label": "SavedObject",
"description": [
"\nDefinition of the Saved Object interface\n"
],
"signature": [
"SavedObject",
"<T>"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": 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/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.type",
"type": "string",
"tags": [],
"label": "type",
"description": [
" The type of Saved Object. Each plugin can define its own custom Saved Object types."
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": 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/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.created_at",
"type": "string",
"tags": [],
"label": "created_at",
"description": [
"Timestamp of the time this document had been created."
],
"signature": [
"string | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.created_by",
"type": "string",
"tags": [],
"label": "created_by",
"description": [
"The ID of the user who created this object."
],
"signature": [
"string | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": 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/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.updated_by",
"type": "string",
"tags": [],
"label": "updated_by",
"description": [
"The ID of the user who last updated this object."
],
"signature": [
"string | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.error",
"type": "Object",
"tags": [],
"label": "error",
"description": [
"Error associated with this object, populated if an operation failed for this object."
],
"signature": [
"SavedObjectError",
" | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.attributes",
"type": "Uncategorized",
"tags": [],
"label": "attributes",
"description": [
"The data for a Saved Object is stored as an object in the `attributes` property."
],
"signature": [
"T"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.references",
"type": "Array",
"tags": [],
"label": "references",
"description": [
"{@inheritdoc SavedObjectReference}"
],
"signature": [
"SavedObjectReference",
"[]"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.migrationVersion",
"type": "Object",
"tags": [
"deprecated"
],
"label": "migrationVersion",
"description": [
"\n{@inheritdoc SavedObjectsMigrationVersion}"
],
"signature": [
"SavedObjectsMigrationVersion",
" | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "@kbn/core",
"path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts"
},
{
"plugin": "@kbn/core",
"path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts"
},
{
"plugin": "@kbn/core",
"path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts"
},
{
"plugin": "@kbn/core",
"path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts"
},
{
"plugin": "@kbn/core",
"path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts"
},
{
"plugin": "@kbn/core",
"path": "src/core/packages/saved-objects/browser-mocks/src/simple_saved_object.mock.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/server/sample_data/logs.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/server/sample_data/ecommerce.ts"
},
{
"plugin": "graph",
"path": "x-pack/platform/plugins/private/graph/server/sample_data/flights.ts"
},
{
"plugin": "osquery",
"path": "x-pack/platform/plugins/shared/osquery/server/routes/pack/read_pack_route.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/packages/get.test.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/packages/get.test.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/packages/get.test.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/packages/get.test.ts"
},
{
"plugin": "fleet",
"path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.test.ts"
},
{
"plugin": "lists",
"path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
},
{
"plugin": "searchPlayground",
"path": "x-pack/solutions/search/plugins/search_playground/server/utils/playgrounds.test.ts"
},
{
"plugin": "searchPlayground",
"path": "x-pack/solutions/search/plugins/search_playground/server/utils/playgrounds.test.ts"
},
{
"plugin": "searchPlayground",
"path": "x-pack/solutions/search/plugins/search_playground/server/utils/playgrounds.test.ts"
},
{
"plugin": "securitySolution",
"path": "x-pack/solutions/security/plugins/security_solution/server/usage/detections/rules/get_metrics.mocks.ts"
}
]
},
{
"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/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.typeMigrationVersion",
"type": "string",
"tags": [],
"label": "typeMigrationVersion",
"description": [
"A semver value that is used when migrating documents between Kibana versions."
],
"signature": [
"string | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": 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/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": 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/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObject.managed",
"type": "CompoundType",
"tags": [],
"label": "managed",
"description": [
"\nFlag indicating if a saved object is managed by Kibana (default=false)\n\nThis can be leveraged by applications to e.g. prevent edits to a managed\nsaved object. Instead, users can be guided to create a copy first and\nmake their edits to the copy."
],
"signature": [
"boolean | undefined"
],
"path": "src/core/packages/saved-objects/common/src/server_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObjectsClientCommonFindArgs",
"type": "Interface",
"tags": [],
"label": "SavedObjectsClientCommonFindArgs",
"description": [
"\nSaved objects common find args"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObjectsClientCommonFindArgs.fields",
"type": "Array",
"tags": [],
"label": "fields",
"description": [
"\nSaved object fields"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObjectsClientCommonFindArgs.perPage",
"type": "number",
"tags": [],
"label": "perPage",
"description": [
"\nResults per page"
],
"signature": [
"number | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObjectsClientCommonFindArgs.search",
"type": "string",
"tags": [],
"label": "search",
"description": [
"\nQuery string"
],
"signature": [
"string | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SavedObjectsClientCommonFindArgs.searchFields",
"type": "Array",
"tags": [],
"label": "searchFields",
"description": [
"\nFields to search"
],
"signature": [
"string[] | undefined"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.TimeBasedDataView.timeFieldName",
"type": "string",
"tags": [],
"label": "timeFieldName",
"description": [
"\nThe timestamp field name."
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.TimeBasedDataView.getTimeField",
"type": "Function",
"tags": [],
"label": "getTimeField",
"description": [
"\nThe timestamp field."
],
"signature": [
"() => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewField",
"text": "DataViewField"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.ToSpecConfig",
"type": "Interface",
"tags": [],
"label": "ToSpecConfig",
"description": [
"\nOptional format getter when serializing a field"
],
"path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.ToSpecConfig.getFormatterForField",
"type": "Function",
"tags": [],
"label": "getFormatterForField",
"description": [
"\nField format getter"
],
"signature": [
"((field: ",
{
"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/platform/plugins/shared/data_views/common/fields/data_view_field.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon",
"type": "Interface",
"tags": [],
"label": "UiSettingsCommon",
"description": [
"\nInterface for UiSettings common interface {@link UiSettingsClient}"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.get",
"type": "Function",
"tags": [],
"label": "get",
"description": [
"\nGet a setting value"
],
"signature": [
"<T = unknown>(key: string) => Promise<T | undefined>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.get.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [
"name of value"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.getAll",
"type": "Function",
"tags": [],
"label": "getAll",
"description": [
"\nGet all settings values"
],
"signature": [
"() => Promise<Record<string, unknown>>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.set",
"type": "Function",
"tags": [],
"label": "set",
"description": [
"\nSet a setting value"
],
"signature": [
"<T = unknown>(key: string, value: T) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.set.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [
"name of value"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.set.$2",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [
"value to set"
],
"signature": [
"T"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.remove",
"type": "Function",
"tags": [],
"label": "remove",
"description": [
"\nRemove a setting value"
],
"signature": [
"(key: string) => Promise<void>"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.UiSettingsCommon.remove.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [
"name of value"
],
"signature": [
"string"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewType",
"type": "Enum",
"tags": [],
"label": "DataViewType",
"description": [
"\nData View type. Default or rollup"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.HasEsDataFailureReason",
"type": "Enum",
"tags": [],
"label": "HasEsDataFailureReason",
"description": [
"\nValid `failureReason` attribute values for `has_es_data` API error responses"
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DATA_VIEW_SAVED_OBJECT_TYPE",
"type": "string",
"tags": [],
"label": "DATA_VIEW_SAVED_OBJECT_TYPE",
"description": [
"\nData view saved object type."
],
"signature": [
"\"index-pattern\""
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": 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/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewSavedObjectAttrs",
"type": "Type",
"tags": [],
"label": "DataViewSavedObjectAttrs",
"description": [],
"signature": [
"{ type?: string | undefined; name?: string | undefined; title: string; typeMeta?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewsContract",
"type": "Type",
"tags": [],
"label": "DataViewsContract",
"description": [
"\nData views service interface"
],
"signature": [
"{ create: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; get: (id: string, displayErrors?: boolean, refreshFields?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; delete: (indexPatternId: string) => Promise<void>; find: (search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
"[]>; getCanSave: () => Promise<boolean>; getIds: (refresh?: boolean) => Promise<string[]>; getTitles: (refresh?: boolean) => Promise<string[]>; findLazy: (search: string, size?: number) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>; getIdsWithTitle: (refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewListItem",
"text": "DataViewListItem"
},
"[]>; getAllDataViewLazy: (refresh?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
"[]>; clearCache: () => void; clearInstanceCache: (id?: string | undefined) => void; clearDataViewLazyCache: (id: string) => void; getCache: () => Promise<",
"SavedObject",
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSavedObjectAttrs",
"text": "DataViewSavedObjectAttrs"
},
">[] | null | undefined>; getDefault: (displayErrors?: boolean) => 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>; getMetaFields: () => Promise<string[] | undefined>; getShortDotsEnable: () => Promise<boolean | undefined>; 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?: Omit<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.GetFieldsOptions",
"text": "GetFieldsOptions"
},
", \"allowNoIndex\" | \"pattern\"> | undefined) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[]>; refreshFields: (dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
", displayErrors?: boolean, forceRefresh?: boolean) => Promise<void>; fieldArrayToMap: (fields: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldSpec",
"text": "FieldSpec"
},
"[], fieldAttrs?: ",
"FieldAttrsAsObject",
" | 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"
},
"; getDataViewLazy: (id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; getDataViewLazyFromCache: (id: string) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | undefined>; createDataViewLazy: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; createAndSaveDataViewLazy: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; createAndSave: (spec: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", overwrite?: boolean, skipFetchFields?: boolean, displayErrors?: boolean) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; createSavedObject: (dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", overwrite?: boolean) => Promise<void>; updateSavedObject: (indexPattern: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AbstractDataView",
"text": "AbstractDataView"
},
", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise<void>; defaultDataViewExists: () => Promise<boolean>; getDefaultDataViewLazy: () => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
" | null>; getDefaultDataView: (options?: { displayErrors?: boolean | undefined; refreshFields?: boolean | undefined; }) => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
" | null>; toDataView: (dataViewLazy: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
">; toDataViewLazy: (dataView: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataView",
"text": "DataView"
},
") => Promise<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewLazy",
"text": "DataViewLazy"
},
">; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewSpec",
"type": "Type",
"tags": [],
"label": "DataViewSpec",
"description": [
"\nStatic data view format\nSerialized data object, representing data view attributes and state"
],
"signature": [
"{ id?: string | undefined; version?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; sourceFilters?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.SourceFilter",
"text": "SourceFilter"
},
"[] | undefined; fields?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewFieldMap",
"text": "DataViewFieldMap"
},
" | undefined; typeMeta?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.TypeMeta",
"text": "TypeMeta"
},
" | undefined; type?: string | undefined; fieldFormats?: Record<string, ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">> | undefined; runtimeFieldMap?: Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
"> | undefined; fieldAttrs?: ",
"FieldAttrsAsObject",
" | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldAttrs",
"type": "Type",
"tags": [],
"label": "FieldAttrs",
"description": [
"\nSet of field attributes"
],
"signature": [
"Map<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.FieldAttrSet",
"text": "FieldAttrSet"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldAttrSet",
"type": "Type",
"tags": [],
"label": "FieldAttrSet",
"description": [
"\nField attributes that are stored on the data view"
],
"signature": [
"{ customLabel?: string | undefined; customDescription?: string | undefined; count?: number | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": 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": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
">; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldSpec",
"type": "Type",
"tags": [],
"label": "FieldSpec",
"description": [
"\nSerialized version of DataViewField"
],
"signature": [
{
"pluginId": "@kbn/es-query",
"scope": "common",
"docId": "kibKbnEsQueryPluginApi",
"section": "def-common.DataViewFieldBase",
"text": "DataViewFieldBase"
},
" & { count?: number | undefined; conflictDescriptions?: Record<string, string[]> | undefined; format?: ",
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
{
"pluginId": "@kbn/utility-types",
"scope": "common",
"docId": "kibKbnUtilityTypesPluginApi",
"section": "def-common.SerializableRecord",
"text": "SerializableRecord"
},
"> | undefined; esTypes?: string[] | undefined; searchable: boolean; aggregatable: boolean; isNull?: boolean | undefined; readFromDocValues?: boolean | undefined; indexed?: boolean | undefined; customLabel?: string | undefined; customDescription?: string | undefined; runtimeField?: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSpec",
"text": "RuntimeFieldSpec"
},
" | undefined; fixedInterval?: string[] | undefined; timeZone?: string[] | undefined; timeSeriesDimension?: boolean | undefined; timeSeriesMetric?: ",
"MappingTimeSeriesMetricType",
" | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.FieldSpecConflictDescriptions",
"type": "Type",
"tags": [],
"label": "FieldSpecConflictDescriptions",
"description": [],
"signature": [
"{ [x: string]: string[]; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"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"
},
">>"
],
"path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.LATEST_VERSION",
"type": "number",
"tags": [],
"label": "LATEST_VERSION",
"description": [
"\nData view saved object version."
],
"signature": [
"1"
],
"path": "src/platform/plugins/shared/data_views/common/content_management/v1/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.MAX_DATA_VIEW_FIELD_DESCRIPTION_LENGTH",
"type": "number",
"tags": [],
"label": "MAX_DATA_VIEW_FIELD_DESCRIPTION_LENGTH",
"description": [
"\nMax length for the custom field description"
],
"signature": [
"300"
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.META_FIELDS",
"type": "string",
"tags": [],
"label": "META_FIELDS",
"description": [
"\nUiSettings key for metaFields list."
],
"signature": [
"\"metaFields\""
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.OnError",
"type": "Type",
"tags": [],
"label": "OnError",
"description": [
"\nHandler for data view errors"
],
"signature": [
"(error: Error, toastInputFields: ",
"ErrorToastOptions",
", key: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.OnError.$1",
"type": "Object",
"tags": [],
"label": "error",
"description": [
"Error object"
],
"signature": [
"Error"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.OnError.$2",
"type": "Object",
"tags": [],
"label": "toastInputFields",
"description": [
"Toast notif config"
],
"signature": [
"ErrorToastOptions"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.OnError.$3",
"type": "string",
"tags": [],
"label": "key",
"description": [
"Used to dedupe notifs"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.OnNotification",
"type": "Type",
"tags": [],
"label": "OnNotification",
"description": [
"\nHandler for data view notifications"
],
"signature": [
"(toastInputFields: ",
"ToastInputFields",
", key: string) => void"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.OnNotification.$1",
"type": "CompoundType",
"tags": [],
"label": "toastInputFields",
"description": [
"Toast notif config"
],
"signature": [
"Pick<",
"Toast",
", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-braillelabel\" | \"aria-brailleroledescription\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colindextext\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-description\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"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-rowindextext\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"children\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChange\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onErrorCapture\" | \"onKeyDown\" | \"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\" | \"onResize\" | \"onResizeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"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\" | \"onPointerLeave\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ",
"MountPoint",
"<HTMLElement> | undefined; text?: string | ",
"MountPoint",
"<HTMLElement> | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.OnNotification.$2",
"type": "string",
"tags": [],
"label": "key",
"description": [
"Used to dedupe notifs"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeFieldBase",
"type": "Type",
"tags": [],
"label": "RuntimeFieldBase",
"description": [
"\nRuntime field definition"
],
"signature": [
"{ type: \"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"composite\"; script?: { source: string; } | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeFieldSpec",
"type": "Type",
"tags": [],
"label": "RuntimeFieldSpec",
"description": [
"\nThe RuntimeField that will be sent in the ES Query \"runtime_mappings\" object"
],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldBase",
"text": "RuntimeFieldBase"
},
" & { fields?: Record<string, { type: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimePrimitiveTypes",
"text": "RuntimePrimitiveTypes"
},
"; }> | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeFieldSubFields",
"type": "Type",
"tags": [],
"label": "RuntimeFieldSubFields",
"description": [],
"signature": [
"{ [x: string]: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.RuntimeFieldSubField",
"text": "RuntimeFieldSubField"
},
"; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimePrimitiveTypes",
"type": "Type",
"tags": [],
"label": "RuntimePrimitiveTypes",
"description": [
"\nRuntime field primitive types - excluding composite"
],
"signature": [
"\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\""
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RuntimeType",
"type": "Type",
"tags": [],
"label": "RuntimeType",
"description": [
"\nRuntime field types"
],
"signature": [
"\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"composite\""
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.SourceFilter",
"type": "Type",
"tags": [],
"label": "SourceFilter",
"description": [],
"signature": [
"{ value: string; clientId?: string | number | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.TypeMeta",
"type": "Type",
"tags": [],
"label": "TypeMeta",
"description": [
"\nInterface for metadata about rollup indices"
],
"signature": [
"{ aggs?: Record<string, ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.AggregationRestrictions",
"text": "AggregationRestrictions"
},
"> | undefined; params?: { rollup_index: string; } | undefined; }"
],
"path": "src/platform/plugins/shared/data_views/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService",
"type": "Object",
"tags": [],
"label": "DataViewPersistableStateService",
"description": [],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.inject",
"type": "Function",
"tags": [],
"label": "inject",
"description": [],
"signature": [
"(state: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
", references: ",
"SavedObjectReference",
"[]) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.inject.$1",
"type": "Object",
"tags": [],
"label": "state",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.inject.$2",
"type": "Array",
"tags": [],
"label": "references",
"description": [],
"signature": [
"SavedObjectReference",
"[]"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.extract",
"type": "Function",
"tags": [],
"label": "extract",
"description": [],
"signature": [
"(state: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
") => { state: ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
"; references: never[]; }"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.extract.$1",
"type": "Object",
"tags": [],
"label": "state",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.getAllMigrations",
"type": "Function",
"tags": [],
"label": "getAllMigrations",
"description": [],
"signature": [
"() => {}"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.migrateToLatest",
"type": "Function",
"tags": [],
"label": "migrateToLatest",
"description": [],
"signature": [
"({ state }: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.VersionedState",
"text": "VersionedState"
},
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
">) => ",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
}
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.migrateToLatest.$1",
"type": "Object",
"tags": [],
"label": "{ state }",
"description": [],
"signature": [
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.VersionedState",
"text": "VersionedState"
},
"<",
{
"pluginId": "dataViews",
"scope": "common",
"docId": "kibDataViewsPluginApi",
"section": "def-common.DataViewSpec",
"text": "DataViewSpec"
},
">"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "dataViews",
"id": "def-common.DataViewPersistableStateService.telemetry",
"type": "Function",
"tags": [],
"label": "telemetry",
"description": [],
"signature": [
"() => {}"
],
"path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.DEFAULT_ASSETS_TO_IGNORE",
"type": "Object",
"tags": [],
"label": "DEFAULT_ASSETS_TO_IGNORE",
"description": [
"\nUsed to optimize on-boarding experience to determine if the instance has some user created data views or data indices/streams by filtering data sources\nthat are created by default by elastic in ese.\nWe should somehow prevent creating initial data for the users without their explicit action\ninstead of relying on these hardcoded assets"
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViews",
"id": "def-common.DEFAULT_ASSETS_TO_IGNORE.DATA_STREAMS_TO_IGNORE",
"type": "Array",
"tags": [],
"label": "DATA_STREAMS_TO_IGNORE",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViews",
"id": "def-common.RUNTIME_FIELD_TYPES",
"type": "Object",
"tags": [],
"label": "RUNTIME_FIELD_TYPES",
"description": [
"\nAll runtime field types."
],
"signature": [
"readonly [\"keyword\", \"long\", \"double\", \"date\", \"ip\", \"boolean\", \"geo_point\", \"composite\"]"
],
"path": "src/platform/plugins/shared/data_views/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]
}
}