mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[api-docs] 2022-11-16 Daily api_docs build (#145320)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/158
This commit is contained in:
parent
528486f2af
commit
9ec981402f
460 changed files with 2028 additions and 1383 deletions
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
|
|||
title: "actions"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the actions plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
|
||||
---
|
||||
import actionsObj from './actions.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
|
|||
title: "advancedSettings"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the advancedSettings plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
|
||||
---
|
||||
import advancedSettingsObj from './advanced_settings.devdocs.json';
|
||||
|
|
|
@ -3,6 +3,47 @@
|
|||
"client": {
|
||||
"classes": [],
|
||||
"functions": [
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-public.ChangePointDetection",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "ChangePointDetection",
|
||||
"description": [
|
||||
"\nLazy-wrapped LogCategorizationAppStateProps React component"
|
||||
],
|
||||
"signature": [
|
||||
"(props: React.PropsWithChildren<",
|
||||
"LogCategorizationAppStateProps",
|
||||
">) => JSX.Element"
|
||||
],
|
||||
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-public.ChangePointDetection.$1",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [
|
||||
"- properties specifying the data on which to run the analysis."
|
||||
],
|
||||
"signature": [
|
||||
"React.PropsWithChildren<",
|
||||
"LogCategorizationAppStateProps",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-public.ExplainLogRateSpikes",
|
||||
|
@ -154,6 +195,21 @@
|
|||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-common.CHANGE_POINT_DETECTION_ENABLED",
|
||||
"type": "boolean",
|
||||
"tags": [],
|
||||
"label": "CHANGE_POINT_DETECTION_ENABLED",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"false"
|
||||
],
|
||||
"path": "x-pack/plugins/aiops/common/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-common.PLUGIN_ID",
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
|
|||
title: "aiops"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the aiops plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
|
||||
---
|
||||
import aiopsObj from './aiops.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for q
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 9 | 0 | 0 | 2 |
|
||||
| 12 | 0 | 1 | 2 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -2994,7 +2994,23 @@
|
|||
"section": "def-common.ResolvedSanitizedRule",
|
||||
"text": "ResolvedSanitizedRule"
|
||||
},
|
||||
"<Params>>; enable: ({ id }: { id: string; }) => Promise<void>; disable: ({ id }: { id: string; }) => Promise<void>; muteAll: ({ id }: { id: string; }) => Promise<void>; getAlertState: ({ id }: { id: string; }) => Promise<void | { alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }>; getAlertSummary: ({ id, dateStart, numberOfExecutions, }: ",
|
||||
"<Params>>; enable: ({ id }: { id: string; }) => Promise<void>; disable: ({ id }: { id: string; }) => Promise<void>; clone: <Params extends ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.RuleTypeParams",
|
||||
"text": "RuleTypeParams"
|
||||
},
|
||||
" = never>(id: string, { newId }: { newId?: string | undefined; }) => Promise<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.SanitizedRule",
|
||||
"text": "SanitizedRule"
|
||||
},
|
||||
"<Params>>; muteAll: ({ id }: { id: string; }) => Promise<void>; getAlertState: ({ id }: { id: string; }) => Promise<void | { alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }>; getAlertSummary: ({ id, dateStart, numberOfExecutions, }: ",
|
||||
"GetAlertSummaryParams",
|
||||
") => Promise<",
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
|
|||
title: "alerting"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the alerting plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
|
||||
---
|
||||
import alertingObj from './alerting.devdocs.json';
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
|
|||
title: "apm"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the apm plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
|
||||
---
|
||||
import apmObj from './apm.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions reg
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 41 | 0 | 41 | 58 |
|
||||
| 41 | 0 | 41 | 57 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
|
|||
title: "banners"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the banners plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
|
||||
---
|
||||
import bannersObj from './banners.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
|
|||
title: "bfetch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the bfetch plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
|
||||
---
|
||||
import bfetchObj from './bfetch.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
|
|||
title: "canvas"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the canvas plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
|
||||
---
|
||||
import canvasObj from './canvas.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases
|
|||
title: "cases"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cases plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
|
||||
---
|
||||
import casesObj from './cases.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts
|
|||
title: "charts"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the charts plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
|
||||
---
|
||||
import chartsObj from './charts.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud
|
|||
title: "cloud"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloud plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
|
||||
---
|
||||
import cloudObj from './cloud.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChat
|
|||
title: "cloudChat"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudChat plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChat']
|
||||
---
|
||||
import cloudChatObj from './cloud_chat.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments
|
|||
title: "cloudExperiments"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudExperiments plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments']
|
||||
---
|
||||
import cloudExperimentsObj from './cloud_experiments.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
|
|||
title: "cloudSecurityPosture"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudSecurityPosture plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
|
||||
---
|
||||
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console
|
|||
title: "console"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the console plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
|
||||
---
|
||||
import consoleObj from './console.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls
|
|||
title: "controls"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the controls plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
|
||||
---
|
||||
import controlsObj from './controls.devdocs.json';
|
||||
|
|
|
@ -7860,12 +7860,12 @@
|
|||
"path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/analytics/analytics_service.ts"
|
||||
"plugin": "@kbn/core-root-server-internal",
|
||||
"path": "packages/core/root/core-root-server-internal/src/server.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/fleet_usage_sender.ts"
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/analytics/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
|
@ -7875,6 +7875,10 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/analytics/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/fleet_usage_sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
|
@ -12822,22 +12826,6 @@
|
|||
"plugin": "embeddable",
|
||||
"path": "src/plugins/embeddable/public/types.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visualizations",
|
||||
"path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts"
|
||||
|
@ -12918,6 +12906,22 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/dashboard_saved_object/lib/load_dashboard_state_from_saved_object.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/hooks/use_find_saved_object.tsx"
|
||||
|
@ -13182,10 +13186,6 @@
|
|||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/types.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/types.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts"
|
||||
|
@ -13290,14 +13290,6 @@
|
|||
"plugin": "savedSearch",
|
||||
"path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visualizations",
|
||||
"path": "src/plugins/visualizations/common/types.ts"
|
||||
|
@ -13338,6 +13330,14 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/common/persistable_state/dashboard_saved_object_references.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts"
|
||||
|
@ -31157,12 +31157,12 @@
|
|||
"path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/analytics/analytics_service.ts"
|
||||
"plugin": "@kbn/core-root-server-internal",
|
||||
"path": "packages/core/root/core-root-server-internal/src/server.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/fleet_usage_sender.ts"
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/analytics/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
|
@ -31172,6 +31172,10 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/analytics/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/fleet_usage_sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
|
@ -47167,22 +47171,6 @@
|
|||
"plugin": "embeddable",
|
||||
"path": "src/plugins/embeddable/public/types.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visualizations",
|
||||
"path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts"
|
||||
|
@ -47263,6 +47251,22 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/dashboard_saved_object/lib/load_dashboard_state_from_saved_object.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/epm.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/common/types/models/settings.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/hooks/use_find_saved_object.tsx"
|
||||
|
@ -47527,10 +47531,6 @@
|
|||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/types.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/types.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts"
|
||||
|
@ -47635,14 +47635,6 @@
|
|||
"plugin": "savedSearch",
|
||||
"path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visualizations",
|
||||
"path": "src/plugins/visualizations/common/types.ts"
|
||||
|
@ -47683,6 +47675,14 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/common/persistable_state/dashboard_saved_object_references.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/common/types/modules.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts"
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/core
|
|||
title: "core"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the core plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core']
|
||||
---
|
||||
import coreObj from './core.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations
|
|||
title: "customIntegrations"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the customIntegrations plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
|
||||
---
|
||||
import customIntegrationsObj from './custom_integrations.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard
|
|||
title: "dashboard"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dashboard plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
|
||||
---
|
||||
import dashboardObj from './dashboard.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
|
|||
title: "dashboardEnhanced"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dashboardEnhanced plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
|
||||
---
|
||||
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
|
||||
|
|
|
@ -13147,6 +13147,26 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
|
@ -13187,26 +13207,6 @@
|
|||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/utils/observability_data_views/observability_data_views.ts"
|
||||
|
@ -20841,6 +20841,26 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
|
@ -20881,26 +20901,6 @@
|
|||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/utils/observability_data_views/observability_data_views.ts"
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data
|
|||
title: "data"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the data plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
|
||||
---
|
||||
import dataObj from './data.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query
|
|||
title: "data.query"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the data.query plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
|
||||
---
|
||||
import dataQueryObj from './data_query.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search
|
|||
title: "data.search"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the data.search plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
|
||||
---
|
||||
import dataSearchObj from './data_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
|
|||
title: "dataViewEditor"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViewEditor plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
|
||||
---
|
||||
import dataViewEditorObj from './data_view_editor.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
|
|||
title: "dataViewFieldEditor"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViewFieldEditor plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
|
||||
---
|
||||
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
|
|||
title: "dataViewManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViewManagement plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
|
||||
---
|
||||
import dataViewManagementObj from './data_view_management.devdocs.json';
|
||||
|
|
|
@ -315,6 +315,26 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
|
@ -355,26 +375,6 @@
|
|||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/utils/observability_data_views/observability_data_views.ts"
|
||||
|
@ -8608,6 +8608,26 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
|
@ -8648,26 +8668,6 @@
|
|||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/utils/observability_data_views/observability_data_views.ts"
|
||||
|
@ -15982,6 +15982,26 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
|
@ -16022,26 +16042,6 @@
|
|||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "presentationUtil",
|
||||
"path": "src/plugins/presentation_util/public/services/storybook/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "controls",
|
||||
"path": "src/plugins/controls/public/services/options_list/options_list_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/utils/observability_data_views/observability_data_views.ts"
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews
|
|||
title: "dataViews"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViews plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
|
||||
---
|
||||
import dataViewsObj from './data_views.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
|
|||
title: "dataVisualizer"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataVisualizer plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
||||
---
|
||||
import dataVisualizerObj from './data_visualizer.devdocs.json';
|
||||
|
|
|
@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi
|
|||
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
|
||||
title: Deprecated API usage by API
|
||||
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -24,14 +24,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | alerting, discover, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | stackAlerts, alerting, securitySolution, inputControlVis | - |
|
||||
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | actions, alerting | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core-saved-objects-common, savedObjects, embeddable, fleet, visualizations, dashboard, infra, canvas, graph, actions, alerting, enterpriseSearch, securitySolution, taskManager, savedSearch, ml, @kbn/core-saved-objects-server-internal | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core-saved-objects-common, savedObjects, embeddable, fleet, visualizations, dashboard, infra, canvas, graph, actions, alerting, enterpriseSearch, securitySolution, taskManager, savedSearch, ml, @kbn/core-saved-objects-server-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | core, savedObjects, embeddable, fleet, visualizations, dashboard, infra, canvas, graph, actions, alerting, enterpriseSearch, securitySolution, taskManager, savedSearch, ml, @kbn/core-saved-objects-server-internal | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core-saved-objects-common, savedObjects, embeddable, visualizations, dashboard, fleet, infra, canvas, graph, actions, alerting, enterpriseSearch, securitySolution, taskManager, savedSearch, ml, @kbn/core-saved-objects-server-internal | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core-saved-objects-common, savedObjects, embeddable, visualizations, dashboard, fleet, infra, canvas, graph, actions, alerting, enterpriseSearch, securitySolution, taskManager, savedSearch, ml, @kbn/core-saved-objects-server-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | core, savedObjects, embeddable, visualizations, dashboard, fleet, infra, canvas, graph, actions, alerting, enterpriseSearch, securitySolution, taskManager, savedSearch, ml, @kbn/core-saved-objects-server-internal | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | discover, maps, monitoring | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, dataViews, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, aiops, ml, infra, visTypeTimeseries, apm, presentationUtil, controls, lens, observability, dataVisualizer, fleet, canvas, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover, data | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, dataViews, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, presentationUtil, controls, lens, aiops, ml, infra, visTypeTimeseries, apm, observability, dataVisualizer, fleet, canvas, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover, data | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.EsQuerySearchAfter" text="EsQuerySearchAfter"/> | discover | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, dataViews, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, aiops, ml, infra, visTypeTimeseries, apm, presentationUtil, controls, lens, observability, dataVisualizer, fleet, canvas, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover, data | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, data, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, aiops, ml, infra, visTypeTimeseries, apm, presentationUtil, controls, lens, observability, dataVisualizer, fleet, canvas, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, dataViews, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, presentationUtil, controls, lens, aiops, ml, infra, visTypeTimeseries, apm, observability, dataVisualizer, fleet, canvas, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover, data | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, data, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, presentationUtil, controls, lens, aiops, ml, infra, visTypeTimeseries, apm, observability, dataVisualizer, fleet, canvas, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover | - |
|
||||
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | data, discover, embeddable | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | advancedSettings, discover | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | advancedSettings, discover | - |
|
||||
|
|
|
@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin
|
|||
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
|
||||
title: Deprecated API usage by plugin
|
||||
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -216,9 +216,9 @@ so TS and code-reference navigation might not highlight them. |
|
|||
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
|
||||
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectAttributes" text="SavedObjectAttributes"/> | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes)+ 15 more | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectAttributes" text="SavedObjectAttributes"/> | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes)+ 15 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes)+ 15 more | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectAttributes" text="SavedObjectAttributes"/> | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes)+ 14 more | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectAttributes" text="SavedObjectAttributes"/> | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes)+ 14 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes)+ 14 more | - |
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam
|
|||
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
|
||||
title: Deprecated APIs due to be removed, by team
|
||||
description: Lists the teams that are referencing deprecated APIs with a remove by date.
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools
|
|||
title: "devTools"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the devTools plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
|
||||
---
|
||||
import devToolsObj from './dev_tools.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover
|
|||
title: "discover"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the discover plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
|
||||
---
|
||||
import discoverObj from './discover.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
|
|||
title: "discoverEnhanced"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the discoverEnhanced plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
|
||||
---
|
||||
import discoverEnhancedObj from './discover_enhanced.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable
|
|||
title: "embeddable"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the embeddable plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
|
||||
---
|
||||
import embeddableObj from './embeddable.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced
|
|||
title: "embeddableEnhanced"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the embeddableEnhanced plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
|
||||
---
|
||||
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects
|
|||
title: "encryptedSavedObjects"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the encryptedSavedObjects plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
|
||||
---
|
||||
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch
|
|||
title: "enterpriseSearch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the enterpriseSearch plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
|
||||
---
|
||||
import enterpriseSearchObj from './enterprise_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared
|
|||
title: "esUiShared"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the esUiShared plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
|
||||
---
|
||||
import esUiSharedObj from './es_ui_shared.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation
|
|||
title: "eventAnnotation"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the eventAnnotation plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
|
||||
---
|
||||
import eventAnnotationObj from './event_annotation.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog
|
|||
title: "eventLog"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the eventLog plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
|
||||
---
|
||||
import eventLogObj from './event_log.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError
|
|||
title: "expressionError"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionError plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
|
||||
---
|
||||
import expressionErrorObj from './expression_error.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge
|
|||
title: "expressionGauge"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionGauge plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
|
||||
---
|
||||
import expressionGaugeObj from './expression_gauge.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap
|
|||
title: "expressionHeatmap"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionHeatmap plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
|
||||
---
|
||||
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage
|
|||
title: "expressionImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionImage plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
|
||||
---
|
||||
import expressionImageObj from './expression_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis
|
|||
title: "expressionLegacyMetricVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionLegacyMetricVis plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
|
||||
---
|
||||
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric
|
|||
title: "expressionMetric"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionMetric plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
|
||||
---
|
||||
import expressionMetricObj from './expression_metric.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
|
|||
title: "expressionMetricVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionMetricVis plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
|
||||
---
|
||||
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
|
|||
title: "expressionPartitionVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionPartitionVis plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
|
||||
---
|
||||
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
|
|||
title: "expressionRepeatImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionRepeatImage plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
|
||||
---
|
||||
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
|
|||
title: "expressionRevealImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionRevealImage plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
|
||||
---
|
||||
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape
|
|||
title: "expressionShape"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionShape plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
|
||||
---
|
||||
import expressionShapeObj from './expression_shape.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
|
|||
title: "expressionTagcloud"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionTagcloud plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
|
||||
---
|
||||
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY
|
|||
title: "expressionXY"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionXY plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
|
||||
---
|
||||
import expressionXYObj from './expression_x_y.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions
|
|||
title: "expressions"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressions plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
|
||||
---
|
||||
import expressionsObj from './expressions.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features
|
|||
title: "features"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the features plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
|
||||
---
|
||||
import featuresObj from './features.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats
|
|||
title: "fieldFormats"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the fieldFormats plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
|
||||
---
|
||||
import fieldFormatsObj from './field_formats.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload
|
|||
title: "fileUpload"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the fileUpload plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
|
||||
---
|
||||
import fileUploadObj from './file_upload.devdocs.json';
|
||||
|
|
|
@ -141,10 +141,10 @@
|
|||
"pluginId": "files",
|
||||
"scope": "public",
|
||||
"docId": "kibFilesPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
"section": "def-public.UploadFileProps",
|
||||
"text": "UploadFileProps"
|
||||
},
|
||||
"<string>) => JSX.Element"
|
||||
") => JSX.Element"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/index.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -153,7 +153,7 @@
|
|||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.UploadFile.$1",
|
||||
"type": "Object",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
|
@ -162,10 +162,9 @@
|
|||
"pluginId": "files",
|
||||
"scope": "public",
|
||||
"docId": "kibFilesPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
},
|
||||
"<string>"
|
||||
"section": "def-public.UploadFileProps",
|
||||
"text": "UploadFileProps"
|
||||
}
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/index.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -905,289 +904,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "Props",
|
||||
"description": [
|
||||
"\nUploadFile component props"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "files",
|
||||
"scope": "public",
|
||||
"docId": "kibFilesPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
},
|
||||
"<Kind>"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.kind",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "kind",
|
||||
"description": [
|
||||
"\nA file kind that should be registered during plugin startup. See {@link FileServiceStart}."
|
||||
],
|
||||
"signature": [
|
||||
"Kind"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.allowClear",
|
||||
"type": "CompoundType",
|
||||
"tags": [
|
||||
"note"
|
||||
],
|
||||
"label": "allowClear",
|
||||
"description": [
|
||||
"\nAllow users to clear a file after uploading.\n"
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.immediate",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "immediate",
|
||||
"description": [
|
||||
"\nStart uploading the file as soon as it is provided\nby the user."
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.meta",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "meta",
|
||||
"description": [
|
||||
"\nMetadata that you want to associate with any uploaded files"
|
||||
],
|
||||
"signature": [
|
||||
"Record<string, unknown> | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.fullWidth",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "fullWidth",
|
||||
"description": [
|
||||
"\nWhether to display the file picker with width 100%;"
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.allowRepeatedUploads",
|
||||
"type": "CompoundType",
|
||||
"tags": [
|
||||
"default"
|
||||
],
|
||||
"label": "allowRepeatedUploads",
|
||||
"description": [
|
||||
"\nWhether this component should display a \"done\" state after processing an\nupload or return to the initial state to allow for another upload.\n"
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.initialPromptText",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "initialPromptText",
|
||||
"description": [
|
||||
"\nThe initial text prompt"
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.onDone",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "onDone",
|
||||
"description": [
|
||||
"\nCalled when the an upload process fully completes"
|
||||
],
|
||||
"signature": [
|
||||
"(files: UploadedFile[]) => void"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.onDone.$1",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "files",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"UploadedFile[]"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.onError",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "onError",
|
||||
"description": [
|
||||
"\nCalled when an error occurs during upload"
|
||||
],
|
||||
"signature": [
|
||||
"((e: Error) => void) | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.onError.$1",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "e",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Error"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.onUploadStart",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "onUploadStart",
|
||||
"description": [
|
||||
"\nWill be called whenever an upload starts"
|
||||
],
|
||||
"signature": [
|
||||
"(() => void) | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.onUploadEnd",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "onUploadEnd",
|
||||
"description": [
|
||||
"\nWill be called when attempt ends, in error otherwise"
|
||||
],
|
||||
"signature": [
|
||||
"(() => void) | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.compressed",
|
||||
"type": "CompoundType",
|
||||
"tags": [
|
||||
"default",
|
||||
"note"
|
||||
],
|
||||
"label": "compressed",
|
||||
"description": [
|
||||
"\nWhether to display the component in it's compact form.\n"
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props.multiple",
|
||||
"type": "CompoundType",
|
||||
"tags": [
|
||||
"default"
|
||||
],
|
||||
"label": "multiple",
|
||||
"description": [
|
||||
"\nAllow upload more than one file at a time\n"
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/upload_file.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.Props",
|
||||
|
@ -1253,7 +969,15 @@
|
|||
"\nWill be called after a user has a selected a set of files"
|
||||
],
|
||||
"signature": [
|
||||
"(fileIds: string[]) => void"
|
||||
"(files: ",
|
||||
{
|
||||
"pluginId": "files",
|
||||
"scope": "common",
|
||||
"docId": "kibFilesPluginApi",
|
||||
"section": "def-common.FileJSON",
|
||||
"text": "FileJSON"
|
||||
},
|
||||
"<unknown>[]) => void"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/file_picker/file_picker.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -1264,10 +988,17 @@
|
|||
"id": "def-public.Props.onDone.$1",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "fileIds",
|
||||
"label": "files",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string[]"
|
||||
{
|
||||
"pluginId": "files",
|
||||
"scope": "common",
|
||||
"docId": "kibFilesPluginApi",
|
||||
"section": "def-common.FileJSON",
|
||||
"text": "FileJSON"
|
||||
},
|
||||
"<unknown>[]"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/file_picker/file_picker.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -1284,12 +1015,12 @@
|
|||
"tags": [],
|
||||
"label": "onUpload",
|
||||
"description": [
|
||||
"\nWhen a user has succesfully uploaded some files this callback will be called"
|
||||
"\nWhen a user has successfully uploaded some files this callback will be called"
|
||||
],
|
||||
"signature": [
|
||||
"((done: ",
|
||||
"DoneNotification",
|
||||
"[]) => void) | undefined"
|
||||
"<unknown>[]) => void) | undefined"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/file_picker/file_picker.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -1304,7 +1035,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"DoneNotification",
|
||||
"[]"
|
||||
"<unknown>[]"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/file_picker/file_picker.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -1537,6 +1268,28 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "files",
|
||||
"id": "def-public.UploadFileProps",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "UploadFileProps",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "files",
|
||||
"scope": "public",
|
||||
"docId": "kibFilesPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
},
|
||||
"<string> & { lazyLoadFallback?: React.ReactNode; }"
|
||||
],
|
||||
"path": "src/plugins/files/public/components/upload_file/index.tsx",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files
|
|||
title: "files"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the files plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
|
||||
---
|
||||
import filesObj from './files.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [@elastic/kibana-app-services](https://github.com/orgs/elastic/teams/tea
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 278 | 0 | 19 | 3 |
|
||||
| 263 | 0 | 18 | 3 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet
|
|||
title: "fleet"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the fleet plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
|
||||
---
|
||||
import fleetObj from './fleet.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch
|
|||
title: "globalSearch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the globalSearch plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
|
||||
---
|
||||
import globalSearchObj from './global_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding
|
|||
title: "guidedOnboarding"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the guidedOnboarding plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
|
||||
---
|
||||
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home
|
|||
title: "home"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the home plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
|
||||
---
|
||||
import homeObj from './home.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
|
|||
title: "indexLifecycleManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the indexLifecycleManagement plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
|
||||
---
|
||||
import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement
|
|||
title: "indexManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the indexManagement plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
|
||||
---
|
||||
import indexManagementObj from './index_management.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra
|
|||
title: "infra"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the infra plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
|
||||
---
|
||||
import infraObj from './infra.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector
|
|||
title: "inspector"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the inspector plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
|
||||
---
|
||||
import inspectorObj from './inspector.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup
|
|||
title: "interactiveSetup"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the interactiveSetup plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
|
||||
---
|
||||
import interactiveSetupObj from './interactive_setup.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ace
|
|||
title: "@kbn/ace"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/ace plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
|
||||
---
|
||||
import kbnAceObj from './kbn_ace.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components
|
|||
title: "@kbn/aiops-components"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/aiops-components plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
|
||||
---
|
||||
import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils
|
|||
title: "@kbn/aiops-utils"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/aiops-utils plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils']
|
||||
---
|
||||
import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts
|
|||
title: "@kbn/alerts"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/alerts plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts']
|
||||
---
|
||||
import kbnAlertsObj from './kbn_alerts.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics
|
|||
title: "@kbn/analytics"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
|
||||
---
|
||||
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';
|
||||
|
|
|
@ -687,17 +687,13 @@
|
|||
"path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "core",
|
||||
"path": "src/core/server/server.ts"
|
||||
"plugin": "@kbn/core-root-server-internal",
|
||||
"path": "packages/core/root/core-root-server-internal/src/server.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/analytics/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/fleet_usage_sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/analytics/types.ts"
|
||||
|
@ -706,6 +702,10 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/analytics/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/fleet_usage_sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client
|
|||
title: "@kbn/analytics-client"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-client plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
|
||||
---
|
||||
import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,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
|
||||
description: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-browser']
|
||||
---
|
||||
import kbnAnalyticsShippersElasticV3BrowserObj from './kbn_analytics_shippers_elastic_v3_browser.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,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
|
||||
description: API docs for the @kbn/analytics-shippers-elastic-v3-common plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-common']
|
||||
---
|
||||
import kbnAnalyticsShippersElasticV3CommonObj from './kbn_analytics_shippers_elastic_v3_common.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,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
|
||||
description: API docs for the @kbn/analytics-shippers-elastic-v3-server plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-server']
|
||||
---
|
||||
import kbnAnalyticsShippersElasticV3ServerObj from './kbn_analytics_shippers_elastic_v3_server.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-fullstory
|
|||
title: "@kbn/analytics-shippers-fullstory"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-fullstory plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory']
|
||||
---
|
||||
import kbnAnalyticsShippersFullstoryObj from './kbn_analytics_shippers_fullstory.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-gainsight
|
|||
title: "@kbn/analytics-shippers-gainsight"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-gainsight plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-gainsight']
|
||||
---
|
||||
import kbnAnalyticsShippersGainsightObj from './kbn_analytics_shippers_gainsight.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader
|
|||
title: "@kbn/apm-config-loader"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/apm-config-loader plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader']
|
||||
---
|
||||
import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace
|
|||
title: "@kbn/apm-synthtrace"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/apm-synthtrace plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace']
|
||||
---
|
||||
import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils
|
|||
title: "@kbn/apm-utils"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/apm-utils plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils']
|
||||
---
|
||||
import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config
|
|||
title: "@kbn/axe-config"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/axe-config plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config']
|
||||
---
|
||||
import kbnAxeConfigObj from './kbn_axe_config.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components
|
|||
title: "@kbn/cases-components"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/cases-components plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components']
|
||||
---
|
||||
import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons
|
|||
title: "@kbn/chart-icons"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/chart-icons plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons']
|
||||
---
|
||||
import kbnChartIconsObj from './kbn_chart_icons.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core
|
|||
title: "@kbn/ci-stats-core"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/ci-stats-core plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core']
|
||||
---
|
||||
import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics
|
|||
title: "@kbn/ci-stats-performance-metrics"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/ci-stats-performance-metrics plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics']
|
||||
---
|
||||
import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter
|
|||
title: "@kbn/ci-stats-reporter"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/ci-stats-reporter plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter']
|
||||
---
|
||||
import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode
|
|||
title: "@kbn/cli-dev-mode"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/cli-dev-mode plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode']
|
||||
---
|
||||
import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring
|
|||
title: "@kbn/coloring"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/coloring plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring']
|
||||
---
|
||||
import kbnColoringObj from './kbn_coloring.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config
|
|||
title: "@kbn/config"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/config plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config']
|
||||
---
|
||||
import kbnConfigObj from './kbn_config.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks
|
|||
title: "@kbn/config-mocks"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/config-mocks plugin
|
||||
date: 2022-11-15
|
||||
date: 2022-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks']
|
||||
---
|
||||
import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json';
|
||||
|
|
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