[api-docs] Daily api_docs build (#140237)

This commit is contained in:
Kibana Machine 2022-09-07 22:38:29 -06:00 committed by GitHub
parent b7e9538853
commit 50048fca42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
748 changed files with 44171 additions and 12595 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';

View file

@ -11,6 +11,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -23,7 +24,8 @@
"{ [key: string]: Id; }"
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "advancedSettings",
@ -34,6 +36,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -47,6 +50,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
@ -62,6 +66,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
@ -77,6 +82,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
}
@ -91,6 +97,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": []
},
{
@ -102,6 +109,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -114,7 +122,8 @@
"{ [key: string]: Id; }"
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "advancedSettings",
@ -130,6 +139,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -143,6 +153,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -157,6 +168,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -171,6 +183,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -187,6 +200,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -199,7 +213,8 @@
"{ [key: string]: Id; }"
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "advancedSettings",
@ -215,6 +230,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -228,6 +244,7 @@
],
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -258,6 +275,7 @@
],
"path": "src/plugins/advanced_settings/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -271,7 +289,8 @@
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -290,6 +309,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -302,7 +322,8 @@
"{ componentType: { [key: string]: Id; }; register: (id: Id, component: RegistryComponent, allowOverride?: boolean) => void; }"
],
"path": "src/plugins/advanced_settings/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "setup",
@ -317,6 +338,7 @@
"description": [],
"path": "src/plugins/advanced_settings/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "advancedSettings",
@ -329,7 +351,8 @@
"{ componentType: { [key: string]: Id; }; get: (id: Id) => RegistryComponent; }"
],
"path": "src/plugins/advanced_settings/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "start",

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';

View file

@ -19,6 +19,7 @@
],
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "aiops",
@ -36,6 +37,7 @@
],
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -61,6 +63,7 @@
],
"path": "x-pack/plugins/aiops/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -83,6 +86,7 @@
],
"path": "x-pack/plugins/aiops/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -98,6 +102,7 @@
],
"path": "x-pack/plugins/aiops/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
@ -123,6 +128,7 @@
],
"path": "x-pack/plugins/aiops/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -139,6 +145,7 @@
],
"path": "x-pack/plugins/aiops/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -155,6 +162,7 @@
],
"path": "x-pack/plugins/aiops/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the alerting plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';

View file

@ -13,6 +13,7 @@
"description": [],
"path": "x-pack/plugins/apm/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -22,7 +23,8 @@
"label": "serviceMapEnabled",
"description": [],
"path": "x-pack/plugins/apm/public/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -32,7 +34,8 @@
"label": "profilingEnabled",
"description": [],
"path": "x-pack/plugins/apm/public/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -45,7 +48,8 @@
"{ enabled: boolean; }"
],
"path": "x-pack/plugins/apm/public/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -78,6 +82,7 @@
],
"path": "x-pack/plugins/apm/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "setup",
"initialIsOpen": true
},
@ -93,6 +98,7 @@
],
"path": "x-pack/plugins/apm/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -138,6 +144,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -151,6 +158,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -171,6 +179,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -212,6 +221,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -234,6 +244,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -248,6 +259,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -273,6 +285,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -292,6 +305,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -309,6 +323,7 @@
],
"path": "x-pack/plugins/apm/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -327,6 +342,7 @@
"description": [],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -340,7 +356,8 @@
"<unknown, unknown, unknown, any>"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -384,7 +401,8 @@
">; }"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -397,7 +415,8 @@
"{ query: { _inspect: boolean; start?: number | undefined; end?: number | undefined; }; }"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -412,7 +431,8 @@
"; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly profilingEnabled: boolean; readonly agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -425,7 +445,8 @@
"Logger"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -454,7 +475,8 @@
">; }"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -701,7 +723,8 @@
"; start: () => Promise<never>; } | undefined; }"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -720,7 +743,8 @@
}
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -740,7 +764,8 @@
" | undefined"
],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -750,7 +775,8 @@
"label": "kibanaVersion",
"description": [],
"path": "x-pack/plugins/apm/server/routes/typings.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -770,6 +796,7 @@
],
"path": "x-pack/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -784,6 +811,7 @@
],
"path": "x-pack/plugins/apm/common/alert_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -800,6 +828,7 @@
],
"path": "x-pack/plugins/apm/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -814,6 +843,7 @@
],
"path": "x-pack/plugins/apm/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -5548,6 +5578,7 @@
],
"path": "x-pack/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -5561,6 +5592,7 @@
"description": [],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -5576,7 +5608,8 @@
"; telemetryCollectionEnabled: boolean; metricsInterval: number; profilingEnabled: boolean; agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }>>"
],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -5592,6 +5625,7 @@
],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -5613,6 +5647,7 @@
],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -5623,6 +5658,7 @@
"description": [],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "apm",
@ -5635,7 +5671,8 @@
"boolean | undefined"
],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -5649,7 +5686,8 @@
"<unknown, unknown, unknown, any>"
],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "apm",
@ -5693,7 +5731,8 @@
">; }"
],
"path": "x-pack/plugins/apm/server/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apm plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
---
import apmObj from './apm.devdocs.json';

View file

@ -29,6 +29,7 @@
"description": [],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "banners",
@ -41,7 +42,8 @@
"\"top\" | \"disabled\""
],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "banners",
@ -51,7 +53,8 @@
"label": "textContent",
"description": [],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "banners",
@ -61,7 +64,8 @@
"label": "textColor",
"description": [],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "banners",
@ -71,7 +75,8 @@
"label": "backgroundColor",
"description": [],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -85,6 +90,7 @@
"description": [],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "banners",
@ -94,7 +100,8 @@
"label": "allowed",
"description": [],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "banners",
@ -113,7 +120,8 @@
}
],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -133,6 +141,7 @@
],
"path": "x-pack/plugins/banners/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
description: API docs for the banners plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
---
import bannersObj from './banners.devdocs.json';

View file

@ -21,6 +21,7 @@
],
"path": "src/plugins/bfetch/public/streaming/split.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -34,6 +35,7 @@
],
"path": "src/plugins/bfetch/public/streaming/split.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -56,6 +58,7 @@
],
"path": "src/plugins/bfetch/public/batching/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -69,7 +72,8 @@
"Payload"
],
"path": "src/plugins/bfetch/public/batching/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -82,7 +86,8 @@
"AbortSignal | undefined"
],
"path": "src/plugins/bfetch/public/batching/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -99,6 +104,7 @@
],
"path": "src/plugins/bfetch/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -112,6 +118,7 @@
"description": [],
"path": "src/plugins/bfetch/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -129,6 +136,7 @@
],
"path": "src/plugins/bfetch/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -142,6 +150,7 @@
],
"path": "src/plugins/bfetch/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -169,6 +178,7 @@
],
"path": "src/plugins/bfetch/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -183,6 +193,7 @@
],
"path": "src/plugins/bfetch/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -216,6 +227,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -229,6 +241,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -242,6 +255,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -263,6 +277,7 @@
"description": [],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -286,6 +301,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -299,6 +315,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -323,6 +340,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -368,6 +386,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -381,6 +400,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -413,6 +433,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -427,6 +448,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -450,6 +472,7 @@
],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -468,6 +491,7 @@
"description": [],
"path": "src/plugins/bfetch/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
@ -496,6 +520,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -509,6 +534,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -529,6 +555,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -544,7 +571,8 @@
"\nGet current buffer size."
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -560,6 +588,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -573,6 +602,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -592,6 +622,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -609,6 +640,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -642,6 +674,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -655,6 +688,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -675,6 +709,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -692,6 +727,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -705,6 +741,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -722,6 +759,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -737,6 +775,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -757,6 +796,7 @@
],
"path": "src/plugins/bfetch/common/util/query_params.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -770,6 +810,7 @@
],
"path": "src/plugins/bfetch/common/util/query_params.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -784,6 +825,7 @@
],
"path": "src/plugins/bfetch/common/util/query_params.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -798,6 +840,7 @@
],
"path": "src/plugins/bfetch/common/util/query_params.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -832,6 +875,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -852,6 +896,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -886,6 +931,7 @@
],
"path": "src/plugins/bfetch/common/util/normalize_error.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -899,6 +945,7 @@
],
"path": "src/plugins/bfetch/common/util/normalize_error.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -917,6 +964,7 @@
],
"path": "src/plugins/bfetch/common/util/remove_leading_slash.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -930,6 +978,7 @@
],
"path": "src/plugins/bfetch/common/util/remove_leading_slash.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -957,6 +1006,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -970,6 +1020,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -983,6 +1034,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1000,6 +1052,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1013,6 +1066,7 @@
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1029,7 +1083,8 @@
"number | undefined"
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -1042,7 +1097,8 @@
"number | undefined"
],
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1056,6 +1112,7 @@
"description": [],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1065,7 +1122,8 @@
"label": "compressed",
"description": [],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -1075,7 +1133,8 @@
"label": "payload",
"description": [],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1099,6 +1158,7 @@
],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1111,7 +1171,8 @@
"Item[]"
],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1135,6 +1196,7 @@
],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1144,7 +1206,8 @@
"label": "id",
"description": [],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -1157,7 +1220,8 @@
"Result | undefined"
],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -1170,7 +1234,8 @@
"Error | undefined"
],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1184,6 +1249,7 @@
"description": [],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1193,7 +1259,8 @@
"label": "message",
"description": [],
"path": "src/plugins/bfetch/common/batch.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1217,6 +1284,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1231,7 +1299,8 @@
"number | undefined"
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "bfetch",
@ -1247,6 +1316,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1260,6 +1330,7 @@
],
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1287,6 +1358,7 @@
],
"path": "src/plugins/bfetch/common/streaming/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1302,6 +1374,7 @@
],
"path": "src/plugins/bfetch/common/streaming/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1315,6 +1388,7 @@
],
"path": "src/plugins/bfetch/common/streaming/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1350,6 +1424,7 @@
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "bfetch",
@ -1364,7 +1439,8 @@
"number | undefined"
],
"path": "src/plugins/bfetch/common/buffer/timed_item_buffer.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1384,6 +1460,7 @@
],
"path": "src/plugins/bfetch/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1398,6 +1475,7 @@
],
"path": "src/plugins/bfetch/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the bfetch plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
---
import bfetchObj from './bfetch.devdocs.json';

View file

@ -13,6 +13,7 @@
"description": [],
"path": "x-pack/plugins/canvas/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "canvas",
@ -37,7 +38,8 @@
"; }; }"
],
"path": "x-pack/plugins/canvas/public/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -60,6 +62,7 @@
],
"path": "x-pack/plugins/canvas/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "setup",
"initialIsOpen": true
},
@ -75,6 +78,7 @@
],
"path": "x-pack/plugins/canvas/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -105,6 +109,7 @@
],
"path": "x-pack/plugins/canvas/common/locator.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -134,6 +139,7 @@
],
"path": "x-pack/plugins/canvas/common/locator.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -148,6 +154,7 @@
],
"path": "x-pack/plugins/canvas/common/locator.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -161,6 +168,7 @@
"description": [],
"path": "x-pack/plugins/canvas/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "canvas",
@ -170,7 +178,8 @@
"label": "ENABLE_LABS_UI",
"description": [],
"path": "x-pack/plugins/canvas/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
description: API docs for the canvas plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
---
import canvasObj from './canvas.devdocs.json';

View file

@ -41,6 +41,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -54,6 +55,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -74,6 +76,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -108,6 +111,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -128,6 +132,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -142,6 +147,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -176,6 +182,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -195,6 +202,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -209,6 +217,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -226,6 +235,7 @@
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -248,6 +258,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -261,6 +272,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -279,6 +291,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -292,6 +305,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -322,6 +336,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -332,6 +347,7 @@
"description": [],
"path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -344,7 +360,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -365,7 +382,8 @@
", Partial<T>>> | undefined"
],
"path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -385,6 +403,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -398,6 +417,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -416,6 +436,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -429,6 +450,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/paths.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -446,6 +468,7 @@
"description": [],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -458,7 +481,8 @@
"AttachmentFramework"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -485,6 +509,7 @@
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -500,6 +525,7 @@
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -514,6 +540,7 @@
],
"path": "x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -550,6 +577,7 @@
],
"path": "x-pack/plugins/cases/public/client/ui/get_all_cases_selector_modal.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -592,6 +620,7 @@
],
"path": "x-pack/plugins/cases/public/client/ui/get_cases.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -644,6 +673,7 @@
],
"path": "x-pack/plugins/cases/public/client/ui/get_create_case_flyout.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -670,6 +700,7 @@
],
"path": "x-pack/plugins/cases/public/client/ui/get_recent_cases.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -684,6 +715,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -724,6 +756,7 @@
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -740,6 +773,7 @@
],
"path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -752,6 +786,7 @@
"description": [],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -776,7 +811,8 @@
">; getCasesStatus: (query: { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ countOpenCases: number; countInProgressCases: number; countClosedCases: number; }>; getCasesMetrics: (query: { features: string[]; } & { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ mttr?: number | null | undefined; }>; }; }"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -855,7 +891,8 @@
", string | React.JSXElementConstructor<any>>; }"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -884,7 +921,8 @@
" | undefined; }) => void; close: () => void; }; }"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -923,7 +961,8 @@
"; }"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "start",
@ -943,6 +982,7 @@
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -956,6 +996,7 @@
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -969,6 +1010,7 @@
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -987,7 +1029,8 @@
"CasesSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1002,7 +1045,8 @@
"AttachmentsSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1017,7 +1061,8 @@
"UserActionsSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1032,7 +1077,8 @@
"ConfigureSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1047,7 +1093,8 @@
"MetricsSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1064,6 +1111,7 @@
"description": [],
"path": "x-pack/plugins/cases/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1076,7 +1124,8 @@
"AttachmentFramework"
],
"path": "x-pack/plugins/cases/server/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1092,6 +1141,7 @@
],
"path": "x-pack/plugins/cases/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1117,6 +1167,7 @@
],
"path": "x-pack/plugins/cases/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1133,6 +1184,7 @@
],
"path": "x-pack/plugins/cases/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1165,6 +1217,7 @@
],
"path": "x-pack/plugins/cases/common/utils/capabilities.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -1183,6 +1236,7 @@
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"All connectors endpoint"
@ -1201,6 +1255,7 @@
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1214,6 +1269,7 @@
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1234,6 +1290,7 @@
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [
"Create connector endpoint"
@ -1254,6 +1311,7 @@
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1267,6 +1325,7 @@
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1284,6 +1343,7 @@
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1293,7 +1353,8 @@
"label": "all",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1303,7 +1364,8 @@
"label": "create",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1313,7 +1375,8 @@
"label": "read",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1323,7 +1386,8 @@
"label": "update",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1333,7 +1397,8 @@
"label": "delete",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1343,7 +1408,8 @@
"label": "push",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1357,6 +1423,7 @@
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cases",
@ -1366,7 +1433,8 @@
"label": "_id",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1379,7 +1447,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1393,7 +1462,8 @@
" | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cases",
@ -1408,7 +1478,8 @@
"; } | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1424,6 +1495,7 @@
"description": [],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1435,6 +1507,7 @@
"description": [],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -1535,6 +1608,7 @@
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1551,6 +1625,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1567,6 +1642,7 @@
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1583,6 +1659,7 @@
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1599,6 +1676,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1613,6 +1691,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1627,6 +1706,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1641,6 +1721,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1657,6 +1738,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1671,6 +1753,7 @@
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1685,6 +1768,7 @@
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases
title: "cases"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cases plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
---
import casesObj from './cases.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts
title: "charts"
image: https://source.unsplash.com/400x175/?github
description: API docs for the charts plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
---
import chartsObj from './charts.devdocs.json';

View file

@ -17,6 +17,7 @@
],
"path": "x-pack/plugins/cloud/public/components/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -32,6 +33,7 @@
"description": [],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloud",
@ -44,7 +46,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -57,7 +60,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -70,7 +74,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -83,7 +88,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -96,7 +102,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -109,7 +116,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -122,7 +130,8 @@
"{ enabled: boolean; org_id?: string | undefined; eventTypesAllowlist?: string[] | undefined; }"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -137,7 +146,8 @@
"{ enabled: boolean; chatURL: string; }"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -151,6 +161,7 @@
"description": [],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloud",
@ -166,6 +177,7 @@
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -179,7 +191,8 @@
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -192,7 +205,8 @@
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -212,6 +226,7 @@
"description": [],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloud",
@ -224,7 +239,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -237,7 +253,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -250,7 +267,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -263,7 +281,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -276,7 +295,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -289,7 +309,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -302,7 +323,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -312,7 +334,8 @@
"label": "isCloudEnabled",
"description": [],
"path": "x-pack/plugins/cloud/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "setup",
@ -335,6 +358,7 @@
"description": [],
"path": "x-pack/plugins/cloud/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloud",
@ -347,7 +371,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -360,7 +385,8 @@
"string | undefined"
],
"path": "x-pack/plugins/cloud/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -370,7 +396,8 @@
"label": "isCloudEnabled",
"description": [],
"path": "x-pack/plugins/cloud/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -383,7 +410,8 @@
"number | undefined"
],
"path": "x-pack/plugins/cloud/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "cloud",
@ -396,7 +424,8 @@
"{ url?: string | undefined; secretToken?: string | undefined; }"
],
"path": "x-pack/plugins/cloud/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "setup",

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud
title: "cloud"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloud plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
---
import cloudObj from './cloud.devdocs.json';

View file

@ -27,6 +27,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
@ -42,6 +43,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -72,6 +74,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
@ -87,6 +90,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -103,6 +107,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -122,6 +127,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
@ -137,6 +143,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -162,6 +169,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -181,6 +189,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -204,6 +213,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -220,6 +230,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -235,6 +246,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -250,6 +262,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
@ -267,6 +280,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -291,6 +305,7 @@
"description": [],
"path": "x-pack/plugins/cloud_security_posture/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -304,6 +319,7 @@
"description": [],
"path": "x-pack/plugins/cloud_security_posture/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
@ -329,6 +345,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -345,6 +362,7 @@
],
"path": "x-pack/plugins/cloud_security_posture/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
title: "cloudSecurityPosture"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudSecurityPosture plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
---
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';

View file

@ -31,6 +31,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "console",
@ -44,6 +45,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "console",
@ -64,6 +66,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -98,6 +101,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "console",
@ -118,6 +122,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -132,6 +137,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -149,6 +155,7 @@
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -167,6 +174,7 @@
"description": [],
"path": "src/plugins/console/public/types/plugin_dependencies.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "console",
@ -194,7 +202,8 @@
"> | undefined"
],
"path": "src/plugins/console/public/types/plugin_dependencies.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -219,6 +228,7 @@
],
"path": "src/plugins/console/public/types/locator.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "console",
@ -231,7 +241,8 @@
"string | undefined"
],
"path": "src/plugins/console/public/types/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -260,6 +271,7 @@
],
"path": "src/plugins/console/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "setup",
"initialIsOpen": true
},
@ -275,6 +287,7 @@
],
"path": "src/plugins/console/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console
title: "console"
image: https://source.unsplash.com/400x175/?github
description: API docs for the console plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
---
import consoleObj from './console.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
description: API docs for the controls plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
---
import controlsObj from './controls.devdocs.json';
@ -21,7 +21,7 @@ Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-prese
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 204 | 0 | 196 | 7 |
| 212 | 0 | 204 | 7 |
## Client

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/core
title: "core"
image: https://source.unsplash.com/400x175/?github
description: API docs for the core plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core']
---
import coreObj from './core.devdocs.json';
@ -21,7 +21,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2655 | 1 | 61 | 2 |
| 2657 | 1 | 61 | 2 |
## Client

View file

@ -33,6 +33,7 @@
],
"path": "src/plugins/custom_integrations/public/services/find.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -53,6 +54,7 @@
],
"path": "src/plugins/custom_integrations/public/services/find.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -67,6 +69,7 @@
],
"path": "src/plugins/custom_integrations/public/services/find.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -89,6 +92,7 @@
],
"path": "src/plugins/custom_integrations/public/components/index.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -102,7 +106,8 @@
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -121,6 +126,7 @@
],
"path": "src/plugins/custom_integrations/public/components/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -136,6 +142,7 @@
],
"path": "src/plugins/custom_integrations/public/components/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -152,6 +159,7 @@
],
"path": "src/plugins/custom_integrations/public/components/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -172,6 +180,7 @@
"description": [],
"path": "src/plugins/custom_integrations/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -193,6 +202,7 @@
],
"path": "src/plugins/custom_integrations/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -216,6 +226,7 @@
],
"path": "src/plugins/custom_integrations/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -232,6 +243,7 @@
"description": [],
"path": "src/plugins/custom_integrations/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -245,6 +257,7 @@
],
"path": "src/plugins/custom_integrations/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -258,7 +271,8 @@
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -271,7 +285,8 @@
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -295,6 +310,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -304,7 +320,8 @@
"label": "id",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -314,7 +331,8 @@
"label": "title",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -324,7 +342,8 @@
"label": "description",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -337,7 +356,8 @@
"\"ui_link\""
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -347,7 +367,8 @@
"label": "uiInternalPath",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -360,7 +381,8 @@
"string | undefined"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -370,7 +392,8 @@
"label": "isBeta",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -390,7 +413,8 @@
"[]"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -403,7 +427,8 @@
"(\"custom\" | \"enterprise_search\" | \"sample_data\" | \"aws\" | \"azure\" | \"cloud\" | \"config_management\" | \"containers\" | \"crm\" | \"datastore\" | \"elastic_stack\" | \"google_cloud\" | \"kubernetes\" | \"languages\" | \"message_queue\" | \"microsoft_365\" | \"monitoring\" | \"network\" | \"notification\" | \"os_system\" | \"productivity\" | \"security\" | \"support\" | \"threat_intel\" | \"ticketing\" | \"version_control\" | \"web\" | \"communications\" | \"file_storage\" | \"language_client\" | \"upload_file\" | \"website_search\" | \"geo\")[]"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -416,7 +441,8 @@
"\"beats\" | \"enterprise_search\" | \"language_clients\" | \"other\" | \"sample_data\" | \"tests\" | \"tutorial\" | \"placeholders\""
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -429,7 +455,8 @@
"string | undefined"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -451,6 +478,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -464,6 +492,7 @@
"description": [],
"path": "src/plugins/custom_integrations/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -485,6 +514,7 @@
],
"path": "src/plugins/custom_integrations/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -506,6 +536,7 @@
],
"path": "src/plugins/custom_integrations/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -531,6 +562,7 @@
],
"path": "src/plugins/custom_integrations/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -547,6 +579,7 @@
"description": [],
"path": "src/plugins/custom_integrations/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
@ -567,6 +600,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -576,7 +610,8 @@
"label": "id",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -586,7 +621,8 @@
"label": "title",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -596,7 +632,8 @@
"label": "description",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -609,7 +646,8 @@
"\"ui_link\""
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -619,7 +657,8 @@
"label": "uiInternalPath",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -632,7 +671,8 @@
"string | undefined"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -642,7 +682,8 @@
"label": "isBeta",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -662,7 +703,8 @@
"[]"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -675,7 +717,8 @@
"(\"custom\" | \"enterprise_search\" | \"sample_data\" | \"aws\" | \"azure\" | \"cloud\" | \"config_management\" | \"containers\" | \"crm\" | \"datastore\" | \"elastic_stack\" | \"google_cloud\" | \"kubernetes\" | \"languages\" | \"message_queue\" | \"microsoft_365\" | \"monitoring\" | \"network\" | \"notification\" | \"os_system\" | \"productivity\" | \"security\" | \"support\" | \"threat_intel\" | \"ticketing\" | \"version_control\" | \"web\" | \"communications\" | \"file_storage\" | \"language_client\" | \"upload_file\" | \"website_search\" | \"geo\")[]"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -688,7 +731,8 @@
"\"beats\" | \"enterprise_search\" | \"language_clients\" | \"other\" | \"sample_data\" | \"tests\" | \"tutorial\" | \"placeholders\""
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -701,7 +745,8 @@
"string | undefined"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -717,6 +762,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -726,7 +772,8 @@
"label": "src",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -739,7 +786,8 @@
"\"eui\" | \"svg\""
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -755,6 +803,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -764,7 +813,8 @@
"label": "count",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -777,7 +827,8 @@
"\"custom\" | \"enterprise_search\" | \"sample_data\" | \"aws\" | \"azure\" | \"cloud\" | \"config_management\" | \"containers\" | \"crm\" | \"datastore\" | \"elastic_stack\" | \"google_cloud\" | \"kubernetes\" | \"languages\" | \"message_queue\" | \"microsoft_365\" | \"monitoring\" | \"network\" | \"notification\" | \"os_system\" | \"productivity\" | \"security\" | \"support\" | \"threat_intel\" | \"ticketing\" | \"version_control\" | \"web\" | \"communications\" | \"file_storage\" | \"language_client\" | \"upload_file\" | \"website_search\" | \"geo\""
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -799,6 +850,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -815,6 +867,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -829,6 +882,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -843,6 +897,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -854,6 +909,7 @@
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -865,6 +921,7 @@
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -881,6 +938,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -897,6 +955,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -912,6 +971,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -921,7 +981,8 @@
"label": "aws",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -931,7 +992,8 @@
"label": "azure",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -941,7 +1003,8 @@
"label": "cloud",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -951,7 +1014,8 @@
"label": "config_management",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -961,7 +1025,8 @@
"label": "containers",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -971,7 +1036,8 @@
"label": "crm",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -981,7 +1047,8 @@
"label": "custom",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -991,7 +1058,8 @@
"label": "datastore",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1001,7 +1069,8 @@
"label": "elastic_stack",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1011,7 +1080,8 @@
"label": "google_cloud",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1021,7 +1091,8 @@
"label": "kubernetes",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1031,7 +1102,8 @@
"label": "languages",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1041,7 +1113,8 @@
"label": "message_queue",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1051,7 +1124,8 @@
"label": "microsoft_365",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1061,7 +1135,8 @@
"label": "monitoring",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1071,7 +1146,8 @@
"label": "network",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1081,7 +1157,8 @@
"label": "notification",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1091,7 +1168,8 @@
"label": "os_system",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1101,7 +1179,8 @@
"label": "productivity",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1111,7 +1190,8 @@
"label": "security",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1121,7 +1201,8 @@
"label": "sample_data",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1131,7 +1212,8 @@
"label": "support",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1141,7 +1223,8 @@
"label": "threat_intel",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1151,7 +1234,8 @@
"label": "ticketing",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1161,7 +1245,8 @@
"label": "version_control",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1171,7 +1256,8 @@
"label": "web",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1183,7 +1269,8 @@
"// Kibana added"
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1193,7 +1280,8 @@
"label": "enterprise_search",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1203,7 +1291,8 @@
"label": "file_storage",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1213,7 +1302,8 @@
"label": "language_client",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1223,7 +1313,8 @@
"label": "upload_file",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1233,7 +1324,8 @@
"label": "website_search",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1243,7 +1335,8 @@
"label": "geo",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1259,6 +1352,7 @@
],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "customIntegrations",
@ -1268,7 +1362,8 @@
"label": "beats",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1278,7 +1373,8 @@
"label": "enterprise_search",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1288,7 +1384,8 @@
"label": "language_clients",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1298,7 +1395,8 @@
"label": "other",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1308,7 +1406,8 @@
"label": "sample_data",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1318,7 +1417,8 @@
"label": "tests",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1328,7 +1428,8 @@
"label": "tutorial",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "customIntegrations",
@ -1338,7 +1439,8 @@
"label": "placeholders",
"description": [],
"path": "src/plugins/custom_integrations/common/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations
title: "customIntegrations"
image: https://source.unsplash.com/400x175/?github
description: API docs for the customIntegrations plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
---
import customIntegrationsObj from './custom_integrations.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard
title: "dashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboard plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
---
import dashboardObj from './dashboard.devdocs.json';
@ -21,7 +21,7 @@ Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-prese
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 146 | 0 | 141 | 12 |
| 147 | 0 | 142 | 12 |
## Client

View file

@ -45,6 +45,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -58,6 +59,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -77,6 +79,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -90,7 +93,8 @@
"label": "id",
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -104,6 +108,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
@ -129,6 +134,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -148,6 +154,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -162,6 +169,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -176,6 +184,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -192,7 +201,8 @@
"100"
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -206,6 +216,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -220,7 +231,8 @@
"\"dashboardApp\""
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -266,6 +278,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
},
@ -281,6 +294,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -311,6 +325,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -330,6 +345,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -355,6 +371,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -374,6 +391,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -388,6 +406,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -413,6 +432,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -432,6 +452,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -446,6 +467,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -477,7 +499,8 @@
">"
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -494,6 +517,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -539,6 +563,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": []
}
@ -554,6 +579,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -572,7 +598,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -591,7 +618,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -632,7 +660,8 @@
") => void; }"
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -646,6 +675,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -664,7 +694,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -683,7 +714,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -702,7 +734,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -735,7 +768,8 @@
">): void; }"
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -754,7 +788,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -774,6 +809,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -787,6 +823,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -800,6 +837,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
@ -818,6 +856,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -836,7 +875,8 @@
}
],
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -850,6 +890,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -862,7 +903,8 @@
"void"
],
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -880,6 +922,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -893,6 +936,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
@ -931,6 +975,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -941,6 +986,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -950,7 +996,8 @@
"label": "drilldownId",
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -987,6 +1034,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -997,6 +1045,7 @@
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dashboardEnhanced",
@ -1006,7 +1055,8 @@
"label": "drilldownId",
"description": [],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -1030,6 +1080,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1046,6 +1097,7 @@
],
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
title: "dashboardEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboardEnhanced plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
---
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data
title: "data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
---
import dataObj from './data.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query
title: "data.query"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data.query plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search
title: "data.search"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data.search plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
---
import dataSearchObj from './data_search.devdocs.json';

View file

@ -13,6 +13,7 @@
"description": [],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewEditor",
@ -36,6 +37,7 @@
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewEditor",
@ -55,6 +57,7 @@
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -74,6 +77,7 @@
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -90,7 +94,8 @@
"boolean | undefined"
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewEditor",
@ -105,7 +110,8 @@
"boolean | undefined"
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewEditor",
@ -127,7 +133,8 @@
" | undefined"
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewEditor",
@ -142,7 +149,8 @@
"boolean | undefined"
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -160,6 +168,7 @@
"description": [],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewEditor",
@ -181,6 +190,7 @@
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewEditor",
@ -200,6 +210,7 @@
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -225,6 +236,7 @@
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -238,7 +250,8 @@
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewEditor",
@ -251,7 +264,8 @@
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -266,7 +280,8 @@
"{ editDataView: () => boolean; }"
],
"path": "src/plugins/data_view_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "start",

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
title: "dataViewEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewEditor plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
---
import dataViewEditorObj from './data_view_editor.devdocs.json';

View file

@ -31,6 +31,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -40,7 +41,8 @@
"label": "formatId",
"description": [],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -54,7 +56,8 @@
" & S"
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -80,6 +83,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -100,6 +104,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -114,6 +119,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -131,6 +137,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -144,6 +151,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -161,6 +169,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -181,6 +190,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -192,7 +202,8 @@
"\nname / path used for the field"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -207,7 +218,8 @@
"\"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"geo_point\" | \"long\" | \"double\" | \"composite\""
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -222,7 +234,8 @@
"{ source: string; } | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -237,7 +250,8 @@
"string | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -252,7 +266,8 @@
"number | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -276,7 +291,8 @@
"> | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -302,6 +318,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -311,7 +328,8 @@
"label": "fieldType",
"description": [],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -330,7 +348,8 @@
}
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -343,7 +362,8 @@
"{ type?: string | undefined; } & P"
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -359,6 +379,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -372,6 +393,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -389,6 +411,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -402,7 +425,8 @@
"string | undefined"
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -418,6 +442,7 @@
"description": [],
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -438,7 +463,8 @@
"; }"
],
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -452,6 +478,7 @@
],
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -465,6 +492,7 @@
],
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -481,7 +509,8 @@
"string | string[]"
],
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -497,6 +526,7 @@
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -519,7 +549,8 @@
"; }"
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -543,6 +574,7 @@
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -562,6 +594,7 @@
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -580,7 +613,8 @@
"string | undefined"
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -602,7 +636,8 @@
" | undefined"
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -632,6 +667,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -656,6 +692,7 @@
],
"path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
@ -673,6 +710,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -693,7 +731,8 @@
"<{}>) => void; }"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "setup",
@ -710,6 +749,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -733,6 +773,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -752,6 +793,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -777,6 +819,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
@ -796,6 +839,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -828,7 +872,8 @@
"<P> | undefined; }"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -841,7 +886,8 @@
"{ editIndexPattern: () => boolean; }"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -857,6 +903,7 @@
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -870,7 +917,8 @@
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataViewFieldEditor",
@ -883,7 +931,8 @@
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
title: "dataViewFieldEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewFieldEditor plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
---
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';

View file

@ -16,6 +16,7 @@
"description": [],
"path": "src/plugins/data_view_management/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -29,6 +30,7 @@
"description": [],
"path": "src/plugins/data_view_management/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
title: "dataViewManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewManagement plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
---
import dataViewManagementObj from './data_view_management.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews
title: "dataViews"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViews plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
---
import dataViewsObj from './data_views.devdocs.json';

View file

@ -13,6 +13,7 @@
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataVisualizer",
@ -22,7 +23,8 @@
"label": "dataViewId",
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -35,7 +37,8 @@
"string | undefined"
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -48,7 +51,8 @@
"any"
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -62,6 +66,7 @@
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataVisualizer",
@ -80,7 +85,8 @@
}
],
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -94,7 +100,8 @@
" | null"
],
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -107,7 +114,8 @@
"string | undefined"
],
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -127,7 +135,8 @@
" | undefined"
],
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -141,6 +150,7 @@
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataVisualizer",
@ -150,7 +160,8 @@
"label": "id",
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -163,7 +174,8 @@
"\"index\" | \"file\""
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -173,7 +185,8 @@
"label": "title",
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -183,7 +196,8 @@
"label": "icon",
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -193,7 +207,8 @@
"label": "description",
"description": [],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -207,6 +222,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataVisualizer",
@ -220,6 +236,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -237,6 +254,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "dataVisualizer",
@ -250,6 +268,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -266,7 +285,8 @@
"string | undefined"
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -286,6 +306,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -299,7 +320,8 @@
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -312,7 +334,8 @@
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -345,6 +368,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -367,6 +391,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -380,7 +405,8 @@
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "dataVisualizer",
@ -393,7 +419,8 @@
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -420,6 +447,7 @@
],
"path": "x-pack/plugins/data_visualizer/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
title: "dataVisualizer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataVisualizer plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';

View file

@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
title: Deprecated API usage by API
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@ -48,7 +48,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getScriptedFields" text="getScriptedFields"/> | dataViewManagement | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | lens, observability, dataVisualizer, fleet, cloudSecurityPosture, discoverEnhanced, osquery, synthetics | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | esUiShared, home, data, spaces, savedObjectsManagement, fleet, observability, ml, apm, indexLifecycleManagement, synthetics, upgradeAssistant, ux, kibanaOverview | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | management, spaces, ml, canvas, osquery, home | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | spaces, ml, canvas, osquery | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionFunctionDefinition.context" text="context"/> | canvas | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunction" text="getFunction"/> | canvas | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | canvas | - |
@ -59,7 +59,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | canvas | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getTypes" text="getTypes"/> | canvas | - |
| <DocLink id="kibExpressionsPluginApi" section="def-server.ExpressionFunctionDefinition.context" text="context"/> | canvas | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | management | - |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, savedObjectsTagging, enterpriseSearch | - |
@ -127,6 +126,7 @@ Safe to remove.
| <DocLink id="kibExpressionsPluginApi" section="def-server.Executor.functions" text="functions"/> | expressions |
| <DocLink id="kibExpressionsPluginApi" section="def-server.Executor.types" text="types"/> | expressions |
| <DocLink id="kibExpressionsPluginApi" section="def-server.ExpressionFunctionParameter.strict" text="strict"/> | expressions |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | kibanaReact |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.settings" text="settings"/> | savedObjects |
| <DocLink id="kibLicensingPluginApi" section="def-public.ILicense.mode" text="mode"/> | licensing |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.refresh" text="refresh"/> | licensing |

View file

@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
title: Deprecated API usage by plugin
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@ -16,9 +16,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
@ -26,8 +26,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application_service.mock.ts](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [application_service.mock.ts](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=onAppLeave) | 8.8.0 |
@ -35,7 +35,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - |
| <DocLink id="kibCorePluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - |
@ -43,11 +43,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req) | 8.8.0
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req) | 8.8.0
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
so TS and code-reference navigation might not highlight them. |
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.res" text="res"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res) | 8.8.0
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.res" text="res"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res) | 8.8.0
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
so TS and code-reference navigation might not highlight them. |
@ -58,7 +58,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_metrics_collector.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts#:~:text=process), [get_ops_metrics_log.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts#:~:text=process), [get_ops_metrics_log.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts#:~:text=process) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_metrics_collector.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts#:~:text=process), [get_ops_metrics_log.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts#:~:text=process), [get_ops_metrics_log.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts#:~:text=process) | 8.8.0 |
@ -66,7 +66,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [document_migrator.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/document_migrator.test.ts#:~:text=warning), [migration_logger.ts](https://github.com/elastic/kibana/tree/master/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migration_logger.ts#:~:text=warning) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/document_migrator.test.ts#:~:text=warning), [migration_logger.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migration_logger.ts#:~:text=warning) | 8.8.0 |
@ -74,7 +74,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process) | 8.8.0 |
@ -82,10 +82,10 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/plugin.ts#:~:text=authc) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/plugin.ts#:~:text=authz) | - |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/plugin.ts#:~:text=index), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/plugin.ts#:~:text=index) | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=authc) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=authz) | - |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=index), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=index) | - |
@ -93,8 +93,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | [to_editable_config.ts](https://github.com/elastic/kibana/tree/master/src/plugins/advanced_settings/public/management_app/lib/to_editable_config.ts#:~:text=metric) | - |
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | [to_editable_config.ts](https://github.com/elastic/kibana/tree/master/src/plugins/advanced_settings/public/management_app/lib/to_editable_config.ts#:~:text=metric) | - |
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | [to_editable_config.ts](https://github.com/elastic/kibana/tree/main/src/plugins/advanced_settings/public/management_app/lib/to_editable_config.ts#:~:text=metric) | - |
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | [to_editable_config.ts](https://github.com/elastic/kibana/tree/main/src/plugins/advanced_settings/public/management_app/lib/to_editable_config.ts#:~:text=metric) | - |
@ -102,13 +102,13 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | [task.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - |
@ -116,11 +116,11 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [app_root.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks), [app_root.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks), [app_root.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [app_root.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks), [app_root.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks), [app_root.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
@ -128,17 +128,17 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunction" text="getFunction"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getTypes" text="getTypes"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.Render" text="Render"/> | [markdown.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [timefilterControl.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#:~:text=Render), [timefilterControl.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render)+ 2 more | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunction" text="getFunction"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getTypes" text="getTypes"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-server.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [home.component.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/components/home/home.component.tsx#:~:text=KibanaPageTemplate), [home.component.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/components/home/home.component.tsx#:~:text=KibanaPageTemplate), [home.component.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/components/home/home.component.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunction" text="getFunction"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getTypes" text="getTypes"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.Render" text="Render"/> | [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [timefilterControl.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#:~:text=Render), [timefilterControl.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render)+ 2 more | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunction" text="getFunction"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getTypes" text="getTypes"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - |
| <DocLink id="kibExpressionsPluginApi" section="def-server.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [home.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/home.component.tsx#:~:text=KibanaPageTemplate), [home.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/home.component.tsx#:~:text=KibanaPageTemplate), [home.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/home.component.tsx#:~:text=KibanaPageTemplate) | - |
@ -146,8 +146,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud/public/plugin.tsx#:~:text=environment) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [chat.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud/server/routes/chat.ts#:~:text=authc) | - |
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud/public/plugin.tsx#:~:text=environment) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [chat.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud/server/routes/chat.ts#:~:text=authc) | - |
@ -155,7 +155,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [overview_tab.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/pages/findings/findings_flyout/overview_tab.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [overview_tab.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/public/pages/findings/findings_flyout/overview_tab.tsx#:~:text=indexPatternId) | - |
@ -163,7 +163,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/src/plugins/console/server/plugin.ts#:~:text=legacy) | - |
| <DocLink id="kibCorePluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/console/server/plugin.ts#:~:text=legacy) | - |
@ -171,7 +171,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -179,14 +179,14 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [sync_dashboard_filter_state.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts#:~:text=syncQueryStateWithUrl), [sync_dashboard_filter_state.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts#:~:text=syncQueryStateWithUrl), [dashboard_listing.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/listing/dashboard_listing.tsx#:~:text=syncQueryStateWithUrl), [dashboard_listing.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/listing/dashboard_listing.tsx#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [export_csv_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/export_csv_action.tsx#:~:text=fieldFormats) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.ExitFullScreenButton" text="ExitFullScreenButton"/> | [kibana_react.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/kibana_react.ts#:~:text=ExitFullScreenButton), [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#:~:text=ExitFullScreenButton), [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#:~:text=ExitFullScreenButton), [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#:~:text=ExitFullScreenButton) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [saved_objects.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_object_loader.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_objects.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject)+ 1 more | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.SavedObjectClass" text="SavedObjectClass"/> | [saved_dashboard.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObjectClass) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#:~:text=onAppLeave), [dashboard_router.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/dashboard_router.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [migrations_730.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning), [migrations_730.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning) | 8.8.0 |
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [sync_dashboard_filter_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts#:~:text=syncQueryStateWithUrl), [sync_dashboard_filter_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts#:~:text=syncQueryStateWithUrl), [dashboard_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/listing/dashboard_listing.tsx#:~:text=syncQueryStateWithUrl), [dashboard_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/listing/dashboard_listing.tsx#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [export_csv_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/actions/export_csv_action.tsx#:~:text=fieldFormats) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.ExitFullScreenButton" text="ExitFullScreenButton"/> | [kibana_react.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/kibana_react.ts#:~:text=ExitFullScreenButton), [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/plugin.tsx#:~:text=ExitFullScreenButton), [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/plugin.tsx#:~:text=ExitFullScreenButton), [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/plugin.tsx#:~:text=ExitFullScreenButton) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_object_loader.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject)+ 1 more | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.SavedObjectClass" text="SavedObjectClass"/> | [saved_dashboard.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObjectClass) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/types.ts#:~:text=onAppLeave), [dashboard_router.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/dashboard_router.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [migrations_730.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning), [migrations_730.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning) | 8.8.0 |
@ -194,9 +194,9 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [get_columns.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [get_columns.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [get_columns.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | [data_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions), [data_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [session_service.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data/server/search/session/session_service.ts#:~:text=authc) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [get_columns.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [get_columns.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [get_columns.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions), [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [session_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/session/session_service.ts#:~:text=authc) | - |
@ -204,15 +204,15 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-common.DataView.removeScriptedField" text="removeScriptedField"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getScriptedFields" text="getScriptedFields"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.removeScriptedField" text="removeScriptedField"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getScriptedFields" text="getScriptedFields"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.removeScriptedField" text="removeScriptedField"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getScriptedFields" text="getScriptedFields"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.removeScriptedField" text="removeScriptedField"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getScriptedFields" text="getScriptedFields"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.removeScriptedField" text="removeScriptedField"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getScriptedFields" text="getScriptedFields"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.removeScriptedField" text="removeScriptedField"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getScriptedFields" text="getScriptedFields"/> | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - |
@ -220,14 +220,14 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | [data_view.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.removeScriptedField" text="removeScriptedField"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getScriptedFields" text="getScriptedFields"/> | [data_view.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [register_index_pattern_usage_collection.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/server/register_index_pattern_usage_collection.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.flattenHit" text="flattenHit"/> | [data_view.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.removeScriptedField" text="removeScriptedField"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getScriptedFields" text="getScriptedFields"/> | [data_view.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [register_index_pattern_usage_collection.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/server/register_index_pattern_usage_collection.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.removeScriptedField" text="removeScriptedField"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getScriptedFields" text="getScriptedFields"/> | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [register_index_pattern_usage_collection.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/register_index_pattern_usage_collection.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.flattenHit" text="flattenHit"/> | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.removeScriptedField" text="removeScriptedField"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getScriptedFields" text="getScriptedFields"/> | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [register_index_pattern_usage_collection.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/register_index_pattern_usage_collection.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - |
@ -235,7 +235,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [results_links.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx#:~:text=indexPatternId), [actions_panel.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [results_links.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx#:~:text=indexPatternId), [actions_panel.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx#:~:text=indexPatternId) | - |
@ -243,14 +243,14 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create), [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [discover_state.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/main/services/discover_state.ts#:~:text=syncQueryStateWithUrl), [discover_state.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/main/services/discover_state.ts#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create), [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=executeTriggerActions), [search_embeddable_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/embeddable/search_embeddable_factory.ts#:~:text=executeTriggerActions), [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - |
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | [ui_settings.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - |
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | [ui_settings.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/master/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create), [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [discover_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/services/discover_state.ts#:~:text=syncQueryStateWithUrl), [discover_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/services/discover_state.ts#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/plugin.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create), [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=create) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | [saved_search_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/embeddable/saved_search_embeddable.tsx#:~:text=executeTriggerActions), [search_embeddable_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/embeddable/search_embeddable_factory.ts#:~:text=executeTriggerActions), [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - |
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - |
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - |
@ -258,7 +258,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [explore_data_context_menu_action.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#:~:text=indexPatternId), [explore_data_chart_action.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#:~:text=indexPatternId) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [explore_data_context_menu_action.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#:~:text=indexPatternId), [explore_data_chart_action.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#:~:text=indexPatternId) | - |
@ -266,8 +266,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | [container.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [explicit_input.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/tests/explicit_input.test.ts#:~:text=executeTriggerActions) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [explicit_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/explicit_input.test.ts#:~:text=executeTriggerActions) | - |
@ -275,7 +275,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [encryption_key_rotation_service.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_key_rotation_service.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts#:~:text=authc) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [encryption_key_rotation_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_key_rotation_service.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts#:~:text=authc) | - |
@ -283,8 +283,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibSecurityPluginApi" section="def-public.SecurityPluginStart.uiApi" text="uiApi"/> | [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [check_access.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - |
| <DocLink id="kibSecurityPluginApi" section="def-public.SecurityPluginStart.uiApi" text="uiApi"/> | [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - |
@ -292,7 +292,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [view_api_request_flyout.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx#:~:text=RedirectAppLinks), [view_api_request_flyout.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx#:~:text=RedirectAppLinks), [view_api_request_flyout.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [view_api_request_flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx#:~:text=RedirectAppLinks), [view_api_request_flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx#:~:text=RedirectAppLinks), [view_api_request_flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx#:~:text=RedirectAppLinks) | - |
@ -300,7 +300,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats), [get_layers.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_layers.test.ts#:~:text=fieldFormats) | - |
@ -308,12 +308,12 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [use_get_logs_discover_link.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [tutorial_directory_header_link.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx#:~:text=RedirectAppLinks), [tutorial_directory_header_link.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx#:~:text=RedirectAppLinks), [tutorial_directory_header_link.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx#:~:text=RedirectAppLinks), [custom_assets_accordion.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx#:~:text=RedirectAppLinks), [custom_assets_accordion.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx#:~:text=RedirectAppLinks), [custom_assets_accordion.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx#:~:text=RedirectAppLinks), [agent_logs.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#:~:text=RedirectAppLinks), [agent_logs.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#:~:text=RedirectAppLinks), [agent_logs.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/integrations/app.tsx#:~:text=RedirectAppLinks)+ 5 more | - |
| <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [use_get_logs_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [tutorial_directory_header_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx#:~:text=RedirectAppLinks), [tutorial_directory_header_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx#:~:text=RedirectAppLinks), [tutorial_directory_header_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx#:~:text=RedirectAppLinks), [custom_assets_accordion.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx#:~:text=RedirectAppLinks), [custom_assets_accordion.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx#:~:text=RedirectAppLinks), [custom_assets_accordion.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx#:~:text=RedirectAppLinks), [agent_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#:~:text=RedirectAppLinks), [agent_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#:~:text=RedirectAppLinks), [agent_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/app.tsx#:~:text=RedirectAppLinks)+ 5 more | - |
| <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
@ -321,12 +321,12 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/plugin.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [deserialize.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [deserialize.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [deserialize.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [save_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/plugin.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -334,8 +334,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [home.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/home.tsx#:~:text=KibanaPageTemplate), [home.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/home.tsx#:~:text=KibanaPageTemplate), [home.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/home.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/application.tsx#:~:text=RedirectAppLinks), [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/application.tsx#:~:text=RedirectAppLinks), [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/application.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks)+ 1 more | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/application.tsx#:~:text=RedirectAppLinks), [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/application.tsx#:~:text=RedirectAppLinks), [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/application.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks)+ 1 more | - |
@ -343,8 +342,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [shared_imports.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/public/shared_imports.ts#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/public/application/index.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [shared_imports.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/public/shared_imports.ts#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/public/application/index.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24) | 8.8.0 |
@ -352,7 +351,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [use_kibana_index_patterns.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [use_kibana_index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.ts#:~:text=indexPatterns) | - |
@ -360,9 +359,9 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [list_control_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [list_control_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=indexPatterns), [range_control_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=indexPatterns), [controls_tab.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/components/editor/controls_tab.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [list_control_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/master/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=indexPatterns), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=indexPatterns), [controls_tab.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/components/editor/controls_tab.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - |
@ -370,8 +369,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [add_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [add_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [add_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/components/add_data/add_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks), [manage_data.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
@ -379,7 +378,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_stats_collector.ts](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_usage_collection/server/collectors/ops_stats/ops_stats_collector.ts#:~:text=process) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_stats_collector.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_usage_collection/server/collectors/ops_stats/ops_stats_collector.ts#:~:text=process) | 8.8.0 |
@ -387,8 +386,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave) | 8.8.0 |
@ -396,7 +395,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -404,8 +403,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [save.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/logstash/server/routes/pipeline/save.ts#:~:text=authc) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [save.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/server/routes/pipeline/save.ts#:~:text=authc) | - |
@ -413,9 +412,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [management_app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/components/management_app/management_app.tsx#:~:text=KibanaPageTemplateProps), [management_app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/components/management_app/management_app.tsx#:~:text=KibanaPageTemplateProps) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [management_app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/components/management_app/management_app.tsx#:~:text=KibanaPageTemplate), [management_app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/components/management_app/management_app.tsx#:~:text=KibanaPageTemplate), [management_app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/components/management_app/management_app.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
@ -423,13 +420,13 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [global_sync.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts#:~:text=syncQueryStateWithUrl), [global_sync.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [kibana_services.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/kibana_services.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [render_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/render_app.tsx#:~:text=onAppLeave), [map_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#:~:text=onAppLeave), [map_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_page.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [saved_object_migrations.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts#:~:text=warning) | 8.8.0 |
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [global_sync.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts#:~:text=syncQueryStateWithUrl), [global_sync.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/kibana_services.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [render_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/render_app.tsx#:~:text=onAppLeave), [map_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#:~:text=onAppLeave), [map_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/map_page.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [saved_object_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts#:~:text=warning) | 8.8.0 |
@ -437,8 +434,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [index.ts](https://github.com/elastic/kibana/tree/master/src/plugins/maps_ems/server/index.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | [index.ts](https://github.com/elastic/kibana/tree/master/src/plugins/maps_ems/server/index.ts#:~:text=refresh) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/index.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/index.ts#:~:text=refresh) | 8.8.0 |
@ -446,14 +443,14 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [ml_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate), [ml_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate), [ml_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [ml_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [ml_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [ml_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [check_license.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/license/check_license.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [annotations.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/routes/annotations.ts#:~:text=authc) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [initialization.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/plugin.ts#:~:text=authz) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/app.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [errors.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req), [errors.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req) | 8.8.0
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [check_license.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/license/check_license.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [annotations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/routes/annotations.ts#:~:text=authc) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [initialization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/app.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [errors.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req), [errors.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req) | 8.8.0
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
so TS and code-reference navigation might not highlight them. |
@ -464,8 +461,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [url_state.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl), [url_state.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [bulk_uploader.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/bulk_uploader.ts#:~:text=process) | 8.8.0 |
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl), [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl) | - |
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [bulk_uploader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/server/kibana_monitoring/bulk_uploader.ts#:~:text=process) | 8.8.0 |
@ -473,8 +470,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks) | - |
@ -482,8 +479,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/osquery/public/packs/pack_queries_status_table.tsx#:~:text=indexPatternId), [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/osquery/public/live_queries/form/pack_queries_status_table.tsx#:~:text=indexPatternId), [use_discover_link.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [empty_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/osquery/public/components/empty_state.tsx#:~:text=KibanaPageTemplate), [empty_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/osquery/public/components/empty_state.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/packs/pack_queries_status_table.tsx#:~:text=indexPatternId), [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/live_queries/form/pack_queries_status_table.tsx#:~:text=indexPatternId), [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [empty_state.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/components/empty_state.tsx#:~:text=KibanaPageTemplate), [empty_state.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/components/empty_state.tsx#:~:text=KibanaPageTemplate) | - |
@ -491,8 +488,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24) | 8.8.0 |
@ -500,7 +497,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
@ -508,7 +505,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -516,7 +513,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24) | 8.8.0 |
@ -524,7 +521,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [saved_object.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=indexPatterns), [saved_object.test.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=indexPatterns), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=indexPatterns) | - |
@ -532,9 +529,9 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [saved_objects_edition_page.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx#:~:text=RedirectAppLinks), [saved_objects_edition_page.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx#:~:text=RedirectAppLinks), [saved_objects_edition_page.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx#:~:text=RedirectAppLinks), [saved_objects_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx#:~:text=RedirectAppLinks), [saved_objects_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx#:~:text=RedirectAppLinks), [saved_objects_table.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [saved_objects_edition_page.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx#:~:text=RedirectAppLinks), [saved_objects_edition_page.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx#:~:text=RedirectAppLinks), [saved_objects_edition_page.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx#:~:text=RedirectAppLinks), [saved_objects_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx#:~:text=RedirectAppLinks), [saved_objects_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx#:~:text=RedirectAppLinks), [saved_objects_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - |
@ -542,7 +539,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [request_handler_context.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - |
@ -550,7 +547,7 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
@ -558,8 +555,8 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -567,25 +564,25 @@ so TS and code-reference navigation might not highlight them. |
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
| <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
This is relied on by the reporting feature, and should be removed once reporting
migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
This is relied on by the reporting feature, and should be removed once reporting
migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [app_authorization.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [privileges.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.ts#:~:text=getKibanaFeatures), [authorization_service.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 14 more | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getElasticsearchFeatures" text="getElasticsearchFeatures"/> | [authorization_service.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getElasticsearchFeatures) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [app_authorization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.ts#:~:text=getKibanaFeatures), [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 14 more | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getElasticsearchFeatures" text="getElasticsearchFeatures"/> | [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getElasticsearchFeatures) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=onAppLeave) | 8.8.0 |
@ -593,16 +590,16 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [middleware.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=indexPatterns), [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [request_context_factory.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=authc), [request_context_factory.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=authc), [create_signals_migration_route.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.ts#:~:text=authc), [delete_signals_migration_route.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/delete_signals_migration_route.ts#:~:text=authc), [finalize_signals_migration_route.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.ts#:~:text=authc), [open_close_signals_route.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/open_close_signals_route.ts#:~:text=authc), [preview_rules_route.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/preview_rules_route.ts#:~:text=authc), [common.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/timeline/utils/common.ts#:~:text=authc) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/index.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=indexPatterns), [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.ts#:~:text=create) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [request_context_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=authc), [request_context_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=authc), [create_signals_migration_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.ts#:~:text=authc), [delete_signals_migration_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/delete_signals_migration_route.ts#:~:text=authc), [finalize_signals_migration_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.ts#:~:text=authc), [open_close_signals_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/open_close_signals_route.ts#:~:text=authc), [preview_rules_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/preview_rules_route.ts#:~:text=authc), [common.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/utils/common.ts#:~:text=authc) | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/index.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
@ -610,7 +607,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 |
@ -618,12 +615,12 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [space_selector.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/space_selector/space_selector.tsx#:~:text=KibanaPageTemplate), [space_selector.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/space_selector/space_selector.tsx#:~:text=KibanaPageTemplate), [space_selector.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/space_selector/space_selector.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [spaces_management_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/management/spaces_management_app.tsx#:~:text=RedirectAppLinks), [spaces_management_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/management/spaces_management_app.tsx#:~:text=RedirectAppLinks), [spaces_management_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/management/spaces_management_app.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [space_selector.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/space_selector/space_selector.tsx#:~:text=KibanaPageTemplate), [space_selector.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/space_selector/space_selector.tsx#:~:text=KibanaPageTemplate), [space_selector.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/space_selector/space_selector.tsx#:~:text=KibanaPageTemplate) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [spaces_management_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/management/spaces_management_app.tsx#:~:text=RedirectAppLinks), [spaces_management_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/management/spaces_management_app.tsx#:~:text=RedirectAppLinks), [spaces_management_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/management/spaces_management_app.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - |
@ -631,10 +628,10 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [entity_index_expression.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#:~:text=indexPatterns), [boundary_index_expression.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#:~:text=indexPatterns), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#:~:text=indexPatterns), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#:~:text=indexPatterns), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [expression.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/threshold/expression.tsx#:~:text=fieldFormats) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/alert_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [entity_index_expression.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#:~:text=indexPatterns), [boundary_index_expression.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#:~:text=indexPatterns), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#:~:text=indexPatterns), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#:~:text=indexPatterns), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [expression.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/alert_types/threshold/expression.tsx#:~:text=fieldFormats) | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/alert_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/alert_types/es_query/rule_type.test.ts#:~:text=fetch) | - |
@ -642,8 +639,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [stderr_logs.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/components/synthetics/check_steps/stderr_logs.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [alert_messages.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [alert_messages.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [alert_messages.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [stderr_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/components/synthetics/check_steps/stderr_logs.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [alert_messages.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [alert_messages.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [alert_messages.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks) | - |
@ -651,7 +648,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 |
@ -659,9 +656,9 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [query_string_input.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/public/query_string_input/query_string_input.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-server.getFieldByName" text="getFieldByName"/> | [terms_enum.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_enum.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-server.findIndexPatternById" text="findIndexPatternById"/> | [terms_enum.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_enum.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/master/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById) | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [query_string_input.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/query_string_input/query_string_input.tsx#:~:text=indexPatterns) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-server.getFieldByName" text="getFieldByName"/> | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-server.findIndexPatternById" text="findIndexPatternById"/> | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById) | - |
@ -669,8 +666,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [shared_imports.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/public/shared_imports.ts#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/public/application/app.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/public/application/app.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/public/application/app.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [reindex_service.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [shared_imports.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/shared_imports.ts#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/application/app.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/application/app.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/application/app.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 |
@ -678,7 +675,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [ux_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks) | - |
@ -686,7 +683,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibExpressionGaugePluginApi" section="def-common.GaugeState.percentageMode" text="percentageMode"/> | [to_ast.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/gauge/public/to_ast.ts#:~:text=percentageMode) | - |
| <DocLink id="kibExpressionGaugePluginApi" section="def-common.GaugeState.percentageMode" text="percentageMode"/> | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/gauge/public/to_ast.ts#:~:text=percentageMode) | - |
@ -694,8 +691,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibExpressionPartitionVisPluginApi" section="def-common.LabelsParams.truncate" text="truncate"/> | [to_ast.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=truncate), [pie.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=truncate) | - |
| <DocLink id="kibExpressionPartitionVisPluginApi" section="def-common.LabelsParams.last_level" text="last_level"/> | [to_ast.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=last_level), [pie.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=last_level) | - |
| <DocLink id="kibExpressionPartitionVisPluginApi" section="def-common.LabelsParams.truncate" text="truncate"/> | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=truncate), [pie.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=truncate) | - |
| <DocLink id="kibExpressionPartitionVisPluginApi" section="def-common.LabelsParams.last_level" text="last_level"/> | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=last_level), [pie.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=last_level) | - |
@ -703,9 +700,9 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/master/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - |
@ -713,7 +710,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [visualize_top_nav.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx#:~:text=onAppLeave), [visualize_editor_common.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/components/visualize_editor_common.tsx#:~:text=onAppLeave), [app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/app.tsx#:~:text=onAppLeave), [index.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/index.tsx#:~:text=onAppLeave) | 8.8.0 |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [visualize_top_nav.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx#:~:text=onAppLeave), [visualize_editor_common.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_editor_common.tsx#:~:text=onAppLeave), [app.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/app.tsx#:~:text=onAppLeave), [index.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/index.tsx#:~:text=onAppLeave) | 8.8.0 |
@ -721,4 +718,4 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |

View file

@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
title: Deprecated APIs due to be removed, by team
description: Lists the teams that are referencing deprecated APIs with a remove by date.
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@ -16,10 +16,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| apm | <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| apm | <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
@ -27,7 +27,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| embeddable | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| embeddable | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
@ -35,8 +35,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| discover | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| graph | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| discover | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| graph | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -44,10 +44,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| fleet | <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| fleet | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| fleet | <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| fleet | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
| fleet | <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| fleet | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| fleet | <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/plugin.ts#:~:text=disabled) | 8.8.0 |
| fleet | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
@ -55,10 +55,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| maps | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [render_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/render_app.tsx#:~:text=onAppLeave), [map_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#:~:text=onAppLeave), [map_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_page.tsx#:~:text=onAppLeave) | 8.8.0 |
| maps | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [saved_object_migrations.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts#:~:text=warning) | 8.8.0 |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [index.ts](https://github.com/elastic/kibana/tree/master/src/plugins/maps_ems/server/index.ts#:~:text=license%24) | 8.8.0 |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | [index.ts](https://github.com/elastic/kibana/tree/master/src/plugins/maps_ems/server/index.ts#:~:text=refresh) | 8.8.0 |
| maps | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [render_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/render_app.tsx#:~:text=onAppLeave), [map_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#:~:text=onAppLeave), [map_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/map_page.tsx#:~:text=onAppLeave) | 8.8.0 |
| maps | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [saved_object_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts#:~:text=warning) | 8.8.0 |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/index.ts#:~:text=license%24) | 8.8.0 |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/index.ts#:~:text=refresh) | 8.8.0 |
@ -66,21 +66,21 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| cloud | <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud/public/plugin.tsx#:~:text=environment) | 8.8.0 |
| kibanaOverview | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath), [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | 8.8.0 |
| savedObjectsTaggingOss | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
| @kbn/core-application-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=onAppLeave), [application_service.mock.ts](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=onAppLeave) | 8.8.0 |
| @kbn/core-application-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_container.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/master/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
| @kbn/core-http-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req) | 8.8.0
| cloud | <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud/public/plugin.tsx#:~:text=environment) | 8.8.0 |
| kibanaOverview | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath), [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | 8.8.0 |
| savedObjectsTaggingOss | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
| @kbn/core-application-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=onAppLeave), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=onAppLeave) | 8.8.0 |
| @kbn/core-application-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [app_router.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_router.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_leave.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_leave.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler), [application_service.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/application_service.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
| @kbn/core-http-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=req) | 8.8.0
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
so TS and code-reference navigation might not highlight them. |
| @kbn/core-http-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.res" text="res"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res) | 8.8.0
| @kbn/core-http-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.res" text="res"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res) | 8.8.0
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
so TS and code-reference navigation might not highlight them. |
| @kbn/core-saved-objects-migration-server-internal | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [document_migrator.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/document_migrator.test.ts#:~:text=warning), [migration_logger.ts](https://github.com/elastic/kibana/tree/master/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migration_logger.ts#:~:text=warning) | 8.8.0 |
| @kbn/core-metrics-server-internal | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_metrics_collector.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts#:~:text=process), [get_ops_metrics_log.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts#:~:text=process), [get_ops_metrics_log.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/master/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process) | 8.8.0 |
| @kbn/core-saved-objects-migration-server-internal | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/document_migrator.test.ts#:~:text=warning), [migration_logger.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migration_logger.ts#:~:text=warning) | 8.8.0 |
| @kbn/core-metrics-server-internal | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_metrics_collector.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts#:~:text=process), [get_ops_metrics_log.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts#:~:text=process), [get_ops_metrics_log.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process), [core_usage_data_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts#:~:text=process) | 8.8.0 |
@ -88,11 +88,11 @@ so TS and code-reference navigation might not highlight them. |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [saved_objects.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_object_loader.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_objects.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject)+ 1 more | 8.8.0 |
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.SavedObjectClass" text="SavedObjectClass"/> | [saved_dashboard.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObjectClass) | 8.8.0 |
| dashboard | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#:~:text=onAppLeave), [dashboard_router.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/dashboard_router.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| dashboard | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [migrations_730.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning), [migrations_730.ts](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning) | 8.8.0 |
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_object_loader.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_object_loader.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_object_loader.ts#:~:text=SavedObject), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/saved_objects.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [saved_dashboard.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [dashboard_tagging.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject), [clone_panel_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#:~:text=SavedObject)+ 1 more | 8.8.0 |
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.SavedObjectClass" text="SavedObjectClass"/> | [saved_dashboard.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#:~:text=SavedObjectClass) | 8.8.0 |
| dashboard | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/types.ts#:~:text=onAppLeave), [dashboard_router.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/application/dashboard_router.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| dashboard | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [migrations_730.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning), [migrations_730.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/saved_objects/migrations_730.ts#:~:text=warning) | 8.8.0 |
@ -100,7 +100,7 @@ so TS and code-reference navigation might not highlight them. |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| kibanaUsageCollection | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_stats_collector.ts](https://github.com/elastic/kibana/tree/master/src/plugins/kibana_usage_collection/server/collectors/ops_stats/ops_stats_collector.ts#:~:text=process) | 8.8.0 |
| kibanaUsageCollection | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_stats_collector.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_usage_collection/server/collectors/ops_stats/ops_stats_collector.ts#:~:text=process) | 8.8.0 |
@ -108,7 +108,7 @@ so TS and code-reference navigation might not highlight them. |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| logstash | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| logstash | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -116,10 +116,10 @@ so TS and code-reference navigation might not highlight them. |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| ml | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [check_license.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/license/check_license.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| ml | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| ml | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/app.tsx#:~:text=onAppLeave) | 8.8.0 |
| ml | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [errors.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req), [errors.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req) | 8.8.0
| ml | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [check_license.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/license/check_license.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| ml | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| ml | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/app.tsx#:~:text=onAppLeave) | 8.8.0 |
| ml | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | [errors.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req), [errors.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/util/errors/errors.test.ts#:~:text=req) | 8.8.0
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
so TS and code-reference navigation might not highlight them. |
@ -130,25 +130,25 @@ so TS and code-reference navigation might not highlight them. |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| spaces | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures), [app_authorization.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [privileges.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.ts#:~:text=getKibanaFeatures), [authorization_service.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 17 more | 8.8.0 |
| spaces | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
| spaces | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures), [app_authorization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.ts#:~:text=getKibanaFeatures), [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 17 more | 8.8.0 |
| spaces | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
This is relied on by the reporting feature, and should be removed once reporting
migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
| security | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [role_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/lib/role_utils.ts#:~:text=disabled), [primary_feature_privilege.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts#:~:text=disabled), [elasticsearch_role.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts#:~:text=disabled), [kibana_features.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/management/roles/__fixtures__/kibana_features.ts#:~:text=disabled), [put.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/put.test.ts#:~:text=disabled), [put_payload.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/routes/authorization/roles/model/put_payload.test.ts#:~:text=disabled) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
This is relied on by the reporting feature, and should be removed once reporting
migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getElasticsearchFeatures" text="getElasticsearchFeatures"/> | [authorization_service.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getElasticsearchFeatures) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| security | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |
| security | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=onAppLeave) | 8.8.0 |
| security | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getElasticsearchFeatures" text="getElasticsearchFeatures"/> | [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/authorization_service.tsx#:~:text=getElasticsearchFeatures) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| security | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |
| security | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=onAppLeave) | 8.8.0 |
@ -156,8 +156,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| alerting | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| alerting | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
| alerting | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| alerting | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
@ -165,10 +165,10 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| securitySolution | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/index.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| securitySolution | <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [list.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/list.test.ts#:~:text=mode), [response_actions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts#:~:text=mode)+ 3 more | 8.8.0 |
| securitySolution | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/index.tsx#:~:text=onAppLeave), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/plugin.tsx#:~:text=onAppLeave) | 8.8.0 |
| securitySolution | <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [routes.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/routes.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=AppLeaveHandler) | 8.8.0 |
@ -176,8 +176,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| indexLifecycleManagement | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [reindex_service.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| licenseManagement | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| indexLifecycleManagement | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| licenseManagement | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |
@ -185,7 +185,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| monitoring | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [bulk_uploader.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/bulk_uploader.ts#:~:text=process) | 8.8.0 |
| monitoring | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [bulk_uploader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/server/kibana_monitoring/bulk_uploader.ts#:~:text=process) | 8.8.0 |
@ -193,5 +193,5 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| lens | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave), [visualize_top_nav.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx#:~:text=onAppLeave), [visualize_editor_common.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/components/visualize_editor_common.tsx#:~:text=onAppLeave), [app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/app.tsx#:~:text=onAppLeave), [index.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/index.tsx#:~:text=onAppLeave) | 8.8.0 |
| management | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| lens | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave), [visualize_top_nav.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx#:~:text=onAppLeave), [visualize_editor_common.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_editor_common.tsx#:~:text=onAppLeave), [app.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/app.tsx#:~:text=onAppLeave), [index.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/index.tsx#:~:text=onAppLeave) | 8.8.0 |
| management | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |

View file

@ -37,6 +37,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
@ -62,6 +63,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
@ -82,6 +84,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -93,6 +96,7 @@
"description": [],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
@ -105,7 +109,8 @@
"{ forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }"
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -124,6 +129,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -139,6 +145,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -160,6 +167,7 @@
"description": [],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
@ -178,6 +186,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "devTools",
@ -193,6 +202,7 @@
],
"path": "src/plugins/dev_tools/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools
title: "devTools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the devTools plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
---
import devToolsObj from './dev_tools.devdocs.json';

View file

@ -23,6 +23,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/get_saved_searches.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -36,6 +37,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/get_saved_searches.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -50,6 +52,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/get_saved_searches.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -68,6 +71,7 @@
],
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -81,6 +85,7 @@
],
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -99,6 +104,7 @@
],
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -112,6 +118,7 @@
],
"path": "src/plugins/saved_search/common/saved_searches_url.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -138,6 +145,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -157,6 +165,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -177,6 +186,7 @@
],
"path": "src/plugins/discover/public/utils/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -201,6 +211,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -220,6 +231,7 @@
],
"path": "src/plugins/saved_search/public/services/saved_searches/saved_searches_utils.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -248,6 +260,7 @@
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -262,7 +275,8 @@
"string | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -277,7 +291,8 @@
"string | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -295,6 +310,7 @@
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "lens",
@ -360,7 +376,8 @@
" | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -385,7 +402,8 @@
") | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -401,7 +419,8 @@
"[] | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -419,7 +438,8 @@
" | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -434,7 +454,8 @@
"boolean | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -449,7 +470,8 @@
"string | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -464,7 +486,8 @@
"string[] | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -479,7 +502,8 @@
"string | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -494,7 +518,8 @@
"string[][] | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -509,7 +534,8 @@
"string | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -531,7 +557,8 @@
" | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -546,7 +573,8 @@
"boolean | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -560,6 +588,7 @@
"description": [],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -580,7 +609,8 @@
"> | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -594,6 +624,7 @@
"description": [],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -606,7 +637,8 @@
"number | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -648,6 +680,7 @@
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -668,6 +701,7 @@
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -683,6 +717,7 @@
"description": [],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -917,7 +952,8 @@
"; parseActiveIndexPatternFromQueryString: (queryString: string) => string[]; }"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -930,7 +966,8 @@
"string | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -943,7 +980,8 @@
"string | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -957,7 +995,8 @@
"[] | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -970,7 +1009,8 @@
"string[] | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -983,7 +1023,8 @@
"string | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -996,7 +1037,8 @@
"string[] | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1017,7 +1059,8 @@
"> | undefined; } | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1030,7 +1073,8 @@
"boolean | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1043,7 +1087,8 @@
"{ outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1063,7 +1108,8 @@
" | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1076,7 +1122,8 @@
"boolean | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1089,7 +1136,8 @@
"number | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1102,7 +1150,8 @@
"boolean | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1115,7 +1164,8 @@
"boolean | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1135,7 +1185,8 @@
" | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1155,7 +1206,8 @@
" | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1168,7 +1220,8 @@
"number | undefined"
],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1199,6 +1252,7 @@
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -1211,7 +1265,22 @@
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
"id": "def-public.SearchInput.timeslice",
"type": "Object",
"tags": [],
"label": "timeslice",
"description": [],
"signature": [
"[number, number] | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1225,7 +1294,8 @@
" | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1239,7 +1309,8 @@
"[] | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1252,7 +1323,8 @@
"boolean | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1265,7 +1337,8 @@
"string[] | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1279,7 +1352,8 @@
"[] | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1292,7 +1366,8 @@
"number | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1305,7 +1380,8 @@
"number | undefined"
],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1321,6 +1397,7 @@
"description": [],
"path": "src/plugins/saved_search/public/services/saved_searches/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -1337,6 +1414,7 @@
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1366,6 +1444,7 @@
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1380,6 +1459,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -1393,6 +1473,7 @@
"description": [],
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -1409,7 +1490,8 @@
"): void; }"
],
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discover",
@ -1431,7 +1513,8 @@
" | undefined"
],
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "setup",
@ -1446,6 +1529,7 @@
"description": [],
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discover",
@ -1467,7 +1551,8 @@
" | undefined"
],
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "start",
@ -1500,6 +1585,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1514,6 +1600,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1528,6 +1615,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1542,6 +1630,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1556,6 +1645,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1570,6 +1660,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1584,6 +1675,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1598,6 +1690,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1612,6 +1705,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1626,6 +1720,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1640,6 +1735,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1654,6 +1750,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1668,6 +1765,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1682,6 +1780,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1696,6 +1795,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1710,6 +1810,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1724,6 +1825,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1738,6 +1840,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1752,6 +1855,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1766,6 +1870,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1780,6 +1885,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1794,6 +1900,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1808,6 +1915,7 @@
],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover
title: "discover"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discover plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
---
import discoverObj from './discover.devdocs.json';
@ -21,7 +21,7 @@ Contact [Data Discovery](https://github.com/orgs/elastic/teams/kibana-data-disco
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 94 | 0 | 77 | 4 |
| 95 | 0 | 78 | 4 |
## Client

View file

@ -45,6 +45,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -63,7 +64,8 @@
}
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -77,6 +79,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -97,6 +100,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -138,6 +142,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -166,6 +171,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -186,6 +192,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -219,6 +226,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -238,6 +246,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -258,6 +267,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -275,6 +285,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -316,6 +327,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -328,7 +340,8 @@
"\"ACTION_EXPLORE_DATA_CHART\""
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -341,7 +354,8 @@
"\"ACTION_EXPLORE_DATA_CHART\""
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -354,7 +368,8 @@
"200"
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -370,6 +385,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -383,6 +399,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -404,6 +421,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -417,6 +435,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -456,6 +475,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -468,7 +488,8 @@
"\"ACTION_EXPLORE_DATA\""
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -481,7 +502,8 @@
"\"ACTION_EXPLORE_DATA\""
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -494,7 +516,8 @@
"200"
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -510,6 +533,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -523,6 +547,7 @@
],
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -543,6 +568,7 @@
"description": [],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -561,7 +587,8 @@
}
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -580,7 +607,8 @@
}
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -600,7 +628,8 @@
" | undefined"
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -647,7 +676,8 @@
") => void; readonly unregisterAction: (actionId: string) => void; }"
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -661,6 +691,7 @@
"description": [],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -679,7 +710,8 @@
}
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -698,7 +730,8 @@
}
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -718,7 +751,8 @@
" | undefined"
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "discoverEnhanced",
@ -809,7 +843,8 @@
"; }"
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -840,6 +875,7 @@
"description": [],
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "discoverEnhanced",
@ -852,7 +888,8 @@
"{ exploreDataInChart: { enabled: boolean; }; exploreDataInContextMenu: { enabled: boolean; }; }"
],
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
title: "discoverEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discoverEnhanced plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
---
import discoverEnhancedObj from './discover_enhanced.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable
title: "embeddable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the embeddable plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
---
import embeddableObj from './embeddable.devdocs.json';
@ -21,7 +21,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 514 | 0 | 414 | 4 |
| 515 | 0 | 415 | 4 |
## Client

View file

@ -47,6 +47,7 @@
],
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "embeddableEnhanced",
@ -60,6 +61,7 @@
],
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -77,6 +79,7 @@
"description": [],
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "embeddableEnhanced",
@ -120,7 +123,8 @@
"; }; }"
],
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -134,6 +138,7 @@
"description": [],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "embeddableEnhanced",
@ -152,7 +157,8 @@
}
],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "embeddableEnhanced",
@ -171,7 +177,8 @@
}
],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -185,6 +192,7 @@
"description": [],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "embeddableEnhanced",
@ -203,7 +211,8 @@
}
],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "embeddableEnhanced",
@ -222,7 +231,8 @@
}
],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -267,6 +277,7 @@
],
"path": "x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -289,6 +300,7 @@
],
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -302,6 +314,7 @@
"description": [],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
@ -315,6 +328,7 @@
"description": [],
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced
title: "embeddableEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the embeddableEnhanced plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
---
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';

View file

@ -29,6 +29,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -42,6 +43,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -55,6 +57,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -69,6 +72,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -89,6 +93,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -103,6 +108,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -120,6 +126,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -140,6 +147,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -149,7 +157,8 @@
"label": "key",
"description": [],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -162,7 +171,8 @@
"boolean | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -186,6 +196,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -205,6 +216,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -221,7 +233,8 @@
"<MigratedAttributes>"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -243,6 +256,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -259,7 +273,8 @@
"[] | undefined; }"
],
"path": "node_modules/@types/kbn__core-saved-objects-server/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -272,7 +287,8 @@
"SavedObjectMigrationContext"
],
"path": "node_modules/@types/kbn__core-saved-objects-server/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -287,7 +303,8 @@
"boolean | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -307,7 +324,8 @@
" | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -327,7 +345,8 @@
" | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -341,6 +360,7 @@
"description": [],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -358,6 +378,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -371,6 +392,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -385,6 +407,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -400,6 +423,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -425,6 +449,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -440,6 +465,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -457,6 +483,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -474,6 +501,7 @@
"description": [],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -486,7 +514,8 @@
"string[] | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -502,6 +531,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -511,7 +541,8 @@
"label": "type",
"description": [],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -532,7 +563,8 @@
">"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -545,7 +577,8 @@
"ReadonlySet<string> | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -563,6 +596,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -594,6 +628,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -614,7 +649,8 @@
" | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -639,6 +675,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -659,7 +696,8 @@
"<InputAttributes, MigratedAttributes>"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -682,6 +720,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -698,7 +737,8 @@
"<MigratedAttributes>"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -714,6 +754,7 @@
"description": [],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -725,7 +766,8 @@
"\nIndicates if Saved Object encryption is possible. Requires an encryption key to be explicitly set via `xpack.encryptedSavedObjects.encryptionKey`."
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -747,6 +789,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -766,6 +809,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -791,6 +835,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -811,7 +856,8 @@
"<InputAttributes, MigratedAttributes>"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -828,6 +874,7 @@
"description": [],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -841,6 +888,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "encryptedSavedObjects",
@ -854,6 +902,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -886,6 +935,7 @@
],
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -906,7 +956,8 @@
" | undefined"
],
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects
title: "encryptedSavedObjects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the encryptedSavedObjects plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
---
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';

View file

@ -26,6 +26,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -40,6 +41,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -54,6 +56,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -68,6 +71,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -82,6 +86,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -96,6 +101,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -110,6 +116,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -141,6 +148,7 @@
],
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch
title: "enterpriseSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the enterpriseSearch plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
---
import enterpriseSearchObj from './enterprise_search.devdocs.json';

View file

@ -23,6 +23,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -37,6 +38,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -50,6 +52,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -67,6 +70,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -80,6 +84,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -105,6 +110,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -124,6 +130,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -143,6 +150,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -156,6 +164,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -173,6 +182,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -188,6 +198,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -208,6 +219,7 @@
],
"path": "src/plugins/es_ui_shared/public/url/attempt_to_uri_decode.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -221,6 +233,7 @@
],
"path": "src/plugins/es_ui_shared/public/url/attempt_to_uri_decode.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -239,6 +252,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -252,6 +266,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -278,6 +293,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -297,6 +313,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -317,6 +334,7 @@
],
"path": "src/plugins/es_ui_shared/public/url/extract_query_params.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -330,6 +348,7 @@
],
"path": "src/plugins/es_ui_shared/public/url/extract_query_params.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -348,6 +367,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/json_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -361,7 +381,8 @@
"Props<T>"
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/json_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -378,6 +399,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/not_authorized_section.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -391,6 +413,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/not_authorized_section.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -409,6 +432,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/page_error.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -422,6 +446,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/page_error.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -440,6 +465,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/page_loading/page_loading.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -453,6 +479,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/page_loading/page_loading.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -471,6 +498,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/section_error.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -484,6 +512,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/section_error.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -502,6 +531,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/section_loading/section_loading.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -515,6 +545,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/section_loading/section_loading.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -551,6 +582,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -564,6 +596,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -584,6 +617,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -603,6 +637,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -637,6 +672,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -650,6 +686,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -670,6 +707,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -688,6 +726,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -701,6 +740,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -719,6 +759,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/with_privileges.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -732,6 +773,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/with_privileges.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -749,6 +791,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -758,7 +801,8 @@
"label": "isLoading",
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -772,7 +816,8 @@
" | null"
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -791,7 +836,8 @@
}
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -805,6 +851,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -814,7 +861,8 @@
"label": "error",
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -827,7 +875,8 @@
"string[] | undefined"
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -840,7 +889,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -866,6 +916,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -878,7 +929,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -891,7 +943,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -906,7 +959,8 @@
" | undefined) => void) | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -921,7 +975,8 @@
" | undefined) => void) | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -934,7 +989,8 @@
"boolean | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -948,7 +1004,8 @@
" | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -961,7 +1018,8 @@
"number | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -974,7 +1032,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -989,7 +1048,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1004,7 +1064,8 @@
"string | object | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1017,7 +1078,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1033,6 +1095,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1047,6 +1110,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -1074,6 +1138,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/use_json.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1086,7 +1151,8 @@
"{ raw: string; format(): T; }"
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/use_json.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1100,6 +1166,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/use_json.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -1114,7 +1181,8 @@
"boolean | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/use_json.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1128,6 +1196,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1140,7 +1209,8 @@
"[key: string]: string[] | undefined"
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1154,6 +1224,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1163,7 +1234,8 @@
"label": "hasAllPrivileges",
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1182,7 +1254,8 @@
}
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1196,6 +1269,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1205,7 +1279,8 @@
"label": "path",
"description": [],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1218,7 +1293,8 @@
"\"get\" | \"post\" | \"put\" | \"delete\" | \"patch\" | \"head\""
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1232,7 +1308,8 @@
" | undefined"
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1245,7 +1322,8 @@
"any"
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1260,7 +1338,8 @@
"boolean | undefined"
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1284,6 +1363,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1296,7 +1376,8 @@
"D | null"
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1309,7 +1390,8 @@
"E | null"
],
"path": "src/plugins/es_ui_shared/public/request/send_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1340,6 +1422,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1352,7 +1435,8 @@
"number | undefined"
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1365,7 +1449,8 @@
"any"
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1379,6 +1464,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1392,6 +1478,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1419,6 +1506,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1428,7 +1516,8 @@
"label": "isInitialRequest",
"description": [],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1438,7 +1527,8 @@
"label": "isLoading",
"description": [],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1451,7 +1541,8 @@
"E | null"
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1464,7 +1555,8 @@
"D | null | undefined"
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1478,6 +1570,7 @@
],
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -1499,6 +1592,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/cron_editor/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1521,6 +1615,7 @@
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/use_json.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -1541,7 +1636,8 @@
"<T>"
],
"path": "src/plugins/es_ui_shared/public/components/json_editor/use_json.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1562,6 +1658,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/components/authorization_provider.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1573,6 +1670,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1585,7 +1683,8 @@
"string[]"
],
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1599,6 +1698,7 @@
],
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -1612,7 +1712,8 @@
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/indices/validate/validate_index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1628,6 +1729,7 @@
],
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -1638,7 +1740,8 @@
"label": "indexName",
"description": [],
"path": "src/plugins/es_ui_shared/public/indices/validate/validate_index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1654,6 +1757,7 @@
],
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -1664,7 +1768,8 @@
"label": "indexName",
"description": [],
"path": "src/plugins/es_ui_shared/public/indices/validate/validate_index.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -1694,6 +1799,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/errors/handle_es_error.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1707,6 +1813,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/errors/handle_es_error.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1725,6 +1832,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/errors/es_error_parser.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1738,6 +1846,7 @@
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/errors/es_error_parser.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1763,6 +1872,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1775,7 +1885,8 @@
"[key: string]: string[] | undefined"
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1789,6 +1900,7 @@
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "esUiShared",
@ -1798,7 +1910,8 @@
"label": "hasAllPrivileges",
"description": [],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "esUiShared",
@ -1817,7 +1930,8 @@
}
],
"path": "src/plugins/es_ui_shared/__packages_do_not_import__/authorization/types.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared
title: "esUiShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esUiShared plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
---
import esUiSharedObj from './es_ui_shared.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation
title: "eventAnnotation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventAnnotation plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
---
import eventAnnotationObj from './event_annotation.devdocs.json';

View file

@ -29,6 +29,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -42,6 +43,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -55,6 +57,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -72,6 +75,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -87,6 +91,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -100,6 +105,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -117,6 +123,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -130,6 +137,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -147,6 +155,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -160,6 +169,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -177,6 +187,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -190,6 +201,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -204,6 +216,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -221,6 +234,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -234,6 +248,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -251,6 +266,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -264,6 +280,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -278,6 +295,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -297,6 +315,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -310,6 +329,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -329,6 +349,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -342,6 +363,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -356,6 +378,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -375,6 +398,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -388,6 +412,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -405,6 +430,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -418,6 +444,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -437,6 +464,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -450,6 +478,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -469,6 +498,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -482,6 +512,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -497,6 +528,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -514,6 +546,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -527,6 +560,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -544,6 +578,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -557,6 +592,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -571,6 +607,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -598,6 +635,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -611,6 +649,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -638,6 +677,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -651,6 +691,7 @@
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -675,6 +716,7 @@
],
"path": "x-pack/plugins/event_log/server/lib/ready_signal.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -691,6 +733,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -704,6 +747,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -722,6 +766,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -735,6 +780,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -752,6 +798,7 @@
"description": [],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -766,7 +813,8 @@
"> | undefined"
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -780,6 +828,7 @@
"description": [],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -803,6 +852,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -816,6 +866,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -830,6 +881,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -846,6 +898,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -860,6 +913,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -887,6 +941,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -900,6 +955,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -914,6 +970,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -930,6 +987,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -944,6 +1002,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -961,6 +1020,7 @@
"description": [],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -976,6 +1036,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -989,6 +1050,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -1008,6 +1070,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1021,6 +1084,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -1035,6 +1099,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -1054,6 +1119,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1067,6 +1133,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -1084,6 +1151,7 @@
"description": [],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1093,7 +1161,8 @@
"label": "page",
"description": [],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventLog",
@ -1103,7 +1172,8 @@
"label": "per_page",
"description": [],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventLog",
@ -1113,7 +1183,8 @@
"label": "total",
"description": [],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "eventLog",
@ -1126,7 +1197,8 @@
"(Readonly<{ error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; tags?: string[] | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; message?: string | undefined; kibana?: Readonly<{ alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; execution?: Readonly<{ status?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; } & {}> | undefined; uuid?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; } & {}> | undefined; version?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; rule?: Readonly<{ id?: string | undefined; description?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; outcome?: string | undefined; created?: string | undefined; category?: string[] | undefined; end?: string | undefined; original?: string | undefined; duration?: string | number | undefined; code?: string | undefined; url?: string | undefined; action?: string | undefined; kind?: string | undefined; hash?: string | undefined; severity?: string | number | undefined; dataset?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; } & {}> | undefined)[]"
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -1146,6 +1218,7 @@
],
"path": "x-pack/plugins/event_log/generated/schemas.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1160,6 +1233,7 @@
],
"path": "x-pack/plugins/event_log/generated/schemas.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1174,6 +1248,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -1187,6 +1262,7 @@
"description": [],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1200,6 +1276,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -1215,6 +1292,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -1230,6 +1308,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1243,6 +1322,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -1257,6 +1337,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1274,6 +1355,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1287,6 +1369,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -1301,6 +1384,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1318,6 +1402,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -1335,6 +1420,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1348,6 +1434,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -1362,6 +1449,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1388,6 +1476,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1401,6 +1490,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -1418,6 +1508,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
@ -1433,6 +1524,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
@ -1449,6 +1541,7 @@
"description": [],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1471,6 +1564,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1485,6 +1579,7 @@
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1510,6 +1605,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1523,6 +1619,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/millis_to_nanos.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1541,6 +1638,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "eventLog",
@ -1554,6 +1652,7 @@
],
"path": "x-pack/plugins/event_log/common/lib/nanos_to_millis.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1576,6 +1675,7 @@
],
"path": "x-pack/plugins/event_log/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog
title: "eventLog"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventLog plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
---
import eventLogObj from './event_log.devdocs.json';

View file

@ -31,6 +31,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionError",
@ -51,6 +52,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -87,6 +89,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionError",
@ -107,6 +110,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -137,6 +141,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionError",
@ -153,6 +158,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -185,6 +191,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionError",
@ -201,6 +208,7 @@
],
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -219,6 +227,7 @@
],
"path": "src/plugins/expression_error/public/components/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -232,7 +241,8 @@
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -253,6 +263,7 @@
],
"path": "src/plugins/expression_error/public/components/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -266,7 +277,8 @@
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -288,6 +300,7 @@
],
"path": "src/plugins/expression_error/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -318,6 +331,7 @@
],
"path": "src/plugins/expression_error/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -332,6 +346,7 @@
],
"path": "src/plugins/expression_error/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -346,6 +361,7 @@
],
"path": "src/plugins/expression_error/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError
title: "expressionError"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionError plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
---
import expressionErrorObj from './expression_error.devdocs.json';

View file

@ -31,6 +31,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -51,6 +52,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -72,6 +74,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -108,6 +111,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -128,6 +132,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -149,6 +154,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -164,6 +170,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -178,6 +185,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -214,6 +222,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -234,6 +243,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -255,6 +265,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -270,6 +281,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -284,6 +296,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -310,6 +323,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -323,6 +337,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -344,6 +359,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/public/components/utils/accessors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -386,6 +402,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/expression_functions/gauge_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -401,6 +418,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -413,7 +431,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -426,7 +445,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -439,7 +459,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -452,7 +473,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -466,6 +488,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -484,7 +507,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -524,7 +548,8 @@
"> | undefined; ariaLabel?: string | undefined; }"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -538,6 +563,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionGauge",
@ -558,7 +584,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -579,7 +606,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -600,7 +628,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -621,7 +650,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -634,7 +664,8 @@
"\"auto\" | \"hidden\" | \"bands\""
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -647,7 +678,8 @@
"\"none\" | \"auto\" | \"custom\""
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -660,7 +692,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -673,7 +706,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -687,7 +721,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -700,7 +735,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -714,7 +750,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -730,7 +767,8 @@
"> | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -743,7 +781,8 @@
"\"horizontalBullet\" | \"verticalBullet\" | \"arc\" | \"circle\""
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -759,6 +798,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "visTypeGauge",
@ -777,7 +817,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionGauge",
@ -790,7 +831,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -810,6 +852,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -841,6 +884,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -863,7 +907,8 @@
"> | undefined"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -907,6 +952,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -978,6 +1024,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -992,6 +1039,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1033,6 +1081,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1047,6 +1096,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1061,6 +1111,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1075,6 +1126,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1089,6 +1141,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -1105,6 +1158,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1119,6 +1173,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1133,6 +1188,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1147,6 +1203,7 @@
],
"path": "src/plugins/chart_expressions/expression_gauge/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge
title: "expressionGauge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionGauge plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
---
import expressionGaugeObj from './expression_gauge.devdocs.json';

View file

@ -32,6 +32,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -47,6 +48,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -59,7 +61,8 @@
"\"brush\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -80,7 +83,8 @@
"; column: number; range: number[]; timeFieldName?: string | undefined; }"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -94,6 +98,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -106,7 +111,8 @@
"\"filter\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -127,7 +133,8 @@
", \"rows\" | \"columns\">; column: number; row: number; value: any; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; }"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -141,6 +148,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -153,7 +161,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -166,7 +175,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -179,7 +189,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -192,7 +203,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -214,7 +226,8 @@
"> | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -235,7 +248,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -256,7 +270,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -277,7 +292,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -298,7 +314,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -319,7 +336,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -333,7 +351,8 @@
" & { type: \"heatmap_legend\"; }"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -347,7 +366,8 @@
" & { type: \"heatmap_grid\"; }"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -360,7 +380,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -374,6 +395,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -392,7 +414,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -411,7 +434,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -431,6 +455,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -462,6 +487,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
@ -484,7 +510,8 @@
"> | undefined"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -502,6 +529,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -517,6 +545,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -582,6 +611,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -596,6 +626,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -610,6 +641,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -623,6 +655,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -635,7 +668,8 @@
"\"heatmap_grid\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -648,7 +682,8 @@
"never[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -661,7 +696,8 @@
"\"heatmap_grid\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -671,7 +707,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -684,7 +721,8 @@
"\"null\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -695,6 +733,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -707,6 +746,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -719,7 +759,8 @@
"\"number\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -729,7 +770,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -742,7 +784,8 @@
"false"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -755,6 +798,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -767,7 +811,8 @@
"\"string\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -777,7 +822,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -790,7 +836,8 @@
"false"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -805,6 +852,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -817,7 +865,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -827,7 +876,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -842,6 +892,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -854,7 +905,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -864,7 +916,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -877,6 +930,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -889,7 +943,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -899,7 +954,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -912,6 +968,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -924,7 +981,8 @@
"\"string\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -934,7 +992,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -947,7 +1006,8 @@
"false"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -962,6 +1022,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -974,7 +1035,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -984,7 +1046,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -997,6 +1060,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1009,7 +1073,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1019,7 +1084,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1032,6 +1098,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1044,7 +1111,8 @@
"\"string\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1054,7 +1122,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1067,7 +1136,8 @@
"false"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -1087,6 +1157,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1100,6 +1171,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -1114,6 +1186,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_grid.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -1131,6 +1204,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1143,7 +1217,8 @@
"\"heatmap_legend\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1156,7 +1231,8 @@
"never[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1169,7 +1245,8 @@
"\"heatmap_legend\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1179,7 +1256,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1192,7 +1270,8 @@
"\"null\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1203,6 +1282,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1213,6 +1293,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1225,7 +1306,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1235,7 +1317,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1248,6 +1331,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1260,7 +1344,8 @@
"\"string\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1273,7 +1358,8 @@
"\"right\""
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1286,7 +1372,8 @@
"(\"top\" | \"bottom\" | \"left\" | \"right\")[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1296,7 +1383,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1309,7 +1397,8 @@
"true"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1322,6 +1411,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1334,7 +1424,8 @@
"\"number\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1344,7 +1435,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1357,6 +1449,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1369,7 +1462,8 @@
"\"boolean\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1382,7 +1476,8 @@
"true"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1392,7 +1487,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -1405,6 +1501,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1417,7 +1514,8 @@
"\"string\"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1436,7 +1534,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1446,7 +1545,8 @@
"label": "help",
"description": [],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1466,7 +1566,8 @@
"[]"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionHeatmap",
@ -1479,7 +1580,8 @@
"true"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
}
@ -1509,6 +1611,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionHeatmap",
@ -1522,6 +1625,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
@ -1536,6 +1640,7 @@
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_legend.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap
title: "expressionHeatmap"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionHeatmap plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';

View file

@ -35,6 +35,7 @@
],
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionImage",
@ -51,6 +52,7 @@
],
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -93,6 +95,7 @@
],
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionImage",
@ -113,6 +116,7 @@
],
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -136,6 +140,7 @@
],
"path": "src/plugins/expression_image/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -159,6 +164,7 @@
],
"path": "src/plugins/expression_image/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -176,6 +182,7 @@
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionImage",
@ -188,7 +195,8 @@
"string | null"
],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionImage",
@ -208,7 +216,8 @@
" | null"
],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -222,6 +231,7 @@
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionImage",
@ -231,7 +241,8 @@
"label": "width",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionImage",
@ -241,7 +252,8 @@
"label": "height",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -255,6 +267,7 @@
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionImage",
@ -267,7 +280,8 @@
"\"image\""
],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionImage",
@ -277,7 +291,8 @@
"label": "mode",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionImage",
@ -287,7 +302,8 @@
"label": "dataurl",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -303,6 +319,7 @@
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -319,6 +336,7 @@
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -333,6 +351,7 @@
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -381,6 +400,7 @@
],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
@ -397,6 +417,7 @@
],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -411,6 +432,7 @@
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -425,6 +447,7 @@
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -439,6 +462,7 @@
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage
title: "expressionImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionImage plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';

View file

@ -38,6 +38,7 @@
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/expression_functions/metric_vis_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -53,6 +54,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionLegacyMetricVis",
@ -73,7 +75,8 @@
")[]"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -94,7 +97,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -108,6 +112,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionLegacyMetricVis",
@ -117,7 +122,8 @@
"label": "percentageMode",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -130,7 +136,8 @@
"\"Background\" | \"Labels\" | \"None\""
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -140,7 +147,8 @@
"label": "showLabels",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -162,7 +170,8 @@
"> | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -181,7 +190,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -200,7 +210,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -213,7 +224,8 @@
"\"top\" | \"bottom\""
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -234,7 +246,8 @@
")[]"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -255,7 +268,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -265,7 +279,8 @@
"label": "colorFullBackground",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -278,7 +293,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -292,6 +308,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionLegacyMetricVis",
@ -301,7 +318,8 @@
"label": "value",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -311,7 +329,8 @@
"label": "label",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -324,7 +343,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -337,7 +357,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -347,7 +368,8 @@
"label": "lightText",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -357,7 +379,8 @@
"label": "colIndex",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -367,7 +390,8 @@
"label": "rowIndex",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -381,6 +405,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionLegacyMetricVis",
@ -390,7 +415,8 @@
"label": "percentageMode",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -403,7 +429,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -416,7 +443,8 @@
"\"Background\" | \"Labels\" | \"None\""
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -436,7 +464,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -466,7 +495,8 @@
"; }"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -494,7 +524,8 @@
", \"bgColor\" | \"labelColor\">"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -504,7 +535,8 @@
"label": "colorFullBackground",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -517,7 +549,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -531,6 +564,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionLegacyMetricVis",
@ -543,7 +577,8 @@
"\"metric\""
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -562,7 +597,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -591,7 +627,8 @@
"; }"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -605,6 +642,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionLegacyMetricVis",
@ -614,7 +652,8 @@
"label": "addTooltip",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -624,7 +663,8 @@
"label": "addLegend",
"description": [],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -643,7 +683,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -662,7 +703,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionLegacyMetricVis",
@ -675,7 +717,8 @@
"\"metric\""
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -695,6 +738,7 @@
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -715,6 +759,7 @@
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -786,6 +831,7 @@
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -800,6 +846,7 @@
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -814,6 +861,7 @@
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis
title: "expressionLegacyMetricVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionLegacyMetricVis plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
---
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';

View file

@ -35,6 +35,7 @@
],
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetric",
@ -51,6 +52,7 @@
],
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -93,6 +95,7 @@
],
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetric",
@ -113,6 +116,7 @@
],
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -136,6 +140,7 @@
],
"path": "src/plugins/expression_metric/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -159,6 +164,7 @@
],
"path": "src/plugins/expression_metric/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -210,6 +216,7 @@
],
"path": "src/plugins/expression_metric/common/expression_functions/metric_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -225,6 +232,7 @@
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetric",
@ -234,7 +242,8 @@
"label": "label",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -253,7 +262,8 @@
}
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -263,7 +273,8 @@
"label": "metricFormat",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -282,7 +293,8 @@
}
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -296,6 +308,7 @@
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetric",
@ -307,7 +320,8 @@
"The text to display under the metric"
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -328,7 +342,8 @@
}
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -343,7 +358,8 @@
"string | number | null"
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -364,7 +380,8 @@
}
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -376,7 +393,8 @@
"NumeralJS format string"
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -390,6 +408,7 @@
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetric",
@ -399,7 +418,8 @@
"label": "width",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetric",
@ -409,7 +429,8 @@
"label": "height",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -429,6 +450,7 @@
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -501,6 +523,7 @@
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
@ -517,6 +540,7 @@
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -531,6 +555,7 @@
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -552,6 +577,7 @@
],
"path": "src/plugins/expression_metric/common/expression_functions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -566,6 +592,7 @@
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -580,6 +607,7 @@
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -594,6 +622,7 @@
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -608,6 +637,7 @@
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric
title: "expressionMetric"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionMetric plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
---
import expressionMetricObj from './expression_metric.devdocs.json';

View file

@ -23,6 +23,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -33,6 +34,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -42,7 +44,8 @@
"label": "metric",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -55,7 +58,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -68,7 +72,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
]
},
@ -91,6 +96,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
@ -105,6 +111,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/public/utils/palette_data_bounds.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
@ -147,6 +154,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/common/expression_functions/metric_vis_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -162,6 +170,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -181,7 +190,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -202,7 +212,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -223,7 +234,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -244,7 +256,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -258,6 +271,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -277,7 +291,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -298,7 +313,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -319,7 +335,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -340,7 +357,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -353,7 +371,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -366,7 +385,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -379,7 +399,8 @@
"\"horizontal\" | \"vertical\""
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -392,7 +413,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -414,7 +436,8 @@
"> | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -424,7 +447,8 @@
"label": "maxCols",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -437,7 +461,8 @@
"number | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -451,6 +476,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -460,7 +486,8 @@
"label": "value",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -470,7 +497,8 @@
"label": "label",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -483,7 +511,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -496,7 +525,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -506,7 +536,8 @@
"label": "lightText",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -516,7 +547,8 @@
"label": "colIndex",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -526,7 +558,8 @@
"label": "rowIndex",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -540,6 +573,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -552,7 +586,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -565,7 +600,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -578,7 +614,8 @@
"string | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -598,7 +635,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -611,7 +649,8 @@
"\"horizontal\" | \"vertical\""
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -621,7 +660,8 @@
"label": "maxCols",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -634,7 +674,8 @@
"number | undefined"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -648,6 +689,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -660,7 +702,8 @@
"\"metric\""
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -679,7 +722,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -708,7 +752,8 @@
"; }"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -722,6 +767,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionMetricVis",
@ -731,7 +777,8 @@
"label": "addTooltip",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -741,7 +788,8 @@
"label": "addLegend",
"description": [],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -760,7 +808,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -779,7 +828,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionMetricVis",
@ -792,7 +842,8 @@
"\"metric\""
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -812,6 +863,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -832,6 +884,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -903,6 +956,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -917,6 +971,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -931,6 +986,7 @@
],
"path": "src/plugins/chart_expressions/expression_metric/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
title: "expressionMetricVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionMetricVis plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
---
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';

View file

@ -18,6 +18,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -32,6 +33,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -56,6 +58,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -82,6 +85,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/expression_functions/mosaic_vis_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -142,6 +146,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/expression_functions/partition_labels_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -165,6 +170,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/expression_functions/pie_vis_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -188,6 +194,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/expression_functions/treemap_vis_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -211,6 +218,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/expression_functions/waffle_vis_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -226,6 +234,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -235,7 +244,8 @@
"label": "accessor",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -258,7 +268,8 @@
"> | undefined; }"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -272,6 +283,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -292,7 +304,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -313,7 +326,8 @@
")[] | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -334,7 +348,8 @@
")[] | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -355,7 +370,8 @@
")[] | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -369,6 +385,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -378,7 +395,8 @@
"label": "show",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -397,7 +415,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -407,7 +426,8 @@
"label": "values",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -426,7 +446,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -436,7 +457,8 @@
"label": "percentDecimals",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -452,6 +474,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "visTypePie",
@ -477,6 +500,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": true,
"trackAdoption": false,
"references": [
{
"plugin": "visTypePie",
@ -510,6 +534,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -530,7 +555,8 @@
")[] | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -540,7 +566,8 @@
"label": "nestedLegend",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -564,6 +591,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -582,7 +610,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -601,7 +630,8 @@
}
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -615,7 +645,8 @@
"<{ [key: string]: unknown; }>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -628,7 +659,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -641,7 +673,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -654,7 +687,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -674,7 +708,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -687,7 +722,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -700,7 +736,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -713,7 +750,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -737,6 +775,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -757,7 +796,8 @@
")[] | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -767,7 +807,8 @@
"label": "isDonut",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -787,7 +828,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -800,7 +842,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -813,7 +856,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -826,7 +870,8 @@
"boolean | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -836,7 +881,8 @@
"label": "nestedLegend",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -860,6 +906,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -880,7 +927,8 @@
")[] | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -890,7 +938,8 @@
"label": "nestedLegend",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -914,6 +963,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionPartitionVis",
@ -934,7 +984,8 @@
" | undefined"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionPartitionVis",
@ -944,7 +995,8 @@
"label": "showValuesInLegend",
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -960,6 +1012,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -971,6 +1024,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -982,6 +1036,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -993,6 +1048,7 @@
"description": [],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -1025,6 +1081,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1039,6 +1096,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1104,6 +1162,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1118,6 +1177,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1132,6 +1192,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1146,6 +1207,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1211,6 +1273,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1225,6 +1288,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1239,6 +1303,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1253,6 +1318,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1318,6 +1384,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1332,6 +1399,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -1397,6 +1465,7 @@
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
title: "expressionPartitionVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionPartitionVis plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
---
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';

View file

@ -35,6 +35,7 @@
],
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRepeatImage",
@ -51,6 +52,7 @@
],
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -93,6 +95,7 @@
],
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRepeatImage",
@ -113,6 +116,7 @@
],
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -136,6 +140,7 @@
],
"path": "src/plugins/expression_repeat_image/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -159,6 +164,7 @@
],
"path": "src/plugins/expression_repeat_image/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -178,6 +184,7 @@
],
"path": "src/plugins/expression_repeat_image/common/expression_functions/repeat_image_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -193,6 +200,7 @@
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRepeatImage",
@ -202,7 +210,8 @@
"label": "width",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -212,7 +221,8 @@
"label": "height",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -226,6 +236,7 @@
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRepeatImage",
@ -235,7 +246,8 @@
"label": "max",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -245,7 +257,8 @@
"label": "count",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -255,7 +268,8 @@
"label": "emptyImage",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -265,7 +279,8 @@
"label": "image",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -275,7 +290,8 @@
"label": "size",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -289,6 +305,7 @@
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRepeatImage",
@ -298,7 +315,8 @@
"label": "count",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -308,7 +326,8 @@
"label": "image",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -318,7 +337,8 @@
"label": "size",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -328,7 +348,8 @@
"label": "max",
"description": [],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "expressionRepeatImage",
@ -341,7 +362,8 @@
"string | null"
],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
@ -361,6 +383,7 @@
],
"path": "src/plugins/expression_repeat_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -375,6 +398,7 @@
],
"path": "src/plugins/expression_repeat_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -423,6 +447,7 @@
],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
@ -446,6 +471,7 @@
],
"path": "src/plugins/expression_repeat_image/common/expression_functions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -460,6 +486,7 @@
],
"path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -474,6 +501,7 @@
],
"path": "src/plugins/expression_repeat_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -488,6 +516,7 @@
],
"path": "src/plugins/expression_repeat_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -502,6 +531,7 @@
],
"path": "src/plugins/expression_repeat_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
title: "expressionRepeatImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionRepeatImage plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
---
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';

View file

@ -29,6 +29,7 @@
],
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRevealImage",
@ -45,6 +46,7 @@
],
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -81,6 +83,7 @@
],
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "expressionRevealImage",
@ -101,6 +104,7 @@
],
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
@ -124,6 +128,7 @@
],
"path": "src/plugins/expression_reveal_image/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -147,6 +152,7 @@
],
"path": "src/plugins/expression_reveal_image/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -170,6 +176,7 @@
],
"path": "src/plugins/expression_reveal_image/common/expression_functions/reveal_image_function.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
@ -190,6 +197,7 @@
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -205,6 +213,7 @@
],
"path": "src/plugins/expression_reveal_image/common/expression_functions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -219,6 +228,7 @@
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -233,6 +243,7 @@
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -247,6 +258,7 @@
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
title: "expressionRevealImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionRevealImage plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
---
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape
title: "expressionShape"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionShape plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
---
import expressionShapeObj from './expression_shape.devdocs.json';

View file

@ -19,6 +19,7 @@
],
"path": "src/plugins/chart_expressions/expression_tagcloud/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
"initialIsOpen": true
}
@ -49,6 +50,7 @@
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -63,6 +65,7 @@
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -77,6 +80,7 @@
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
@ -93,6 +97,7 @@
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
@ -107,6 +112,7 @@
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
]

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
title: "expressionTagcloud"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionTagcloud plugin
date: 2022-09-07
date: 2022-09-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
---
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';

File diff suppressed because it is too large Load diff

Some files were not shown because too many files have changed in this diff Show more