mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[api-docs] Daily api_docs build (#137145)
This commit is contained in:
parent
4227348b95
commit
0d3c40c04b
352 changed files with 5479 additions and 9725 deletions
|
@ -965,7 +965,7 @@
|
|||
"label": "listTypes",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"(featureId?: string | undefined) => ",
|
||||
{
|
||||
"pluginId": "actions",
|
||||
"scope": "common",
|
||||
|
@ -978,7 +978,21 @@
|
|||
"path": "x-pack/plugins/actions/server/types.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-server.ActionsApiRequestHandlerContext.listTypes.$1",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "featureId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/server/action_type_registry.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1100,6 +1114,19 @@
|
|||
"path": "x-pack/plugins/actions/server/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-server.ActionType.supportedFeatureIds",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "supportedFeatureIds",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/server/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-server.ActionType.validate",
|
||||
|
@ -1783,7 +1810,7 @@
|
|||
"section": "def-server.RunNowResult",
|
||||
"text": "RunNowResult"
|
||||
},
|
||||
">; listTypes: () => Promise<",
|
||||
">; listTypes: (featureId?: string | undefined) => Promise<",
|
||||
{
|
||||
"pluginId": "actions",
|
||||
"scope": "common",
|
||||
|
@ -2451,6 +2478,37 @@
|
|||
"common": {
|
||||
"classes": [],
|
||||
"functions": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.areValidFeatures",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "areValidFeatures",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(ids: string[]) => boolean"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.areValidFeatures.$1",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "ids",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.buildAlertHistoryDocument",
|
||||
|
@ -2482,6 +2540,37 @@
|
|||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.getConnectorFeatureName",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getConnectorFeatureName",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(id: string) => string"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.getConnectorFeatureName.$1",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.hasMustacheTemplate",
|
||||
|
@ -2911,6 +3000,19 @@
|
|||
],
|
||||
"path": "x-pack/plugins/actions/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.ActionType.supportedFeatureIds",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "supportedFeatureIds",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -3286,6 +3388,20 @@
|
|||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.AlertingConnectorFeatureId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "AlertingConnectorFeatureId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"alerting\""
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.AsApiContract",
|
||||
|
@ -3314,6 +3430,20 @@
|
|||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.CasesConnectorFeatureId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "CasesConnectorFeatureId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"cases\""
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.DEFAULT_ALERTS_GROUPING_KEY",
|
||||
|
@ -3440,6 +3570,20 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.SecurityConnectorFeatureId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "SecurityConnectorFeatureId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"siem\""
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.ServiceNowITOMActionTypeId",
|
||||
|
@ -3531,9 +3675,89 @@
|
|||
"path": "x-pack/plugins/actions/common/servicenow_config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.UptimeConnectorFeatureId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "UptimeConnectorFeatureId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"uptime\""
|
||||
],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.AlertingConnectorFeature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "AlertingConnectorFeature",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.AlertingConnectorFeature.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.AlertingConnectorFeature.name",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.CasesConnectorFeature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "CasesConnectorFeature",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.CasesConnectorFeature.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.CasesConnectorFeature.name",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.MustacheInEmailRegExp",
|
||||
|
@ -3548,6 +3772,39 @@
|
|||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.SecuritySolutionFeature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "SecuritySolutionFeature",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.SecuritySolutionFeature.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.SecuritySolutionFeature.name",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.snExternalServiceConfig",
|
||||
|
@ -3775,6 +4032,39 @@
|
|||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.UptimeConnectorFeature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "UptimeConnectorFeature",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.UptimeConnectorFeature.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
"id": "def-common.UptimeConnectorFeature.name",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
@ -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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 241 | 0 | 236 | 19 |
|
||||
| 264 | 0 | 259 | 19 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -737,7 +737,9 @@
|
|||
"signature": [
|
||||
"(xInterval?: number | undefined, domainStart?: number | undefined, domainEnd?: number | undefined, formatter?: ((v: any) => string) | undefined, renderValue?: boolean) => (headerData: ",
|
||||
"TooltipValue",
|
||||
"<any>) => string | JSX.Element"
|
||||
"<any, ",
|
||||
"SeriesIdentifier",
|
||||
">) => string | JSX.Element"
|
||||
],
|
||||
"path": "src/plugins/charts/public/static/components/endzones.tsx",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -1050,7 +1050,10 @@
|
|||
"description": [
|
||||
"\nThe read-only set of capabilities available for the current UI session.\nCapabilities are simple key-value pairs of (string, boolean), where the string denotes the capability ID,\nand the boolean is a flag indicating if the capability is enabled or disabled.\n"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"signature": [
|
||||
"Capabilities"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1065,7 +1068,7 @@
|
|||
"signature": [
|
||||
"{ [x: string]: boolean; }"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1080,7 +1083,7 @@
|
|||
"signature": [
|
||||
"{ [sectionId: string]: Record<string, boolean>; }"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1095,7 +1098,7 @@
|
|||
"signature": [
|
||||
"{ [x: string]: boolean; }"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1110,7 +1113,7 @@
|
|||
"signature": [
|
||||
"[key: string]: Record<string, boolean | Record<string, boolean>>"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -9492,7 +9495,7 @@
|
|||
"label": "KibanaExecutionContext",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; child?: ",
|
||||
"{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; child?: ",
|
||||
"KibanaExecutionContext",
|
||||
" | undefined; }"
|
||||
],
|
||||
|
@ -10334,7 +10337,15 @@
|
|||
"tags": [],
|
||||
"label": "EventLoopDelaysMonitor",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/event_loop_delays/event_loop_delays_monitor.ts",
|
||||
"signature": [
|
||||
"EventLoopDelaysMonitor",
|
||||
" implements ",
|
||||
"IEventLoopDelaysMonitor",
|
||||
"<",
|
||||
"IntervalHistogram",
|
||||
">"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-collectors-server-internal/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -10349,7 +10360,7 @@
|
|||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"path": "src/core/server/metrics/event_loop_delays/event_loop_delays_monitor.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-collectors-server-internal/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -10361,19 +10372,13 @@
|
|||
"tags": [],
|
||||
"label": "collect",
|
||||
"description": [
|
||||
"\nCollect gathers event loop delays metrics from nodejs perf_hooks.monitorEventLoopDelay\nthe histogram calculations start from the last time `reset` was called or this\nEventLoopDelaysMonitor instance was created.\n\nReturns metrics in milliseconds."
|
||||
"\nCollect gathers event loop delays metrics from nodejs perf_hooks.monitorEventLoopDelay\nthe histogram calculations start from the last time `reset` was called or this\nEventLoopDelaysMonitor instance was created.\n\nReturns metrics in milliseconds.\n "
|
||||
],
|
||||
"signature": [
|
||||
"() => ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.IntervalHistogram",
|
||||
"text": "IntervalHistogram"
|
||||
}
|
||||
"IntervalHistogram"
|
||||
],
|
||||
"path": "src/core/server/metrics/event_loop_delays/event_loop_delays_monitor.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-collectors-server-internal/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -10390,7 +10395,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"path": "src/core/server/metrics/event_loop_delays/event_loop_delays_monitor.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-collectors-server-internal/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -10407,7 +10412,7 @@
|
|||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"path": "src/core/server/metrics/event_loop_delays/event_loop_delays_monitor.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-collectors-server-internal/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -11393,7 +11398,10 @@
|
|||
"description": [
|
||||
"\nThe read-only set of capabilities available for the current UI session.\nCapabilities are simple key-value pairs of (string, boolean), where the string denotes the capability ID,\nand the boolean is a flag indicating if the capability is enabled or disabled.\n"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"signature": [
|
||||
"Capabilities"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11408,7 +11416,7 @@
|
|||
"signature": [
|
||||
"{ [x: string]: boolean; }"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -11423,7 +11431,7 @@
|
|||
"signature": [
|
||||
"{ [sectionId: string]: Record<string, boolean>; }"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -11438,7 +11446,7 @@
|
|||
"signature": [
|
||||
"{ [x: string]: boolean; }"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -11453,7 +11461,7 @@
|
|||
"signature": [
|
||||
"[key: string]: Record<string, boolean | Record<string, boolean>>"
|
||||
],
|
||||
"path": "src/core/types/capabilities.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-common/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -11468,7 +11476,10 @@
|
|||
"description": [
|
||||
"\nAPIs to manage the {@link Capabilities} that will be used by the application.\n\nPlugins relying on capabilities to toggle some of their features should register them during the setup phase\nusing the `registerProvider` method.\n\nPlugins having the responsibility to restrict capabilities depending on a given context should register\ntheir capabilities switcher using the `registerSwitcher` method.\n\nRefers to the methods documentation for complete description and examples.\n"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"signature": [
|
||||
"CapabilitiesSetup"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11482,16 +11493,10 @@
|
|||
],
|
||||
"signature": [
|
||||
"(provider: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.CapabilitiesProvider",
|
||||
"text": "CapabilitiesProvider"
|
||||
},
|
||||
"CapabilitiesProvider",
|
||||
") => void"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11502,15 +11507,9 @@
|
|||
"label": "provider",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.CapabilitiesProvider",
|
||||
"text": "CapabilitiesProvider"
|
||||
}
|
||||
"CapabilitiesProvider"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -11528,16 +11527,10 @@
|
|||
],
|
||||
"signature": [
|
||||
"(switcher: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.CapabilitiesSwitcher",
|
||||
"text": "CapabilitiesSwitcher"
|
||||
},
|
||||
"CapabilitiesSwitcher",
|
||||
") => void"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11548,15 +11541,9 @@
|
|||
"label": "switcher",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.CapabilitiesSwitcher",
|
||||
"text": "CapabilitiesSwitcher"
|
||||
}
|
||||
"CapabilitiesSwitcher"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
|
@ -11575,7 +11562,10 @@
|
|||
"description": [
|
||||
"\nAPIs to access the application {@link Capabilities}.\n"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"signature": [
|
||||
"CapabilitiesStart"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11591,18 +11581,12 @@
|
|||
"(request: ",
|
||||
"KibanaRequest",
|
||||
"<unknown, unknown, unknown, any>, options?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.ResolveCapabilitiesOptions",
|
||||
"text": "ResolveCapabilitiesOptions"
|
||||
},
|
||||
"ResolveCapabilitiesOptions",
|
||||
" | undefined) => Promise<",
|
||||
"Capabilities",
|
||||
">"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11616,7 +11600,7 @@
|
|||
"KibanaRequest",
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
},
|
||||
|
@ -11628,16 +11612,10 @@
|
|||
"label": "options",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.ResolveCapabilitiesOptions",
|
||||
"text": "ResolveCapabilitiesOptions"
|
||||
},
|
||||
"ResolveCapabilitiesOptions",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
}
|
||||
|
@ -12384,13 +12362,7 @@
|
|||
"{@link CapabilitiesSetup}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.CapabilitiesSetup",
|
||||
"text": "CapabilitiesSetup"
|
||||
}
|
||||
"CapabilitiesSetup"
|
||||
],
|
||||
"path": "src/core/server/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -12518,13 +12490,7 @@
|
|||
"{@link MetricsServiceSetup}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.MetricsServiceSetup",
|
||||
"text": "MetricsServiceSetup"
|
||||
}
|
||||
"MetricsServiceSetup"
|
||||
],
|
||||
"path": "src/core/server/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -12684,13 +12650,7 @@
|
|||
"{@link CapabilitiesStart}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.CapabilitiesStart",
|
||||
"text": "CapabilitiesStart"
|
||||
}
|
||||
"CapabilitiesStart"
|
||||
],
|
||||
"path": "src/core/server/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -12765,13 +12725,7 @@
|
|||
"{@link MetricsServiceStart}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.MetricsServiceSetup",
|
||||
"text": "MetricsServiceSetup"
|
||||
}
|
||||
"MetricsServiceSetup"
|
||||
],
|
||||
"path": "src/core/server/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -17612,6 +17566,76 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.IEventLoopDelaysMonitor",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "IEventLoopDelaysMonitor",
|
||||
"description": [
|
||||
"\nCreating a new instance from EventLoopDelaysMonitor will\nautomatically start tracking event loop delays.\nSee {@link IntervalHistogram}"
|
||||
],
|
||||
"signature": [
|
||||
"IEventLoopDelaysMonitor",
|
||||
"<T>"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.IEventLoopDelaysMonitor.collect",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "collect",
|
||||
"description": [
|
||||
"\nCollect gathers event loop delays metrics from nodejs perf_hooks.monitorEventLoopDelay\nthe histogram calculations start from the last time `reset` was called or this\nEventLoopDelaysMonitor instance was created.\n\nReturns metrics in milliseconds.\n "
|
||||
],
|
||||
"signature": [
|
||||
"() => T"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.IEventLoopDelaysMonitor.reset",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "reset",
|
||||
"description": [
|
||||
"\nResets the collected histogram data."
|
||||
],
|
||||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.IEventLoopDelaysMonitor.stop",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "stop",
|
||||
"description": [
|
||||
"\nDisables updating the interval timer for collecting new data points."
|
||||
],
|
||||
"signature": [
|
||||
"() => void"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.IExecutionContextContainer",
|
||||
|
@ -18061,7 +18085,10 @@
|
|||
"description": [
|
||||
"\nan IntervalHistogram object that samples and reports the event loop delay over time.\nThe delays will be reported in milliseconds.\n"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"signature": [
|
||||
"IntervalHistogram"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -18071,7 +18098,7 @@
|
|||
"tags": [],
|
||||
"label": "fromTimestamp",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18081,7 +18108,7 @@
|
|||
"tags": [],
|
||||
"label": "lastUpdatedAt",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18091,7 +18118,7 @@
|
|||
"tags": [],
|
||||
"label": "min",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18101,7 +18128,7 @@
|
|||
"tags": [],
|
||||
"label": "max",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18111,7 +18138,7 @@
|
|||
"tags": [],
|
||||
"label": "mean",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18121,7 +18148,7 @@
|
|||
"tags": [],
|
||||
"label": "exceeds",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18131,7 +18158,7 @@
|
|||
"tags": [],
|
||||
"label": "stddev",
|
||||
"description": [],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -18144,7 +18171,7 @@
|
|||
"signature": [
|
||||
"{ 50: number; 75: number; 95: number; 99: number; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -22645,7 +22672,10 @@
|
|||
"description": [
|
||||
"\nAPIs to retrieves metrics gathered and exposed by the core platform.\n"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"signature": [
|
||||
"MetricsServiceSetup"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -22657,7 +22687,7 @@
|
|||
"description": [
|
||||
"Interval metrics are collected in milliseconds"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -22673,16 +22703,10 @@
|
|||
"() => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.OpsMetrics",
|
||||
"text": "OpsMetrics"
|
||||
},
|
||||
"OpsMetrics",
|
||||
">"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
|
@ -23196,7 +23220,10 @@
|
|||
"description": [
|
||||
"\nRegroups metrics gathered by all the collectors.\nThis contains metrics about the os/runtime, the kibana process and the http server.\n"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"signature": [
|
||||
"OpsMetrics"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -23211,7 +23238,7 @@
|
|||
"signature": [
|
||||
"Date"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23226,15 +23253,9 @@
|
|||
"\nProcess related metrics."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.OpsProcessMetrics",
|
||||
"text": "OpsProcessMetrics"
|
||||
}
|
||||
"OpsProcessMetrics"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": true,
|
||||
"removeBy": "8.8.0",
|
||||
"references": [
|
||||
|
@ -23245,6 +23266,18 @@
|
|||
{
|
||||
"plugin": "kibanaUsageCollection",
|
||||
"path": "src/plugins/kibana_usage_collection/server/collectors/ops_stats/ops_stats_collector.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-metrics-server-internal",
|
||||
"path": "packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-metrics-server-internal",
|
||||
"path": "packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-metrics-server-internal",
|
||||
"path": "packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -23258,16 +23291,10 @@
|
|||
"Process related metrics. Reports an array of objects for each kibana pid."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.OpsProcessMetrics",
|
||||
"text": "OpsProcessMetrics"
|
||||
},
|
||||
"OpsProcessMetrics",
|
||||
"[]"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23280,15 +23307,9 @@
|
|||
"OS related metrics"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.OpsOsMetrics",
|
||||
"text": "OpsOsMetrics"
|
||||
}
|
||||
"OpsOsMetrics"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23303,7 +23324,7 @@
|
|||
"signature": [
|
||||
"{ avg_in_millis: number; max_in_millis: number; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23318,7 +23339,7 @@
|
|||
"signature": [
|
||||
"{ disconnects: number; total: number; statusCodes: Record<number, number>; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23330,7 +23351,7 @@
|
|||
"description": [
|
||||
"number of current concurrent connections to the server"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -23345,7 +23366,10 @@
|
|||
"description": [
|
||||
"\nOS related metrics"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"signature": [
|
||||
"OpsOsMetrics"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -23360,7 +23384,7 @@
|
|||
"signature": [
|
||||
"\"linux\" | \"aix\" | \"android\" | \"darwin\" | \"freebsd\" | \"haiku\" | \"openbsd\" | \"sunos\" | \"win32\" | \"cygwin\" | \"netbsd\""
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23372,7 +23396,7 @@
|
|||
"description": [
|
||||
"The os platform release, prefixed by the platform name"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23387,7 +23411,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23402,7 +23426,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23417,7 +23441,7 @@
|
|||
"signature": [
|
||||
"{ '1m': number; '5m': number; '15m': number; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23432,7 +23456,7 @@
|
|||
"signature": [
|
||||
"{ total_in_bytes: number; free_in_bytes: number; used_in_bytes: number; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23444,7 +23468,7 @@
|
|||
"description": [
|
||||
"the OS uptime"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23459,7 +23483,7 @@
|
|||
"signature": [
|
||||
"{ control_group: string; usage_nanos: number; } | undefined"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23474,7 +23498,7 @@
|
|||
"signature": [
|
||||
"{ control_group: string; cfs_period_micros: number; cfs_quota_micros: number; stat: { number_of_elapsed_periods: number; number_of_times_throttled: number; time_throttled_nanos: number; }; } | undefined"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -23489,7 +23513,10 @@
|
|||
"description": [
|
||||
"\nProcess related metrics"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"signature": [
|
||||
"OpsProcessMetrics"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -23501,7 +23528,7 @@
|
|||
"description": [
|
||||
"pid of the kibana process"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23516,7 +23543,7 @@
|
|||
"signature": [
|
||||
"{ heap: { total_in_bytes: number; used_in_bytes: number; size_limit: number; }; resident_set_size_in_bytes: number; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23528,7 +23555,7 @@
|
|||
"description": [
|
||||
"mean event loop delay since last collection"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23541,15 +23568,9 @@
|
|||
"node event loop delay histogram since last collection"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.IntervalHistogram",
|
||||
"text": "IntervalHistogram"
|
||||
}
|
||||
"IntervalHistogram"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23561,7 +23582,7 @@
|
|||
"description": [
|
||||
"uptime of the kibana process"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -23576,7 +23597,10 @@
|
|||
"description": [
|
||||
"\nserver related metrics"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"signature": [
|
||||
"OpsServerMetrics"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -23591,7 +23615,7 @@
|
|||
"signature": [
|
||||
"{ avg_in_millis: number; max_in_millis: number; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23606,7 +23630,7 @@
|
|||
"signature": [
|
||||
"{ disconnects: number; total: number; statusCodes: Record<number, number>; }"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -23618,7 +23642,7 @@
|
|||
"description": [
|
||||
"number of current concurrent connections to the server"
|
||||
],
|
||||
"path": "src/core/server/metrics/collectors/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -25815,7 +25839,10 @@
|
|||
"description": [
|
||||
"\nDefines a set of additional options for the `resolveCapabilities` method of {@link CapabilitiesStart}.\n"
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"signature": [
|
||||
"ResolveCapabilitiesOptions"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -25827,7 +25854,7 @@
|
|||
"description": [
|
||||
"\nIndicates if capability switchers are supposed to return a default set of capabilities."
|
||||
],
|
||||
"path": "src/core/server/capabilities/capabilities_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -28210,7 +28237,7 @@
|
|||
"Capabilities",
|
||||
">"
|
||||
],
|
||||
"path": "src/core/server/capabilities/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [],
|
||||
|
@ -28230,13 +28257,13 @@
|
|||
"KibanaRequest",
|
||||
"<unknown, unknown, unknown, any>, uiCapabilities: ",
|
||||
"Capabilities",
|
||||
", useDefaultCapabilities: boolean) => Partial<",
|
||||
"Capabilities",
|
||||
"> | Promise<Partial<",
|
||||
", useDefaultCapabilities: boolean) => ",
|
||||
"MaybePromise",
|
||||
"<Partial<",
|
||||
"Capabilities",
|
||||
">>"
|
||||
],
|
||||
"path": "src/core/server/capabilities/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
|
@ -28251,7 +28278,7 @@
|
|||
"KibanaRequest",
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"path": "src/core/server/capabilities/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -28264,7 +28291,7 @@
|
|||
"signature": [
|
||||
"Capabilities"
|
||||
],
|
||||
"path": "src/core/server/capabilities/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -28274,7 +28301,7 @@
|
|||
"tags": [],
|
||||
"label": "useDefaultCapabilities",
|
||||
"description": [],
|
||||
"path": "src/core/server/capabilities/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-capabilities-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -30305,7 +30332,7 @@
|
|||
"label": "KibanaExecutionContext",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; child?: ",
|
||||
"{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; child?: ",
|
||||
"KibanaExecutionContext",
|
||||
" | undefined; }"
|
||||
],
|
||||
|
@ -30539,15 +30566,9 @@
|
|||
"\n{@inheritdoc MetricsServiceSetup}\n"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.MetricsServiceSetup",
|
||||
"text": "MetricsServiceSetup"
|
||||
}
|
||||
"MetricsServiceSetup"
|
||||
],
|
||||
"path": "src/core/server/metrics/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-metrics-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2470 | 5 | 664 | 17 |
|
||||
| 2474 | 5 | 648 | 16 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2470 | 5 | 664 | 17 |
|
||||
| 2474 | 5 | 648 | 16 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2470 | 5 | 664 | 17 |
|
||||
| 2474 | 5 | 648 | 16 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -11644,17 +11644,17 @@
|
|||
"deprecated": true,
|
||||
"removeBy": "8.8.0",
|
||||
"references": [
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "maps",
|
||||
"path": "x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2470 | 5 | 664 | 17 |
|
||||
| 2474 | 5 | 648 | 16 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
---
|
||||
|
@ -71,8 +71,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | securitySolution | 8.8.0 |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss, visualizations, dashboard, lens | 8.8.0 |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.SavedObjectClass" text="SavedObjectClass"/> | dashboard | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | dashboard, maps | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | monitoring, kibanaUsageCollection | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | maps, dashboard | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | monitoring, kibanaUsageCollection, @kbn/core-metrics-server-internal | 8.8.0 |
|
||||
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | cloud, apm | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | security, licenseManagement, ml, apm, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | management, fleet, security, kibanaOverview | 8.8.0 |
|
||||
|
@ -139,4 +139,5 @@ Safe to remove.
|
|||
| <DocLink id="kibKbnCoreHttpBrowserPluginApi" section="def-common.IHttpFetchError.res" text="res"/> | @kbn/core-http-browser |
|
||||
| <DocLink id="kibKbnCoreInjectedMetadataBrowserPluginApi" section="def-common.InjectedMetadataStart" text="InjectedMetadataStart"/> | @kbn/core-injected-metadata-browser |
|
||||
| <DocLink id="kibKbnCoreInjectedMetadataBrowserPluginApi" section="def-common.InjectedMetadataSetup" text="InjectedMetadataSetup"/> | @kbn/core-injected-metadata-browser |
|
||||
| <DocLink id="kibKbnCoreMetricsServerPluginApi" section="def-server.OpsMetrics.process" text="process"/> | @kbn/core-metrics-server |
|
||||
| <DocLink id="kibKbnCoreUiSettingsCommonPluginApi" section="def-common.UiSettingsParams.metric" text="metric"/> | @kbn/core-ui-settings-common |
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
---
|
||||
|
@ -32,6 +32,14 @@ so TS and code-reference navigation might not highlight them. |
|
|||
|
||||
|
||||
|
||||
## @kbn/core-metrics-server-internal
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_metrics_collector.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts#:~:text=process), [get_ops_metrics_log.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts#:~:text=process), [get_ops_metrics_log.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts#:~:text=process) | 8.8.0 |
|
||||
|
||||
|
||||
|
||||
## actions
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
|
@ -86,7 +94,7 @@ so TS and code-reference navigation might not highlight them. |
|
|||
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunction" text="getFunction"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getTypes" text="getTypes"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-common.Render" text="Render"/> | [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.Render" text="Render"/> | [markdown.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [timefilterControl.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#:~:text=Render), [timefilterControl.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render)+ 2 more | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionFunctionDefinition.context" text="context"/> | [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunction" text="getFunction"/> | [setup_expressions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionsServiceSetup.getFunctions" text="getFunctions"/> | [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - |
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
---
|
||||
|
@ -201,4 +201,5 @@ so TS and code-reference navigation might not highlight them. |
|
|||
| @kbn/core-http-browser-internal | <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.res" text="res"/> | [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res), [http_fetch_error.ts](https://github.com/elastic/kibana/tree/master/packages/core/http/core-http-browser-internal/src/http_fetch_error.ts#:~:text=res) | 8.8.0
|
||||
|
||||
Note to maintainers: when looking at usages, mind that typical use could be inside a `catch` block,
|
||||
so TS and code-reference navigation might not highlight them. |
|
||||
so TS and code-reference navigation might not highlight them. |
|
||||
| @kbn/core-metrics-server-internal | <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | [ops_metrics_collector.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/ops_metrics_collector.ts#:~:text=process), [get_ops_metrics_log.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.ts#:~:text=process), [get_ops_metrics_log.test.ts](https://github.com/elastic/kibana/tree/master/packages/core/metrics/core-metrics-server-internal/src/logging/get_ops_metrics_log.test.ts#:~:text=process) | 8.8.0 |
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -3532,7 +3532,7 @@
|
|||
"id": "def-public.ExpressionRenderHandler.Unnamed.$2",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "{\n onRenderError,\n renderMode,\n syncColors,\n syncTooltips,\n interactive,\n hasCompatibleActions = async () => false,\n }",
|
||||
"label": "{\n onRenderError,\n renderMode,\n syncColors,\n syncTooltips,\n interactive,\n hasCompatibleActions = async () => false,\n executionContext,\n }",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ExpressionRenderHandlerParams"
|
||||
|
@ -10465,6 +10465,23 @@
|
|||
],
|
||||
"path": "src/plugins/expressions/common/expression_renderers/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressions",
|
||||
"id": "def-public.IInterpreterRenderHandlers.getExecutionContext",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getExecutionContext",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"KibanaExecutionContext",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/plugins/expressions/common/expression_renderers/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -19677,6 +19694,23 @@
|
|||
],
|
||||
"path": "src/plugins/expressions/common/expression_renderers/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressions",
|
||||
"id": "def-server.IInterpreterRenderHandlers.getExecutionContext",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getExecutionContext",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"KibanaExecutionContext",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/plugins/expressions/common/expression_renderers/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -32798,6 +32832,23 @@
|
|||
],
|
||||
"path": "src/plugins/expressions/common/expression_renderers/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressions",
|
||||
"id": "def-common.IInterpreterRenderHandlers.getExecutionContext",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getExecutionContext",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"KibanaExecutionContext",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/plugins/expressions/common/expression_renderers/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -34817,14 +34868,6 @@
|
|||
"path": "src/plugins/expressions/common/expression_types/specs/render.ts",
|
||||
"deprecated": true,
|
||||
"references": [
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/types/state.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/types/state.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts"
|
||||
|
@ -34833,6 +34876,14 @@
|
|||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/types/state.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/types/state.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts"
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
@ -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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2180 | 17 | 1726 | 5 |
|
||||
| 2183 | 17 | 1729 | 5 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1126,7 +1126,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2721,7 +2721,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2954,7 +2954,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2989,7 +2989,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
"deprecated": false
|
||||
|
@ -3010,7 +3010,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; ui: readonly string[]; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 1541 | 8 | 1409 | 10 |
|
||||
| 953 | 3 | 858 | 9 |
|
||||
|
||||
## Client
|
||||
|
||||
|
@ -68,9 +68,6 @@ Contact [Fleet](https://github.com/orgs/elastic/teams/fleet) for questions regar
|
|||
### Functions
|
||||
<DocDefinitionList data={fleetObj.common.functions}/>
|
||||
|
||||
### Classes
|
||||
<DocDefinitionList data={fleetObj.common.classes}/>
|
||||
|
||||
### Interfaces
|
||||
<DocDefinitionList data={fleetObj.common.interfaces}/>
|
||||
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -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-25
|
||||
date: 2022-07-26
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks
|
|||
title: "@kbn/config-mocks"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/config-mocks plugin
|
||||
date: 2022-07-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks']
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema
|
|||
title: "@kbn/config-schema"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/config-schema plugin
|
||||
date: 2022-07-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema']
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser
|
|||
title: "@kbn/core-analytics-browser"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/core-analytics-browser plugin
|
||||
date: 2022-07-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-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.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal
|
|||
title: "@kbn/core-analytics-browser-internal"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/core-analytics-browser-internal plugin
|
||||
date: 2022-07-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal']
|
||||
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.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks
|
|||
title: "@kbn/core-analytics-browser-mocks"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/core-analytics-browser-mocks plugin
|
||||
date: 2022-07-25
|
||||
date: 2022-07-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks']
|
||||
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
Loading…
Add table
Add a link
Reference in a new issue