diff --git a/.buildkite/ftr_security_serverless_configs.yml b/.buildkite/ftr_security_serverless_configs.yml
index 89ebb4aa12cd4..6d42c030b2d4f 100644
--- a/.buildkite/ftr_security_serverless_configs.yml
+++ b/.buildkite/ftr_security_serverless_configs.yml
@@ -81,6 +81,7 @@ enabled:
- x-pack/test/security_solution_api_integration/test_suites/genai/knowledge_base/entries/trial_license_complete_tier/configs/serverless.config.ts
- x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/serverless.config.ts
- x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/basic_license_essentials_tier/configs/serverless.config.ts
+ - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/entity_store/trial_license_complete_tier/configs/serverless.config.ts
- x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/exception_lists_items/trial_license_complete_tier/configs/serverless.config.ts
- x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/lists_items/trial_license_complete_tier/configs/serverless.config.ts
- x-pack/test/security_solution_api_integration/test_suites/explore/hosts/trial_license_complete_tier/configs/serverless.config.ts
diff --git a/.buildkite/ftr_security_stateful_configs.yml b/.buildkite/ftr_security_stateful_configs.yml
index 77a8c57029096..a2390fa2bd27f 100644
--- a/.buildkite/ftr_security_stateful_configs.yml
+++ b/.buildkite/ftr_security_stateful_configs.yml
@@ -62,6 +62,7 @@ enabled:
- x-pack/test/security_solution_api_integration/test_suites/detections_response/user_roles/trial_license_complete_tier/configs/ess.config.ts
- x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/ess.config.ts
- x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/basic_license_essentials_tier/configs/ess.config.ts
+ - x-pack/test/security_solution_api_integration/test_suites/entity_analytics/entity_store/trial_license_complete_tier/configs/ess.config.ts
- x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/exception_lists_items/trial_license_complete_tier/configs/ess.config.ts
- x-pack/test/security_solution_api_integration/test_suites/lists_and_exception_lists/lists_items/trial_license_complete_tier/configs/ess.config.ts
- x-pack/test/security_solution_api_integration/test_suites/explore/hosts/trial_license_complete_tier/configs/ess.config.ts
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 76dccf659fb54..9284e5ba821f9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -183,6 +183,12 @@ packages/core/execution-context/core-execution-context-server-mocks @elastic/kib
packages/core/fatal-errors/core-fatal-errors-browser @elastic/kibana-core
packages/core/fatal-errors/core-fatal-errors-browser-internal @elastic/kibana-core
packages/core/fatal-errors/core-fatal-errors-browser-mocks @elastic/kibana-core
+packages/core/feature-flags/core-feature-flags-browser @elastic/kibana-core
+packages/core/feature-flags/core-feature-flags-browser-internal @elastic/kibana-core
+packages/core/feature-flags/core-feature-flags-browser-mocks @elastic/kibana-core
+packages/core/feature-flags/core-feature-flags-server @elastic/kibana-core
+packages/core/feature-flags/core-feature-flags-server-internal @elastic/kibana-core
+packages/core/feature-flags/core-feature-flags-server-mocks @elastic/kibana-core
test/plugin_functional/plugins/core_history_block @elastic/kibana-core
packages/core/http/core-http-browser @elastic/kibana-core
packages/core/http/core-http-browser-internal @elastic/kibana-core
@@ -453,6 +459,7 @@ examples/expressions_explorer @elastic/kibana-visualizations
src/plugins/expressions @elastic/kibana-visualizations
packages/kbn-failed-test-reporter-cli @elastic/kibana-operations @elastic/appex-qa
examples/feature_control_examples @elastic/kibana-security
+examples/feature_flags_example @elastic/kibana-core
x-pack/test/plugin_api_integration/plugins/feature_usage_test @elastic/kibana-security
x-pack/plugins/features @elastic/kibana-core
x-pack/test/functional_execution_context/plugins/alerts @elastic/kibana-core
diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx
index fa76a733f2b6d..9ed71acfceac0 100644
--- a/api_docs/actions.mdx
+++ b/api_docs/actions.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx
index 9a46181de6b46..ed64fcdda776d 100644
--- a/api_docs/advanced_settings.mdx
+++ b/api_docs/advanced_settings.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx
index cc6652e47ae99..d29944d472db0 100644
--- a/api_docs/ai_assistant_management_selection.mdx
+++ b/api_docs/ai_assistant_management_selection.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
title: "aiAssistantManagementSelection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiAssistantManagementSelection plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
---
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';
diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx
index 22bbb4ede5e08..ed11425824b38 100644
--- a/api_docs/aiops.mdx
+++ b/api_docs/aiops.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx
index 42478ec6eb029..53b27f764e367 100644
--- a/api_docs/alerting.mdx
+++ b/api_docs/alerting.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx
index 1231e63140773..77c919d900ac3 100644
--- a/api_docs/apm.mdx
+++ b/api_docs/apm.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
---
import apmObj from './apm.devdocs.json';
diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx
index 9f4abd6788ba1..fbe0dfc66d6ec 100644
--- a/api_docs/apm_data_access.mdx
+++ b/api_docs/apm_data_access.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess
title: "apmDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apmDataAccess plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
---
import apmDataAccessObj from './apm_data_access.devdocs.json';
diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx
index ec3a16667e1c5..d08848dd3ab7b 100644
--- a/api_docs/banners.mdx
+++ b/api_docs/banners.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
---
import bannersObj from './banners.devdocs.json';
diff --git a/api_docs/bfetch.mdx b/api_docs/bfetch.mdx
index a08dd3494eee3..36448f1aff363 100644
--- a/api_docs/bfetch.mdx
+++ b/api_docs/bfetch.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
---
import bfetchObj from './bfetch.devdocs.json';
diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx
index 74f682ccaf59a..14036c941eabb 100644
--- a/api_docs/canvas.mdx
+++ b/api_docs/canvas.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
---
import canvasObj from './canvas.devdocs.json';
diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx
index 6971e0fccdc55..c488eb17c0a3f 100644
--- a/api_docs/cases.mdx
+++ b/api_docs/cases.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
---
import casesObj from './cases.devdocs.json';
diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx
index 866fc5adc3d80..3e369f1ce4704 100644
--- a/api_docs/charts.mdx
+++ b/api_docs/charts.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
---
import chartsObj from './charts.devdocs.json';
diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx
index 308c257a9ab4d..c2037e08efc7c 100644
--- a/api_docs/cloud.mdx
+++ b/api_docs/cloud.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
---
import cloudObj from './cloud.devdocs.json';
diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx
index 5e894decc24f8..206b59401defc 100644
--- a/api_docs/cloud_data_migration.mdx
+++ b/api_docs/cloud_data_migration.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration
title: "cloudDataMigration"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudDataMigration plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration']
---
import cloudDataMigrationObj from './cloud_data_migration.devdocs.json';
diff --git a/api_docs/cloud_defend.mdx b/api_docs/cloud_defend.mdx
index da07ad7ee4404..5b0de299015b4 100644
--- a/api_docs/cloud_defend.mdx
+++ b/api_docs/cloud_defend.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend
title: "cloudDefend"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudDefend plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
---
import cloudDefendObj from './cloud_defend.devdocs.json';
diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx
index b643c3efcb601..c15e48e575fe6 100644
--- a/api_docs/cloud_security_posture.mdx
+++ b/api_docs/cloud_security_posture.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
---
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';
diff --git a/api_docs/console.mdx b/api_docs/console.mdx
index 94e834f1d10db..35d1c012733e3 100644
--- a/api_docs/console.mdx
+++ b/api_docs/console.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
---
import consoleObj from './console.devdocs.json';
diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx
index 79e1ea56e0e86..ca7a6fb27ba72 100644
--- a/api_docs/content_management.mdx
+++ b/api_docs/content_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement
title: "contentManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the contentManagement plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
---
import contentManagementObj from './content_management.devdocs.json';
diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx
index ffaa25609e25e..30c7f2faa1d34 100644
--- a/api_docs/controls.mdx
+++ b/api_docs/controls.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
---
import controlsObj from './controls.devdocs.json';
diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx
index 9653a88cedf01..c6ecf88f3dc93 100644
--- a/api_docs/custom_integrations.mdx
+++ b/api_docs/custom_integrations.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
---
import customIntegrationsObj from './custom_integrations.devdocs.json';
diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx
index d74b5b5f74b54..9bce02e76e9f8 100644
--- a/api_docs/dashboard.mdx
+++ b/api_docs/dashboard.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
---
import dashboardObj from './dashboard.devdocs.json';
diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx
index e6d4251d49fca..0b99232ddb3a6 100644
--- a/api_docs/dashboard_enhanced.mdx
+++ b/api_docs/dashboard_enhanced.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
---
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
diff --git a/api_docs/data.mdx b/api_docs/data.mdx
index 2e140b502998c..0d10393c7ac44 100644
--- a/api_docs/data.mdx
+++ b/api_docs/data.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
---
import dataObj from './data.devdocs.json';
diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx
index 7c78b3bf84759..bb1116e215251 100644
--- a/api_docs/data_quality.mdx
+++ b/api_docs/data_quality.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality
title: "dataQuality"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataQuality plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality']
---
import dataQualityObj from './data_quality.devdocs.json';
diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx
index 53a6f24e9b64c..8b715935d85d9 100644
--- a/api_docs/data_query.mdx
+++ b/api_docs/data_query.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';
diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx
index f65e3a5c66493..2e3fd844ea627 100644
--- a/api_docs/data_search.mdx
+++ b/api_docs/data_search.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
---
import dataSearchObj from './data_search.devdocs.json';
diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx
index 4e30005f54eab..b0d223ed36891 100644
--- a/api_docs/data_view_editor.mdx
+++ b/api_docs/data_view_editor.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
---
import dataViewEditorObj from './data_view_editor.devdocs.json';
diff --git a/api_docs/data_view_field_editor.mdx b/api_docs/data_view_field_editor.mdx
index b6330b23d85c7..ac615ba564f2d 100644
--- a/api_docs/data_view_field_editor.mdx
+++ b/api_docs/data_view_field_editor.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
---
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';
diff --git a/api_docs/data_view_management.mdx b/api_docs/data_view_management.mdx
index fa3416438cc72..365e29e4de7d1 100644
--- a/api_docs/data_view_management.mdx
+++ b/api_docs/data_view_management.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
---
import dataViewManagementObj from './data_view_management.devdocs.json';
diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx
index c4cb53186c59a..5ce3d1e7d3a65 100644
--- a/api_docs/data_views.mdx
+++ b/api_docs/data_views.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
---
import dataViewsObj from './data_views.devdocs.json';
diff --git a/api_docs/data_visualizer.mdx b/api_docs/data_visualizer.mdx
index 169c32ff979a5..78bc2a29e4761 100644
--- a/api_docs/data_visualizer.mdx
+++ b/api_docs/data_visualizer.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';
diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx
index a320c32c52866..0819ed916e673 100644
--- a/api_docs/dataset_quality.mdx
+++ b/api_docs/dataset_quality.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality
title: "datasetQuality"
image: https://source.unsplash.com/400x175/?github
description: API docs for the datasetQuality plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality']
---
import datasetQualityObj from './dataset_quality.devdocs.json';
diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx
index 851baa17b11f4..a70b90b8c5440 100644
--- a/api_docs/deprecations_by_api.mdx
+++ b/api_docs/deprecations_by_api.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -32,14 +32,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | @kbn/core, visualizations, triggersActionsUi | - |
| | ruleRegistry, securitySolution, slo | - |
| | security, actions, alerting, ruleRegistry, files, cases, fleet, securitySolution | - |
-| | securitySolution, cloudChat, observabilityOnboarding | - |
| | alerting, securitySolution | - |
| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - |
| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - |
| | alerting, securitySolution | - |
| | securitySolution | - |
-| | cloudDefend, osquery, securitySolution, synthetics | - |
-| | cloudDefend, osquery, securitySolution, synthetics | - |
+| | cloudDefend, securitySolution, synthetics | - |
+| | cloudDefend, securitySolution, synthetics | - |
| | cases, securitySolution, security | - |
| | @kbn/securitysolution-data-table, securitySolution | - |
| | @kbn/securitysolution-data-table, securitySolution | - |
@@ -67,8 +66,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | securitySolution | - |
| | @kbn/monaco, securitySolution | - |
| | cloudSecurityPosture, securitySolution | - |
-| | cloudChat | - |
-| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - |
| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, entityManager, serverlessSearch, transform, upgradeAssistant, apm, synthetics, security | - |
| | actions, alerting | - |
| | monitoring | - |
@@ -147,6 +144,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | canvas | - |
| | canvas | - |
| | enterpriseSearch | - |
+| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - |
| | embeddableEnhanced | - |
| | embeddableEnhanced | - |
| | uiActionsEnhanced | - |
@@ -205,7 +203,6 @@ Safe to remove.
| | alerting |
| | alerting |
| | alerting |
-| | cloudExperiments |
| | data |
| | data |
| | data |
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index ba63b5f0cd056..59fda57ae680d 100644
--- a/api_docs/deprecations_by_plugin.mdx
+++ b/api_docs/deprecations_by_plugin.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -375,7 +375,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
-| | [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode) | - |
+| | [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode) | - |
@@ -583,15 +583,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
-## cloudChat
-
-| Deprecated API | Reference location(s) | Remove By |
-| ---------------|-----------|-----------|
-| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts#:~:text=CloudExperimentsPluginStart), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts#:~:text=CloudExperimentsPluginStart) | - |
-| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts#:~:text=getVariation), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_chat/server/plugin.ts#:~:text=getVariation) | - |
-
-
-
## cloudDefend
| Deprecated API | Reference location(s) | Remove By |
@@ -1145,7 +1136,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
-| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts#:~:text=CloudExperimentsPluginStart), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts#:~:text=CloudExperimentsPluginStart) | - |
| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts#:~:text=legacy) | - |
@@ -1165,8 +1155,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - |
| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - |
| | [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/packs/pack_queries_status_table.tsx#:~:text=indexPatternId), [view_results_in_discover.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/discover/view_results_in_discover.tsx#:~:text=indexPatternId), [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
-| | [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id) | - |
-| | [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id) | - |
| | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 |
| | [add_to_timeline_button.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/timelines/add_to_timeline_button.tsx#:~:text=getHoverActions) | - |
| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - |
@@ -1354,7 +1342,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts#:~:text=alertFactory) | - |
-| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=CloudExperimentsPluginStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/types.ts#:~:text=CloudExperimentsPluginStart) | - |
| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - |
| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 12 more | - |
diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx
index f6fd926d720a3..bcb2a7dfb8bce 100644
--- a/api_docs/deprecations_by_team.mdx
+++ b/api_docs/deprecations_by_team.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx
index a78c51504fd88..9a6ca17e5097b 100644
--- a/api_docs/dev_tools.mdx
+++ b/api_docs/dev_tools.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
---
import devToolsObj from './dev_tools.devdocs.json';
diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx
index 0aaa377835179..2956e3c1fff47 100644
--- a/api_docs/discover.mdx
+++ b/api_docs/discover.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
---
import discoverObj from './discover.devdocs.json';
diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx
index 799b1f2f7b04b..5051d5eec9715 100644
--- a/api_docs/discover_enhanced.mdx
+++ b/api_docs/discover_enhanced.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
---
import discoverEnhancedObj from './discover_enhanced.devdocs.json';
diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx
index b0de7a96a7991..669f55d105fd7 100644
--- a/api_docs/discover_shared.mdx
+++ b/api_docs/discover_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverShared
title: "discoverShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discoverShared plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared']
---
import discoverSharedObj from './discover_shared.devdocs.json';
diff --git a/api_docs/ecs_data_quality_dashboard.mdx b/api_docs/ecs_data_quality_dashboard.mdx
index bf6bd7c7a6672..4400f84cd4176 100644
--- a/api_docs/ecs_data_quality_dashboard.mdx
+++ b/api_docs/ecs_data_quality_dashboard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard
title: "ecsDataQualityDashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ecsDataQualityDashboard plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
---
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
diff --git a/api_docs/elastic_assistant.devdocs.json b/api_docs/elastic_assistant.devdocs.json
index dc7a18796d77d..8c059454eed28 100644
--- a/api_docs/elastic_assistant.devdocs.json
+++ b/api_docs/elastic_assistant.devdocs.json
@@ -209,6 +209,27 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.AssistantToolParams.inference",
+ "type": "Object",
+ "tags": [],
+ "label": "inference",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "inference",
+ "scope": "server",
+ "docId": "kibInferencePluginApi",
+ "section": "def-server.InferenceServerStart",
+ "text": "InferenceServerStart"
+ },
+ " | undefined"
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "elasticAssistant",
"id": "def-server.AssistantToolParams.isEnabledKnowledgeBase",
@@ -220,6 +241,20 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.AssistantToolParams.connectorId",
+ "type": "string",
+ "tags": [],
+ "label": "connectorId",
+ "description": [],
+ "signature": [
+ "string | undefined"
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "elasticAssistant",
"id": "def-server.AssistantToolParams.chain",
@@ -1818,6 +1853,26 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.ElasticAssistantPluginStartDependencies.inference",
+ "type": "Object",
+ "tags": [],
+ "label": "inference",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "inference",
+ "scope": "server",
+ "docId": "kibInferencePluginApi",
+ "section": "def-server.InferenceServerStart",
+ "text": "InferenceServerStart"
+ }
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "elasticAssistant",
"id": "def-server.ElasticAssistantPluginStartDependencies.spaces",
@@ -1958,6 +2013,28 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.ElasticAssistantPluginStart.inference",
+ "type": "Object",
+ "tags": [],
+ "label": "inference",
+ "description": [
+ "\nInference plugin start contract."
+ ],
+ "signature": [
+ {
+ "pluginId": "inference",
+ "scope": "server",
+ "docId": "kibInferencePluginApi",
+ "section": "def-server.InferenceServerStart",
+ "text": "InferenceServerStart"
+ }
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "elasticAssistant",
"id": "def-server.ElasticAssistantPluginStart.registerFeatures",
diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx
index 58270b814d621..9ac382f688ffa 100644
--- a/api_docs/elastic_assistant.mdx
+++ b/api_docs/elastic_assistant.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant
title: "elasticAssistant"
image: https://source.unsplash.com/400x175/?github
description: API docs for the elasticAssistant plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
---
import elasticAssistantObj from './elastic_assistant.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 49 | 0 | 35 | 2 |
+| 53 | 0 | 38 | 2 |
## Server
diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx
index 6584b208bd258..6a8ab26813525 100644
--- a/api_docs/embeddable.mdx
+++ b/api_docs/embeddable.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
---
import embeddableObj from './embeddable.devdocs.json';
diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx
index 9140d23fbbfae..c239b13ac36b8 100644
--- a/api_docs/embeddable_enhanced.mdx
+++ b/api_docs/embeddable_enhanced.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
---
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';
diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx
index d3e7c3dfc9826..804c6f28dc0a5 100644
--- a/api_docs/encrypted_saved_objects.mdx
+++ b/api_docs/encrypted_saved_objects.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
---
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';
diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx
index 9d65858ad4886..8f021b66213fd 100644
--- a/api_docs/enterprise_search.mdx
+++ b/api_docs/enterprise_search.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
---
import enterpriseSearchObj from './enterprise_search.devdocs.json';
diff --git a/api_docs/entities_data_access.mdx b/api_docs/entities_data_access.mdx
index 8435830c1661b..98cca9fff6dc3 100644
--- a/api_docs/entities_data_access.mdx
+++ b/api_docs/entities_data_access.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entitiesDataAccess
title: "entitiesDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the entitiesDataAccess plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess']
---
import entitiesDataAccessObj from './entities_data_access.devdocs.json';
diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx
index 3b0ec1ffd2e21..2caaad0462184 100644
--- a/api_docs/entity_manager.mdx
+++ b/api_docs/entity_manager.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entityManager
title: "entityManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the entityManager plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager']
---
import entityManagerObj from './entity_manager.devdocs.json';
diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx
index bb28c8c84c239..2cac616056835 100644
--- a/api_docs/es_ui_shared.mdx
+++ b/api_docs/es_ui_shared.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
---
import esUiSharedObj from './es_ui_shared.devdocs.json';
diff --git a/api_docs/esql.mdx b/api_docs/esql.mdx
index d3e4bd076e692..6dbe40028c309 100644
--- a/api_docs/esql.mdx
+++ b/api_docs/esql.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esql
title: "esql"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esql plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql']
---
import esqlObj from './esql.devdocs.json';
diff --git a/api_docs/esql_data_grid.mdx b/api_docs/esql_data_grid.mdx
index 8599359553762..af2ca301e79b4 100644
--- a/api_docs/esql_data_grid.mdx
+++ b/api_docs/esql_data_grid.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esqlDataGrid
title: "esqlDataGrid"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esqlDataGrid plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid']
---
import esqlDataGridObj from './esql_data_grid.devdocs.json';
diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx
index 060c98173d12d..c8dc68d4ded72 100644
--- a/api_docs/event_annotation.mdx
+++ b/api_docs/event_annotation.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
---
import eventAnnotationObj from './event_annotation.devdocs.json';
diff --git a/api_docs/event_annotation_listing.mdx b/api_docs/event_annotation_listing.mdx
index c0491c1d33221..2e11f9022b774 100644
--- a/api_docs/event_annotation_listing.mdx
+++ b/api_docs/event_annotation_listing.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing
title: "eventAnnotationListing"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventAnnotationListing plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing']
---
import eventAnnotationListingObj from './event_annotation_listing.devdocs.json';
diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx
index bd356cb665bea..3636b498eea6a 100644
--- a/api_docs/event_log.mdx
+++ b/api_docs/event_log.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
---
import eventLogObj from './event_log.devdocs.json';
diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx
index ed6011650f2d9..67d93afe0b2bb 100644
--- a/api_docs/exploratory_view.mdx
+++ b/api_docs/exploratory_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView
title: "exploratoryView"
image: https://source.unsplash.com/400x175/?github
description: API docs for the exploratoryView plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView']
---
import exploratoryViewObj from './exploratory_view.devdocs.json';
diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx
index 25afcce15972c..f46305151ec05 100644
--- a/api_docs/expression_error.mdx
+++ b/api_docs/expression_error.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
---
import expressionErrorObj from './expression_error.devdocs.json';
diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx
index 9ce20273592f7..5069c0da2c125 100644
--- a/api_docs/expression_gauge.mdx
+++ b/api_docs/expression_gauge.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
---
import expressionGaugeObj from './expression_gauge.devdocs.json';
diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx
index 4d2b955fff722..6b4dd9519d0dd 100644
--- a/api_docs/expression_heatmap.mdx
+++ b/api_docs/expression_heatmap.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx
index e720ac86d32e6..006f57341b075 100644
--- a/api_docs/expression_image.mdx
+++ b/api_docs/expression_image.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';
diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx
index 89f4d145b8e7c..6ec96d011f44f 100644
--- a/api_docs/expression_legacy_metric_vis.mdx
+++ b/api_docs/expression_legacy_metric_vis.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
---
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx
index 71685134183d2..74a3b210fe6c9 100644
--- a/api_docs/expression_metric.mdx
+++ b/api_docs/expression_metric.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
---
import expressionMetricObj from './expression_metric.devdocs.json';
diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx
index 936ec74eb6e51..b54fb51145dfd 100644
--- a/api_docs/expression_metric_vis.mdx
+++ b/api_docs/expression_metric_vis.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
---
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx
index b91c58816f9b3..1441af154179a 100644
--- a/api_docs/expression_partition_vis.mdx
+++ b/api_docs/expression_partition_vis.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
---
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx
index f1a2bd221e405..f8facbe84550d 100644
--- a/api_docs/expression_repeat_image.mdx
+++ b/api_docs/expression_repeat_image.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
---
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';
diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx
index 53c2c8d31c055..a74c7a9660bad 100644
--- a/api_docs/expression_reveal_image.mdx
+++ b/api_docs/expression_reveal_image.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
---
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx
index 097b95263bca4..f2f7b44975220 100644
--- a/api_docs/expression_shape.mdx
+++ b/api_docs/expression_shape.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
---
import expressionShapeObj from './expression_shape.devdocs.json';
diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx
index d44e2623035f1..9cb109b5763ab 100644
--- a/api_docs/expression_tagcloud.mdx
+++ b/api_docs/expression_tagcloud.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
---
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx
index 3a0b9db7628e8..a03c685d602c0 100644
--- a/api_docs/expression_x_y.mdx
+++ b/api_docs/expression_x_y.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
---
import expressionXYObj from './expression_x_y.devdocs.json';
diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx
index 2d3ab44c2ece0..1f2b134b09902 100644
--- a/api_docs/expressions.mdx
+++ b/api_docs/expressions.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
---
import expressionsObj from './expressions.devdocs.json';
diff --git a/api_docs/features.mdx b/api_docs/features.mdx
index d83c2121e9b2f..f7fddce674289 100644
--- a/api_docs/features.mdx
+++ b/api_docs/features.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
---
import featuresObj from './features.devdocs.json';
diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx
index b93096b491d77..9970f5cd7b2b3 100644
--- a/api_docs/field_formats.mdx
+++ b/api_docs/field_formats.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
---
import fieldFormatsObj from './field_formats.devdocs.json';
diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx
index 0e2d5e4a11216..e2cb0dcee171a 100644
--- a/api_docs/fields_metadata.mdx
+++ b/api_docs/fields_metadata.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldsMetadata
title: "fieldsMetadata"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fieldsMetadata plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata']
---
import fieldsMetadataObj from './fields_metadata.devdocs.json';
diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx
index 06476763fcf0d..40f4da577b3bd 100644
--- a/api_docs/file_upload.mdx
+++ b/api_docs/file_upload.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
---
import fileUploadObj from './file_upload.devdocs.json';
diff --git a/api_docs/files.mdx b/api_docs/files.mdx
index 6ff9491e98ba4..ec31b8f803a34 100644
--- a/api_docs/files.mdx
+++ b/api_docs/files.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
---
import filesObj from './files.devdocs.json';
diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx
index 22adfe94c460e..532df3d04b95d 100644
--- a/api_docs/files_management.mdx
+++ b/api_docs/files_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement
title: "filesManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the filesManagement plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
---
import filesManagementObj from './files_management.devdocs.json';
diff --git a/api_docs/fleet.devdocs.json b/api_docs/fleet.devdocs.json
index 75ea32fc11c90..0e40a7c831668 100644
--- a/api_docs/fleet.devdocs.json
+++ b/api_docs/fleet.devdocs.json
@@ -1508,42 +1508,6 @@
"plugin": "cloudDefend",
"path": "x-pack/plugins/cloud_defend/server/lib/telemetry/collectors/installation_stats_collector.ts"
},
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx"
@@ -1697,7 +1661,7 @@
"label": "elasticsearch",
"description": [],
"signature": [
- "{ privileges?: { cluster?: string[] | undefined; } | undefined; } | undefined"
+ "{ [key: string]: any; privileges?: { cluster?: string[] | undefined; } | undefined; } | undefined"
],
"path": "x-pack/plugins/fleet/common/types/models/package_policy.ts",
"deprecated": false,
@@ -2950,7 +2914,7 @@
"section": "def-common.PackagePolicyConfigRecord",
"text": "PackagePolicyConfigRecord"
},
- " | undefined; elasticsearch?: { privileges?: { cluster?: string[] | undefined; } | undefined; } | undefined; overrides?: { inputs?: { [key: string]: any; } | undefined; } | null | undefined; }"
+ " | undefined; elasticsearch?: { [key: string]: any; privileges?: { cluster?: string[] | undefined; } | undefined; } | undefined; overrides?: { inputs?: { [key: string]: any; } | undefined; } | null | undefined; }"
],
"path": "x-pack/plugins/fleet/public/types/ui_extensions.ts",
"deprecated": false,
@@ -22069,7 +22033,7 @@
"label": "data_stream",
"description": [],
"signature": [
- "{ dataset: string; type: string; }"
+ "{ dataset: string; type?: string | undefined; }"
],
"path": "x-pack/plugins/fleet/common/types/models/agent_policy.ts",
"deprecated": false,
@@ -23839,42 +23803,6 @@
"plugin": "cloudDefend",
"path": "x-pack/plugins/cloud_defend/server/lib/telemetry/collectors/installation_stats_collector.ts"
},
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
- {
- "plugin": "osquery",
- "path": "x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx"
@@ -24028,7 +23956,7 @@
"label": "elasticsearch",
"description": [],
"signature": [
- "{ privileges?: { cluster?: string[] | undefined; } | undefined; } | undefined"
+ "{ [key: string]: any; privileges?: { cluster?: string[] | undefined; } | undefined; } | undefined"
],
"path": "x-pack/plugins/fleet/common/types/models/package_policy.ts",
"deprecated": false,
diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx
index e640e329a116f..963c29aeeaf2f 100644
--- a/api_docs/fleet.mdx
+++ b/api_docs/fleet.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
---
import fleetObj from './fleet.devdocs.json';
diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx
index 96b315d3f0359..6c7502c23834e 100644
--- a/api_docs/global_search.mdx
+++ b/api_docs/global_search.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
---
import globalSearchObj from './global_search.devdocs.json';
diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx
index 0e80e2cff68a0..27101147b048b 100644
--- a/api_docs/guided_onboarding.mdx
+++ b/api_docs/guided_onboarding.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
---
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
diff --git a/api_docs/home.mdx b/api_docs/home.mdx
index 7f1310f09f901..a595d8e442cdd 100644
--- a/api_docs/home.mdx
+++ b/api_docs/home.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
---
import homeObj from './home.devdocs.json';
diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx
index 38915d16cfc65..5e4060262a598 100644
--- a/api_docs/image_embeddable.mdx
+++ b/api_docs/image_embeddable.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable
title: "imageEmbeddable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the imageEmbeddable plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable']
---
import imageEmbeddableObj from './image_embeddable.devdocs.json';
diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx
index a3e2168cf6cd0..1748ad11a6634 100644
--- a/api_docs/index_lifecycle_management.mdx
+++ b/api_docs/index_lifecycle_management.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
---
import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json';
diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx
index c9c1d98ae6e6e..3ba25d341191f 100644
--- a/api_docs/index_management.mdx
+++ b/api_docs/index_management.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
---
import indexManagementObj from './index_management.devdocs.json';
diff --git a/api_docs/inference.devdocs.json b/api_docs/inference.devdocs.json
index 447843126b9b9..4fbbd82c175f9 100644
--- a/api_docs/inference.devdocs.json
+++ b/api_docs/inference.devdocs.json
@@ -74,7 +74,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[]; } & TToolOptions) => ",
+ "[]; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; } & TToolOptions) => ",
"ChatCompletionResponse",
""
],
@@ -99,7 +101,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[]; } & TToolOptions"
+ "[]; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; } & TToolOptions"
],
"path": "x-pack/plugins/inference/common/chat_complete/index.ts",
"deprecated": false,
@@ -123,7 +127,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[] | undefined; }) => ",
+ "[] | undefined; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; }) => ",
"Observable",
"<",
"OutputEvent",
@@ -166,7 +172,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[] | undefined; }"
+ "[] | undefined; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; }"
],
"path": "x-pack/plugins/inference/common/output/index.ts",
"deprecated": false,
@@ -208,7 +216,7 @@
"label": "naturalLanguageToEsql",
"description": [],
"signature": [
- "({\n client,\n connectorId,\n tools,\n toolChoice,\n logger,\n ...rest\n}: ",
+ "({\n client,\n connectorId,\n tools,\n toolChoice,\n logger,\n functionCalling,\n ...rest\n}: ",
"NlToEsqlTaskParams",
") => ",
"Observable",
@@ -225,7 +233,7 @@
"id": "def-server.naturalLanguageToEsql.$1",
"type": "CompoundType",
"tags": [],
- "label": "{\n client,\n connectorId,\n tools,\n toolChoice,\n logger,\n ...rest\n}",
+ "label": "{\n client,\n connectorId,\n tools,\n toolChoice,\n logger,\n functionCalling,\n ...rest\n}",
"description": [],
"signature": [
"NlToEsqlTaskParams",
@@ -338,7 +346,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[]; } & TToolOptions) => ",
+ "[]; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; } & TToolOptions) => ",
"ChatCompletionResponse",
""
],
@@ -363,7 +373,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[]; } & TToolOptions"
+ "[]; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; } & TToolOptions"
],
"path": "x-pack/plugins/inference/common/chat_complete/index.ts",
"deprecated": false,
@@ -389,7 +401,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[] | undefined; }) => ",
+ "[] | undefined; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; }) => ",
"Observable",
"<",
"OutputEvent",
@@ -432,7 +446,9 @@
"section": "def-common.Message",
"text": "Message"
},
- "[] | undefined; }"
+ "[] | undefined; functionCalling?: ",
+ "FunctionCallingMode",
+ " | undefined; }"
],
"path": "x-pack/plugins/inference/common/output/index.ts",
"deprecated": false,
diff --git a/api_docs/inference.mdx b/api_docs/inference.mdx
index 8919f15cbcaa6..66181618d8318 100644
--- a/api_docs/inference.mdx
+++ b/api_docs/inference.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inference
title: "inference"
image: https://source.unsplash.com/400x175/?github
description: API docs for the inference plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference']
---
import inferenceObj from './inference.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 49 | 0 | 44 | 14 |
+| 49 | 0 | 44 | 15 |
## Client
diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx
index 7c66db0442b60..d642ad0f5d423 100644
--- a/api_docs/infra.mdx
+++ b/api_docs/infra.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
---
import infraObj from './infra.devdocs.json';
diff --git a/api_docs/ingest_pipelines.mdx b/api_docs/ingest_pipelines.mdx
index d9f83e6868799..8337adbc6aae9 100644
--- a/api_docs/ingest_pipelines.mdx
+++ b/api_docs/ingest_pipelines.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines
title: "ingestPipelines"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ingestPipelines plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines']
---
import ingestPipelinesObj from './ingest_pipelines.devdocs.json';
diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx
index 7687d3c2ca2ee..df459d1759558 100644
--- a/api_docs/inspector.mdx
+++ b/api_docs/inspector.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
---
import inspectorObj from './inspector.devdocs.json';
diff --git a/api_docs/integration_assistant.devdocs.json b/api_docs/integration_assistant.devdocs.json
index 6955e1caf5cac..4592eea7603b6 100644
--- a/api_docs/integration_assistant.devdocs.json
+++ b/api_docs/integration_assistant.devdocs.json
@@ -161,7 +161,39 @@
"common": {
"classes": [],
"functions": [],
- "interfaces": [],
+ "interfaces": [
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.ESProcessorItem",
+ "type": "Interface",
+ "tags": [],
+ "label": "ESProcessorItem",
+ "description": [
+ "\nProcessor item for the Elasticsearch processor."
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/model/processor_attributes.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.ESProcessorItem.Unnamed",
+ "type": "IndexSignature",
+ "tags": [],
+ "label": "[key: string]: ESProcessorOptions",
+ "description": [],
+ "signature": [
+ "[key: string]: ",
+ "ESProcessorOptions"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/model/processor_attributes.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
"enums": [],
"misc": [
{
@@ -186,7 +218,7 @@
"signature": [
"{ connectorId: string; packageName: string; dataStreamName: string; logSamples: string[]; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -209,7 +241,7 @@
},
"[] | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -240,7 +272,7 @@
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/build_integration/build_integration.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/build_integration/build_integration.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -283,7 +315,7 @@
},
"[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -314,7 +346,7 @@
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -357,7 +389,7 @@
},
"[] | undefined; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -372,7 +404,7 @@
"signature": [
"{ results: { docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -405,7 +437,7 @@
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -422,7 +454,7 @@
"signature": [
"Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -457,7 +489,7 @@
},
"[] | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -488,26 +520,7 @@
},
"[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
- {
- "parentPluginId": "integrationAssistant",
- "id": "def-common.ESProcessorItem",
- "type": "Type",
- "tags": [],
- "label": "ESProcessorItem",
- "description": [
- "\nProcessor item for the Elasticsearch processor."
- ],
- "signature": [
- "{ [x: string]: ",
- "ESProcessorOptions",
- "; }"
- ],
- "path": "x-pack/plugins/integration_assistant/common/api/model/processor_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -524,7 +537,7 @@
"signature": [
"\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\""
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -557,7 +570,7 @@
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -604,6 +617,23 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.LangSmithOptions",
+ "type": "Type",
+ "tags": [],
+ "label": "LangSmithOptions",
+ "description": [
+ "\nThe LangSmith options object."
+ ],
+ "signature": [
+ "{ apiKey: string; projectName: string; }"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "integrationAssistant",
"id": "def-common.Pipeline",
@@ -632,7 +662,7 @@
},
"[] | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -690,7 +720,7 @@
},
"[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -721,7 +751,7 @@
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -738,7 +768,24 @@
"signature": [
"{ name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.SamplesFormatName",
+ "type": "Type",
+ "tags": [],
+ "label": "SamplesFormatName",
+ "description": [
+ "\nThe name of the log samples format."
+ ],
+ "signature": [
+ "\"ndjson\" | \"json\" | \"csv\" | \"structured\" | \"unstructured\" | \"unsupported\""
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -755,7 +802,7 @@
"signature": [
"Zod.ZodObject<{ packageName: Zod.ZodString; dataStreamName: Zod.ZodString; logSamples: Zod.ZodArray; connectorId: Zod.ZodString; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; dataStreamName: string; logSamples: string[]; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }, { connectorId: string; packageName: string; dataStreamName: string; logSamples: string[]; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -768,7 +815,7 @@
"label": "AnalyzeLogsResponse",
"description": [],
"signature": [
- "Zod.ZodObject<{ results: Zod.ZodObject<{ samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; parsedSamples: Zod.ZodArray; }, \"strip\", Zod.ZodTypeAny, { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }, { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }>; additionalProcessors: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { results: { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }; additionalProcessors?: ",
+ "ESProcessorItemInput",
+ ">, \"many\">>; results: Zod.ZodObject<{ samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; parsedSamples: Zod.ZodArray; }, \"strip\", Zod.ZodTypeAny, { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }, { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }>; }, \"strip\", Zod.ZodTypeAny, { results: { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }; additionalProcessors?: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -793,16 +834,10 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { results: { samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; parsedSamples: string[]; }; additionalProcessors?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/analyze_logs/analyze_logs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -824,13 +859,7 @@
"text": "ESProcessorItem"
},
", Zod.ZodTypeDef, ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
">, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -864,21 +887,9 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
@@ -896,6 +907,10 @@
"text": "ESProcessorItem"
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -911,7 +926,11 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -927,7 +946,26 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }; }, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }; }>"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/build_integration/build_integration.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.CategorizationRequestBody",
+ "type": "Object",
+ "tags": [],
+ "label": "CategorizationRequestBody",
+ "description": [],
+ "signature": [
+ "Zod.ZodObject<{ packageName: Zod.ZodString; dataStreamName: Zod.ZodString; rawSamples: Zod.ZodArray; currentPipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ ", Zod.ZodTypeDef, ",
+ "ESProcessorItemInput",
+ ">, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -959,7 +1001,11 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }; }, { integration: { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "[] | undefined; }, { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>; connectorId: Zod.ZodString; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -975,22 +1021,26 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }; }>"
+ "[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/build_integration/build_integration.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "integrationAssistant",
- "id": "def-common.CategorizationRequestBody",
+ "id": "def-common.CategorizationResponse",
"type": "Object",
"tags": [],
- "label": "CategorizationRequestBody",
+ "label": "CategorizationResponse",
"description": [],
"signature": [
- "Zod.ZodObject<{ packageName: Zod.ZodString; dataStreamName: Zod.ZodString; rawSamples: Zod.ZodArray; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; currentPipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -1039,22 +1077,10 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }>; connectorId: Zod.ZodString; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1070,7 +1096,11 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
+ "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>; }, \"strip\", Zod.ZodTypeAny, { results: { pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1086,22 +1116,26 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }>"
+ "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }, { results: { pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "integrationAssistant",
- "id": "def-common.CategorizationResponse",
+ "id": "def-common.CheckPipelineRequestBody",
"type": "Object",
"tags": [],
- "label": "CategorizationResponse",
+ "label": "CheckPipelineRequestBody",
"description": [],
"signature": [
- "Zod.ZodObject<{ results: Zod.ZodObject<{ docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -1150,22 +1172,10 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1181,7 +1191,41 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { pipeline: { processors: ",
+ "[] | undefined; }; }, { rawSamples: string[]; pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; }>"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.CheckPipelineResponse",
+ "type": "Object",
+ "tags": [],
+ "label": "CheckPipelineResponse",
+ "description": [],
+ "signature": [
+ "Zod.ZodObject<{ results: Zod.ZodObject<{ docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>; }, \"strip\", Zod.ZodTypeAny, { results: { docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }, { results: { docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }>"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.DataStream",
+ "type": "Object",
+ "tags": [],
+ "label": "DataStream",
+ "description": [],
+ "signature": [
+ "Zod.ZodObject<{ name: Zod.ZodString; title: Zod.ZodString; description: Zod.ZodString; inputTypes: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional[]; }>; }, \"strip\", Zod.ZodTypeAny, { results: { pipeline: { processors: ",
+ ", Zod.ZodTypeDef, ",
+ "ESProcessorItemInput",
+ ">, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1213,7 +1261,11 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }, { results: { pipeline: { processors: ",
+ "[] | undefined; }, { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1229,246 +1281,13 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }>"
+ "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/categorization/categorization_route.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
- {
- "parentPluginId": "integrationAssistant",
- "id": "def-common.CheckPipelineRequestBody",
- "type": "Object",
- "tags": [],
- "label": "CheckPipelineRequestBody",
- "description": [],
- "signature": [
- "Zod.ZodObject<{ rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { rawSamples: string[]; pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }; }, { rawSamples: string[]; pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }; }>"
- ],
- "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
- {
- "parentPluginId": "integrationAssistant",
- "id": "def-common.CheckPipelineResponse",
- "type": "Object",
- "tags": [],
- "label": "CheckPipelineResponse",
- "description": [],
- "signature": [
- "Zod.ZodObject<{ results: Zod.ZodObject<{ docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>; }, \"strip\", Zod.ZodTypeAny, { results: { docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }, { results: { docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }>"
- ],
- "path": "x-pack/plugins/integration_assistant/common/api/check_pipeline/check_pipeline.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
- {
- "parentPluginId": "integrationAssistant",
- "id": "def-common.DataStream",
- "type": "Object",
- "tags": [],
- "label": "DataStream",
- "description": [],
- "signature": [
- "Zod.ZodObject<{ name: Zod.ZodString; title: Zod.ZodString; description: Zod.ZodString; inputTypes: Zod.ZodArray, \"many\">; rawSamples: Zod.ZodArray; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }>"
- ],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -1483,115 +1302,20 @@
"signature": [
"Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
- {
- "parentPluginId": "integrationAssistant",
- "id": "def-common.EcsMappingRequestBody",
- "type": "Object",
- "tags": [],
- "label": "EcsMappingRequestBody",
- "description": [],
- "signature": [
- "Zod.ZodObject<{ packageName: Zod.ZodString; dataStreamName: Zod.ZodString; rawSamples: Zod.ZodArray; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; mapping: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>>; additionalProcessors: Zod.ZodOptional, \"many\">>; connectorId: Zod.ZodString; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; mapping?: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\"> | undefined; additionalProcessors?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; mapping?: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\"> | undefined; additionalProcessors?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }>"
- ],
- "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
- {
- "parentPluginId": "integrationAssistant",
- "id": "def-common.EcsMappingResponse",
- "type": "Object",
- "tags": [],
- "label": "EcsMappingResponse",
- "description": [],
- "signature": [
- "Zod.ZodObject<{ results: Zod.ZodObject<{ mapping: Zod.ZodObject<{}, \"passthrough\", Zod.ZodTypeAny, Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }, { processors: ",
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.EcsMappingRequestBody",
+ "type": "Object",
+ "tags": [],
+ "label": "EcsMappingRequestBody",
+ "description": [],
+ "signature": [
+ "Zod.ZodObject<{ packageName: Zod.ZodString; dataStreamName: Zod.ZodString; rawSamples: Zod.ZodArray; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; mapping: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>>; additionalProcessors: Zod.ZodOptional, \"many\">>; connectorId: Zod.ZodString; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; mapping?: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\"> | undefined; additionalProcessors?: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1607,7 +1333,24 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { pipeline: { processors: ",
+ "[] | undefined; }, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; mapping?: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\"> | undefined; additionalProcessors?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.EcsMappingResponse",
+ "type": "Object",
+ "tags": [],
+ "label": "EcsMappingResponse",
+ "description": [],
+ "signature": [
+ "Zod.ZodObject<{ results: Zod.ZodObject<{ mapping: Zod.ZodObject<{}, \"passthrough\", Zod.ZodTypeAny, Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>; pipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1639,7 +1386,11 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }>; }, \"strip\", Zod.ZodTypeAny, { results: { pipeline: { processors: ",
+ "[] | undefined; }, { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1655,7 +1406,11 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
- "[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }; }, { results: { pipeline: { processors: ",
+ "[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }, { pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }>; }, \"strip\", Zod.ZodTypeAny, { results: { pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -1671,9 +1426,13 @@
"section": "def-common.ESProcessorItem",
"text": "ESProcessorItem"
},
+ "[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }; }, { results: { pipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
+ "ESProcessorItemInput",
"[] | undefined; }; mapping: {} & { [k: string]: unknown; }; }; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/ecs/ecs_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -1695,16 +1454,10 @@
"text": "ESProcessorItem"
},
", Zod.ZodTypeDef, ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
">"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/processor_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/processor_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -1719,7 +1472,7 @@
"signature": [
"Zod.ZodEnum<[\"aws-cloudwatch\", \"aws-s3\", \"azure-blob-storage\", \"azure-eventhub\", \"cel\", \"cloudfoundry\", \"filestream\", \"gcp-pubsub\", \"gcs\", \"http_endpoint\", \"journald\", \"kafka\", \"tcp\", \"udp\"]>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -1741,13 +1494,7 @@
"text": "ESProcessorItem"
},
", Zod.ZodTypeDef, ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
">, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -1781,21 +1522,9 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }>; docs: Zod.ZodArray, Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">>, \"many\">; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
@@ -1813,21 +1542,9 @@
"text": "ESProcessorItem"
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }, { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }>, \"many\">; logo: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
@@ -1845,24 +1562,27 @@
"text": "ESProcessorItem"
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }, { name: string; title: string; description: string; dataStreams: { name: string; title: string; description: string; inputTypes: (\"kafka\" | \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cel\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"tcp\" | \"udp\")[]; rawSamples: string[]; pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; }[]; logo?: string | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.LangSmithOptions",
+ "type": "Object",
+ "tags": [],
+ "label": "LangSmithOptions",
+ "description": [],
+ "signature": [
+ "Zod.ZodObject<{ projectName: Zod.ZodString; apiKey: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { apiKey: string; projectName: string; }, { apiKey: string; projectName: string; }>"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -1884,13 +1604,7 @@
"text": "ESProcessorItem"
},
", Zod.ZodTypeDef, ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
">, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -1924,24 +1632,12 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -1954,7 +1650,7 @@
"label": "RelatedRequestBody",
"description": [],
"signature": [
- "Zod.ZodObject<{ packageName: Zod.ZodString; dataStreamName: Zod.ZodString; rawSamples: Zod.ZodArray; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; currentPipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray; currentPipeline: Zod.ZodObject<{ name: Zod.ZodOptional; description: Zod.ZodOptional; version: Zod.ZodOptional; processors: Zod.ZodArray, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -2003,22 +1687,10 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
- "[] | undefined; }>; connectorId: Zod.ZodString; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
+ "ESProcessorItemInput",
+ "[] | undefined; }>; connectorId: Zod.ZodString; samplesFormat: Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>; langSmithOptions: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
{
"pluginId": "integrationAssistant",
"scope": "common",
@@ -2035,24 +1707,12 @@
"text": "ESProcessorItem"
},
"[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }, { connectorId: string; packageName: string; rawSamples: string[]; samplesFormat: { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }; dataStreamName: string; currentPipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }; langSmithOptions?: { apiKey: string; projectName: string; } | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -2074,13 +1734,7 @@
"text": "ESProcessorItem"
},
", Zod.ZodTypeDef, ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
">, \"many\">; on_failure: Zod.ZodOptional, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { processors: ",
{
"pluginId": "integrationAssistant",
@@ -2114,21 +1762,9 @@
"text": "ESProcessorItem"
},
"[] | undefined; }, { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
@@ -2146,21 +1782,9 @@
"text": "ESProcessorItem"
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }, { pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }>; }, \"strip\", Zod.ZodTypeAny, { results: { pipeline: { processors: ",
{
"pluginId": "integrationAssistant",
@@ -2178,24 +1802,12 @@
"text": "ESProcessorItem"
},
"[] | undefined; }; docs: Zod.objectOutputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }, { results: { pipeline: { processors: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[]; version?: number | undefined; name?: string | undefined; description?: string | undefined; on_failure?: ",
- {
- "pluginId": "integrationAssistant",
- "scope": "common",
- "docId": "kibIntegrationAssistantPluginApi",
- "section": "def-common.ESProcessorItem",
- "text": "ESProcessorItem"
- },
+ "ESProcessorItemInput",
"[] | undefined; }; docs: Zod.objectInputType<{}, Zod.ZodTypeAny, \"passthrough\">[]; }; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/related/related_route.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@@ -2210,7 +1822,22 @@
"signature": [
"Zod.ZodObject<{ name: Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>; multiline: Zod.ZodOptional; json_path: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }, { name: \"unsupported\" | \"json\" | \"ndjson\" | \"csv\" | \"structured\" | \"unstructured\"; multiline?: boolean | undefined; json_path?: string[] | undefined; }>"
],
- "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.ts",
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "integrationAssistant",
+ "id": "def-common.SamplesFormatName",
+ "type": "Object",
+ "tags": [],
+ "label": "SamplesFormatName",
+ "description": [],
+ "signature": [
+ "Zod.ZodEnum<[\"ndjson\", \"json\", \"csv\", \"structured\", \"unstructured\", \"unsupported\"]>"
+ ],
+ "path": "x-pack/plugins/integration_assistant/common/api/model/common_attributes.gen.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
diff --git a/api_docs/integration_assistant.mdx b/api_docs/integration_assistant.mdx
index 1430b02b6e927..adaf5e32f9ff8 100644
--- a/api_docs/integration_assistant.mdx
+++ b/api_docs/integration_assistant.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/integrationAssistant
title: "integrationAssistant"
image: https://source.unsplash.com/400x175/?github
description: API docs for the integrationAssistant plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'integrationAssistant']
---
import integrationAssistantObj from './integration_assistant.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-scalability](https://github.com/orgs/elastic/teams/se
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 54 | 0 | 46 | 3 |
+| 59 | 0 | 49 | 4 |
## Client
@@ -44,6 +44,9 @@ Contact [@elastic/security-scalability](https://github.com/orgs/elastic/teams/se
### Objects
+### Interfaces
+
+
### Consts, variables and types
diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx
index b1a1bc9238d66..965f1fd3eeb24 100644
--- a/api_docs/interactive_setup.mdx
+++ b/api_docs/interactive_setup.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
---
import interactiveSetupObj from './interactive_setup.devdocs.json';
diff --git a/api_docs/inventory.devdocs.json b/api_docs/inventory.devdocs.json
index 710e010cbdaf5..d58433a956b01 100644
--- a/api_docs/inventory.devdocs.json
+++ b/api_docs/inventory.devdocs.json
@@ -58,7 +58,25 @@
"section": "def-common.ServerRoute",
"text": "ServerRoute"
},
- "<\"GET /internal/inventory/entities\", undefined, ",
+ "<\"GET /internal/inventory/entities\", ",
+ "TypeC",
+ "<{ query: ",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ sortField: ",
+ "StringC",
+ "; sortDirection: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"asc\">, ",
+ "LiteralC",
+ "<\"desc\">]>; }>, ",
+ "PartialC",
+ "<{ entityTypes: ",
+ "Type",
+ "<(\"service\" | \"host\" | \"container\")[], string, unknown>; }>]>; }>, ",
"InventoryRouteHandlerResources",
", { entities: ",
"LatestEntity",
diff --git a/api_docs/inventory.mdx b/api_docs/inventory.mdx
index 0ff3c79570e4c..1204fab3fbabd 100644
--- a/api_docs/inventory.mdx
+++ b/api_docs/inventory.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inventory
title: "inventory"
image: https://source.unsplash.com/400x175/?github
description: API docs for the inventory plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inventory']
---
import inventoryObj from './inventory.devdocs.json';
diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx
index 54af813e6e4d0..ec3a333bf1607 100644
--- a/api_docs/investigate.mdx
+++ b/api_docs/investigate.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigate
title: "investigate"
image: https://source.unsplash.com/400x175/?github
description: API docs for the investigate plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate']
---
import investigateObj from './investigate.devdocs.json';
diff --git a/api_docs/investigate_app.mdx b/api_docs/investigate_app.mdx
index 6e21d52e6f096..b2432c9731006 100644
--- a/api_docs/investigate_app.mdx
+++ b/api_docs/investigate_app.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigateApp
title: "investigateApp"
image: https://source.unsplash.com/400x175/?github
description: API docs for the investigateApp plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigateApp']
---
import investigateAppObj from './investigate_app.devdocs.json';
diff --git a/api_docs/kbn_ace.mdx b/api_docs/kbn_ace.mdx
index a21d41cddbbaa..2cef4b004471c 100644
--- a/api_docs/kbn_ace.mdx
+++ b/api_docs/kbn_ace.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
---
import kbnAceObj from './kbn_ace.devdocs.json';
diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx
index f8f67df652477..783aeef6789a2 100644
--- a/api_docs/kbn_actions_types.mdx
+++ b/api_docs/kbn_actions_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types
title: "@kbn/actions-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/actions-types plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types']
---
import kbnActionsTypesObj from './kbn_actions_types.devdocs.json';
diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx
index a7f2bc611c9bc..e7354eb95c96d 100644
--- a/api_docs/kbn_aiops_components.mdx
+++ b/api_docs/kbn_aiops_components.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
---
import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json';
diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx
index b9eab520c206f..2bb0f94957c28 100644
--- a/api_docs/kbn_aiops_log_pattern_analysis.mdx
+++ b/api_docs/kbn_aiops_log_pattern_analysis.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis
title: "@kbn/aiops-log-pattern-analysis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-log-pattern-analysis plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis']
---
import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json';
diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx
index 33ab30c9839a5..9852f5677b23b 100644
--- a/api_docs/kbn_aiops_log_rate_analysis.mdx
+++ b/api_docs/kbn_aiops_log_rate_analysis.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis
title: "@kbn/aiops-log-rate-analysis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-log-rate-analysis plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis']
---
import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json';
diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx
index 65a443f0364e3..6f202edfacab7 100644
--- a/api_docs/kbn_alerting_api_integration_helpers.mdx
+++ b/api_docs/kbn_alerting_api_integration_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers
title: "@kbn/alerting-api-integration-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-api-integration-helpers plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers']
---
import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json';
diff --git a/api_docs/kbn_alerting_comparators.mdx b/api_docs/kbn_alerting_comparators.mdx
index 21455aedaeed0..675c7c5e4db24 100644
--- a/api_docs/kbn_alerting_comparators.mdx
+++ b/api_docs/kbn_alerting_comparators.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-comparators
title: "@kbn/alerting-comparators"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-comparators plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators']
---
import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json';
diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx
index bd31fd8461012..abcb5caba8ea8 100644
--- a/api_docs/kbn_alerting_state_types.mdx
+++ b/api_docs/kbn_alerting_state_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types
title: "@kbn/alerting-state-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-state-types plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types']
---
import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json';
diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx
index 6a6de2f35bbe7..4742e50f6e00d 100644
--- a/api_docs/kbn_alerting_types.mdx
+++ b/api_docs/kbn_alerting_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types
title: "@kbn/alerting-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-types plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types']
---
import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json';
diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx
index f29c35fa37b50..6a9fdc5235ab6 100644
--- a/api_docs/kbn_alerts_as_data_utils.mdx
+++ b/api_docs/kbn_alerts_as_data_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils
title: "@kbn/alerts-as-data-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-as-data-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils']
---
import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json';
diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx
index 0ff6a68717aef..04fd3b9533b27 100644
--- a/api_docs/kbn_alerts_grouping.mdx
+++ b/api_docs/kbn_alerts_grouping.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-grouping
title: "@kbn/alerts-grouping"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-grouping plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-grouping']
---
import kbnAlertsGroupingObj from './kbn_alerts_grouping.devdocs.json';
diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx
index 89171b66a9ae5..7c9340bf0f6d9 100644
--- a/api_docs/kbn_alerts_ui_shared.mdx
+++ b/api_docs/kbn_alerts_ui_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared
title: "@kbn/alerts-ui-shared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-ui-shared plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared']
---
import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json';
diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx
index e667e5c7dc7a3..da8e66fde28b0 100644
--- a/api_docs/kbn_analytics.mdx
+++ b/api_docs/kbn_analytics.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
---
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';
diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx
index eeaa17fcb00f4..4d9eee6838a6a 100644
--- a/api_docs/kbn_analytics_collection_utils.mdx
+++ b/api_docs/kbn_analytics_collection_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils
title: "@kbn/analytics-collection-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-collection-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils']
---
import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json';
diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx
index 0426221a8f4fa..b2bf5bc09149f 100644
--- a/api_docs/kbn_apm_config_loader.mdx
+++ b/api_docs/kbn_apm_config_loader.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader']
---
import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json';
diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx
index db05cf0c3006b..213476c2289f4 100644
--- a/api_docs/kbn_apm_data_view.mdx
+++ b/api_docs/kbn_apm_data_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-data-view
title: "@kbn/apm-data-view"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-data-view plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-data-view']
---
import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json';
diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx
index 7924c944f5f88..4aec2fc7a6ab7 100644
--- a/api_docs/kbn_apm_synthtrace.mdx
+++ b/api_docs/kbn_apm_synthtrace.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace']
---
import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json';
diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx
index 1c24fa92ba4d7..95e0d9d7dc2e9 100644
--- a/api_docs/kbn_apm_synthtrace_client.mdx
+++ b/api_docs/kbn_apm_synthtrace_client.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client
title: "@kbn/apm-synthtrace-client"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-synthtrace-client plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client']
---
import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json';
diff --git a/api_docs/kbn_apm_types.mdx b/api_docs/kbn_apm_types.mdx
index 7977a39649583..4137326507734 100644
--- a/api_docs/kbn_apm_types.mdx
+++ b/api_docs/kbn_apm_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types
title: "@kbn/apm-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-types plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types']
---
import kbnApmTypesObj from './kbn_apm_types.devdocs.json';
diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx
index f48a0cf72e970..8a8ae8d215191 100644
--- a/api_docs/kbn_apm_utils.mdx
+++ b/api_docs/kbn_apm_utils.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils']
---
import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json';
diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx
index 2f1f7375d70a0..9b6c7093e3ba7 100644
--- a/api_docs/kbn_avc_banner.mdx
+++ b/api_docs/kbn_avc_banner.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-avc-banner
title: "@kbn/avc-banner"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/avc-banner plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/avc-banner']
---
import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json';
diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx
index 095b28c5dd6d9..f9223489c42a5 100644
--- a/api_docs/kbn_axe_config.mdx
+++ b/api_docs/kbn_axe_config.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config']
---
import kbnAxeConfigObj from './kbn_axe_config.devdocs.json';
diff --git a/api_docs/kbn_bfetch_error.mdx b/api_docs/kbn_bfetch_error.mdx
index 3e742c834b65d..98d1b165e9ff8 100644
--- a/api_docs/kbn_bfetch_error.mdx
+++ b/api_docs/kbn_bfetch_error.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-bfetch-error
title: "@kbn/bfetch-error"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/bfetch-error plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bfetch-error']
---
import kbnBfetchErrorObj from './kbn_bfetch_error.devdocs.json';
diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx
index 0c361f1c7f232..588c903d7579d 100644
--- a/api_docs/kbn_calculate_auto.mdx
+++ b/api_docs/kbn_calculate_auto.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-auto
title: "@kbn/calculate-auto"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/calculate-auto plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-auto']
---
import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json';
diff --git a/api_docs/kbn_calculate_width_from_char_count.mdx b/api_docs/kbn_calculate_width_from_char_count.mdx
index b6ac2550d9eb9..6754c37c58916 100644
--- a/api_docs/kbn_calculate_width_from_char_count.mdx
+++ b/api_docs/kbn_calculate_width_from_char_count.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count
title: "@kbn/calculate-width-from-char-count"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/calculate-width-from-char-count plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-width-from-char-count']
---
import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json';
diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx
index 4322726a86cc7..fb97731bf3e29 100644
--- a/api_docs/kbn_cases_components.mdx
+++ b/api_docs/kbn_cases_components.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components']
---
import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json';
diff --git a/api_docs/kbn_cbor.mdx b/api_docs/kbn_cbor.mdx
index 7ff48da035e81..6dd30ff4a078f 100644
--- a/api_docs/kbn_cbor.mdx
+++ b/api_docs/kbn_cbor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cbor
title: "@kbn/cbor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cbor plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor']
---
import kbnCborObj from './kbn_cbor.devdocs.json';
diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx
index 3d4f0d210da26..476ee7fd63c5c 100644
--- a/api_docs/kbn_cell_actions.mdx
+++ b/api_docs/kbn_cell_actions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions
title: "@kbn/cell-actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cell-actions plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions']
---
import kbnCellActionsObj from './kbn_cell_actions.devdocs.json';
diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx
index 290d738d46ff3..3b21310b02e98 100644
--- a/api_docs/kbn_chart_expressions_common.mdx
+++ b/api_docs/kbn_chart_expressions_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common
title: "@kbn/chart-expressions-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/chart-expressions-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-expressions-common']
---
import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json';
diff --git a/api_docs/kbn_chart_icons.mdx b/api_docs/kbn_chart_icons.mdx
index 73f05971b21f4..ead1c5f59e11a 100644
--- a/api_docs/kbn_chart_icons.mdx
+++ b/api_docs/kbn_chart_icons.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons']
---
import kbnChartIconsObj from './kbn_chart_icons.devdocs.json';
diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx
index 9f368f7e1de58..200a7d481f060 100644
--- a/api_docs/kbn_ci_stats_core.mdx
+++ b/api_docs/kbn_ci_stats_core.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core']
---
import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json';
diff --git a/api_docs/kbn_ci_stats_performance_metrics.mdx b/api_docs/kbn_ci_stats_performance_metrics.mdx
index b86353cdfc8d7..4d54a9dea3bac 100644
--- a/api_docs/kbn_ci_stats_performance_metrics.mdx
+++ b/api_docs/kbn_ci_stats_performance_metrics.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics']
---
import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json';
diff --git a/api_docs/kbn_ci_stats_reporter.mdx b/api_docs/kbn_ci_stats_reporter.mdx
index b59bdba03c3ab..f1a36dea79537 100644
--- a/api_docs/kbn_ci_stats_reporter.mdx
+++ b/api_docs/kbn_ci_stats_reporter.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter']
---
import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json';
diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx
index 6eccd1a966aaa..7c5481c3e699b 100644
--- a/api_docs/kbn_cli_dev_mode.mdx
+++ b/api_docs/kbn_cli_dev_mode.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode']
---
import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json';
diff --git a/api_docs/kbn_cloud_security_posture.mdx b/api_docs/kbn_cloud_security_posture.mdx
index 48aaaecc1b1fe..6a3e05c3ea4cc 100644
--- a/api_docs/kbn_cloud_security_posture.mdx
+++ b/api_docs/kbn_cloud_security_posture.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture
title: "@kbn/cloud-security-posture"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cloud-security-posture plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture']
---
import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json';
diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx
index fccf616cf2d60..7334cb8826fa7 100644
--- a/api_docs/kbn_cloud_security_posture_common.mdx
+++ b/api_docs/kbn_cloud_security_posture_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-common
title: "@kbn/cloud-security-posture-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cloud-security-posture-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common']
---
import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json';
diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx
index 1ccd7e675ee34..3f024fe6002c0 100644
--- a/api_docs/kbn_code_editor.mdx
+++ b/api_docs/kbn_code_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor
title: "@kbn/code-editor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/code-editor plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor']
---
import kbnCodeEditorObj from './kbn_code_editor.devdocs.json';
diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx
index 7f5187eb92ac2..5fcccb2c79a57 100644
--- a/api_docs/kbn_code_editor_mock.mdx
+++ b/api_docs/kbn_code_editor_mock.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock
title: "@kbn/code-editor-mock"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/code-editor-mock plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock']
---
import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json';
diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx
index cfd8455018706..d5d85aa90baa2 100644
--- a/api_docs/kbn_code_owners.mdx
+++ b/api_docs/kbn_code_owners.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners
title: "@kbn/code-owners"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/code-owners plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners']
---
import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json';
diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx
index 7f8f3c4576f9d..a97d123a5c655 100644
--- a/api_docs/kbn_coloring.mdx
+++ b/api_docs/kbn_coloring.mdx
@@ -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: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring']
---
import kbnColoringObj from './kbn_coloring.devdocs.json';
diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx
index c3ab61ef6875c..316f68651ad0e 100644
--- a/api_docs/kbn_config.mdx
+++ b/api_docs/kbn_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config
title: "@kbn/config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/config plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config']
---
import kbnConfigObj from './kbn_config.devdocs.json';
diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx
index 872213422102d..eff871690ddcb 100644
--- a/api_docs/kbn_config_mocks.mdx
+++ b/api_docs/kbn_config_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks
title: "@kbn/config-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/config-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks']
---
import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json';
diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx
index 302c8476004bc..fb0de4bf1a57a 100644
--- a/api_docs/kbn_config_schema.mdx
+++ b/api_docs/kbn_config_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema
title: "@kbn/config-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/config-schema plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema']
---
import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json';
diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx
index 65040e0357e83..e251986021604 100644
--- a/api_docs/kbn_content_management_content_editor.mdx
+++ b/api_docs/kbn_content_management_content_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor
title: "@kbn/content-management-content-editor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-content-editor plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor']
---
import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json';
diff --git a/api_docs/kbn_content_management_content_insights_public.mdx b/api_docs/kbn_content_management_content_insights_public.mdx
index dd6d660e795c8..14e5040833d45 100644
--- a/api_docs/kbn_content_management_content_insights_public.mdx
+++ b/api_docs/kbn_content_management_content_insights_public.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-public
title: "@kbn/content-management-content-insights-public"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-content-insights-public plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-public']
---
import kbnContentManagementContentInsightsPublicObj from './kbn_content_management_content_insights_public.devdocs.json';
diff --git a/api_docs/kbn_content_management_content_insights_server.mdx b/api_docs/kbn_content_management_content_insights_server.mdx
index 652d35164c6c8..b13f823d9baa1 100644
--- a/api_docs/kbn_content_management_content_insights_server.mdx
+++ b/api_docs/kbn_content_management_content_insights_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-server
title: "@kbn/content-management-content-insights-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-content-insights-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-server']
---
import kbnContentManagementContentInsightsServerObj from './kbn_content_management_content_insights_server.devdocs.json';
diff --git a/api_docs/kbn_content_management_favorites_public.mdx b/api_docs/kbn_content_management_favorites_public.mdx
index 06499b5edd6fc..181459e4b9f89 100644
--- a/api_docs/kbn_content_management_favorites_public.mdx
+++ b/api_docs/kbn_content_management_favorites_public.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-public
title: "@kbn/content-management-favorites-public"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-favorites-public plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-public']
---
import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json';
diff --git a/api_docs/kbn_content_management_favorites_server.mdx b/api_docs/kbn_content_management_favorites_server.mdx
index 396a90ead15fc..031601f15e157 100644
--- a/api_docs/kbn_content_management_favorites_server.mdx
+++ b/api_docs/kbn_content_management_favorites_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-server
title: "@kbn/content-management-favorites-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-favorites-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-server']
---
import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json';
diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx
index 431a0ff3e01df..a3f34cfe9f32b 100644
--- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx
+++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view
title: "@kbn/content-management-tabbed-table-list-view"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-tabbed-table-list-view plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tabbed-table-list-view']
---
import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json';
diff --git a/api_docs/kbn_content_management_table_list_view.mdx b/api_docs/kbn_content_management_table_list_view.mdx
index 637544bd22c10..71ff10f2487b2 100644
--- a/api_docs/kbn_content_management_table_list_view.mdx
+++ b/api_docs/kbn_content_management_table_list_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view
title: "@kbn/content-management-table-list-view"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-table-list-view plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view']
---
import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json';
diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx
index f6d8df86370ef..20063a8e6fc8f 100644
--- a/api_docs/kbn_content_management_table_list_view_common.mdx
+++ b/api_docs/kbn_content_management_table_list_view_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common
title: "@kbn/content-management-table-list-view-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-table-list-view-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common']
---
import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json';
diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx
index 7bc1b5388e40b..b6ca456166c8b 100644
--- a/api_docs/kbn_content_management_table_list_view_table.mdx
+++ b/api_docs/kbn_content_management_table_list_view_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table
title: "@kbn/content-management-table-list-view-table"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-table-list-view-table plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table']
---
import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json';
diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx
index 7c32bea3975bd..c66cf7b6c02f7 100644
--- a/api_docs/kbn_content_management_user_profiles.mdx
+++ b/api_docs/kbn_content_management_user_profiles.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-user-profiles
title: "@kbn/content-management-user-profiles"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-user-profiles plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles']
---
import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json';
diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx
index 43b712fd3f0ee..bac450f0a6adc 100644
--- a/api_docs/kbn_content_management_utils.mdx
+++ b/api_docs/kbn_content_management_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils
title: "@kbn/content-management-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils']
---
import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx
index 93d0264947e6e..7a1b68c7962d2 100644
--- a/api_docs/kbn_core_analytics_browser.mdx
+++ b/api_docs/kbn_core_analytics_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser
title: "@kbn/core-analytics-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser']
---
import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx
index a2b0622b26029..cb5d8d997202e 100644
--- a/api_docs/kbn_core_analytics_browser_internal.mdx
+++ b/api_docs/kbn_core_analytics_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal
title: "@kbn/core-analytics-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal']
---
import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx
index c5ec7616e41f2..5e7b27d425a17 100644
--- a/api_docs/kbn_core_analytics_browser_mocks.mdx
+++ b/api_docs/kbn_core_analytics_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks
title: "@kbn/core-analytics-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks']
---
import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx
index c60f285e56de9..4acd9706c8dc7 100644
--- a/api_docs/kbn_core_analytics_server.mdx
+++ b/api_docs/kbn_core_analytics_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server
title: "@kbn/core-analytics-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server']
---
import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx
index d741714d001b0..2a39947efb85d 100644
--- a/api_docs/kbn_core_analytics_server_internal.mdx
+++ b/api_docs/kbn_core_analytics_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal
title: "@kbn/core-analytics-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal']
---
import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx
index dee8c9ad52b97..84cddad68307a 100644
--- a/api_docs/kbn_core_analytics_server_mocks.mdx
+++ b/api_docs/kbn_core_analytics_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks
title: "@kbn/core-analytics-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks']
---
import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx
index f1e11716e12c8..6d01e985756c2 100644
--- a/api_docs/kbn_core_application_browser.mdx
+++ b/api_docs/kbn_core_application_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser
title: "@kbn/core-application-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser']
---
import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json';
diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx
index 57ea0cca6acce..b1e90a921ee2e 100644
--- a/api_docs/kbn_core_application_browser_internal.mdx
+++ b/api_docs/kbn_core_application_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal
title: "@kbn/core-application-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal']
---
import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx
index bf7d3e031f5a2..ea52f7ac98ac5 100644
--- a/api_docs/kbn_core_application_browser_mocks.mdx
+++ b/api_docs/kbn_core_application_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks
title: "@kbn/core-application-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks']
---
import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx
index 076d769da248a..7592d46c44d91 100644
--- a/api_docs/kbn_core_application_common.mdx
+++ b/api_docs/kbn_core_application_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common
title: "@kbn/core-application-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common']
---
import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json';
diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx
index 6c5034400a48e..4517d56c2cae8 100644
--- a/api_docs/kbn_core_apps_browser_internal.mdx
+++ b/api_docs/kbn_core_apps_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal
title: "@kbn/core-apps-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-apps-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal']
---
import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx
index d89774ab719f1..ac780c469f578 100644
--- a/api_docs/kbn_core_apps_browser_mocks.mdx
+++ b/api_docs/kbn_core_apps_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks
title: "@kbn/core-apps-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-apps-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks']
---
import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx
index f6401c61dd6c2..259acec5dbf7d 100644
--- a/api_docs/kbn_core_apps_server_internal.mdx
+++ b/api_docs/kbn_core_apps_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal
title: "@kbn/core-apps-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-apps-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal']
---
import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx
index 90ac342e15875..377361544894d 100644
--- a/api_docs/kbn_core_base_browser_mocks.mdx
+++ b/api_docs/kbn_core_base_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks
title: "@kbn/core-base-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks']
---
import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx
index 82830bb7aff6e..1f48fa8edd8e4 100644
--- a/api_docs/kbn_core_base_common.mdx
+++ b/api_docs/kbn_core_base_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common
title: "@kbn/core-base-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common']
---
import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json';
diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx
index c708934989d0e..650218656579e 100644
--- a/api_docs/kbn_core_base_server_internal.mdx
+++ b/api_docs/kbn_core_base_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal
title: "@kbn/core-base-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal']
---
import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx
index a0847a5a4c6bc..1eda1d4eb249f 100644
--- a/api_docs/kbn_core_base_server_mocks.mdx
+++ b/api_docs/kbn_core_base_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks
title: "@kbn/core-base-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks']
---
import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx
index 1d5f622c53ccc..198be3abd86c0 100644
--- a/api_docs/kbn_core_capabilities_browser_mocks.mdx
+++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks
title: "@kbn/core-capabilities-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks']
---
import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx
index c894465e4fa17..4aa6567baad3c 100644
--- a/api_docs/kbn_core_capabilities_common.mdx
+++ b/api_docs/kbn_core_capabilities_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common
title: "@kbn/core-capabilities-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common']
---
import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx
index d7b216ceed5fc..c950f1b7a7191 100644
--- a/api_docs/kbn_core_capabilities_server.mdx
+++ b/api_docs/kbn_core_capabilities_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server
title: "@kbn/core-capabilities-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server']
---
import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx
index 3f239d1e655e1..3f238d298c2a1 100644
--- a/api_docs/kbn_core_capabilities_server_mocks.mdx
+++ b/api_docs/kbn_core_capabilities_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks
title: "@kbn/core-capabilities-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks']
---
import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_chrome_browser.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json
index f66b6baf4e4ec..947e0b5b92e53 100644
--- a/api_docs/kbn_core_chrome_browser.devdocs.json
+++ b/api_docs/kbn_core_chrome_browser.devdocs.json
@@ -2732,23 +2732,19 @@
},
{
"parentPluginId": "@kbn/core-chrome-browser",
- "id": "def-public.ChromeStart.getIsSideNavCollapsed$",
- "type": "Function",
+ "id": "def-public.ChromeStart.sideNav",
+ "type": "Object",
"tags": [],
- "label": "getIsSideNavCollapsed$",
- "description": [
- "\nGet an observable of the current collapsed state of the side nav."
- ],
+ "label": "sideNav",
+ "description": [],
"signature": [
- "() => ",
+ "{ getIsCollapsed$(): ",
"Observable",
- ""
+ "; setIsCollapsed(isCollapsed: boolean): void; }"
],
"path": "packages/core/chrome/core-chrome-browser/src/contracts.ts",
"deprecated": false,
- "trackAdoption": false,
- "children": [],
- "returnComment": []
+ "trackAdoption": false
},
{
"parentPluginId": "@kbn/core-chrome-browser",
diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx
index 53497777411f1..22ed0d01a4ef8 100644
--- a/api_docs/kbn_core_chrome_browser.mdx
+++ b/api_docs/kbn_core_chrome_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser
title: "@kbn/core-chrome-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-chrome-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser']
---
import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 207 | 0 | 100 | 0 |
+| 207 | 0 | 101 | 0 |
## Client
diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx
index 887808e5cf11d..958672b179546 100644
--- a/api_docs/kbn_core_chrome_browser_mocks.mdx
+++ b/api_docs/kbn_core_chrome_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks
title: "@kbn/core-chrome-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-chrome-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks']
---
import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx
index 54f4083dd9246..958990ac4bb65 100644
--- a/api_docs/kbn_core_config_server_internal.mdx
+++ b/api_docs/kbn_core_config_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal
title: "@kbn/core-config-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-config-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal']
---
import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx
index a8623170f0021..962a02901fff0 100644
--- a/api_docs/kbn_core_custom_branding_browser.mdx
+++ b/api_docs/kbn_core_custom_branding_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser
title: "@kbn/core-custom-branding-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser']
---
import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx
index 9560c5ac7fa34..e93c3ad050de8 100644
--- a/api_docs/kbn_core_custom_branding_browser_internal.mdx
+++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal
title: "@kbn/core-custom-branding-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal']
---
import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx
index 7b7211f3a9fe1..75c036a31bf71 100644
--- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx
+++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks
title: "@kbn/core-custom-branding-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks']
---
import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx
index 168340fad377d..885e6d9b699ca 100644
--- a/api_docs/kbn_core_custom_branding_common.mdx
+++ b/api_docs/kbn_core_custom_branding_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common
title: "@kbn/core-custom-branding-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common']
---
import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx
index ba7caa1956fe6..8378a47454f06 100644
--- a/api_docs/kbn_core_custom_branding_server.mdx
+++ b/api_docs/kbn_core_custom_branding_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server
title: "@kbn/core-custom-branding-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server']
---
import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx
index 3c697de25d653..029a69b1f9482 100644
--- a/api_docs/kbn_core_custom_branding_server_internal.mdx
+++ b/api_docs/kbn_core_custom_branding_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal
title: "@kbn/core-custom-branding-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal']
---
import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx
index e66bde1e3e9c1..3faea73eb0892 100644
--- a/api_docs/kbn_core_custom_branding_server_mocks.mdx
+++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks
title: "@kbn/core-custom-branding-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks']
---
import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx
index d4cf878da2ba1..95eeca208f028 100644
--- a/api_docs/kbn_core_deprecations_browser.mdx
+++ b/api_docs/kbn_core_deprecations_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser
title: "@kbn/core-deprecations-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser']
---
import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx
index 6d0474e6e892a..8809e0da44586 100644
--- a/api_docs/kbn_core_deprecations_browser_internal.mdx
+++ b/api_docs/kbn_core_deprecations_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal
title: "@kbn/core-deprecations-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal']
---
import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx
index a50d7560663bf..19eba63961e04 100644
--- a/api_docs/kbn_core_deprecations_browser_mocks.mdx
+++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks
title: "@kbn/core-deprecations-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks']
---
import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx
index 3118573731043..7138342511f2a 100644
--- a/api_docs/kbn_core_deprecations_common.mdx
+++ b/api_docs/kbn_core_deprecations_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common
title: "@kbn/core-deprecations-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common']
---
import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx
index 24cc69bc6c7a8..114981efe6fdc 100644
--- a/api_docs/kbn_core_deprecations_server.mdx
+++ b/api_docs/kbn_core_deprecations_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server
title: "@kbn/core-deprecations-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server']
---
import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx
index 7fbbe149fa5fc..b1b8561068183 100644
--- a/api_docs/kbn_core_deprecations_server_internal.mdx
+++ b/api_docs/kbn_core_deprecations_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal
title: "@kbn/core-deprecations-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal']
---
import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx
index a5875999b6529..6c54d776d4b21 100644
--- a/api_docs/kbn_core_deprecations_server_mocks.mdx
+++ b/api_docs/kbn_core_deprecations_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks
title: "@kbn/core-deprecations-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks']
---
import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx
index a95cf117eba20..6e21065e7b3f1 100644
--- a/api_docs/kbn_core_doc_links_browser.mdx
+++ b/api_docs/kbn_core_doc_links_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser
title: "@kbn/core-doc-links-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser']
---
import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx
index b0b193d60ebfb..30c99b193c122 100644
--- a/api_docs/kbn_core_doc_links_browser_mocks.mdx
+++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks
title: "@kbn/core-doc-links-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks']
---
import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx
index 83077b7e44653..0192b706a5ca9 100644
--- a/api_docs/kbn_core_doc_links_server.mdx
+++ b/api_docs/kbn_core_doc_links_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server
title: "@kbn/core-doc-links-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server']
---
import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx
index d513be0015faa..9770a40b94511 100644
--- a/api_docs/kbn_core_doc_links_server_mocks.mdx
+++ b/api_docs/kbn_core_doc_links_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks
title: "@kbn/core-doc-links-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks']
---
import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx
index 28c745a2badfc..bc9ff9d057401 100644
--- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx
+++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal
title: "@kbn/core-elasticsearch-client-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal']
---
import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx
index 7d255590d7221..7db92d21054cf 100644
--- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx
+++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks
title: "@kbn/core-elasticsearch-client-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks']
---
import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx
index 61d36c61184ca..f9e5b295184b1 100644
--- a/api_docs/kbn_core_elasticsearch_server.mdx
+++ b/api_docs/kbn_core_elasticsearch_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server
title: "@kbn/core-elasticsearch-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server']
---
import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx
index 4b286e632dd7d..d9320e2f19a94 100644
--- a/api_docs/kbn_core_elasticsearch_server_internal.mdx
+++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal
title: "@kbn/core-elasticsearch-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal']
---
import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx
index 5548cb7c2c1ed..79aec8ee176e7 100644
--- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx
+++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks
title: "@kbn/core-elasticsearch-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks']
---
import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx
index a8be4654441fe..27f5426494047 100644
--- a/api_docs/kbn_core_environment_server_internal.mdx
+++ b/api_docs/kbn_core_environment_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal
title: "@kbn/core-environment-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-environment-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal']
---
import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx
index e41cf499067d0..bd87bab1c5b88 100644
--- a/api_docs/kbn_core_environment_server_mocks.mdx
+++ b/api_docs/kbn_core_environment_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks
title: "@kbn/core-environment-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-environment-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks']
---
import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx
index 88dabf6c0b120..493bd0a27ad18 100644
--- a/api_docs/kbn_core_execution_context_browser.mdx
+++ b/api_docs/kbn_core_execution_context_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser
title: "@kbn/core-execution-context-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser']
---
import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx
index 61f766240215c..a8a039c520a7c 100644
--- a/api_docs/kbn_core_execution_context_browser_internal.mdx
+++ b/api_docs/kbn_core_execution_context_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal
title: "@kbn/core-execution-context-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal']
---
import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx
index 9f50db810529c..2acbad65865e9 100644
--- a/api_docs/kbn_core_execution_context_browser_mocks.mdx
+++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks
title: "@kbn/core-execution-context-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks']
---
import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx
index fe881a2204b80..1dc82cb47712e 100644
--- a/api_docs/kbn_core_execution_context_common.mdx
+++ b/api_docs/kbn_core_execution_context_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common
title: "@kbn/core-execution-context-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common']
---
import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx
index ee4ee7b68fb6b..5e61dae29dc51 100644
--- a/api_docs/kbn_core_execution_context_server.mdx
+++ b/api_docs/kbn_core_execution_context_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server
title: "@kbn/core-execution-context-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server']
---
import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx
index 1263d8301b02e..9ac71c0ec0e1c 100644
--- a/api_docs/kbn_core_execution_context_server_internal.mdx
+++ b/api_docs/kbn_core_execution_context_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal
title: "@kbn/core-execution-context-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal']
---
import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx
index 2a224f6d03d96..b85661f46ce6f 100644
--- a/api_docs/kbn_core_execution_context_server_mocks.mdx
+++ b/api_docs/kbn_core_execution_context_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks
title: "@kbn/core-execution-context-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks']
---
import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx
index 44f33c7885b76..36285c083458c 100644
--- a/api_docs/kbn_core_fatal_errors_browser.mdx
+++ b/api_docs/kbn_core_fatal_errors_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser
title: "@kbn/core-fatal-errors-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-fatal-errors-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser']
---
import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json';
diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx
index 0086360c74cf6..7f6720c4cd315 100644
--- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx
+++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks
title: "@kbn/core-fatal-errors-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks']
---
import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_feature_flags_browser.devdocs.json b/api_docs/kbn_core_feature_flags_browser.devdocs.json
new file mode 100644
index 0000000000000..51162d3e750cb
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_browser.devdocs.json
@@ -0,0 +1,596 @@
+{
+ "id": "@kbn/core-feature-flags-browser",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsSetup",
+ "type": "Interface",
+ "tags": [],
+ "label": "FeatureFlagsSetup",
+ "description": [
+ "\nSetup contract of the Feature Flags Service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsSetup.setProvider",
+ "type": "Function",
+ "tags": [],
+ "label": "setProvider",
+ "description": [
+ "\nRegisters an OpenFeature provider to talk to the\n3rd-party service that manages the Feature Flags."
+ ],
+ "signature": [
+ "(provider: ",
+ "Provider",
+ ") => void"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsSetup.setProvider.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "provider",
+ "description": [
+ "The {@link Provider | OpenFeature Provider} to handle the communication with the feature flags management system."
+ ],
+ "signature": [
+ "Provider"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsSetup.appendContext",
+ "type": "Function",
+ "tags": [],
+ "label": "appendContext",
+ "description": [
+ "\nAppends new keys to the evaluation context."
+ ],
+ "signature": [
+ "(contextToAppend: ",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.EvaluationContext",
+ "text": "EvaluationContext"
+ },
+ ") => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsSetup.appendContext.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "contextToAppend",
+ "description": [
+ "The additional keys that should be appended/modified in the evaluation context."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.EvaluationContext",
+ "text": "EvaluationContext"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart",
+ "type": "Interface",
+ "tags": [],
+ "label": "FeatureFlagsStart",
+ "description": [
+ "\nSetup contract of the Feature Flags Service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.appendContext",
+ "type": "Function",
+ "tags": [],
+ "label": "appendContext",
+ "description": [
+ "\nAppends new keys to the evaluation context."
+ ],
+ "signature": [
+ "(contextToAppend: ",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.EvaluationContext",
+ "text": "EvaluationContext"
+ },
+ ") => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.appendContext.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "contextToAppend",
+ "description": [
+ "The additional keys that should be appended/modified in the evaluation context."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.EvaluationContext",
+ "text": "EvaluationContext"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getBooleanValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getBooleanValue",
+ "description": [
+ "\nEvaluates a boolean flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: boolean) => boolean"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getBooleanValue.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getBooleanValue.$2",
+ "type": "boolean",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getStringValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getStringValue",
+ "description": [
+ "\nEvaluates a string flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getStringValue.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getStringValue.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getNumberValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getNumberValue",
+ "description": [
+ "\nEvaluates a number flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getNumberValue.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getNumberValue.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getBooleanValue$",
+ "type": "Function",
+ "tags": [],
+ "label": "getBooleanValue$",
+ "description": [
+ "\nReturns an observable of a boolean flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: boolean) => ",
+ "Observable",
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getBooleanValue$.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getBooleanValue$.$2",
+ "type": "boolean",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getStringValue$",
+ "type": "Function",
+ "tags": [],
+ "label": "getStringValue$",
+ "description": [
+ "\nReturns an observable of a string flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => ",
+ "Observable",
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getStringValue$.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getStringValue$.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getNumberValue$",
+ "type": "Function",
+ "tags": [],
+ "label": "getNumberValue$",
+ "description": [
+ "\nReturns an observable of a number flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => ",
+ "Observable",
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getNumberValue$.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.FeatureFlagsStart.getNumberValue$.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.EvaluationContext",
+ "type": "Type",
+ "tags": [],
+ "label": "EvaluationContext",
+ "description": [
+ "\nThe evaluation context to use when retrieving the flags.\n\nWe use multi-context so that we can apply segmentation rules at different levels (`organization`/`kibana`).\n* `organization` includes any information that is common to all the projects/deployments in an organization. An example is the in_trial status.\n* The `kibana` context includes all the information that identifies a project/deployment. Examples are version, offering, and has_data.\nKind helps us specify which sub-context should receive the new attributes.\nIf no `kind` is provided, it defaults to `kibana`.\n"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.MultiContextEvaluationContext",
+ "text": "MultiContextEvaluationContext"
+ },
+ " | ",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.SingleContextEvaluationContext",
+ "text": "SingleContextEvaluationContext"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.MultiContextEvaluationContext",
+ "type": "Type",
+ "tags": [],
+ "label": "MultiContextEvaluationContext",
+ "description": [
+ "\nMulti-context format. The sub-contexts are provided in their nested properties."
+ ],
+ "signature": [
+ "{ targetingKey?: string | undefined; } & Record & { kind: \"multi\"; organization?: ",
+ "EvaluationContext",
+ " | undefined; kibana?: ",
+ "EvaluationContext",
+ " | undefined; }"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser",
+ "id": "def-public.SingleContextEvaluationContext",
+ "type": "Type",
+ "tags": [],
+ "label": "SingleContextEvaluationContext",
+ "description": [
+ "\nSingle Context format. If `kind` is not specified, it applies to the `kibana` sub-context."
+ ],
+ "signature": [
+ "{ targetingKey?: string | undefined; } & Record & { kind?: \"kibana\" | \"organization\" | undefined; }"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_core_feature_flags_browser.mdx b/api_docs/kbn_core_feature_flags_browser.mdx
new file mode 100644
index 0000000000000..721f50f22c842
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_browser.mdx
@@ -0,0 +1,33 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCoreFeatureFlagsBrowserPluginApi
+slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser
+title: "@kbn/core-feature-flags-browser"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/core-feature-flags-browser plugin
+date: 2024-09-19
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser']
+---
+import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json';
+
+
+
+Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 29 | 0 | 0 | 0 |
+
+## Client
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json b/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json
new file mode 100644
index 0000000000000..690abce26781e
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json
@@ -0,0 +1,218 @@
+{
+ "id": "@kbn/core-feature-flags-browser-internal",
+ "client": {
+ "classes": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService",
+ "type": "Class",
+ "tags": [
+ "private"
+ ],
+ "label": "FeatureFlagsService",
+ "description": [
+ "\nThe browser-side Feature Flags Service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService.Unnamed",
+ "type": "Function",
+ "tags": [],
+ "label": "Constructor",
+ "description": [
+ "\nThe core service's constructor"
+ ],
+ "signature": [
+ "any"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService.Unnamed.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "core",
+ "description": [
+ "{@link CoreContext }"
+ ],
+ "signature": [
+ "CoreContext"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService.setup",
+ "type": "Function",
+ "tags": [],
+ "label": "setup",
+ "description": [
+ "\nSetup lifecycle method"
+ ],
+ "signature": [
+ "(deps: ",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser-internal",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserInternalPluginApi",
+ "section": "def-public.FeatureFlagsSetupDeps",
+ "text": "FeatureFlagsSetupDeps"
+ },
+ ") => ",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService.setup.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "deps",
+ "description": [
+ "{@link FeatureFlagsSetup } including the {@link InternalInjectedMetadataSetup } used to retrieve the feature flags."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-browser-internal",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserInternalPluginApi",
+ "section": "def-public.FeatureFlagsSetupDeps",
+ "text": "FeatureFlagsSetupDeps"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService.start",
+ "type": "Function",
+ "tags": [],
+ "label": "start",
+ "description": [
+ "\nStart lifecycle method"
+ ],
+ "signature": [
+ "() => Promise<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsService.stop",
+ "type": "Function",
+ "tags": [],
+ "label": "stop",
+ "description": [
+ "\nStop lifecycle method"
+ ],
+ "signature": [
+ "() => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "functions": [],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsSetupDeps",
+ "type": "Interface",
+ "tags": [
+ "private"
+ ],
+ "label": "FeatureFlagsSetupDeps",
+ "description": [
+ "\nsetup method dependencies"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-internal",
+ "id": "def-public.FeatureFlagsSetupDeps.injectedMetadata",
+ "type": "Object",
+ "tags": [],
+ "label": "injectedMetadata",
+ "description": [
+ "\nUsed to read the flag overrides set up in the configuration file."
+ ],
+ "signature": [
+ "InternalInjectedMetadataSetup"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_core_feature_flags_browser_internal.mdx b/api_docs/kbn_core_feature_flags_browser_internal.mdx
new file mode 100644
index 0000000000000..4adc3c21c248c
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_browser_internal.mdx
@@ -0,0 +1,33 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCoreFeatureFlagsBrowserInternalPluginApi
+slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-internal
+title: "@kbn/core-feature-flags-browser-internal"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/core-feature-flags-browser-internal plugin
+date: 2024-09-19
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-internal']
+---
+import kbnCoreFeatureFlagsBrowserInternalObj from './kbn_core_feature_flags_browser_internal.devdocs.json';
+
+
+
+Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 9 | 0 | 0 | 0 |
+
+## Client
+
+### Classes
+
+
+### Interfaces
+
+
diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json b/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json
new file mode 100644
index 0000000000000..1b445ec5e4c08
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json
@@ -0,0 +1,130 @@
+{
+ "id": "@kbn/core-feature-flags-browser-mocks",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-mocks",
+ "id": "def-public.coreFeatureFlagsMock",
+ "type": "Object",
+ "tags": [],
+ "label": "coreFeatureFlagsMock",
+ "description": [
+ "\nMocks for the Feature Flags service (browser-side)"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-mocks",
+ "id": "def-public.coreFeatureFlagsMock.create",
+ "type": "Function",
+ "tags": [],
+ "label": "create",
+ "description": [
+ "/**\n * Mocks the entire feature flags service\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/utility-types",
+ "scope": "common",
+ "docId": "kibKbnUtilityTypesPluginApi",
+ "section": "def-common.PublicMethodsOf",
+ "text": "PublicMethodsOf"
+ },
+ "<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser-internal",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserInternalPluginApi",
+ "section": "def-public.FeatureFlagsService",
+ "text": "FeatureFlagsService"
+ },
+ ">>"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-mocks",
+ "id": "def-public.coreFeatureFlagsMock.createSetup",
+ "type": "Function",
+ "tags": [],
+ "label": "createSetup",
+ "description": [
+ "/**\n * Mocks the setup contract\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-browser-mocks",
+ "id": "def-public.coreFeatureFlagsMock.createStart",
+ "type": "Function",
+ "tags": [],
+ "label": "createStart",
+ "description": [
+ "/**\n * Mocks the start contract\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ]
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx
new file mode 100644
index 0000000000000..4bf9e3aefedce
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_browser_mocks.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCoreFeatureFlagsBrowserMocksPluginApi
+slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-mocks
+title: "@kbn/core-feature-flags-browser-mocks"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/core-feature-flags-browser-mocks plugin
+date: 2024-09-19
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-mocks']
+---
+import kbnCoreFeatureFlagsBrowserMocksObj from './kbn_core_feature_flags_browser_mocks.devdocs.json';
+
+
+
+Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 4 | 0 | 0 | 0 |
+
+## Client
+
+### Objects
+
+
diff --git a/api_docs/kbn_core_feature_flags_server.devdocs.json b/api_docs/kbn_core_feature_flags_server.devdocs.json
new file mode 100644
index 0000000000000..db13ba23e7eb5
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_server.devdocs.json
@@ -0,0 +1,770 @@
+{
+ "id": "@kbn/core-feature-flags-server",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition",
+ "type": "Interface",
+ "tags": [],
+ "label": "FeatureFlagDefinition",
+ "description": [
+ "\nDefinition of a feature flag"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagDefinition",
+ "text": "FeatureFlagDefinition"
+ },
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition.key",
+ "type": "string",
+ "tags": [],
+ "label": "key",
+ "description": [
+ "\nThe ID of the feature flag. Used to reference it when evaluating the flag."
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition.name",
+ "type": "string",
+ "tags": [],
+ "label": "name",
+ "description": [
+ "\nHuman friendly name."
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition.description",
+ "type": "string",
+ "tags": [],
+ "label": "description",
+ "description": [
+ "\nDescription of the purpose of the feature flag."
+ ],
+ "signature": [
+ "string | undefined"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition.tags",
+ "type": "Array",
+ "tags": [],
+ "label": "tags",
+ "description": [
+ "\nTags to apply to the feature flag for easier categorizing. It may include the plugin, the solution, the team."
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition.variationType",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "variationType",
+ "description": [
+ "\nThe type of the values returned by the feature flag (\"string\", \"boolean\", or \"number\")."
+ ],
+ "signature": [
+ "ValueType"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinition.variations",
+ "type": "Array",
+ "tags": [],
+ "label": "variations",
+ "description": [
+ "\nList of variations of the feature flags."
+ ],
+ "signature": [
+ "{ name: string; description?: string | undefined; value: ValueType extends \"string\" ? string : ValueType extends \"boolean\" ? boolean : number; }[]"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsSetup",
+ "type": "Interface",
+ "tags": [],
+ "label": "FeatureFlagsSetup",
+ "description": [
+ "\nSetup contract of the Feature Flags Service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsSetup.setProvider",
+ "type": "Function",
+ "tags": [],
+ "label": "setProvider",
+ "description": [
+ "\nRegisters an OpenFeature provider to talk to the\n3rd-party service that manages the Feature Flags."
+ ],
+ "signature": [
+ "(provider: ",
+ "Provider",
+ ") => void"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsSetup.setProvider.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "provider",
+ "description": [
+ "The {@link Provider | OpenFeature Provider} to handle the communication with the feature flags management system."
+ ],
+ "signature": [
+ "Provider"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsSetup.appendContext",
+ "type": "Function",
+ "tags": [],
+ "label": "appendContext",
+ "description": [
+ "\nAppends new keys to the evaluation context."
+ ],
+ "signature": [
+ "(contextToAppend: ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.EvaluationContext",
+ "text": "EvaluationContext"
+ },
+ ") => void"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsSetup.appendContext.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "contextToAppend",
+ "description": [
+ "The additional keys that should be appended/modified in the evaluation context."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.EvaluationContext",
+ "text": "EvaluationContext"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart",
+ "type": "Interface",
+ "tags": [],
+ "label": "FeatureFlagsStart",
+ "description": [
+ "\nSetup contract of the Feature Flags Service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.appendContext",
+ "type": "Function",
+ "tags": [],
+ "label": "appendContext",
+ "description": [
+ "\nAppends new keys to the evaluation context."
+ ],
+ "signature": [
+ "(contextToAppend: ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.EvaluationContext",
+ "text": "EvaluationContext"
+ },
+ ") => void"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.appendContext.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "contextToAppend",
+ "description": [
+ "The additional keys that should be appended/modified in the evaluation context."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.EvaluationContext",
+ "text": "EvaluationContext"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getBooleanValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getBooleanValue",
+ "description": [
+ "\nEvaluates a boolean flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: boolean) => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getBooleanValue.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getBooleanValue.$2",
+ "type": "boolean",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getStringValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getStringValue",
+ "description": [
+ "\nEvaluates a string flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getStringValue.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getStringValue.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getNumberValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getNumberValue",
+ "description": [
+ "\nEvaluates a number flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getNumberValue.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getNumberValue.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getBooleanValue$",
+ "type": "Function",
+ "tags": [],
+ "label": "getBooleanValue$",
+ "description": [
+ "\nReturns an observable of a boolean flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: boolean) => ",
+ "Observable",
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getBooleanValue$.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getBooleanValue$.$2",
+ "type": "boolean",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getStringValue$",
+ "type": "Function",
+ "tags": [],
+ "label": "getStringValue$",
+ "description": [
+ "\nReturns an observable of a string flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => ",
+ "Observable",
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getStringValue$.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getStringValue$.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getNumberValue$",
+ "type": "Function",
+ "tags": [],
+ "label": "getNumberValue$",
+ "description": [
+ "\nReturns an observable of a number flag"
+ ],
+ "signature": [
+ "(flagName: string, fallbackValue: Value) => ",
+ "Observable",
+ ""
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getNumberValue$.$1",
+ "type": "string",
+ "tags": [],
+ "label": "flagName",
+ "description": [
+ "The flag ID to evaluate"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsStart.getNumberValue$.$2",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "fallbackValue",
+ "description": [
+ "If the flag cannot be evaluated for whatever reason, the fallback value is provided."
+ ],
+ "signature": [
+ "Value"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.EvaluationContext",
+ "type": "Type",
+ "tags": [],
+ "label": "EvaluationContext",
+ "description": [
+ "\nThe evaluation context to use when retrieving the flags.\n\nWe use multi-context so that we can apply segmentation rules at different levels (`organization`/`kibana`).\n* `organization` includes any information that is common to all the projects/deployments in an organization. An example is the in_trial status.\n* The `kibana` context includes all the information that identifies a project/deployment. Examples are version, offering, and has_data.\nKind helps us specify which sub-context should receive the new attributes.\nIf no `kind` is provided, it defaults to `kibana`.\n"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.MultiContextEvaluationContext",
+ "text": "MultiContextEvaluationContext"
+ },
+ " | ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.SingleContextEvaluationContext",
+ "text": "SingleContextEvaluationContext"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagDefinitions",
+ "type": "Type",
+ "tags": [],
+ "label": "FeatureFlagDefinitions",
+ "description": [
+ "\nList of {@link FeatureFlagDefinition}"
+ ],
+ "signature": [
+ "(",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagDefinition",
+ "text": "FeatureFlagDefinition"
+ },
+ "<\"boolean\"> | ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagDefinition",
+ "text": "FeatureFlagDefinition"
+ },
+ "<\"string\"> | ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagDefinition",
+ "text": "FeatureFlagDefinition"
+ },
+ "<\"number\">)[]"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.FeatureFlagsRequestHandlerContext",
+ "type": "Type",
+ "tags": [],
+ "label": "FeatureFlagsRequestHandlerContext",
+ "description": [
+ "\nThe HTTP request handler context for evaluating feature flags"
+ ],
+ "signature": [
+ "{ getBooleanValue: (flagName: string, fallbackValue: boolean) => Promise; getStringValue: (flagName: string, fallbackValue: Value) => Promise; getNumberValue: (flagName: string, fallbackValue: Value) => Promise; }"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/request_handler_context.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.MultiContextEvaluationContext",
+ "type": "Type",
+ "tags": [],
+ "label": "MultiContextEvaluationContext",
+ "description": [
+ "\nMulti-context format. The sub-contexts are provided in their nested properties."
+ ],
+ "signature": [
+ "{ targetingKey?: string | undefined; } & Record & { kind: \"multi\"; organization?: ",
+ "EvaluationContext",
+ " | undefined; kibana?: ",
+ "EvaluationContext",
+ " | undefined; }"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server",
+ "id": "def-server.SingleContextEvaluationContext",
+ "type": "Type",
+ "tags": [],
+ "label": "SingleContextEvaluationContext",
+ "description": [
+ "\nSingle Context format. If `kind` is not specified, it applies to the `kibana` sub-context."
+ ],
+ "signature": [
+ "{ targetingKey?: string | undefined; } & Record & { kind?: \"kibana\" | \"organization\" | undefined; }"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_core_feature_flags_server.mdx b/api_docs/kbn_core_feature_flags_server.mdx
new file mode 100644
index 0000000000000..dde7caaa8329c
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_server.mdx
@@ -0,0 +1,33 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCoreFeatureFlagsServerPluginApi
+slug: /kibana-dev-docs/api/kbn-core-feature-flags-server
+title: "@kbn/core-feature-flags-server"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/core-feature-flags-server plugin
+date: 2024-09-19
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server']
+---
+import kbnCoreFeatureFlagsServerObj from './kbn_core_feature_flags_server.devdocs.json';
+
+
+
+Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 38 | 0 | 0 | 0 |
+
+## Server
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_core_feature_flags_server_internal.devdocs.json b/api_docs/kbn_core_feature_flags_server_internal.devdocs.json
new file mode 100644
index 0000000000000..b8515b428f6db
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_server_internal.devdocs.json
@@ -0,0 +1,267 @@
+{
+ "id": "@kbn/core-feature-flags-server-internal",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.FeatureFlagsService",
+ "type": "Class",
+ "tags": [
+ "private"
+ ],
+ "label": "FeatureFlagsService",
+ "description": [
+ "\nThe server-side Feature Flags Service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.FeatureFlagsService.Unnamed",
+ "type": "Function",
+ "tags": [],
+ "label": "Constructor",
+ "description": [
+ "\nThe core service's constructor"
+ ],
+ "signature": [
+ "any"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.FeatureFlagsService.Unnamed.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "core",
+ "description": [
+ "{@link CoreContext }"
+ ],
+ "signature": [
+ "CoreContext"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.FeatureFlagsService.setup",
+ "type": "Function",
+ "tags": [],
+ "label": "setup",
+ "description": [
+ "\nSetup lifecycle method"
+ ],
+ "signature": [
+ "() => ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server-internal",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi",
+ "section": "def-server.InternalFeatureFlagsSetup",
+ "text": "InternalFeatureFlagsSetup"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.FeatureFlagsService.start",
+ "type": "Function",
+ "tags": [],
+ "label": "start",
+ "description": [
+ "\nStart lifecycle method"
+ ],
+ "signature": [
+ "() => ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.FeatureFlagsService.stop",
+ "type": "Function",
+ "tags": [],
+ "label": "stop",
+ "description": [
+ "\nStop lifecycle method"
+ ],
+ "signature": [
+ "() => Promise"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "functions": [],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.InternalFeatureFlagsSetup",
+ "type": "Interface",
+ "tags": [
+ "private"
+ ],
+ "label": "InternalFeatureFlagsSetup",
+ "description": [
+ "\nCore-internal contract for the setup lifecycle step."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server-internal",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi",
+ "section": "def-server.InternalFeatureFlagsSetup",
+ "text": "InternalFeatureFlagsSetup"
+ },
+ " extends ",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ }
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.InternalFeatureFlagsSetup.getOverrides",
+ "type": "Function",
+ "tags": [],
+ "label": "getOverrides",
+ "description": [
+ "\nUsed by the rendering service to share the overrides with the service on the browser side."
+ ],
+ "signature": [
+ "() => Record"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [],
+ "objects": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.featureFlagsConfig",
+ "type": "Object",
+ "tags": [
+ "private"
+ ],
+ "label": "featureFlagsConfig",
+ "description": [
+ "\nConfig descriptor for the feature flags service"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_config.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.featureFlagsConfig.path",
+ "type": "string",
+ "tags": [],
+ "label": "path",
+ "description": [
+ "/**\n * All config is prefixed by `feature_flags`\n */"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_config.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-internal",
+ "id": "def-server.featureFlagsConfig.schema",
+ "type": "Object",
+ "tags": [],
+ "label": "schema",
+ "description": [
+ "/**\n * The definition of the validation config schema\n */"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/config-schema",
+ "scope": "common",
+ "docId": "kibKbnConfigSchemaPluginApi",
+ "section": "def-common.ObjectType",
+ "text": "ObjectType"
+ },
+ "<{ overrides: ",
+ {
+ "pluginId": "@kbn/config-schema",
+ "scope": "common",
+ "docId": "kibKbnConfigSchemaPluginApi",
+ "section": "def-common.Type",
+ "text": "Type"
+ },
+ " | undefined>; }>"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_config.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ]
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_core_feature_flags_server_internal.mdx b/api_docs/kbn_core_feature_flags_server_internal.mdx
new file mode 100644
index 0000000000000..347d8d300b904
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_server_internal.mdx
@@ -0,0 +1,36 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCoreFeatureFlagsServerInternalPluginApi
+slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-internal
+title: "@kbn/core-feature-flags-server-internal"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/core-feature-flags-server-internal plugin
+date: 2024-09-19
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-internal']
+---
+import kbnCoreFeatureFlagsServerInternalObj from './kbn_core_feature_flags_server_internal.devdocs.json';
+
+
+
+Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 11 | 0 | 0 | 0 |
+
+## Server
+
+### Objects
+
+
+### Classes
+
+
+### Interfaces
+
+
diff --git a/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json b/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json
new file mode 100644
index 0000000000000..7c450607542c2
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json
@@ -0,0 +1,182 @@
+{
+ "id": "@kbn/core-feature-flags-server-mocks",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-mocks",
+ "id": "def-server.coreFeatureFlagsMock",
+ "type": "Object",
+ "tags": [],
+ "label": "coreFeatureFlagsMock",
+ "description": [
+ "\nMocks for the Feature Flags service (browser-side)"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-mocks",
+ "id": "def-server.coreFeatureFlagsMock.create",
+ "type": "Function",
+ "tags": [],
+ "label": "create",
+ "description": [
+ "/**\n * Mocks the entire feature flags service\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/utility-types",
+ "scope": "common",
+ "docId": "kibKbnUtilityTypesPluginApi",
+ "section": "def-common.PublicMethodsOf",
+ "text": "PublicMethodsOf"
+ },
+ "<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server-internal",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi",
+ "section": "def-server.FeatureFlagsService",
+ "text": "FeatureFlagsService"
+ },
+ ">>"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-mocks",
+ "id": "def-server.coreFeatureFlagsMock.createInternalSetup",
+ "type": "Function",
+ "tags": [],
+ "label": "createInternalSetup",
+ "description": [
+ "/**\n * Mocks the core-internal setup contract\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server-internal",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi",
+ "section": "def-server.InternalFeatureFlagsSetup",
+ "text": "InternalFeatureFlagsSetup"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-mocks",
+ "id": "def-server.coreFeatureFlagsMock.createSetup",
+ "type": "Function",
+ "tags": [],
+ "label": "createSetup",
+ "description": [
+ "/**\n * Mocks the setup contract\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-mocks",
+ "id": "def-server.coreFeatureFlagsMock.createStart",
+ "type": "Function",
+ "tags": [],
+ "label": "createStart",
+ "description": [
+ "/**\n * Mocks the start contract\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ },
+ {
+ "parentPluginId": "@kbn/core-feature-flags-server-mocks",
+ "id": "def-server.coreFeatureFlagsMock.createRequestHandlerContext",
+ "type": "Function",
+ "tags": [],
+ "label": "createRequestHandlerContext",
+ "description": [
+ "/**\n * Mocks the request handler context contract\n */"
+ ],
+ "signature": [
+ "() => jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsRequestHandlerContext",
+ "text": "FeatureFlagsRequestHandlerContext"
+ },
+ ">"
+ ],
+ "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ]
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_core_feature_flags_server_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx
new file mode 100644
index 0000000000000..a064a024ed9ed
--- /dev/null
+++ b/api_docs/kbn_core_feature_flags_server_mocks.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCoreFeatureFlagsServerMocksPluginApi
+slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-mocks
+title: "@kbn/core-feature-flags-server-mocks"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/core-feature-flags-server-mocks plugin
+date: 2024-09-19
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-mocks']
+---
+import kbnCoreFeatureFlagsServerMocksObj from './kbn_core_feature_flags_server_mocks.devdocs.json';
+
+
+
+Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 6 | 0 | 0 | 0 |
+
+## Server
+
+### Objects
+
+
diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx
index 3eea0a02c6e80..b171b7227d466 100644
--- a/api_docs/kbn_core_http_browser.mdx
+++ b/api_docs/kbn_core_http_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser
title: "@kbn/core-http-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser']
---
import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json';
diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx
index fd165a47192e1..0c6e103b198bb 100644
--- a/api_docs/kbn_core_http_browser_internal.mdx
+++ b/api_docs/kbn_core_http_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal
title: "@kbn/core-http-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal']
---
import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx
index 7a6b150dbdab7..c307b34e653c9 100644
--- a/api_docs/kbn_core_http_browser_mocks.mdx
+++ b/api_docs/kbn_core_http_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks
title: "@kbn/core-http-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks']
---
import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx
index 0a982b26990d3..783fcd2b09c59 100644
--- a/api_docs/kbn_core_http_common.mdx
+++ b/api_docs/kbn_core_http_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common
title: "@kbn/core-http-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common']
---
import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json';
diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx
index 8f251c42d44eb..75e523ca0ea52 100644
--- a/api_docs/kbn_core_http_context_server_mocks.mdx
+++ b/api_docs/kbn_core_http_context_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks
title: "@kbn/core-http-context-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-context-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks']
---
import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_request_handler_context_server.devdocs.json b/api_docs/kbn_core_http_request_handler_context_server.devdocs.json
index 92953db4a39e4..8bb3cb0dff266 100644
--- a/api_docs/kbn_core_http_request_handler_context_server.devdocs.json
+++ b/api_docs/kbn_core_http_request_handler_context_server.devdocs.json
@@ -31,7 +31,9 @@
"type": "Object",
"tags": [],
"label": "savedObjects",
- "description": [],
+ "description": [
+ "\n{@link SavedObjectsRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-saved-objects-server",
@@ -51,7 +53,9 @@
"type": "Object",
"tags": [],
"label": "elasticsearch",
- "description": [],
+ "description": [
+ "\n{@link ElasticsearchRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
@@ -65,13 +69,31 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "@kbn/core-http-request-handler-context-server",
+ "id": "def-server.CoreRequestHandlerContext.featureFlags",
+ "type": "Object",
+ "tags": [],
+ "label": "featureFlags",
+ "description": [
+ "\n{@link FeatureFlagsRequestHandlerContext}"
+ ],
+ "signature": [
+ "{ getBooleanValue: (flagName: string, fallbackValue: boolean) => Promise; getStringValue: (flagName: string, fallbackValue: Value) => Promise; getNumberValue: (flagName: string, fallbackValue: Value) => Promise; }"
+ ],
+ "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/core-http-request-handler-context-server",
"id": "def-server.CoreRequestHandlerContext.uiSettings",
"type": "Object",
"tags": [],
"label": "uiSettings",
- "description": [],
+ "description": [
+ "\n{@link UiSettingsRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-ui-settings-server",
@@ -91,7 +113,9 @@
"type": "Object",
"tags": [],
"label": "deprecations",
- "description": [],
+ "description": [
+ "\n{@link DeprecationsRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-deprecations-server",
@@ -111,7 +135,9 @@
"type": "Object",
"tags": [],
"label": "security",
- "description": [],
+ "description": [
+ "\n{@link SecurityRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-security-server",
@@ -131,7 +157,9 @@
"type": "Object",
"tags": [],
"label": "userProfile",
- "description": [],
+ "description": [
+ "\n{@link UserProfileRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-user-profile-server",
@@ -154,7 +182,9 @@
"type": "Interface",
"tags": [],
"label": "PrebootCoreRequestHandlerContext",
- "description": [],
+ "description": [
+ "\nThe `core` context provided to route handler during the preboot phase."
+ ],
"path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts",
"deprecated": false,
"trackAdoption": false,
@@ -165,7 +195,9 @@
"type": "Object",
"tags": [],
"label": "uiSettings",
- "description": [],
+ "description": [
+ "\n{@link PrebootUiSettingsRequestHandlerContext}"
+ ],
"signature": [
{
"pluginId": "@kbn/core-http-request-handler-context-server",
@@ -188,7 +220,9 @@
"type": "Interface",
"tags": [],
"label": "PrebootRequestHandlerContext",
- "description": [],
+ "description": [
+ "\nBase context passed to a route handler during the preboot phase, containing the `core` context part."
+ ],
"signature": [
{
"pluginId": "@kbn/core-http-request-handler-context-server",
@@ -216,7 +250,9 @@
"type": "Object",
"tags": [],
"label": "core",
- "description": [],
+ "description": [
+ "\nPromise that resolves the {@link PrebootCoreRequestHandlerContext}"
+ ],
"signature": [
"Promise<",
{
@@ -241,7 +277,9 @@
"type": "Interface",
"tags": [],
"label": "PrebootUiSettingsRequestHandlerContext",
- "description": [],
+ "description": [
+ "\n`uiSettings` http request context provider during the preboot phase."
+ ],
"path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts",
"deprecated": false,
"trackAdoption": false,
@@ -252,7 +290,9 @@
"type": "Object",
"tags": [],
"label": "client",
- "description": [],
+ "description": [
+ "\nThe {@link IUiSettingsClient | UI Settings client}."
+ ],
"signature": [
{
"pluginId": "@kbn/core-ui-settings-server",
@@ -305,7 +345,9 @@
"type": "Object",
"tags": [],
"label": "core",
- "description": [],
+ "description": [
+ "\nPromise that resolves the {@link CoreRequestHandlerContext}"
+ ],
"signature": [
"Promise<",
{
diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx
index baad8bc3d263a..08145941f03ce 100644
--- a/api_docs/kbn_core_http_request_handler_context_server.mdx
+++ b/api_docs/kbn_core_http_request_handler_context_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server
title: "@kbn/core-http-request-handler-context-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-request-handler-context-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server']
---
import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 16 | 0 | 13 | 0 |
+| 17 | 0 | 0 | 0 |
## Server
diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx
index 10c673c3dd10a..419ec334f419a 100644
--- a/api_docs/kbn_core_http_resources_server.mdx
+++ b/api_docs/kbn_core_http_resources_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server
title: "@kbn/core-http-resources-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-resources-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server']
---
import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json';
diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx
index 70f8a057dfa98..e98be0ff713e0 100644
--- a/api_docs/kbn_core_http_resources_server_internal.mdx
+++ b/api_docs/kbn_core_http_resources_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal
title: "@kbn/core-http-resources-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-resources-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal']
---
import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx
index f47640247f412..67055448954e1 100644
--- a/api_docs/kbn_core_http_resources_server_mocks.mdx
+++ b/api_docs/kbn_core_http_resources_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks
title: "@kbn/core-http-resources-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-resources-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks']
---
import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx
index c6d82cb9bfa45..360e51e41af92 100644
--- a/api_docs/kbn_core_http_router_server_internal.mdx
+++ b/api_docs/kbn_core_http_router_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal
title: "@kbn/core-http-router-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-router-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal']
---
import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx
index e9df92b61c362..bf2a19b47b7fe 100644
--- a/api_docs/kbn_core_http_router_server_mocks.mdx
+++ b/api_docs/kbn_core_http_router_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks
title: "@kbn/core-http-router-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-router-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks']
---
import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json
index ddd611dbeb970..596dec9690097 100644
--- a/api_docs/kbn_core_http_server.devdocs.json
+++ b/api_docs/kbn_core_http_server.devdocs.json
@@ -3998,6 +3998,10 @@
"plugin": "triggersActionsUi",
"path": "x-pack/plugins/triggers_actions_ui/server/routes/config.ts"
},
+ {
+ "plugin": "inference",
+ "path": "x-pack/plugins/inference/server/routes/connectors.ts"
+ },
{
"plugin": "globalSearch",
"path": "x-pack/plugins/global_search/server/routes/get_searchable_types.ts"
@@ -4442,10 +4446,6 @@
"plugin": "indexLifecycleManagement",
"path": "x-pack/plugins/index_lifecycle_management/server/routes/api/snapshot_repositories/register_fetch_route.ts"
},
- {
- "plugin": "inference",
- "path": "x-pack/plugins/inference/server/routes/connectors.ts"
- },
{
"plugin": "ingestPipelines",
"path": "x-pack/plugins/ingest_pipelines/server/routes/api/get.ts"
@@ -6688,6 +6688,10 @@
"plugin": "triggersActionsUi",
"path": "x-pack/plugins/triggers_actions_ui/server/data/routes/indices.ts"
},
+ {
+ "plugin": "inference",
+ "path": "x-pack/plugins/inference/server/routes/chat_complete.ts"
+ },
{
"plugin": "globalSearch",
"path": "x-pack/plugins/global_search/server/routes/find.ts"
@@ -7060,10 +7064,6 @@
"plugin": "indexLifecycleManagement",
"path": "x-pack/plugins/index_lifecycle_management/server/routes/api/templates/register_add_policy_route.ts"
},
- {
- "plugin": "inference",
- "path": "x-pack/plugins/inference/server/routes/chat_complete.ts"
- },
{
"plugin": "ingestPipelines",
"path": "x-pack/plugins/ingest_pipelines/server/routes/api/create.ts"
diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx
index 8e9a8561ba4fe..ec98554b403f5 100644
--- a/api_docs/kbn_core_http_server.mdx
+++ b/api_docs/kbn_core_http_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server
title: "@kbn/core-http-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server']
---
import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json';
diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx
index 58a91e7149338..8ca3c4fac051c 100644
--- a/api_docs/kbn_core_http_server_internal.mdx
+++ b/api_docs/kbn_core_http_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal
title: "@kbn/core-http-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal']
---
import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx
index b56069268490c..3b2d889f8f68a 100644
--- a/api_docs/kbn_core_http_server_mocks.mdx
+++ b/api_docs/kbn_core_http_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks
title: "@kbn/core-http-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks']
---
import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx
index b589b6d849a08..bc5eb016cfda0 100644
--- a/api_docs/kbn_core_i18n_browser.mdx
+++ b/api_docs/kbn_core_i18n_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser
title: "@kbn/core-i18n-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser']
---
import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx
index f56548b9b9e56..5b01d4a4fe5f1 100644
--- a/api_docs/kbn_core_i18n_browser_mocks.mdx
+++ b/api_docs/kbn_core_i18n_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks
title: "@kbn/core-i18n-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks']
---
import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx
index 52b7a3b7768f8..9d29fef8633ea 100644
--- a/api_docs/kbn_core_i18n_server.mdx
+++ b/api_docs/kbn_core_i18n_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server
title: "@kbn/core-i18n-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server']
---
import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx
index 93d041d8d02ba..4e41d91702c75 100644
--- a/api_docs/kbn_core_i18n_server_internal.mdx
+++ b/api_docs/kbn_core_i18n_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal
title: "@kbn/core-i18n-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal']
---
import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx
index 165b1ff710b81..cc0b5d30f759c 100644
--- a/api_docs/kbn_core_i18n_server_mocks.mdx
+++ b/api_docs/kbn_core_i18n_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks
title: "@kbn/core-i18n-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks']
---
import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx
index e8a3da1958a8b..f0093d24ffa61 100644
--- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx
+++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks
title: "@kbn/core-injected-metadata-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks']
---
import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx
index f9abde11919f7..a61b35955ae35 100644
--- a/api_docs/kbn_core_integrations_browser_internal.mdx
+++ b/api_docs/kbn_core_integrations_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal
title: "@kbn/core-integrations-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-integrations-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal']
---
import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx
index a8c4ffc2f3877..1a8c594ff1b67 100644
--- a/api_docs/kbn_core_integrations_browser_mocks.mdx
+++ b/api_docs/kbn_core_integrations_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks
title: "@kbn/core-integrations-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-integrations-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks']
---
import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_browser.devdocs.json b/api_docs/kbn_core_lifecycle_browser.devdocs.json
index 295994fc63a54..6dc2ededac6e0 100644
--- a/api_docs/kbn_core_lifecycle_browser.devdocs.json
+++ b/api_docs/kbn_core_lifecycle_browser.devdocs.json
@@ -125,6 +125,28 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "@kbn/core-lifecycle-browser",
+ "id": "def-public.CoreSetup.featureFlags",
+ "type": "Object",
+ "tags": [],
+ "label": "featureFlags",
+ "description": [
+ "{@link FeatureFlagsSetup}"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ }
+ ],
+ "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/core-lifecycle-browser",
"id": "def-public.CoreSetup.http",
@@ -499,6 +521,28 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "@kbn/core-lifecycle-browser",
+ "id": "def-public.CoreStart.featureFlags",
+ "type": "Object",
+ "tags": [],
+ "label": "featureFlags",
+ "description": [
+ "{@link FeatureFlagsStart}"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ }
+ ],
+ "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/core-lifecycle-browser",
"id": "def-public.CoreStart.http",
diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx
index 3a7022907d23b..9e1ece44c430e 100644
--- a/api_docs/kbn_core_lifecycle_browser.mdx
+++ b/api_docs/kbn_core_lifecycle_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser
title: "@kbn/core-lifecycle-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser']
---
import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 36 | 0 | 0 | 0 |
+| 38 | 0 | 0 | 0 |
## Client
diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json
index cb694e0347a00..253d371df5591 100644
--- a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json
+++ b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json
@@ -70,6 +70,14 @@
"section": "def-public.FatalErrorsSetup",
"text": "FatalErrorsSetup"
},
+ ">; featureFlags: jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ },
">; getStartServices: jest.Mock; featureFlags: jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ },
">; http: ",
{
"pluginId": "@kbn/core-http-browser-mocks",
@@ -401,6 +417,14 @@
"section": "def-public.ExecutionContextSetup",
"text": "ExecutionContextSetup"
},
+ ">; featureFlags: jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-browser",
+ "scope": "public",
+ "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi",
+ "section": "def-public.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ },
">; http: ",
{
"pluginId": "@kbn/core-http-browser-mocks",
diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx
index 21036821facb6..30bbd2a10a894 100644
--- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx
+++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks
title: "@kbn/core-lifecycle-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks']
---
import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_server.devdocs.json b/api_docs/kbn_core_lifecycle_server.devdocs.json
index bc9633a4c0006..9176697ed155e 100644
--- a/api_docs/kbn_core_lifecycle_server.devdocs.json
+++ b/api_docs/kbn_core_lifecycle_server.devdocs.json
@@ -300,6 +300,28 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "@kbn/core-lifecycle-server",
+ "id": "def-server.CoreSetup.featureFlags",
+ "type": "Object",
+ "tags": [],
+ "label": "featureFlags",
+ "description": [
+ "{@link FeatureFlagsSetup}"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsSetup",
+ "text": "FeatureFlagsSetup"
+ }
+ ],
+ "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/core-lifecycle-server",
"id": "def-server.CoreSetup.http",
@@ -755,6 +777,28 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "@kbn/core-lifecycle-server",
+ "id": "def-server.CoreStart.featureFlags",
+ "type": "Object",
+ "tags": [],
+ "label": "featureFlags",
+ "description": [
+ "{@link FeatureFlagsStart}"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ }
+ ],
+ "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/core-lifecycle-server",
"id": "def-server.CoreStart.http",
diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx
index 43b552eb6c105..918a65a7b4b9d 100644
--- a/api_docs/kbn_core_lifecycle_server.mdx
+++ b/api_docs/kbn_core_lifecycle_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server
title: "@kbn/core-lifecycle-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server']
---
import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 40 | 0 | 0 | 0 |
+| 42 | 0 | 0 | 0 |
## Server
diff --git a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json
index 0cb5b13788926..b0e66b991dc36 100644
--- a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json
+++ b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json
@@ -114,7 +114,15 @@
"section": "def-server.DocLinksServiceSetup",
"text": "DocLinksServiceSetup"
},
- "; elasticsearch: MockedInternalElasticSearchServiceSetup; http: ",
+ "; elasticsearch: MockedInternalElasticSearchServiceSetup; featureFlags: jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server-internal",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi",
+ "section": "def-server.InternalFeatureFlagsSetup",
+ "text": "InternalFeatureFlagsSetup"
+ },
+ ">; http: ",
{
"pluginId": "@kbn/core-http-server-mocks",
"scope": "server",
@@ -234,7 +242,15 @@
"section": "def-server.DocLinksServiceSetup",
"text": "DocLinksServiceSetup"
},
- "; elasticsearch: MockedInternalElasticsearchServiceStart; http: ",
+ "; elasticsearch: MockedInternalElasticsearchServiceStart; featureFlags: jest.Mocked<",
+ {
+ "pluginId": "@kbn/core-feature-flags-server",
+ "scope": "server",
+ "docId": "kibKbnCoreFeatureFlagsServerPluginApi",
+ "section": "def-server.FeatureFlagsStart",
+ "text": "FeatureFlagsStart"
+ },
+ ">; http: ",
{
"pluginId": "@kbn/core-http-server-mocks",
"scope": "server",
diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx
index a7161c01d890b..c62edeccd0137 100644
--- a/api_docs/kbn_core_lifecycle_server_mocks.mdx
+++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks
title: "@kbn/core-lifecycle-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks']
---
import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx
index 77aa81d09fb3b..61b094664f764 100644
--- a/api_docs/kbn_core_logging_browser_mocks.mdx
+++ b/api_docs/kbn_core_logging_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks
title: "@kbn/core-logging-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks']
---
import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx
index d8f3409abe55d..265325361d25c 100644
--- a/api_docs/kbn_core_logging_common_internal.mdx
+++ b/api_docs/kbn_core_logging_common_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal
title: "@kbn/core-logging-common-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-common-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal']
---
import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json';
diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx
index e1d12229d8ab7..b5f156fe88553 100644
--- a/api_docs/kbn_core_logging_server.mdx
+++ b/api_docs/kbn_core_logging_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server
title: "@kbn/core-logging-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server']
---
import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json';
diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx
index 9c1e5ba3dd2b3..76967400fea71 100644
--- a/api_docs/kbn_core_logging_server_internal.mdx
+++ b/api_docs/kbn_core_logging_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal
title: "@kbn/core-logging-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal']
---
import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx
index 277b727ebe895..cbf8741213c0c 100644
--- a/api_docs/kbn_core_logging_server_mocks.mdx
+++ b/api_docs/kbn_core_logging_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks
title: "@kbn/core-logging-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks']
---
import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx
index f38a52f05f708..cde4a55c6de8d 100644
--- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx
+++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal
title: "@kbn/core-metrics-collectors-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-collectors-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal']
---
import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx
index c8b542949adc2..2a2cc31da838f 100644
--- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx
+++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks
title: "@kbn/core-metrics-collectors-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks']
---
import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx
index da5b6ec646275..7d287adca1f2a 100644
--- a/api_docs/kbn_core_metrics_server.mdx
+++ b/api_docs/kbn_core_metrics_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server
title: "@kbn/core-metrics-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server']
---
import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx
index 3d8c8bb2f060d..b9244ae1abb17 100644
--- a/api_docs/kbn_core_metrics_server_internal.mdx
+++ b/api_docs/kbn_core_metrics_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal
title: "@kbn/core-metrics-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal']
---
import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx
index c0ed134e172b7..52b920762fbe7 100644
--- a/api_docs/kbn_core_metrics_server_mocks.mdx
+++ b/api_docs/kbn_core_metrics_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks
title: "@kbn/core-metrics-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks']
---
import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx
index 00441e8309c55..218979ff31fc7 100644
--- a/api_docs/kbn_core_mount_utils_browser.mdx
+++ b/api_docs/kbn_core_mount_utils_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser
title: "@kbn/core-mount-utils-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-mount-utils-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser']
---
import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json';
diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx
index 413b16e8596fe..af7fe8e19e747 100644
--- a/api_docs/kbn_core_node_server.mdx
+++ b/api_docs/kbn_core_node_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server
title: "@kbn/core-node-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-node-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server']
---
import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json';
diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx
index fc1e340abbf8e..227d7f6a58519 100644
--- a/api_docs/kbn_core_node_server_internal.mdx
+++ b/api_docs/kbn_core_node_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal
title: "@kbn/core-node-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-node-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal']
---
import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx
index 0e0f46b149985..1e5650e079a85 100644
--- a/api_docs/kbn_core_node_server_mocks.mdx
+++ b/api_docs/kbn_core_node_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks
title: "@kbn/core-node-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-node-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks']
---
import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx
index 52926d839c70c..293fe9f0658e1 100644
--- a/api_docs/kbn_core_notifications_browser.mdx
+++ b/api_docs/kbn_core_notifications_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser
title: "@kbn/core-notifications-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-notifications-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser']
---
import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json';
diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx
index 8e048f6af8e3c..7a253a4d4e978 100644
--- a/api_docs/kbn_core_notifications_browser_internal.mdx
+++ b/api_docs/kbn_core_notifications_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal
title: "@kbn/core-notifications-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-notifications-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal']
---
import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx
index 8a3dbd73cfeaa..b7cdd17426a7a 100644
--- a/api_docs/kbn_core_notifications_browser_mocks.mdx
+++ b/api_docs/kbn_core_notifications_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks
title: "@kbn/core-notifications-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-notifications-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks']
---
import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx
index 208e8d4c31177..c57c89038615e 100644
--- a/api_docs/kbn_core_overlays_browser.mdx
+++ b/api_docs/kbn_core_overlays_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser
title: "@kbn/core-overlays-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-overlays-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser']
---
import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json';
diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx
index 8490dfbcb541a..4325967630cff 100644
--- a/api_docs/kbn_core_overlays_browser_internal.mdx
+++ b/api_docs/kbn_core_overlays_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal
title: "@kbn/core-overlays-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-overlays-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal']
---
import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx
index e96184303d090..0fd92eb1c5461 100644
--- a/api_docs/kbn_core_overlays_browser_mocks.mdx
+++ b/api_docs/kbn_core_overlays_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks
title: "@kbn/core-overlays-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-overlays-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks']
---
import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx
index a23389b54f67c..32cf621c34cab 100644
--- a/api_docs/kbn_core_plugins_browser.mdx
+++ b/api_docs/kbn_core_plugins_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser
title: "@kbn/core-plugins-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser']
---
import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx
index 608e940403572..49f4f3d274a4c 100644
--- a/api_docs/kbn_core_plugins_browser_mocks.mdx
+++ b/api_docs/kbn_core_plugins_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks
title: "@kbn/core-plugins-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks']
---
import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx
index 505e7b7327a17..acf7337fec743 100644
--- a/api_docs/kbn_core_plugins_contracts_browser.mdx
+++ b/api_docs/kbn_core_plugins_contracts_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser
title: "@kbn/core-plugins-contracts-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-contracts-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser']
---
import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx
index c377cba3c6fd2..35bd5fc0b188e 100644
--- a/api_docs/kbn_core_plugins_contracts_server.mdx
+++ b/api_docs/kbn_core_plugins_contracts_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server
title: "@kbn/core-plugins-contracts-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-contracts-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server']
---
import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx
index 6dba3c5da5574..880f5a199861f 100644
--- a/api_docs/kbn_core_plugins_server.mdx
+++ b/api_docs/kbn_core_plugins_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server
title: "@kbn/core-plugins-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server']
---
import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx
index d28009950afdd..c2f1025126f7d 100644
--- a/api_docs/kbn_core_plugins_server_mocks.mdx
+++ b/api_docs/kbn_core_plugins_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks
title: "@kbn/core-plugins-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks']
---
import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx
index c2cc07a47f2cf..72a8de7fea2d5 100644
--- a/api_docs/kbn_core_preboot_server.mdx
+++ b/api_docs/kbn_core_preboot_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server
title: "@kbn/core-preboot-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-preboot-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server']
---
import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json';
diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx
index c46a7eef251c7..7379ba432d315 100644
--- a/api_docs/kbn_core_preboot_server_mocks.mdx
+++ b/api_docs/kbn_core_preboot_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks
title: "@kbn/core-preboot-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-preboot-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks']
---
import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx
index b761c110d1d7f..7a61372f6c497 100644
--- a/api_docs/kbn_core_rendering_browser_mocks.mdx
+++ b/api_docs/kbn_core_rendering_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks
title: "@kbn/core-rendering-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-rendering-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks']
---
import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx
index 1c2f35f7583b4..52ebd954afd30 100644
--- a/api_docs/kbn_core_rendering_server_internal.mdx
+++ b/api_docs/kbn_core_rendering_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal
title: "@kbn/core-rendering-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-rendering-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal']
---
import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx
index 6c5b5d3d79b73..12f4aeb686c10 100644
--- a/api_docs/kbn_core_rendering_server_mocks.mdx
+++ b/api_docs/kbn_core_rendering_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks
title: "@kbn/core-rendering-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-rendering-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks']
---
import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx
index ce7a0bb6d9c04..a4fd7a6a7ae33 100644
--- a/api_docs/kbn_core_root_server_internal.mdx
+++ b/api_docs/kbn_core_root_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal
title: "@kbn/core-root-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-root-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal']
---
import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx
index aadacc917d967..ef6ae34fe7fb2 100644
--- a/api_docs/kbn_core_saved_objects_api_browser.mdx
+++ b/api_docs/kbn_core_saved_objects_api_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser
title: "@kbn/core-saved-objects-api-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser']
---
import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx
index 78347f4b93a01..6e0acbec6b85f 100644
--- a/api_docs/kbn_core_saved_objects_api_server.mdx
+++ b/api_docs/kbn_core_saved_objects_api_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server
title: "@kbn/core-saved-objects-api-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server']
---
import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx
index cbd6bb26db13d..baf5fa1b3c012 100644
--- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks
title: "@kbn/core-saved-objects-api-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks']
---
import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx
index e623d3d5da309..cdd5aa9c2012f 100644
--- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal
title: "@kbn/core-saved-objects-base-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-base-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal']
---
import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx
index 0386bfbe61f17..b3f47b74192a0 100644
--- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks
title: "@kbn/core-saved-objects-base-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks']
---
import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx
index f6a13127c9213..ad0c6561409e5 100644
--- a/api_docs/kbn_core_saved_objects_browser.mdx
+++ b/api_docs/kbn_core_saved_objects_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser
title: "@kbn/core-saved-objects-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser']
---
import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx
index a90a6f28120d9..fcb23d250cb68 100644
--- a/api_docs/kbn_core_saved_objects_browser_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal
title: "@kbn/core-saved-objects-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal']
---
import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx
index fae693d7839ae..a7febcbf41a4b 100644
--- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks
title: "@kbn/core-saved-objects-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks']
---
import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx
index 7d073e8bf1ade..85ea8df422479 100644
--- a/api_docs/kbn_core_saved_objects_common.mdx
+++ b/api_docs/kbn_core_saved_objects_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common
title: "@kbn/core-saved-objects-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common']
---
import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx
index d036017dc47e8..183db1bf3bc09 100644
--- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal
title: "@kbn/core-saved-objects-import-export-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal']
---
import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx
index 27330a7acbc82..a0d0f3383026a 100644
--- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks
title: "@kbn/core-saved-objects-import-export-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks']
---
import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx
index b9672a1321def..79b2f88a87ceb 100644
--- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal
title: "@kbn/core-saved-objects-migration-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal']
---
import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx
index f5c2714ef19ac..3cac016901f49 100644
--- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks
title: "@kbn/core-saved-objects-migration-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks']
---
import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx
index 2cdb3785aff09..3222ed47c2a67 100644
--- a/api_docs/kbn_core_saved_objects_server.mdx
+++ b/api_docs/kbn_core_saved_objects_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server
title: "@kbn/core-saved-objects-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server']
---
import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx
index 9c78af4a1609f..ac9bac4acd090 100644
--- a/api_docs/kbn_core_saved_objects_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal
title: "@kbn/core-saved-objects-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal']
---
import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx
index 80a1a41c6aeaf..f6db8b2f291af 100644
--- a/api_docs/kbn_core_saved_objects_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks
title: "@kbn/core-saved-objects-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks']
---
import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx
index abb6ca3b5c87c..c8ae50e55ecb2 100644
--- a/api_docs/kbn_core_saved_objects_utils_server.mdx
+++ b/api_docs/kbn_core_saved_objects_utils_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server
title: "@kbn/core-saved-objects-utils-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-utils-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server']
---
import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json';
diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx
index 4e0fe4fba4715..9c4e71a7025e8 100644
--- a/api_docs/kbn_core_security_browser.mdx
+++ b/api_docs/kbn_core_security_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser
title: "@kbn/core-security-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser']
---
import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json';
diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx
index 7d53592a54253..0ab0ee9c212c1 100644
--- a/api_docs/kbn_core_security_browser_internal.mdx
+++ b/api_docs/kbn_core_security_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-internal
title: "@kbn/core-security-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal']
---
import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx
index 86f15d7190e75..afd04a105f1db 100644
--- a/api_docs/kbn_core_security_browser_mocks.mdx
+++ b/api_docs/kbn_core_security_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-mocks
title: "@kbn/core-security-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks']
---
import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx
index b27000d3374e9..d353a9c2b523b 100644
--- a/api_docs/kbn_core_security_common.mdx
+++ b/api_docs/kbn_core_security_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-common
title: "@kbn/core-security-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common']
---
import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json';
diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx
index b4c9bf2c1e171..24b5bcfc91c68 100644
--- a/api_docs/kbn_core_security_server.mdx
+++ b/api_docs/kbn_core_security_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server
title: "@kbn/core-security-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server']
---
import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json';
diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx
index cb99f048c57d4..31ac9a9c160d4 100644
--- a/api_docs/kbn_core_security_server_internal.mdx
+++ b/api_docs/kbn_core_security_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-internal
title: "@kbn/core-security-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal']
---
import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx
index 04e3fb4cc903e..813c10bea560b 100644
--- a/api_docs/kbn_core_security_server_mocks.mdx
+++ b/api_docs/kbn_core_security_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-mocks
title: "@kbn/core-security-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-security-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks']
---
import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx
index bcc20e30b8006..74afc99042dd7 100644
--- a/api_docs/kbn_core_status_common.mdx
+++ b/api_docs/kbn_core_status_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common
title: "@kbn/core-status-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common']
---
import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json';
diff --git a/api_docs/kbn_core_status_common_internal.mdx b/api_docs/kbn_core_status_common_internal.mdx
index 0eed9a01b4262..d6fa421bd715d 100644
--- a/api_docs/kbn_core_status_common_internal.mdx
+++ b/api_docs/kbn_core_status_common_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common-internal
title: "@kbn/core-status-common-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-common-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common-internal']
---
import kbnCoreStatusCommonInternalObj from './kbn_core_status_common_internal.devdocs.json';
diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx
index e1c02b8c381eb..838543bb56e4a 100644
--- a/api_docs/kbn_core_status_server.mdx
+++ b/api_docs/kbn_core_status_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server
title: "@kbn/core-status-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server']
---
import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json';
diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx
index 16aa84846beb9..c5b80b2fc4937 100644
--- a/api_docs/kbn_core_status_server_internal.mdx
+++ b/api_docs/kbn_core_status_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal
title: "@kbn/core-status-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal']
---
import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx
index b3d40612f502e..43a04efe19a16 100644
--- a/api_docs/kbn_core_status_server_mocks.mdx
+++ b/api_docs/kbn_core_status_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks
title: "@kbn/core-status-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks']
---
import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx
index 393e96f044e11..a27bfd67a5878 100644
--- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx
+++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters
title: "@kbn/core-test-helpers-deprecations-getters"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters']
---
import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json b/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json
index aa57c4bb46738..af410ee15c4d9 100644
--- a/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json
+++ b/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json
@@ -139,7 +139,7 @@
"section": "def-common.CustomBranding",
"text": "CustomBranding"
},
- ", [], unknown>; } & ",
+ ", [], unknown>; getFeatureFlags: jest.MockInstance<{ overrides: Record; } | undefined, [], unknown>; } & ",
"InternalInjectedMetadataSetup"
],
"path": "packages/core/test-helpers/core-test-helpers-http-setup-browser/src/http_test_setup.ts",
diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
index 2323536c55a9b..9797e8efd6441 100644
--- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
+++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser
title: "@kbn/core-test-helpers-http-setup-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser']
---
import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx
index 9e1f2965aa857..488ab75c77f46 100644
--- a/api_docs/kbn_core_test_helpers_kbn_server.mdx
+++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server
title: "@kbn/core-test-helpers-kbn-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-kbn-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server']
---
import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx
index a2f9d33298d0b..a3cc6ea4fad3c 100644
--- a/api_docs/kbn_core_test_helpers_model_versions.mdx
+++ b/api_docs/kbn_core_test_helpers_model_versions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions
title: "@kbn/core-test-helpers-model-versions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-model-versions plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions']
---
import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
index 6d98f80410fed..f8874ce76e1b7 100644
--- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
+++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer
title: "@kbn/core-test-helpers-so-type-serializer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer']
---
import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx
index 1bfea51422f84..2319a612e64e5 100644
--- a/api_docs/kbn_core_test_helpers_test_utils.mdx
+++ b/api_docs/kbn_core_test_helpers_test_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils
title: "@kbn/core-test-helpers-test-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-test-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils']
---
import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json';
diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx
index 1a2b0025cc6bd..59f15638d97b2 100644
--- a/api_docs/kbn_core_theme_browser.mdx
+++ b/api_docs/kbn_core_theme_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser
title: "@kbn/core-theme-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-theme-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser']
---
import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json';
diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx
index 0940e1a50feba..8639a38de2794 100644
--- a/api_docs/kbn_core_theme_browser_mocks.mdx
+++ b/api_docs/kbn_core_theme_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks
title: "@kbn/core-theme-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-theme-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks']
---
import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx
index c715d1e7b3917..a98c7c5327526 100644
--- a/api_docs/kbn_core_ui_settings_browser.mdx
+++ b/api_docs/kbn_core_ui_settings_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser
title: "@kbn/core-ui-settings-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser']
---
import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx
index d9a0c286d13e3..1c6733f6168d8 100644
--- a/api_docs/kbn_core_ui_settings_browser_internal.mdx
+++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal
title: "@kbn/core-ui-settings-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal']
---
import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx
index 7e779b6686c63..dc28783a5a3b8 100644
--- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx
+++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks
title: "@kbn/core-ui-settings-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks']
---
import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx
index 1e1a9990e39f5..ae084b9ccaba1 100644
--- a/api_docs/kbn_core_ui_settings_common.mdx
+++ b/api_docs/kbn_core_ui_settings_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common
title: "@kbn/core-ui-settings-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common']
---
import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx
index 4a56276c6811c..267e0e4e4bfc8 100644
--- a/api_docs/kbn_core_ui_settings_server.mdx
+++ b/api_docs/kbn_core_ui_settings_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server
title: "@kbn/core-ui-settings-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server']
---
import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx
index 36a329ae679cc..b2f3c4053e77a 100644
--- a/api_docs/kbn_core_ui_settings_server_internal.mdx
+++ b/api_docs/kbn_core_ui_settings_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal
title: "@kbn/core-ui-settings-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal']
---
import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx
index 94e34aa3318b9..0138052aface8 100644
--- a/api_docs/kbn_core_ui_settings_server_mocks.mdx
+++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks
title: "@kbn/core-ui-settings-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks']
---
import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx
index b634a9a4cc595..23e208f2e7f89 100644
--- a/api_docs/kbn_core_usage_data_server.mdx
+++ b/api_docs/kbn_core_usage_data_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server
title: "@kbn/core-usage-data-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-usage-data-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server']
---
import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json';
diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx
index 0a96af557a08d..03b49ca093c2c 100644
--- a/api_docs/kbn_core_usage_data_server_internal.mdx
+++ b/api_docs/kbn_core_usage_data_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal
title: "@kbn/core-usage-data-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-usage-data-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal']
---
import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx
index 7103d115e22f2..2ab7bd0f61d84 100644
--- a/api_docs/kbn_core_usage_data_server_mocks.mdx
+++ b/api_docs/kbn_core_usage_data_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks
title: "@kbn/core-usage-data-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-usage-data-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks']
---
import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx
index 2391e5b3564b1..f91a24a336c01 100644
--- a/api_docs/kbn_core_user_profile_browser.mdx
+++ b/api_docs/kbn_core_user_profile_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser
title: "@kbn/core-user-profile-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser']
---
import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx
index 200dd15aa66d7..ff826573a9684 100644
--- a/api_docs/kbn_core_user_profile_browser_internal.mdx
+++ b/api_docs/kbn_core_user_profile_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-internal
title: "@kbn/core-user-profile-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-browser-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal']
---
import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx
index 7765b9c682f12..348819d00a654 100644
--- a/api_docs/kbn_core_user_profile_browser_mocks.mdx
+++ b/api_docs/kbn_core_user_profile_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-mocks
title: "@kbn/core-user-profile-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-browser-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks']
---
import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx
index 47f868255ab1b..dc800b585b00f 100644
--- a/api_docs/kbn_core_user_profile_common.mdx
+++ b/api_docs/kbn_core_user_profile_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-common
title: "@kbn/core-user-profile-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-common']
---
import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx
index 1e0b019b0435c..e374be651f4b5 100644
--- a/api_docs/kbn_core_user_profile_server.mdx
+++ b/api_docs/kbn_core_user_profile_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server
title: "@kbn/core-user-profile-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server']
---
import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx
index 3a97c6fdfdd9f..43b0071abf07c 100644
--- a/api_docs/kbn_core_user_profile_server_internal.mdx
+++ b/api_docs/kbn_core_user_profile_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-internal
title: "@kbn/core-user-profile-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-server-internal plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal']
---
import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx
index ea118537c813b..2764d8ba5fc96 100644
--- a/api_docs/kbn_core_user_profile_server_mocks.mdx
+++ b/api_docs/kbn_core_user_profile_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-mocks
title: "@kbn/core-user-profile-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-profile-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks']
---
import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx
index 1ec5c8dd54ba5..35c2ee31fa934 100644
--- a/api_docs/kbn_core_user_settings_server.mdx
+++ b/api_docs/kbn_core_user_settings_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server
title: "@kbn/core-user-settings-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-settings-server plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server']
---
import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json';
diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx
index b321ba8daa591..a732a9fbedef4 100644
--- a/api_docs/kbn_core_user_settings_server_mocks.mdx
+++ b/api_docs/kbn_core_user_settings_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks
title: "@kbn/core-user-settings-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-settings-server-mocks plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks']
---
import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx
index bce709ba117b5..ef96ea8134557 100644
--- a/api_docs/kbn_crypto.mdx
+++ b/api_docs/kbn_crypto.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto
title: "@kbn/crypto"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/crypto plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto']
---
import kbnCryptoObj from './kbn_crypto.devdocs.json';
diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx
index b6e228af87f60..2c14b8dcfabd2 100644
--- a/api_docs/kbn_crypto_browser.mdx
+++ b/api_docs/kbn_crypto_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser
title: "@kbn/crypto-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/crypto-browser plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser']
---
import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json';
diff --git a/api_docs/kbn_custom_icons.mdx b/api_docs/kbn_custom_icons.mdx
index d409ae21ab537..e224835db716b 100644
--- a/api_docs/kbn_custom_icons.mdx
+++ b/api_docs/kbn_custom_icons.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-icons
title: "@kbn/custom-icons"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/custom-icons plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons']
---
import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json';
diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx
index 946d00cb43531..7e0766f0b7f6d 100644
--- a/api_docs/kbn_custom_integrations.mdx
+++ b/api_docs/kbn_custom_integrations.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-integrations
title: "@kbn/custom-integrations"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/custom-integrations plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations']
---
import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json';
diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx
index c72c8ac82c558..5d73c513b34d8 100644
--- a/api_docs/kbn_cypress_config.mdx
+++ b/api_docs/kbn_cypress_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config
title: "@kbn/cypress-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cypress-config plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config']
---
import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json';
diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx
index 26a5aaa97dd33..9fe39337f0d2e 100644
--- a/api_docs/kbn_data_forge.mdx
+++ b/api_docs/kbn_data_forge.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-forge
title: "@kbn/data-forge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/data-forge plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge']
---
import kbnDataForgeObj from './kbn_data_forge.devdocs.json';
diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx
index 8f21c6fdc2e01..01cb913d8e2f1 100644
--- a/api_docs/kbn_data_service.mdx
+++ b/api_docs/kbn_data_service.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service
title: "@kbn/data-service"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/data-service plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service']
---
import kbnDataServiceObj from './kbn_data_service.devdocs.json';
diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx
index 8839a5fb1f968..820f980a44b5f 100644
--- a/api_docs/kbn_data_stream_adapter.mdx
+++ b/api_docs/kbn_data_stream_adapter.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-stream-adapter
title: "@kbn/data-stream-adapter"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/data-stream-adapter plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter']
---
import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json';
diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx
index a16842faea22f..cfbe27366c0bb 100644
--- a/api_docs/kbn_data_view_utils.mdx
+++ b/api_docs/kbn_data_view_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-utils
title: "@kbn/data-view-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/data-view-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils']
---
import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json';
diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx
index 7ea7761c773a7..ac8083f8a15c0 100644
--- a/api_docs/kbn_datemath.mdx
+++ b/api_docs/kbn_datemath.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath
title: "@kbn/datemath"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/datemath plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath']
---
import kbnDatemathObj from './kbn_datemath.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx
index 5a9da803cce4a..50311c9db5306 100644
--- a/api_docs/kbn_deeplinks_analytics.mdx
+++ b/api_docs/kbn_deeplinks_analytics.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics
title: "@kbn/deeplinks-analytics"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-analytics plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics']
---
import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx
index 909177e7be2d7..337c676120115 100644
--- a/api_docs/kbn_deeplinks_devtools.mdx
+++ b/api_docs/kbn_deeplinks_devtools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools
title: "@kbn/deeplinks-devtools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-devtools plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools']
---
import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_fleet.mdx b/api_docs/kbn_deeplinks_fleet.mdx
index ef7cacefc320e..8b3373aca1ad5 100644
--- a/api_docs/kbn_deeplinks_fleet.mdx
+++ b/api_docs/kbn_deeplinks_fleet.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-fleet
title: "@kbn/deeplinks-fleet"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-fleet plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-fleet']
---
import kbnDeeplinksFleetObj from './kbn_deeplinks_fleet.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx
index 512a10b294f36..3bf7efc8b1594 100644
--- a/api_docs/kbn_deeplinks_management.mdx
+++ b/api_docs/kbn_deeplinks_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management
title: "@kbn/deeplinks-management"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-management plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-management']
---
import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_ml.mdx b/api_docs/kbn_deeplinks_ml.mdx
index c805c155b0405..bcf0ef4b1c7f2 100644
--- a/api_docs/kbn_deeplinks_ml.mdx
+++ b/api_docs/kbn_deeplinks_ml.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml
title: "@kbn/deeplinks-ml"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-ml plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml']
---
import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx
index 43d2716b2f935..fd80b8d4ce088 100644
--- a/api_docs/kbn_deeplinks_observability.mdx
+++ b/api_docs/kbn_deeplinks_observability.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability
title: "@kbn/deeplinks-observability"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-observability plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability']
---
import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx
index deecbda34e39b..41d8058035c8b 100644
--- a/api_docs/kbn_deeplinks_search.mdx
+++ b/api_docs/kbn_deeplinks_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search
title: "@kbn/deeplinks-search"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-search plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search']
---
import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_security.mdx b/api_docs/kbn_deeplinks_security.mdx
index 573ce6b18472d..359cfe71e10f1 100644
--- a/api_docs/kbn_deeplinks_security.mdx
+++ b/api_docs/kbn_deeplinks_security.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-security
title: "@kbn/deeplinks-security"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-security plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-security']
---
import kbnDeeplinksSecurityObj from './kbn_deeplinks_security.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_shared.mdx b/api_docs/kbn_deeplinks_shared.mdx
index b9a6b6c2ba6ab..7e8ef2ed9adc4 100644
--- a/api_docs/kbn_deeplinks_shared.mdx
+++ b/api_docs/kbn_deeplinks_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-shared
title: "@kbn/deeplinks-shared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/deeplinks-shared plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared']
---
import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json';
diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx
index b7115f8b8ccc7..ab5f28a816b76 100644
--- a/api_docs/kbn_default_nav_analytics.mdx
+++ b/api_docs/kbn_default_nav_analytics.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics
title: "@kbn/default-nav-analytics"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/default-nav-analytics plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics']
---
import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json';
diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx
index b8a6479f485fb..ad47e1d6bcf58 100644
--- a/api_docs/kbn_default_nav_devtools.mdx
+++ b/api_docs/kbn_default_nav_devtools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools
title: "@kbn/default-nav-devtools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/default-nav-devtools plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools']
---
import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json';
diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx
index 4da4c2b22aa5b..2a8ea904d3602 100644
--- a/api_docs/kbn_default_nav_management.mdx
+++ b/api_docs/kbn_default_nav_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management
title: "@kbn/default-nav-management"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/default-nav-management plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management']
---
import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json';
diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx
index f37346975bdd4..31165b24f57cf 100644
--- a/api_docs/kbn_default_nav_ml.mdx
+++ b/api_docs/kbn_default_nav_ml.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml
title: "@kbn/default-nav-ml"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/default-nav-ml plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml']
---
import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json';
diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx
index 854fc1232858e..fbcc7bb468bb5 100644
--- a/api_docs/kbn_dev_cli_errors.mdx
+++ b/api_docs/kbn_dev_cli_errors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors
title: "@kbn/dev-cli-errors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-cli-errors plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-errors']
---
import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json';
diff --git a/api_docs/kbn_dev_cli_runner.mdx b/api_docs/kbn_dev_cli_runner.mdx
index d05e784ac4bfd..7edfd59066feb 100644
--- a/api_docs/kbn_dev_cli_runner.mdx
+++ b/api_docs/kbn_dev_cli_runner.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner
title: "@kbn/dev-cli-runner"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-cli-runner plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-runner']
---
import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json';
diff --git a/api_docs/kbn_dev_proc_runner.mdx b/api_docs/kbn_dev_proc_runner.mdx
index 95220ed5d6c74..6cf6c88cad2bb 100644
--- a/api_docs/kbn_dev_proc_runner.mdx
+++ b/api_docs/kbn_dev_proc_runner.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner
title: "@kbn/dev-proc-runner"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-proc-runner plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-proc-runner']
---
import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json';
diff --git a/api_docs/kbn_dev_utils.mdx b/api_docs/kbn_dev_utils.mdx
index 64edb18630234..649e987b58713 100644
--- a/api_docs/kbn_dev_utils.mdx
+++ b/api_docs/kbn_dev_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils
title: "@kbn/dev-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils']
---
import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json';
diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx
index 9b62a6ad3ee82..9f1346266fb64 100644
--- a/api_docs/kbn_discover_utils.mdx
+++ b/api_docs/kbn_discover_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-utils
title: "@kbn/discover-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/discover-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils']
---
import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json';
diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx
index 18af87c253e48..d8243d8286aba 100644
--- a/api_docs/kbn_doc_links.mdx
+++ b/api_docs/kbn_doc_links.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links
title: "@kbn/doc-links"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/doc-links plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links']
---
import kbnDocLinksObj from './kbn_doc_links.devdocs.json';
diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx
index cd12666ef736c..3e62d92cd92bc 100644
--- a/api_docs/kbn_docs_utils.mdx
+++ b/api_docs/kbn_docs_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils
title: "@kbn/docs-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/docs-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils']
---
import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json';
diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx
index 5777ce92f6277..2345eefb548d3 100644
--- a/api_docs/kbn_dom_drag_drop.mdx
+++ b/api_docs/kbn_dom_drag_drop.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop
title: "@kbn/dom-drag-drop"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dom-drag-drop plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop']
---
import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json';
diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx
index 7b213b0ee57ee..dbbaad44b5e51 100644
--- a/api_docs/kbn_ebt_tools.mdx
+++ b/api_docs/kbn_ebt_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools
title: "@kbn/ebt-tools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ebt-tools plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools']
---
import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json';
diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx
index 0668c781cc407..9da40daa5c0bb 100644
--- a/api_docs/kbn_ecs_data_quality_dashboard.mdx
+++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard
title: "@kbn/ecs-data-quality-dashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ecs-data-quality-dashboard plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard']
---
import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json';
diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx
index c9816e081f36a..3ac851678ad60 100644
--- a/api_docs/kbn_elastic_agent_utils.mdx
+++ b/api_docs/kbn_elastic_agent_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-agent-utils
title: "@kbn/elastic-agent-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/elastic-agent-utils plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils']
---
import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json';
diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx
index 29a8921bd078a..4e31c4b484b2d 100644
--- a/api_docs/kbn_elastic_assistant.mdx
+++ b/api_docs/kbn_elastic_assistant.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant
title: "@kbn/elastic-assistant"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/elastic-assistant plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant']
---
import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json';
diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx
index d396d3600c896..874acc40f8edd 100644
--- a/api_docs/kbn_elastic_assistant_common.mdx
+++ b/api_docs/kbn_elastic_assistant_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-common
title: "@kbn/elastic-assistant-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/elastic-assistant-common plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common']
---
import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json';
diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx
index 2aa2057a03a8d..57b45c4fb933c 100644
--- a/api_docs/kbn_entities_schema.mdx
+++ b/api_docs/kbn_entities_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-entities-schema
title: "@kbn/entities-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/entities-schema plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema']
---
import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json';
diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx
index 9d896e9953220..70789ac234832 100644
--- a/api_docs/kbn_es.mdx
+++ b/api_docs/kbn_es.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es
title: "@kbn/es"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es']
---
import kbnEsObj from './kbn_es.devdocs.json';
diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx
index 257f8875026b3..5696356c6033b 100644
--- a/api_docs/kbn_es_archiver.mdx
+++ b/api_docs/kbn_es_archiver.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver
title: "@kbn/es-archiver"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-archiver plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver']
---
import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json';
diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx
index 084690d0241c3..a5d3e4508c5a1 100644
--- a/api_docs/kbn_es_errors.mdx
+++ b/api_docs/kbn_es_errors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors
title: "@kbn/es-errors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-errors plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors']
---
import kbnEsErrorsObj from './kbn_es_errors.devdocs.json';
diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx
index 3c1ae5b12cb97..8a195619692c9 100644
--- a/api_docs/kbn_es_query.mdx
+++ b/api_docs/kbn_es_query.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query
title: "@kbn/es-query"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-query plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query']
---
import kbnEsQueryObj from './kbn_es_query.devdocs.json';
diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx
index c574263f749eb..df6ccae0c8fc1 100644
--- a/api_docs/kbn_es_types.mdx
+++ b/api_docs/kbn_es_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types
title: "@kbn/es-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-types plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-types']
---
import kbnEsTypesObj from './kbn_es_types.devdocs.json';
diff --git a/api_docs/kbn_eslint_plugin_imports.mdx b/api_docs/kbn_eslint_plugin_imports.mdx
index c3f7caca9f1fc..2a1820d7c7ede 100644
--- a/api_docs/kbn_eslint_plugin_imports.mdx
+++ b/api_docs/kbn_eslint_plugin_imports.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports
title: "@kbn/eslint-plugin-imports"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/eslint-plugin-imports plugin
-date: 2024-09-18
+date: 2024-09-19
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports']
---
import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json';
diff --git a/api_docs/kbn_esql_ast.devdocs.json b/api_docs/kbn_esql_ast.devdocs.json
index 365993fe49b14..da5921fc6985c 100644
--- a/api_docs/kbn_esql_ast.devdocs.json
+++ b/api_docs/kbn_esql_ast.devdocs.json
@@ -392,14702 +392,8 @@
"description": [],
"signature": [
"Visitor",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitLiteralExpression: (ctx: ",
- "LiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLLiteral",
- "text": "ESQLLiteral"
- },
- ">) => string; } & { visitTimeIntervalLiteralExpression: (ctx: ",
- "TimeIntervalLiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitLiteralExpression: (ctx: ",
- "LiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLLiteral",
- "text": "ESQLLiteral"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitInlineCastExpression: (ctx: ",
- "InlineCastExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitLiteralExpression: (ctx: ",
- "LiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLLiteral",
- "text": "ESQLLiteral"
- },
- ">) => string; } & { visitTimeIntervalLiteralExpression: (ctx: ",
- "TimeIntervalLiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitLiteralExpression: (ctx: ",
- "LiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLLiteral",
- "text": "ESQLLiteral"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitListLiteralExpression: (ctx: ",
- "ListLiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitColumnExpression: (ctx: ",
- "ColumnExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; } & { visitSourceExpression: (ctx: ",
- "SourceExpressionVisitorContext",
- "<",
- "VisitorMethods",
- " & { visitExpression: (ctx: ",
- "ExpressionVisitorContext",
- "<",
- "VisitorMethods",
- ", ",
- "SharedData",
- ", ",
- {
- "pluginId": "@kbn/esql-ast",
- "scope": "common",
- "docId": "kibKbnEsqlAstPluginApi",
- "section": "def-common.ESQLSingleAstItem",
- "text": "ESQLSingleAstItem"
- },
- ">) => string; }, ",
- "SharedData",
- ">) => string; }, ",
- "SharedData",
- ">) => string; } & { visitLiteralExpression: (ctx: ",
- "LiteralExpressionVisitorContext",
- "<",
- "VisitorMethods",
- "