mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[api-docs] Daily api_docs build (#144495)
This commit is contained in:
parent
e41569b4a6
commit
11c3856d27
456 changed files with 2852 additions and 886 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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
|
||||
---
|
||||
import advancedSettingsObj from './advanced_settings.devdocs.json';
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
|
||||
---
|
||||
import aiopsObj from './aiops.devdocs.json';
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 38 | 0 | 38 | 56 |
|
||||
| 41 | 0 | 41 | 58 |
|
||||
|
||||
## Client
|
||||
|
||||
|
@ -48,3 +48,8 @@ Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions reg
|
|||
### Consts, variables and types
|
||||
<DocDefinitionList data={apmObj.server.misc}/>
|
||||
|
||||
## Common
|
||||
|
||||
### Functions
|
||||
<DocDefinitionList data={apmObj.common.functions}/>
|
||||
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
|
||||
---
|
||||
import canvasObj from './canvas.devdocs.json';
|
||||
|
|
|
@ -838,7 +838,15 @@
|
|||
"label": "api",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ getRelatedCases: (alertId: string, query: { owner?: string | string[] | undefined; }) => Promise<{ id: string; title: string; }[]>; cases: { find: (query: { tags?: string | string[] | undefined; status?: ",
|
||||
"{ getRelatedCases: (alertId: string, query: { owner?: string | string[] | undefined; }) => Promise<{ id: string; title: string; description: string; status: ",
|
||||
{
|
||||
"pluginId": "@kbn/cases-components",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnCasesComponentsPluginApi",
|
||||
"section": "def-common.CaseStatuses",
|
||||
"text": "CaseStatuses"
|
||||
},
|
||||
"; createdAt: string; totals: { alerts: number; userComments: number; }; }[]>; cases: { find: (query: { tags?: string | string[] | undefined; status?: ",
|
||||
{
|
||||
"pluginId": "@kbn/cases-components",
|
||||
"scope": "common",
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
|
||||
---
|
||||
import controlsObj from './controls.devdocs.json';
|
||||
|
|
|
@ -7863,6 +7863,10 @@
|
|||
"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"
|
||||
|
@ -7871,10 +7875,6 @@
|
|||
"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"
|
||||
|
@ -8501,6 +8501,10 @@
|
|||
"plugin": "cloud",
|
||||
"path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/analytics/register_user_context.ts"
|
||||
|
@ -8509,10 +8513,6 @@
|
|||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/public/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/analytics-client",
|
||||
"path": "packages/analytics/client/src/analytics_client/analytics_client.ts"
|
||||
|
@ -13274,6 +13274,14 @@
|
|||
"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"
|
||||
|
@ -13314,14 +13322,6 @@
|
|||
"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"
|
||||
|
@ -31144,6 +31144,10 @@
|
|||
"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"
|
||||
|
@ -31152,10 +31156,6 @@
|
|||
"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"
|
||||
|
@ -31782,6 +31782,10 @@
|
|||
"plugin": "cloud",
|
||||
"path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/analytics/register_user_context.ts"
|
||||
|
@ -31790,10 +31794,6 @@
|
|||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/public/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/analytics-client",
|
||||
"path": "packages/analytics/client/src/analytics_client/analytics_client.ts"
|
||||
|
@ -47603,6 +47603,14 @@
|
|||
"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"
|
||||
|
@ -47643,14 +47651,6 @@
|
|||
"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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
|
||||
---
|
||||
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
|
||||
|
|
|
@ -13119,10 +13119,54 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/common/utils/field_existing_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
@ -13159,10 +13203,6 @@
|
|||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
||||
|
@ -13363,38 +13403,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/public/components/es_data_view_select/es_data_view_select.component.tsx"
|
||||
|
@ -13771,18 +13779,6 @@
|
|||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/common/data_views/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.ts"
|
||||
|
@ -20825,10 +20821,54 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/common/utils/field_existing_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
@ -20865,10 +20905,6 @@
|
|||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
||||
|
@ -21069,38 +21105,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/public/components/es_data_view_select/es_data_view_select.component.tsx"
|
||||
|
@ -21477,18 +21481,6 @@
|
|||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/common/data_views/data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
|
||||
---
|
||||
import dataViewManagementObj from './data_view_management.devdocs.json';
|
||||
|
|
|
@ -307,10 +307,54 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/common/utils/field_existing_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
@ -347,10 +391,6 @@
|
|||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
||||
|
@ -551,38 +591,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/public/components/es_data_view_select/es_data_view_select.component.tsx"
|
||||
|
@ -987,18 +995,6 @@
|
|||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.ts"
|
||||
|
@ -8612,10 +8608,54 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/common/utils/field_existing_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
@ -8652,10 +8692,6 @@
|
|||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
||||
|
@ -8856,38 +8892,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/public/components/es_data_view_select/es_data_view_select.component.tsx"
|
||||
|
@ -9292,18 +9296,6 @@
|
|||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.ts"
|
||||
|
@ -15998,10 +15990,54 @@
|
|||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/common/utils/field_existing_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "unifiedFieldList",
|
||||
"path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "aiops",
|
||||
"path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_page.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
@ -16038,10 +16074,6 @@
|
|||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/full_time_range_selector/full_time_range_selector_service.ts"
|
||||
|
@ -16242,38 +16274,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "canvas",
|
||||
"path": "x-pack/plugins/canvas/public/components/es_data_view_select/es_data_view_select.component.tsx"
|
||||
|
@ -16678,18 +16678,6 @@
|
|||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/lib/cached_index_pattern_fetcher.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/data_views_service/loader.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -28,9 +28,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <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="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, presentationUtil, controls, lens, observability, infra, dataVisualizer, ml, fleet, visTypeTimeseries, apm, canvas, reporting, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover, data | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | @kbn/es-query, securitySolution, timelines, lists, threatIntelligence, dataViews, dataViewEditor, unifiedSearch, triggersActionsUi, savedObjectsManagement, unifiedFieldList, aiops, presentationUtil, controls, lens, observability, infra, dataVisualizer, ml, fleet, visTypeTimeseries, apm, canvas, reporting, 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, presentationUtil, controls, lens, observability, infra, dataVisualizer, ml, fleet, visTypeTimeseries, apm, canvas, reporting, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover | - |
|
||||
| <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, reporting, graph, stackAlerts, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega, discover, data | - |
|
||||
| <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, reporting, 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, reporting, 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 | - |
|
||||
|
@ -87,12 +87,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibCorePluginApi" section="def-server.OpsMetrics.process" text="process"/> | @kbn/core-apps-browser-internal, @kbn/core-metrics-server-internal, @kbn/core-status-server-internal, @kbn/core-usage-data-server-internal, monitoring, kibanaUsageCollection | 8.8.0 |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss, dashboard | 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="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | apm | 8.8.0 |
|
||||
| <DocLink id="kibFeaturesPluginApi" section="def-public.FeatureKibanaPrivileges.disabled" text="disabled"/> | security, fleet | 8.8.0 |
|
||||
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureKibanaPrivileges.disabled" text="disabled"/> | security, fleet | 8.8.0 |
|
||||
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureKibanaPrivileges.disabled" text="disabled"/> | security, fleet | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview | 8.8.0 |
|
||||
| <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview, core | 8.8.0 |
|
||||
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | apm | 8.8.0 |
|
||||
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getElasticsearchFeatures" text="getElasticsearchFeatures"/> | security | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | mapsEms | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | @kbn/core-plugins-server, @kbn/core-plugins-server-internal, core | 8.8.0 |
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -583,9 +583,9 @@ so TS and code-reference navigation might not highlight them. |
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title) | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title), [loader.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.test.ts#:~:text=title) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title), [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title) | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title) | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave) | 8.8.0 |
|
||||
| <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.onAppLeave" text="onAppLeave"/> | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave) | 8.8.0 |
|
||||
|
||||
|
@ -657,9 +657,9 @@ so TS and code-reference navigation might not highlight them. |
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title)+ 76 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title)+ 76 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title)+ 33 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts#:~:text=title), [rollup.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts#:~:text=title), [alerting_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/alerting_service.ts#:~:text=title), [data_recognizer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title)+ 76 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts#:~:text=title), [rollup.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts#:~:text=title), [alerting_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/alerting_service.ts#:~:text=title), [data_recognizer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title)+ 76 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts#:~:text=title), [rollup.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts#:~:text=title), [alerting_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/alerting_service.ts#:~:text=title), [data_recognizer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [index_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/util/index_utils.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [new_job_capabilities_service_analytics.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title)+ 33 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=KibanaPageTemplate) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [ml_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/components/ml_page/ml_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks) | - |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 |
|
||||
|
@ -976,9 +976,9 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title)+ 2 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title)+ 2 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title)+ 6 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title)+ 6 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/common/utils/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title), [field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/server/routes/field_stats.ts#:~:text=title) | - |
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
|
||||
---
|
||||
import expressionGaugeObj from './expression_gauge.devdocs.json';
|
||||
|
|
|
@ -28,7 +28,13 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"HeatmapExpressionFunctionDefinition"
|
||||
{
|
||||
"pluginId": "expressionHeatmap",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionHeatmapPluginApi",
|
||||
"section": "def-common.HeatmapExpressionFunctionDefinition",
|
||||
"text": "HeatmapExpressionFunctionDefinition"
|
||||
}
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_heatmap/common/expression_functions/heatmap_function.ts",
|
||||
"deprecated": false,
|
||||
|
@ -570,6 +576,84 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionHeatmap",
|
||||
"id": "def-common.HeatmapExpressionFunctionDefinition",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "HeatmapExpressionFunctionDefinition",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExpressionFunctionDefinition",
|
||||
"text": "ExpressionFunctionDefinition"
|
||||
},
|
||||
"<\"heatmap\", ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.Datatable",
|
||||
"text": "Datatable"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "expressionHeatmap",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionHeatmapPluginApi",
|
||||
"section": "def-common.HeatmapArguments",
|
||||
"text": "HeatmapArguments"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExpressionValueRender",
|
||||
"text": "ExpressionValueRender"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "expressionHeatmap",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionHeatmapPluginApi",
|
||||
"section": "def-common.HeatmapExpressionProps",
|
||||
"text": "HeatmapExpressionProps"
|
||||
},
|
||||
">, ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExecutionContext",
|
||||
"text": "ExecutionContext"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "inspector",
|
||||
"scope": "common",
|
||||
"docId": "kibInspectorPluginApi",
|
||||
"section": "def-common.Adapters",
|
||||
"text": "Adapters"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/utility-types",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnUtilityTypesPluginApi",
|
||||
"section": "def-server.SerializableRecord",
|
||||
"text": "SerializableRecord"
|
||||
},
|
||||
">>"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionHeatmap",
|
||||
"id": "def-common.HeatmapGridConfigResult",
|
||||
|
@ -586,6 +670,62 @@
|
|||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionHeatmap",
|
||||
"id": "def-common.HeatmapGridExpressionFunctionDefinition",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "HeatmapGridExpressionFunctionDefinition",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExpressionFunctionDefinition",
|
||||
"text": "ExpressionFunctionDefinition"
|
||||
},
|
||||
"<\"heatmap_grid\", null, ",
|
||||
"HeatmapGridConfig",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "expressionHeatmap",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionHeatmapPluginApi",
|
||||
"section": "def-common.HeatmapGridConfigResult",
|
||||
"text": "HeatmapGridConfigResult"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExecutionContext",
|
||||
"text": "ExecutionContext"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "inspector",
|
||||
"scope": "common",
|
||||
"docId": "kibInspectorPluginApi",
|
||||
"section": "def-common.Adapters",
|
||||
"text": "Adapters"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/utility-types",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnUtilityTypesPluginApi",
|
||||
"section": "def-server.SerializableRecord",
|
||||
"text": "SerializableRecord"
|
||||
},
|
||||
">>"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionHeatmap",
|
||||
"id": "def-common.HeatmapLegendConfigResult",
|
||||
|
@ -602,6 +742,62 @@
|
|||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionHeatmap",
|
||||
"id": "def-common.HeatmapLegendExpressionFunctionDefinition",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "HeatmapLegendExpressionFunctionDefinition",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExpressionFunctionDefinition",
|
||||
"text": "ExpressionFunctionDefinition"
|
||||
},
|
||||
"<\"heatmap_legend\", null, ",
|
||||
"HeatmapLegendConfig",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "expressionHeatmap",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionHeatmapPluginApi",
|
||||
"section": "def-common.HeatmapLegendConfigResult",
|
||||
"text": "HeatmapLegendConfigResult"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExecutionContext",
|
||||
"text": "ExecutionContext"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "inspector",
|
||||
"scope": "common",
|
||||
"docId": "kibInspectorPluginApi",
|
||||
"section": "def-common.Adapters",
|
||||
"text": "Adapters"
|
||||
},
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/utility-types",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnUtilityTypesPluginApi",
|
||||
"section": "def-server.SerializableRecord",
|
||||
"text": "SerializableRecord"
|
||||
},
|
||||
">>"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionHeatmap",
|
||||
"id": "def-common.HeatmapRenderProps",
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
|
||||
---
|
||||
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors)
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 108 | 14 | 104 | 3 |
|
||||
| 111 | 14 | 107 | 2 |
|
||||
|
||||
## Common
|
||||
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
|
||||
---
|
||||
import expressionImageObj from './expression_image.devdocs.json';
|
||||
|
|
|
@ -114,6 +114,21 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "expressionLegacyMetricVis",
|
||||
"id": "def-common.MetricArguments.autoScaleMetricAlignment",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "autoScaleMetricAlignment",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"MetricAlignment",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionLegacyMetricVis",
|
||||
"id": "def-common.MetricArguments.percentageMode",
|
||||
|
@ -413,6 +428,21 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "expressionLegacyMetricVis",
|
||||
"id": "def-common.MetricVisParam.autoScaleMetricAlignment",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "autoScaleMetricAlignment",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"MetricAlignment",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_renderers.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "expressionLegacyMetricVis",
|
||||
"id": "def-common.MetricVisParam.percentageMode",
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
|
||||
---
|
||||
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors)
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 49 | 0 | 49 | 1 |
|
||||
| 51 | 0 | 51 | 2 |
|
||||
|
||||
## Common
|
||||
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
|
||||
---
|
||||
import expressionsObj from './expressions.devdocs.json';
|
||||
|
|
|
@ -352,14 +352,14 @@
|
|||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts"
|
||||
|
@ -1738,14 +1738,14 @@
|
|||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts"
|
||||
|
@ -3595,14 +3595,14 @@
|
|||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/lib/role_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/management/roles/model/primary_feature_privilege.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/server/authorization/roles/elasticsearch_role.test.ts"
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
|
||||
---
|
||||
import fileUploadObj from './file_upload.devdocs.json';
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
|
||||
---
|
||||
import filesObj from './files.devdocs.json';
|
||||
|
|
|
@ -5371,7 +5371,9 @@
|
|||
"label": "fetchFindLatestPackage",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(packageName: string) => Promise<",
|
||||
"(packageName: string, options?: ",
|
||||
"FetchFindLatestPackageOptions",
|
||||
" | undefined) => Promise<",
|
||||
{
|
||||
"pluginId": "fleet",
|
||||
"scope": "common",
|
||||
|
@ -5407,6 +5409,22 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-server.PackageClient.fetchFindLatestPackage.$2",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"FetchFindLatestPackageOptions",
|
||||
" | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/package_service.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": false
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
|
||||
---
|
||||
import fleetObj from './fleet.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [Fleet](https://github.com/orgs/elastic/teams/fleet) for questions regar
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 999 | 3 | 896 | 17 |
|
||||
| 1000 | 3 | 897 | 18 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
|
||||
---
|
||||
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';
|
||||
|
|
|
@ -694,6 +694,10 @@
|
|||
"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"
|
||||
|
@ -702,10 +706,6 @@
|
|||
"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"
|
||||
|
@ -1184,6 +1184,10 @@
|
|||
"plugin": "cloud",
|
||||
"path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/analytics/register_user_context.ts"
|
||||
|
@ -1192,10 +1196,6 @@
|
|||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/public/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-analytics-browser-mocks",
|
||||
"path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
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-02
|
||||
date: 2022-11-03
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring']
|
||||
---
|
||||
import kbnColoringObj from './kbn_coloring.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