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

This commit is contained in:
Kibana Machine 2022-07-23 00:41:38 -04:00 committed by GitHub
parent cf359703a2
commit fd0e49da01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
336 changed files with 2258 additions and 850 deletions

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the actions plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the advancedSettings plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -10,11 +10,11 @@
"tags": [],
"label": "ExplainLogRateSpikes",
"description": [
"\nLazy-wrapped ExplainLogRateSpikesWrapper React component"
"\nLazy-wrapped ExplainLogRateSpikesAppState React component"
],
"signature": [
"(props: React.PropsWithChildren<",
"ExplainLogRateSpikesWrapperProps",
"ExplainLogRateSpikesAppStateProps",
">) => JSX.Element"
],
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx",
@ -31,7 +31,7 @@
],
"signature": [
"React.PropsWithChildren<",
"ExplainLogRateSpikesWrapperProps",
"ExplainLogRateSpikesAppStateProps",
">"
],
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx",

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the aiops plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -3002,8 +3002,18 @@
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.IExecutionLogWithErrorsResult",
"text": "IExecutionLogWithErrorsResult"
"section": "def-common.IExecutionLogResult",
"text": "IExecutionLogResult"
},
">; getActionErrorLog: ({ id, dateStart, dateEnd, filter, page, perPage, sort, }: ",
"GetActionErrorLogByIdParams",
") => Promise<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.IExecutionErrorsResult",
"text": "IExecutionErrorsResult"
},
">; bulkEdit: <Params extends ",
{
@ -5634,6 +5644,34 @@
}
],
"misc": [
{
"parentPluginId": "alerting",
"id": "def-common.actionErrorLogSortableColumns",
"type": "Array",
"tags": [],
"label": "actionErrorLogSortableColumns",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/alerting/common/execution_log_types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.ActionErrorLogSortFields",
"type": "Type",
"tags": [],
"label": "ActionErrorLogSortFields",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/alerting/common/execution_log_types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.ActionGroupIdsOf",
@ -5776,34 +5814,6 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.IExecutionLogWithErrorsResult",
"type": "Type",
"tags": [],
"label": "IExecutionLogWithErrorsResult",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.IExecutionLogResult",
"text": "IExecutionLogResult"
},
" & ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.IExecutionErrorsResult",
"text": "IExecutionErrorsResult"
}
],
"path": "x-pack/plugins/alerting/common/execution_log_types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.INTERNAL_BASE_ALERTING_API_PATH",

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the alerting plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for q
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 367 | 0 | 358 | 20 |
| 368 | 0 | 359 | 21 |
## Client

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the apm plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions reg
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 40 | 0 | 40 | 55 |
| 40 | 0 | 40 | 53 |
## Client

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the banners plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the bfetch plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the canvas plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cases
title: "cases"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cases plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/charts
title: "charts"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the charts plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloud
title: "cloud"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cloud plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -2,10 +2,255 @@
"id": "cloudSecurityPosture",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"functions": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.getSecuritySolutionDashboardLinks",
"type": "Function",
"tags": [],
"label": "getSecuritySolutionDashboardLinks",
"description": [
"\nGets the cloud security posture links for navigation in the security solution's \"Dashboards\" section."
],
"signature": [
"<TLinkItem extends BaseLinkItem = BaseLinkItem>(extensions?: Partial<Record<",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
", Partial<TLinkItem>>> | undefined) => TLinkItem"
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.getSecuritySolutionDashboardLinks.$1",
"type": "Object",
"tags": [],
"label": "extensions",
"description": [
"extended configuration for the links."
],
"signature": [
"Partial<Record<",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
", Partial<TLinkItem>>> | undefined"
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.getSecuritySolutionManageLinks",
"type": "Function",
"tags": [],
"label": "getSecuritySolutionManageLinks",
"description": [
"\nGets the cloud security posture links for navigation in the security solution's \"Manage\" section."
],
"signature": [
"<TLinkItem extends BaseLinkItem = BaseLinkItem>(extensions?: Partial<Record<",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
", Partial<TLinkItem>>> | undefined) => TLinkItem"
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.getSecuritySolutionManageLinks.$1",
"type": "Object",
"tags": [],
"label": "extensions",
"description": [
"extended configuration for the links."
],
"signature": [
"Partial<Record<",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
", Partial<TLinkItem>>> | undefined"
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.getSecuritySolutionRootLinks",
"type": "Function",
"tags": [],
"label": "getSecuritySolutionRootLinks",
"description": [
"\nGets the cloud security posture links for top-level navigation in the security solution."
],
"signature": [
"<TLinkItem extends BaseLinkItem = BaseLinkItem>(extensions?: Partial<Record<",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
", Partial<TLinkItem>>> | undefined) => TLinkItem"
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.getSecuritySolutionRootLinks.$1",
"type": "Object",
"tags": [],
"label": "extensions",
"description": [
"extended configuration for the links."
],
"signature": [
"Partial<Record<",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
", Partial<TLinkItem>>> | undefined"
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.CspSecuritySolutionContext",
"type": "Interface",
"tags": [],
"label": "CspSecuritySolutionContext",
"description": [
"\nMethods exposed from the security solution to the cloud security posture application."
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.CspSecuritySolutionContext.getFiltersGlobalComponent",
"type": "Function",
"tags": [],
"label": "getFiltersGlobalComponent",
"description": [
"Gets the `FiltersGlobal` component for embedding a filter bar in the security solution application."
],
"signature": [
"() => React.ComponentType<{ children: React.ReactNode; }>"
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.CspSecuritySolutionContext.getSpyRouteComponent",
"type": "Function",
"tags": [],
"label": "getSpyRouteComponent",
"description": [
"Gets the `SpyRoute` component for navigation highlighting and breadcrumbs."
],
"signature": [
"() => React.ComponentType<{ pageName?: ",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CloudSecurityPosturePageId",
"text": "CloudSecurityPosturePageId"
},
" | undefined; }>"
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"misc": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.CLOUD_SECURITY_POSTURE_BASE_PATH",
"type": "string",
"tags": [],
"label": "CLOUD_SECURITY_POSTURE_BASE_PATH",
"description": [
"The base path for all cloud security posture pages."
],
"signature": [
"\"/cloud_security_posture\""
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.CloudSecurityPosturePageId",
"type": "Type",
"tags": [],
"label": "CloudSecurityPosturePageId",
"description": [
"\nAll the IDs for the cloud security posture pages.\nThis needs to match the cloud security posture page entries in `SecurityPageName` in `x-pack/plugins/security_solution/common/constants.ts`."
],
"signature": [
"\"cloud_security_posture-dashboard\" | \"cloud_security_posture-findings\" | \"cloud_security_posture-benchmarks\" | \"cloud_security_posture-rules\""
],
"path": "x-pack/plugins/cloud_security_posture/public/common/navigation/types.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "cloudSecurityPosture",
@ -13,7 +258,9 @@
"type": "Interface",
"tags": [],
"label": "CspClientPluginSetup",
"description": [],
"description": [
"\nThe cloud security posture's public plugin setup interface."
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"children": [],
@ -26,10 +273,38 @@
"type": "Interface",
"tags": [],
"label": "CspClientPluginStart",
"description": [],
"description": [
"\nThe cloud security posture's public plugin start interface."
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"children": [],
"children": [
{
"parentPluginId": "cloudSecurityPosture",
"id": "def-public.CspClientPluginStart.getCloudSecurityPostureRouter",
"type": "Function",
"tags": [],
"label": "getCloudSecurityPostureRouter",
"description": [
"Gets the cloud security posture router component for embedding in the security solution."
],
"signature": [
"() => React.ComponentType<{ securitySolutionContext: ",
{
"pluginId": "cloudSecurityPosture",
"scope": "public",
"docId": "kibCloudSecurityPosturePluginApi",
"section": "def-public.CspSecuritySolutionContext",
"text": "CspSecuritySolutionContext"
},
"; }>"
],
"path": "x-pack/plugins/cloud_security_posture/public/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
@ -80,7 +355,9 @@
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"description": [
"ID of the cloud security posture plugin."
],
"signature": [
"\"csp\""
],
@ -94,7 +371,9 @@
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"description": [
"Display name of the cloud security posture application."
],
"signature": [
"\"Cloud Security\""
],

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
title: "cloudSecurityPosture"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cloudSecurityPosture plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [Cloud Security Posture](https://github.com/orgs/elastic/teams/cloud-pos
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 6 | 0 | 6 | 0 |
| 18 | 0 | 2 | 0 |
## Client
@ -28,6 +28,15 @@ Contact [Cloud Security Posture](https://github.com/orgs/elastic/teams/cloud-pos
### Start
<DocDefinitionList data={[cloudSecurityPostureObj.client.start]}/>
### Functions
<DocDefinitionList data={cloudSecurityPostureObj.client.functions}/>
### Interfaces
<DocDefinitionList data={cloudSecurityPostureObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={cloudSecurityPostureObj.client.misc}/>
## Server
### Setup

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/console
title: "console"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the console plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the controls plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -16152,7 +16152,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -16384,9 +16386,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",
@ -18894,7 +18894,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -19126,9 +19128,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",
@ -20097,7 +20097,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -20329,9 +20331,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",
@ -24395,7 +24395,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -24627,9 +24629,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",
@ -28681,7 +28681,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -28913,9 +28915,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core
title: "core"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-application
title: "core.application"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.application plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.application']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-chrome
title: "core.chrome"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.chrome plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.chrome']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-savedObjects
title: "core.savedObjects"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.savedObjects plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.savedObjects']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/customIntegrations
title: "customIntegrations"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the customIntegrations plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dashboard
title: "dashboard"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dashboard plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
title: "dashboardEnhanced"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dashboardEnhanced plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -5807,6 +5807,52 @@
"path": "src/plugins/data/common/search/aggs/types.ts",
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-public.AggFunctionsMapping.aggValueCount",
"type": "Object",
"tags": [],
"label": "aggValueCount",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"aggValueCount\", any, AggArgs, ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.AggExpressionType",
"text": "AggExpressionType"
},
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
", ",
"SerializableRecord",
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-public.AggFunctionsMapping.aggCount",
@ -15202,7 +15248,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -15434,9 +15482,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/data
title: "data"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the data plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3086 | 34 | 2413 | 21 |
| 3094 | 34 | 2421 | 21 |
## Client

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/data-query
title: "data.query"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the data.query plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3086 | 34 | 2413 | 21 |
| 3094 | 34 | 2421 | 21 |
## Client

View file

@ -11365,6 +11365,22 @@
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.aggValueCount",
"type": "Function",
"tags": [],
"label": "aggValueCount",
"description": [],
"signature": [
"() => FunctionDefinition"
],
"path": "src/plugins/data/common/search/aggs/metrics/value_count_fn.ts",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.calcAutoIntervalLessThan",
@ -14282,6 +14298,38 @@
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.getValueCountMetricAgg",
"type": "Function",
"tags": [],
"label": "getValueCountMetricAgg",
"description": [],
"signature": [
"() => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.MetricAggType",
"text": "MetricAggType"
},
"<",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.IMetricAggConfig",
"text": "IMetricAggConfig"
},
">"
],
"path": "src/plugins/data/common/search/aggs/metrics/value_count.ts",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.handleRequest",
@ -16969,6 +17017,52 @@
"path": "src/plugins/data/common/search/aggs/types.ts",
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-common.AggFunctionsMapping.aggValueCount",
"type": "Object",
"tags": [],
"label": "aggValueCount",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"aggValueCount\", any, AggArgs, ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.AggExpressionType",
"text": "AggExpressionType"
},
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
", ",
"SerializableRecord",
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-common.AggFunctionsMapping.aggCount",
@ -20898,6 +20992,59 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.AggParamsValueCount",
"type": "Interface",
"tags": [],
"label": "AggParamsValueCount",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.AggParamsValueCount",
"text": "AggParamsValueCount"
},
" extends ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.BaseAggParams",
"text": "BaseAggParams"
}
],
"path": "src/plugins/data/common/search/aggs/metrics/value_count.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "data",
"id": "def-common.AggParamsValueCount.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "src/plugins/data/common/search/aggs/metrics/value_count.ts",
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-common.AggParamsValueCount.emptyAsNull",
"type": "CompoundType",
"tags": [],
"label": "emptyAsNull",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/data/common/search/aggs/metrics/value_count.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.AggsCommonSetup",
@ -27086,6 +27233,20 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.aggValueCountFnName",
"type": "string",
"tags": [],
"label": "aggValueCountFnName",
"description": [],
"signature": [
"\"aggValueCount\""
],
"path": "src/plugins/data/common/search/aggs/metrics/value_count_fn.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-common.autoInterval",

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/data-search
title: "data.search"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the data.search plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3086 | 34 | 2413 | 21 |
| 3094 | 34 | 2421 | 21 |
## Client

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
title: "dataViewEditor"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataViewEditor plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -170,6 +170,117 @@
],
"functions": [],
"interfaces": [
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field",
"type": "Interface",
"tags": [],
"label": "Field",
"description": [
"\nThe data model for the field editor"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field.name",
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nname / path used for the field"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [
"\nES type"
],
"signature": [
"\"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"geo_point\" | \"long\" | \"double\" | \"composite\""
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field.script",
"type": "Object",
"tags": [],
"label": "script",
"description": [
"\nsource of the runtime field script"
],
"signature": [
"{ source: string; } | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field.customLabel",
"type": "string",
"tags": [],
"label": "customLabel",
"description": [
"\ncustom label for display"
],
"signature": [
"string | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field.popularity",
"type": "number",
"tags": [],
"label": "popularity",
"description": [
"\ncustom popularity"
],
"signature": [
"number | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.Field.format",
"type": "Object",
"tags": [],
"label": "format",
"description": [
"\nconfiguration of the field format"
],
"signature": [
{
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.SerializedFieldFormat",
"text": "SerializedFieldFormat"
},
"<{}, ",
"SerializableRecord",
"> | undefined"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.FormatEditorProps",
@ -381,7 +492,9 @@
"type": "Interface",
"tags": [],
"label": "OpenFieldEditorOptions",
"description": [],
"description": [
"\nOptions for opening the field editor"
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false,
"children": [
@ -391,7 +504,9 @@
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"description": [
"\ncontext containing the data view the field belongs to"
],
"signature": [
"{ dataView: ",
{
@ -412,7 +527,9 @@
"type": "Function",
"tags": [],
"label": "onSave",
"description": [],
"description": [
"\naction to take after field is saved"
],
"signature": [
"((field: ",
{
@ -456,12 +573,36 @@
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"description": [
"\nfield to edit, for existing field"
],
"signature": [
"string | undefined"
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "dataViewFieldEditor",
"id": "def-public.OpenFieldEditorOptions.fieldToCreate",
"type": "Object",
"tags": [],
"label": "fieldToCreate",
"description": [
"\npre-selectable options for new field creation"
],
"signature": [
{
"pluginId": "dataViewFieldEditor",
"scope": "public",
"docId": "kibDataViewFieldEditorPluginApi",
"section": "def-public.Field",
"text": "Field"
},
" | undefined"
],
"path": "src/plugins/data_view_field_editor/public/open_editor.tsx",
"deprecated": false
}
],
"initialIsOpen": false
@ -527,7 +668,9 @@
"type": "Interface",
"tags": [],
"label": "PluginSetup",
"description": [],
"description": [
"\nPublic setup contract of data view field editor"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"children": [
@ -562,7 +705,9 @@
"type": "Interface",
"tags": [],
"label": "PluginStart",
"description": [],
"description": [
"\nPublic start contract of data view field editor"
],
"path": "src/plugins/data_view_field_editor/public/types.ts",
"deprecated": false,
"children": [
@ -572,7 +717,9 @@
"type": "Function",
"tags": [],
"label": "openEditor",
"description": [],
"description": [
"\nmethod to open the data view field editor fly-out"
],
"signature": [
"(options: ",
{

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
title: "dataViewFieldEditor"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataViewFieldEditor plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 41 | 0 | 36 | 3 |
| 49 | 0 | 29 | 3 |
## Client

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
title: "dataViewManagement"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataViewManagement plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -11160,7 +11160,9 @@
"TransportRequestOptions",
" | undefined): Promise<",
"SearchResponse",
"<TDocument, TAggregations>>; }; eql: ",
"<TDocument, TAggregations>>; }; cluster: ",
"default",
"; eql: ",
"default",
"; create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -11392,9 +11394,7 @@
"TransportRequestOptions",
" | undefined): Promise<",
"ClearScrollResponse",
">; }; cluster: ",
"default",
"; count: { (this: That, params?: ",
">; }; count: { (this: That, params?: ",
"CountRequest",
" | ",
"CountRequest",

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViews
title: "dataViews"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataViews plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
title: "dataVisualizer"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataVisualizer plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -3,7 +3,7 @@ id: kibDevDocsDeprecationsByApi
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
title: Deprecated API usage by API
summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
---
@ -53,7 +53,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunction" text="getFunction"/> | canvas | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | canvas | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getTypes" text="getTypes"/> | canvas | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | management, spaces, ml, canvas, enterpriseSearch, osquery | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | management, spaces, ml, canvas, enterpriseSearch, osquery, home | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | management, enterpriseSearch | - |
| <DocLink id="kibSecurityPluginApi" section="def-public.SecurityPluginStart.uiApi" text="uiApi"/> | enterpriseSearch | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, enterpriseSearch, savedObjectsTagging | - |

View file

@ -3,7 +3,7 @@ id: kibDevDocsDeprecationsByPlugin
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
title: Deprecated API usage by plugin
summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
---
@ -82,16 +82,16 @@ 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), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.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), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context) | - |
| <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"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/application.tsx#:~: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.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"/> | [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), [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), [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), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.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), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context) | - |
| <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"/> | [application.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/application.tsx#:~: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.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), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.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), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context) | - |
| <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) | - |
@ -273,7 +273,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"/> | [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) | - |
| <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 | - |
@ -506,13 +507,13 @@ 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"/> | [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), [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.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-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
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"/> | [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), [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.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"/> | [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), [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.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.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
This is relied on by the reporting feature, and should be removed once reporting

View file

@ -3,7 +3,7 @@ id: kibDevDocsDeprecationsDueByTeam
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
title: Deprecated APIs due to be removed, by team
summary: Lists the teams that are referencing deprecated APIs with a remove by date.
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
---
@ -119,13 +119,13 @@ so TS and code-reference navigation might not highlight them. |
| --------|-------|-----------|-----------|
| 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"/> | [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), [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.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-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
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"/> | [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), [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.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"/> | [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), [elasticsearch_role.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/authorization/roles/elasticsearch_role.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.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
This is relied on by the reporting feature, and should be removed once reporting

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/devTools
title: "devTools"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the devTools plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/discover
title: "discover"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the discover plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
title: "discoverEnhanced"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the discoverEnhanced plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/elastic-apm-synthtrace
title: "@elastic/apm-synthtrace"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @elastic/apm-synthtrace plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@elastic/apm-synthtrace']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/embeddable
title: "embeddable"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the embeddable plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced
title: "embeddableEnhanced"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the embeddableEnhanced plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects
title: "encryptedSavedObjects"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the encryptedSavedObjects plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch
title: "enterpriseSearch"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the enterpriseSearch plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/esUiShared
title: "esUiShared"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the esUiShared plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/eventAnnotation
title: "eventAnnotation"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the eventAnnotation plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/eventLog
title: "eventLog"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the eventLog plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionError
title: "expressionError"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionError plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionGauge
title: "expressionGauge"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionGauge plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap
title: "expressionHeatmap"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionHeatmap plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionImage
title: "expressionImage"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionImage plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis
title: "expressionLegacyMetricVis"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionLegacyMetricVis plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionMetric
title: "expressionMetric"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionMetric plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
title: "expressionMetricVis"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionMetricVis plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
title: "expressionPartitionVis"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionPartitionVis plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
title: "expressionRepeatImage"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionRepeatImage plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
title: "expressionRevealImage"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionRevealImage plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionShape
title: "expressionShape"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionShape plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
title: "expressionTagcloud"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionTagcloud plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionXY
title: "expressionXY"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionXY plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -7953,7 +7953,7 @@
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts"
},
{
"plugin": "canvas",
@ -7961,11 +7961,11 @@
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts"
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts"
},
{
"plugin": "visTypeXy",
@ -11874,10 +11874,6 @@
"path": "src/plugins/expressions/common/service/expressions_services.ts",
"deprecated": true,
"references": [
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/public/application.tsx"
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/server/routes/functions/functions.ts"
@ -18378,7 +18374,7 @@
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts"
},
{
"plugin": "canvas",
@ -18386,11 +18382,11 @@
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts"
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts"
},
{
"plugin": "visTypeXy",
@ -30181,7 +30177,7 @@
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts"
},
{
"plugin": "canvas",
@ -30189,11 +30185,11 @@
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts"
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts"
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts"
},
{
"plugin": "visTypeXy",
@ -31066,10 +31062,6 @@
"path": "src/plugins/expressions/common/service/expressions_services.ts",
"deprecated": true,
"references": [
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/public/application.tsx"
},
{
"plugin": "canvas",
"path": "x-pack/plugins/canvas/server/routes/functions/functions.ts"

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressions
title: "expressions"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressions plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -318,18 +318,18 @@
"deprecated": true,
"removeBy": "8.8.0",
"references": [
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
@ -1552,18 +1552,18 @@
"deprecated": true,
"removeBy": "8.8.0",
"references": [
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
@ -3252,18 +3252,18 @@
"deprecated": true,
"removeBy": "8.8.0",
"references": [
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/authorization/roles/elasticsearch_role.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/features
title: "features"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the features plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/fieldFormats
title: "fieldFormats"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the fieldFormats plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/fileUpload
title: "fileUpload"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the fileUpload plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -11154,7 +11154,7 @@
{
"parentPluginId": "fleet",
"id": "def-common.CreatePackagePolicyRequest.body",
"type": "Object",
"type": "CompoundType",
"tags": [],
"label": "body",
"description": [],
@ -11165,7 +11165,8 @@
"docId": "kibFleetPluginApi",
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
}
},
" & { force?: boolean | undefined; }"
],
"path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts",
"deprecated": false
@ -13831,6 +13832,32 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-common.GetAgentTagsResponse",
"type": "Interface",
"tags": [],
"label": "GetAgentTagsResponse",
"description": [],
"path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-common.GetAgentTagsResponse.items",
"type": "Array",
"tags": [],
"label": "items",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-common.GetCategoriesRequest",
@ -20248,7 +20275,7 @@
"section": "def-common.ValueOf",
"text": "ValueOf"
},
"<{ readonly Active: \"active\"; readonly Inactive: \"inactive\"; }>; name: string; description?: string | undefined; updated_at: string; namespace: string; updated_by: string; is_managed: boolean; is_default?: boolean | undefined; is_default_fleet_server?: boolean | undefined; has_fleet_server?: boolean | undefined; monitoring_enabled?: (\"metrics\" | \"logs\")[] | undefined; unenroll_timeout?: number | undefined; is_preconfigured?: boolean | undefined; data_output_id?: string | null | undefined; monitoring_output_id?: string | null | undefined; download_source_id?: string | null | undefined; package_policies: string[] | ",
"<{ readonly Active: \"active\"; readonly Inactive: \"inactive\"; }>; name: string; namespace: string; description?: string | undefined; updated_at: string; updated_by: string; is_managed: boolean; is_default?: boolean | undefined; is_default_fleet_server?: boolean | undefined; has_fleet_server?: boolean | undefined; monitoring_enabled?: (\"metrics\" | \"logs\")[] | undefined; unenroll_timeout?: number | undefined; is_preconfigured?: boolean | undefined; data_output_id?: string | null | undefined; monitoring_output_id?: string | null | undefined; download_source_id?: string | null | undefined; package_policies: string[] | ",
{
"pluginId": "fleet",
"scope": "common",
@ -22295,7 +22322,7 @@
"label": "PackagePolicySOAttributes",
"description": [],
"signature": [
"{ name: string; package?: ",
"{ name: string; namespace: string; package?: ",
{
"pluginId": "fleet",
"scope": "common",
@ -22303,7 +22330,7 @@
"section": "def-common.PackagePolicyPackage",
"text": "PackagePolicyPackage"
},
" | undefined; description?: string | undefined; enabled: boolean; updated_at: string; namespace: string; created_at: string; created_by: string; updated_by: string; vars?: ",
" | undefined; description?: string | undefined; enabled: boolean; updated_at: string; created_at: string; created_by: string; updated_by: string; vars?: ",
{
"pluginId": "fleet",
"scope": "common",
@ -23225,6 +23252,16 @@
"description": [],
"path": "x-pack/plugins/fleet/common/constants/routes.ts",
"deprecated": false
},
{
"parentPluginId": "fleet",
"id": "def-common.AGENT_API_ROUTES.LIST_TAGS_PATTERN",
"type": "string",
"tags": [],
"label": "LIST_TAGS_PATTERN",
"description": [],
"path": "x-pack/plugins/fleet/common/constants/routes.ts",
"deprecated": false
}
],
"initialIsOpen": false
@ -23972,6 +24009,21 @@
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-common.agentRouteService.getListTagsPath",
"type": "Function",
"tags": [],
"label": "getListTagsPath",
"description": [],
"signature": [
"() => string"
],
"path": "x-pack/plugins/fleet/common/services/routes.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/fleet
title: "fleet"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the fleet plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
@ -18,7 +18,7 @@ Contact [Fleet](https://github.com/orgs/elastic/teams/fleet) for questions regar
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 1537 | 8 | 1405 | 10 |
| 1541 | 8 | 1409 | 10 |
## Client

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/globalSearch
title: "globalSearch"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the globalSearch plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/home
title: "home"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the home plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
title: "indexLifecycleManagement"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the indexLifecycleManagement plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/indexManagement
title: "indexManagement"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the indexManagement plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/infra
title: "infra"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the infra plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/inspector
title: "inspector"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the inspector plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/interactiveSetup
title: "interactiveSetup"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the interactiveSetup plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-ace
title: "@kbn/ace"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/ace plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components
title: "@kbn/aiops-components"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/aiops-components plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils
title: "@kbn/aiops-utils"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/aiops-utils plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-alerts
title: "@kbn/alerts"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/alerts plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics
title: "@kbn/analytics"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/analytics plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client
title: "@kbn/analytics-client"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/analytics-client plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-browser
title: "@kbn/analytics-shippers-elastic-v3-browser"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-browser']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-common
title: "@kbn/analytics-shippers-elastic-v3-common"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/analytics-shippers-elastic-v3-common plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-common']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-server
title: "@kbn/analytics-shippers-elastic-v3-server"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/analytics-shippers-elastic-v3-server plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-server']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-fullstory
title: "@kbn/analytics-shippers-fullstory"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/analytics-shippers-fullstory plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader
title: "@kbn/apm-config-loader"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/apm-config-loader plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils
title: "@kbn/apm-utils"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/apm-utils plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config
title: "@kbn/axe-config"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/axe-config plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-bazel-packages
title: "@kbn/bazel-packages"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/bazel-packages plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bazel-packages']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core
title: "@kbn/ci-stats-core"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/ci-stats-core plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics
title: "@kbn/ci-stats-performance-metrics"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/ci-stats-performance-metrics plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter
title: "@kbn/ci-stats-reporter"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/ci-stats-reporter plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode
title: "@kbn/cli-dev-mode"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/cli-dev-mode plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-coloring
title: "@kbn/coloring"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/coloring plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

View file

@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-config
title: "@kbn/config"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the @kbn/config plugin
date: 2022-07-21
date: 2022-07-23
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

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