Skip to content

Commit 145f49a

Browse files
authored
Merge branch 'main' into 218063-infra-fix-sb-stories
2 parents 05d470a + 1d430d4 commit 145f49a

File tree

1,095 files changed

+8690
-3170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,095 files changed

+8690
-3170
lines changed

api_docs/actions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/ai_assistant_management_selection.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
88
title: "aiAssistantManagementSelection"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiAssistantManagementSelection plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
1313
---
1414
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

api_docs/aiops.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
"label": "getComponentTemplate",
903903
"description": [],
904904
"signature": [
905-
"({ fieldMap, context, name, dynamic, includeSettings, }: GetComponentTemplateOpts) => ",
905+
"({ fieldMap, context, name, dynamic, includeSettings, dynamicTemplates, }: GetComponentTemplateOpts) => ",
906906
"ClusterPutComponentTemplateRequest"
907907
],
908908
"path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/resource_installer_utils.ts",
@@ -914,7 +914,7 @@
914914
"id": "def-server.getComponentTemplate.$1",
915915
"type": "CompoundType",
916916
"tags": [],
917-
"label": "{\n fieldMap,\n context,\n name,\n dynamic,\n includeSettings,\n}",
917+
"label": "{\n fieldMap,\n context,\n name,\n dynamic,\n includeSettings,\n dynamicTemplates,\n}",
918918
"description": [],
919919
"signature": [
920920
"GetComponentTemplateOpts"
@@ -5395,7 +5395,7 @@
53955395
"label": "getComponentTemplateFromFieldMap",
53965396
"description": [],
53975397
"signature": [
5398-
"({ name, fieldMap, dynamic, includeSettings, }: ",
5398+
"({ name, fieldMap, dynamic, includeSettings, dynamicTemplates, }: ",
53995399
"GetComponentTemplateFromFieldMapOpts",
54005400
") => ",
54015401
"ClusterPutComponentTemplateRequest"
@@ -5409,7 +5409,7 @@
54095409
"id": "def-common.getComponentTemplateFromFieldMap.$1",
54105410
"type": "Object",
54115411
"tags": [],
5412-
"label": "{\n name,\n fieldMap,\n dynamic,\n includeSettings,\n}",
5412+
"label": "{\n name,\n fieldMap,\n dynamic,\n includeSettings,\n dynamicTemplates,\n}",
54135413
"description": [],
54145414
"signature": [
54155415
"GetComponentTemplateFromFieldMapOpts"

api_docs/alerting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/apm.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

api_docs/apm_data_access.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess
88
title: "apmDataAccess"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apmDataAccess plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
1313
---
1414
import apmDataAccessObj from './apm_data_access.devdocs.json';

api_docs/apm_sources_access.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmSourcesAccess
88
title: "apmSourcesAccess"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apmSourcesAccess plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmSourcesAccess']
1313
---
1414
import apmSourcesAccessObj from './apm_sources_access.devdocs.json';

api_docs/automatic_import.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/automaticImport
88
title: "automaticImport"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the automaticImport plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImport']
1313
---
1414
import automaticImportObj from './automatic_import.devdocs.json';

api_docs/banners.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
88
title: "banners"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the banners plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
1313
---
1414
import bannersObj from './banners.devdocs.json';

api_docs/canvas.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
88
title: "canvas"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the canvas plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
1313
---
1414
import canvasObj from './canvas.devdocs.json';

api_docs/cases.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases
88
title: "cases"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the cases plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
1313
---
1414
import casesObj from './cases.devdocs.json';

api_docs/charts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts
88
title: "charts"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the charts plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
1313
---
1414
import chartsObj from './charts.devdocs.json';

api_docs/cloud.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud
88
title: "cloud"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the cloud plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
1313
---
1414
import cloudObj from './cloud.devdocs.json';

api_docs/cloud_data_migration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration
88
title: "cloudDataMigration"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the cloudDataMigration plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration']
1313
---
1414
import cloudDataMigrationObj from './cloud_data_migration.devdocs.json';

api_docs/cloud_security_posture.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
88
title: "cloudSecurityPosture"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the cloudSecurityPosture plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
1313
---
1414
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';

api_docs/console.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console
88
title: "console"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the console plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
1313
---
1414
import consoleObj from './console.devdocs.json';

api_docs/content_management.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement
88
title: "contentManagement"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the contentManagement plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
1313
---
1414
import contentManagementObj from './content_management.devdocs.json';

api_docs/controls.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls
88
title: "controls"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the controls plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
1313
---
1414
import controlsObj from './controls.devdocs.json';

api_docs/custom_integrations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations
88
title: "customIntegrations"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the customIntegrations plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
1313
---
1414
import customIntegrationsObj from './custom_integrations.devdocs.json';

api_docs/dashboard.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard
88
title: "dashboard"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dashboard plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
1313
---
1414
import dashboardObj from './dashboard.devdocs.json';

api_docs/dashboard_enhanced.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
88
title: "dashboardEnhanced"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dashboardEnhanced plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
1313
---
1414
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';

api_docs/data.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data
88
title: "data"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the data plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
1313
---
1414
import dataObj from './data.devdocs.json';

api_docs/data_quality.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality
88
title: "dataQuality"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataQuality plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality']
1313
---
1414
import dataQualityObj from './data_quality.devdocs.json';

api_docs/data_query.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query
88
title: "data.query"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the data.query plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
1313
---
1414
import dataQueryObj from './data_query.devdocs.json';

api_docs/data_search.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search
88
title: "data.search"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the data.search plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
1313
---
1414
import dataSearchObj from './data_search.devdocs.json';

api_docs/data_usage.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataUsage
88
title: "dataUsage"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataUsage plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataUsage']
1313
---
1414
import dataUsageObj from './data_usage.devdocs.json';

api_docs/data_view_editor.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
88
title: "dataViewEditor"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataViewEditor plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
1313
---
1414
import dataViewEditorObj from './data_view_editor.devdocs.json';

api_docs/data_view_field_editor.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
88
title: "dataViewFieldEditor"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataViewFieldEditor plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
1313
---
1414
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';

api_docs/data_view_management.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
88
title: "dataViewManagement"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataViewManagement plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
1313
---
1414
import dataViewManagementObj from './data_view_management.devdocs.json';

api_docs/data_views.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews
88
title: "dataViews"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataViews plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
1313
---
1414
import dataViewsObj from './data_views.devdocs.json';

api_docs/data_visualizer.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
88
title: "dataVisualizer"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the dataVisualizer plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
1313
---
1414
import dataVisualizerObj from './data_visualizer.devdocs.json';

api_docs/dataset_quality.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality
88
title: "datasetQuality"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the datasetQuality plugin
11-
date: 2025-04-15
11+
date: 2025-04-16
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality']
1313
---
1414
import datasetQualityObj from './dataset_quality.devdocs.json';

api_docs/deprecations_by_api.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi
77
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
88
title: Deprecated API usage by API
99
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
10-
date: 2025-04-15
10+
date: 2025-04-16
1111
tags: ['contributor', 'dev', 'apidocs', 'kibana']
1212
---
1313

@@ -171,7 +171,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
171171
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-public.HasSnapshottableState" text="HasSnapshottableState"/> | @kbn/presentation-containers, embeddable | - |
172172
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectMigrationContext.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | encryptedSavedObjects | - |
173173
| <DocLink id="kibKbnEsqlAstPluginApi" section="def-common.ESQLColumn.quoted" text="quoted"/> | @kbn/esql-validation-autocomplete | - |
174-
| <DocLink id="kibKbnEsqlAstPluginApi" section="def-common.ParseResult.ast" text="ast"/> | @kbn/esql-utils | - |
174+
| <DocLink id="kibKbnEsqlAstPluginApi" section="def-common.ParseResult.ast" text="ast"/> | @kbn/esql-validation-autocomplete, @kbn/monaco, @kbn/esql-utils | - |
175175
| <DocLink id="kibKbnReportingExportTypesPdfCommonPluginApi" section="def-common.JobParamsPDFDeprecated" text="JobParamsPDFDeprecated"/> | @kbn/reporting-export-types-pdf | - |
176176
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | security, licenseManagement, aiops, ml, crossClusterReplication, logstash, painlessLab, watcher, securitySolution, searchprofiler, slo | 8.8.0 |
177177
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | spaces, security, actions, alerting, remoteClusters, graph, indexLifecycleManagement, painlessLab, rollup, snapshotRestore, transform, upgradeAssistant, aiops, ml, osquery, securitySolution, apm, searchprofiler | 8.8.0 |

api_docs/deprecations_by_plugin.mdx

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin
77
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
88
title: Deprecated API usage by plugin
99
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
10-
date: 2025-04-15
10+
date: 2025-04-16
1111
tags: ['contributor', 'dev', 'apidocs', 'kibana']
1212
---
1313

@@ -113,6 +113,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
113113
| Deprecated API | Reference location(s) | Remove By |
114114
| ---------------|-----------|-----------|
115115
| <DocLink id="kibKbnEsqlAstPluginApi" section="def-common.ESQLColumn.quoted" text="quoted"/> | [helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts#:~:text=quoted) | - |
116+
| <DocLink id="kibKbnEsqlAstPluginApi" section="def-common.ParseResult.ast" text="ast"/> | [validation.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts#:~:text=ast), [autocomplete.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts#:~:text=ast) | - |
116117

117118

118119

@@ -140,6 +141,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
140141

141142

142143

144+
## @kbn/monaco
145+
146+
| Deprecated API | Reference location(s) | Remove By |
147+
| ---------------|-----------|-----------|
148+
| <DocLink id="kibKbnEsqlAstPluginApi" section="def-common.ParseResult.ast" text="ast"/> | [hover.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-monaco/src/languages/esql/lib/hover/hover.ts#:~:text=ast), [hover.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-monaco/src/languages/esql/lib/hover/hover.ts#:~:text=ast) | - |
149+
150+
151+
143152
## @kbn/presentation-containers
144153

145154
| Deprecated API | Reference location(s) | Remove By |

api_docs/deprecations_by_team.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam
77
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
88
title: Deprecated APIs due to be removed, by team
99
description: Lists the teams that are referencing deprecated APIs with a remove by date.
10-
date: 2025-04-15
10+
date: 2025-04-16
1111
tags: ['contributor', 'dev', 'apidocs', 'kibana']
1212
---
1313

0 commit comments

Comments
 (0)