diff --git a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml
index e641ed08bf34..77ae40971a28 100644
--- a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml
+++ b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml
@@ -56,8 +56,8 @@ steps:
- exit_status: '*'
limit: 1
- - command: .buildkite/scripts/steps/functional/security_serverless.sh
- label: 'Serverless Security Cypress Tests'
+ - command: .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh
+ label: 'Serverless Entity Analytics - Security Solution Cypress Tests'
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents:
queue: n2-4-spot
diff --git a/.buildkite/pipelines/flaky_tests/groups.json b/.buildkite/pipelines/flaky_tests/groups.json
index 992efad798b8..292c5fe33397 100644
--- a/.buildkite/pipelines/flaky_tests/groups.json
+++ b/.buildkite/pipelines/flaky_tests/groups.json
@@ -1,12 +1,12 @@
{
"groups": [
{
- "key": "cypress/security_solution",
- "name": "Security Solution - Cypress"
+ "key": "cypress/security_solution_entity_analytics",
+ "name": "Security Solution Entity Analytics - Cypress"
},
{
- "key": "cypress/security_serverless",
- "name": "[Serverless] Security Solution - Cypress"
+ "key": "cypress/security_serverless_entity_analytics",
+ "name": "[Serverless] Security Solution Entity Analytics - Cypress"
},
{
"key": "cypress/security_solution_investigations",
@@ -32,7 +32,6 @@
"key": "cypress/security_serverless_rule_management",
"name": "[Serverless] Security Solution Rule Management - Cypress"
},
-
{
"key": "cypress/security_solution_rule_management_prebuilt_rules",
"name": "Security Solution Rule Management - Prebuilt Rules - Cypress"
diff --git a/.buildkite/pipelines/on_merge.yml b/.buildkite/pipelines/on_merge.yml
index ed464e2a184f..aa7a96bc8b4a 100644
--- a/.buildkite/pipelines/on_merge.yml
+++ b/.buildkite/pipelines/on_merge.yml
@@ -79,8 +79,8 @@ steps:
- exit_status: '*'
limit: 1
- - command: .buildkite/scripts/steps/functional/security_serverless.sh
- label: 'Serverless Security Cypress Tests'
+ - command: .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh
+ label: 'Serverless Entity Analytics - Security Cypress Tests'
agents:
queue: n2-4-spot
depends_on: build
@@ -235,13 +235,13 @@ steps:
- exit_status: '*'
limit: 1
- - command: .buildkite/scripts/steps/functional/security_solution.sh
- label: 'Security Solution Cypress Tests'
+ - command: .buildkite/scripts/steps/functional/security_solution_entity_analytics.sh
+ label: 'Entity Analytics - Security Solution Cypress Tests'
agents:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
- parallelism: 8
+ parallelism: 2
retry:
automatic:
- exit_status: '*'
diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml
index 0040767d5b3d..223acd922004 100644
--- a/.buildkite/pipelines/pull_request/base.yml
+++ b/.buildkite/pipelines/pull_request/base.yml
@@ -57,8 +57,8 @@ steps:
- exit_status: '*'
limit: 1
- - command: .buildkite/scripts/steps/functional/security_serverless.sh
- label: 'Serverless Security Cypress Tests'
+ - command: .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh
+ label: 'Serverless Entity Analytics - Security Cypress Tests'
agents:
queue: n2-4-spot
depends_on: build
@@ -153,13 +153,13 @@ steps:
- exit_status: '*'
limit: 1
- - command: .buildkite/scripts/steps/functional/security_solution.sh
- label: 'Security Solution Cypress Tests'
+ - command: .buildkite/scripts/steps/functional/security_solution_entity_analytics.sh
+ label: 'Entity Analytics - Security Solution Cypress Tests'
agents:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
- parallelism: 8
+ parallelism: 2
retry:
automatic:
- exit_status: '*'
diff --git a/.buildkite/pipelines/quality-gates/pipeline.kibana-tests.yaml b/.buildkite/pipelines/quality-gates/pipeline.kibana-tests.yaml
index 467df501bc9c..121785327591 100644
--- a/.buildkite/pipelines/quality-gates/pipeline.kibana-tests.yaml
+++ b/.buildkite/pipelines/quality-gates/pipeline.kibana-tests.yaml
@@ -10,6 +10,11 @@
#
# Docs: https://docs.elastic.dev/serverless/qualitygates
+agents:
+ cpu: 2
+ ephemeralStorage: "20G"
+ memory: "8G"
+
env:
TEAM_CHANNEL: "#kibana-mission-control"
ENVIRONMENT: ${ENVIRONMENT?}
diff --git a/.buildkite/pipelines/security_solution/security_solution_cypress.yml b/.buildkite/pipelines/security_solution/security_solution_cypress.yml
index 3fdd8c16a9b7..58e505927b95 100644
--- a/.buildkite/pipelines/security_solution/security_solution_cypress.yml
+++ b/.buildkite/pipelines/security_solution/security_solution_cypress.yml
@@ -93,4 +93,16 @@ steps:
retry:
automatic:
- exit_status: '*'
- limit: 1
\ No newline at end of file
+ limit: 1
+
+ - command: .buildkite/scripts/pipelines/security_solution_quality_gate/security_solution_cypress/mki_security_solution_cypress.sh cypress:run:qa:serverless:entity_analytics
+ label: 'Serverless MKI QA Entity Analytics - Security Solution Cypress Tests'
+ agents:
+ queue: n2-4-spot
+ # TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
+ timeout_in_minutes: 300
+ parallelism: 2
+ retry:
+ automatic:
+ - exit_status: '*'
+ limit: 1
\ No newline at end of file
diff --git a/.buildkite/scripts/steps/functional/security_serverless.sh b/.buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh
similarity index 67%
rename from .buildkite/scripts/steps/functional/security_serverless.sh
rename to .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh
index 9903f44da037..0c3822e149d5 100644
--- a/.buildkite/scripts/steps/functional/security_serverless.sh
+++ b/.buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh
@@ -8,9 +8,9 @@ source .buildkite/scripts/steps/functional/common_cypress.sh
export JOB=kibana-serverless-security-cypress
export KIBANA_INSTALL_DIR=${KIBANA_BUILD_LOCATION}
-echo "--- Security Serverless Cypress Tests"
+echo "--- Entity Analytics Cypress Tests on Serverless"
cd x-pack/test/security_solution_cypress
set +e
-yarn cypress:run:serverless; status=$?; yarn junit:merge || :; exit $status
+yarn cypress:entity_analytics:run:serverless; status=$?; yarn junit:merge || :; exit $status
diff --git a/.buildkite/scripts/steps/functional/security_solution.sh b/.buildkite/scripts/steps/functional/security_solution_entity_analytics.sh
similarity index 66%
rename from .buildkite/scripts/steps/functional/security_solution.sh
rename to .buildkite/scripts/steps/functional/security_solution_entity_analytics.sh
index fdba86f4dee4..09f44d4c6b7a 100755
--- a/.buildkite/scripts/steps/functional/security_solution.sh
+++ b/.buildkite/scripts/steps/functional/security_solution_entity_analytics.sh
@@ -8,9 +8,9 @@ source .buildkite/scripts/steps/functional/common_cypress.sh
export JOB=kibana-security-solution-chrome
export KIBANA_INSTALL_DIR=${KIBANA_BUILD_LOCATION}
-echo "--- Security Solution Cypress tests (Chrome)"
+echo "--- Entity Analytics - Security Solution Cypress Tests"
cd x-pack/test/security_solution_cypress
set +e
-yarn cypress:run:ess; status=$?; yarn junit:merge || :; exit $status
+yarn cypress:entity_analytics:run:ess; status=$?; yarn junit:merge || :; exit $status
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1f3d16083ec4..86d597b88c20 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1472,7 +1472,7 @@ x-pack/plugins/security_solution/public/threat_intelligence @elastic/protections
x-pack/test/threat_intelligence_cypress @elastic/protections-experience
## Security Solution sub teams - Entity Analytics
-x-pack/plugins/security_solution/common/risk_engine @elastic/security-entity-analytics @elastic/security-entity-analytics
+x-pack/plugins/security_solution/common/entity_analytics @elastic/security-entity-analytics
x-pack/plugins/security_solution/common/search_strategy/security_solution/risk_score @elastic/security-entity-analytics
x-pack/plugins/security_solution/public/entity_analytics @elastic/security-entity-analytics
x-pack/plugins/security_solution/public/explore/components/risk_score @elastic/security-entity-analytics
@@ -1481,6 +1481,7 @@ x-pack/plugins/security_solution/public/overview/components/entity_analytics
x-pack/plugins/security_solution/server/lib/entity_analytics @elastic/security-entity-analytics
x-pack/plugins/security_solution/server/lib/risk_score @elastic/security-entity-analytics
x-pack/test/security_solution_api_integration/test_suites/entity_analytics @elastic/security-entity-analytics
+x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics @elastic/security-entity-analytics
x-pack/plugins/security_solution/public/flyout/entity_details @elastic/security-entity-analytics
x-pack/plugins/security_solution/common/api/entity_analytics @elastic/security-entity-analytics
/x-pack/plugins/security_solution/public/entity_analytics @elastic/security-entity-analytics
diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx
index 28a6c1ba7951..0e55af13ae05 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: 2023-12-10
+date: 2023-12-12
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 1f1a7a4eb1d2..ccc49e7614e8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
diff --git a/api_docs/ai_assistant_management_observability.mdx b/api_docs/ai_assistant_management_observability.mdx
index 0cd5df39fb6f..7d0f7d4627a2 100644
--- a/api_docs/ai_assistant_management_observability.mdx
+++ b/api_docs/ai_assistant_management_observability.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementObservability
title: "aiAssistantManagementObservability"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiAssistantManagementObservability plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementObservability']
---
import aiAssistantManagementObservabilityObj from './ai_assistant_management_observability.devdocs.json';
diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx
index 098d9748f6b3..2336a371fe8a 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: 2023-12-10
+date: 2023-12-12
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 efcb4d5bd196..c393fad5df66 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json
index 106f1e26f709..b18468b7545f 100644
--- a/api_docs/alerting.devdocs.json
+++ b/api_docs/alerting.devdocs.json
@@ -3489,6 +3489,10 @@
"plugin": "observability",
"path": "x-pack/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts"
},
+ {
+ "plugin": "observability",
+ "path": "x-pack/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts"
+ },
{
"plugin": "observability",
"path": "x-pack/plugins/observability/server/lib/rules/slo_burn_rate/executor.ts"
diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx
index cb51830af3e9..3843d60dae5a 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: 2023-12-10
+date: 2023-12-12
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 a6f00359b890..3d35e4f55c5b 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: 2023-12-10
+date: 2023-12-12
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 6f96248e7689..6d8e7bcd38c1 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
---
import apmDataAccessObj from './apm_data_access.devdocs.json';
diff --git a/api_docs/asset_manager.mdx b/api_docs/asset_manager.mdx
index 1a38782ad8ea..f48389fde277 100644
--- a/api_docs/asset_manager.mdx
+++ b/api_docs/asset_manager.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager
title: "assetManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the assetManager plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetManager']
---
import assetManagerObj from './asset_manager.devdocs.json';
diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx
index 6d79bb70bb9a..3251ac065dc5 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: 2023-12-10
+date: 2023-12-12
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 141bc2a3aa53..56fa553d4818 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: 2023-12-10
+date: 2023-12-12
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 ba71b5ff1a59..fe16ef4ee210 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: 2023-12-10
+date: 2023-12-12
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 f62009d9d1d1..55eeb1fe1123 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
---
import casesObj from './cases.devdocs.json';
diff --git a/api_docs/charts.devdocs.json b/api_docs/charts.devdocs.json
index 613f12198c69..08ffd55cf4e6 100644
--- a/api_docs/charts.devdocs.json
+++ b/api_docs/charts.devdocs.json
@@ -3575,14 +3575,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/charts/common/expressions/palette/types.ts",
diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx
index 98d465ff3fd5..7b76b154fef3 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: 2023-12-10
+date: 2023-12-12
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 ea9198ae1945..9d38665c852f 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: 2023-12-10
+date: 2023-12-12
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 0fc771d4a300..4c3de01c6261 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: 2023-12-10
+date: 2023-12-12
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 e0b428b61c8d..06d187931aa8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
---
import cloudDefendObj from './cloud_defend.devdocs.json';
diff --git a/api_docs/cloud_experiments.mdx b/api_docs/cloud_experiments.mdx
index dedc8ec9ea5e..e57392b6305c 100644
--- a/api_docs/cloud_experiments.mdx
+++ b/api_docs/cloud_experiments.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments
title: "cloudExperiments"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudExperiments plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments']
---
import cloudExperimentsObj from './cloud_experiments.devdocs.json';
diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx
index 4b15c0d8fb19..15df1889fd1d 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: 2023-12-10
+date: 2023-12-12
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 db5499a3e185..00950ad1fe23 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: 2023-12-10
+date: 2023-12-12
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 88b28c999528..df2412db9acb 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: 2023-12-10
+date: 2023-12-12
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 06b14dcf26bf..1a98bdcb6a15 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: 2023-12-10
+date: 2023-12-12
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 b863db2c6504..3411924fe3f7 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: 2023-12-10
+date: 2023-12-12
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 a841ad65a2c3..b8ef5e53bdbb 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: 2023-12-10
+date: 2023-12-12
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 cc40c3b67f68..5a6a9cfe1168 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
---
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json
index 0e999dd6572d..a1bb897ebee3 100644
--- a/api_docs/data.devdocs.json
+++ b/api_docs/data.devdocs.json
@@ -5214,14 +5214,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5267,14 +5259,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5320,14 +5304,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5373,14 +5349,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5426,14 +5394,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5479,14 +5439,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5532,14 +5484,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5585,14 +5529,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5638,14 +5574,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5691,14 +5619,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5744,14 +5664,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5797,14 +5709,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5850,14 +5754,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5903,14 +5799,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -5956,14 +5844,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6009,14 +5889,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6062,14 +5934,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6115,14 +5979,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6168,14 +6024,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6221,14 +6069,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6274,14 +6114,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6327,14 +6159,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6380,14 +6204,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6433,14 +6249,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6486,14 +6294,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6539,14 +6339,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6592,14 +6384,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6645,14 +6429,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6698,14 +6474,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6751,14 +6519,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6804,14 +6564,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6857,14 +6609,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6910,14 +6654,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -6963,14 +6699,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -7016,14 +6744,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -7069,14 +6789,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -7122,14 +6834,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -7175,14 +6879,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -7228,14 +6924,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -7281,14 +6969,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -9799,14 +9479,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts",
@@ -9853,53 +9525,6 @@
"trackAdoption": false,
"initialIsOpen": false
},
- {
- "parentPluginId": "data",
- "id": "def-public.ExecutionContextSearch",
- "type": "Type",
- "tags": [],
- "label": "ExecutionContextSearch",
- "description": [],
- "signature": [
- "{ filters?: ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Filter",
- "text": "Filter"
- },
- "[] | undefined; query?: ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Query",
- "text": "Query"
- },
- " | ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Query",
- "text": "Query"
- },
- "[] | undefined; timeRange?: ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataQueryPluginApi",
- "section": "def-common.TimeRange",
- "text": "TimeRange"
- },
- " | undefined; disableWarningToasts?: boolean | undefined; }"
- ],
- "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
{
"parentPluginId": "data",
"id": "def-public.ExpressionFunctionKibana",
@@ -9947,14 +9572,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataSearchPluginApi",
- "section": "def-common.ExecutionContextSearch",
- "text": "ExecutionContextSearch"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kibana.ts",
@@ -10009,14 +9626,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataSearchPluginApi",
- "section": "def-common.ExecutionContextSearch",
- "text": "ExecutionContextSearch"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kibana_context.ts",
@@ -10063,14 +9672,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kql.ts",
@@ -10117,14 +9718,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/lucene.ts",
@@ -10142,9 +9735,9 @@
"signature": [
"{ type: \"kibana_context\"; } & ",
{
- "pluginId": "data",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibDataSearchPluginApi",
+ "docId": "kibKbnEsQueryPluginApi",
"section": "def-common.ExecutionContextSearch",
"text": "ExecutionContextSearch"
}
@@ -10332,14 +9925,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
@@ -10705,9 +10290,9 @@
"signature": [
"{ type: \"kibana_context\"; } & ",
{
- "pluginId": "data",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibDataSearchPluginApi",
+ "docId": "kibKbnEsQueryPluginApi",
"section": "def-common.ExecutionContextSearch",
"text": "ExecutionContextSearch"
}
@@ -25479,14 +25064,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
diff --git a/api_docs/data.mdx b/api_docs/data.mdx
index 32a57592f9c1..a52bae56c01f 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
---
import dataObj from './data.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 3190 | 31 | 2539 | 22 |
+| 3188 | 31 | 2537 | 22 |
## Client
diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx
index 5db062e4ba4f..a4be15aa2015 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 3190 | 31 | 2539 | 22 |
+| 3188 | 31 | 2537 | 22 |
## Client
diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json
index 788e55e908cb..632c5c0c65c9 100644
--- a/api_docs/data_search.devdocs.json
+++ b/api_docs/data_search.devdocs.json
@@ -12879,14 +12879,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">) => any"
],
"path": "src/plugins/data/common/search/expressions/utils/function_wrapper.ts",
@@ -17274,14 +17266,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17327,14 +17311,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17380,14 +17356,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17433,14 +17401,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17486,14 +17446,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17539,14 +17491,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17592,14 +17536,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17645,14 +17581,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17698,14 +17626,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17751,14 +17671,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17804,14 +17716,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17857,14 +17761,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17910,14 +17806,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -17963,14 +17851,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18016,14 +17896,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18069,14 +17941,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18122,14 +17986,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18175,14 +18031,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18228,14 +18076,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18281,14 +18121,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18334,14 +18166,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18387,14 +18211,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18440,14 +18256,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18493,14 +18301,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18546,14 +18346,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18599,14 +18391,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18652,14 +18436,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18705,14 +18481,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18758,14 +18526,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18811,14 +18571,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18864,14 +18616,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18917,14 +18661,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -18970,14 +18706,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19023,14 +18751,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19076,14 +18796,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19129,14 +18841,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19182,14 +18886,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19235,14 +18931,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19288,14 +18976,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -19341,14 +19021,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/aggs/types.ts",
@@ -31811,18 +31483,10 @@
"<",
{
"pluginId": "inspector",
- "scope": "common",
- "docId": "kibInspectorPluginApi",
- "section": "def-common.Adapters",
- "text": "Adapters"
- },
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
+ "scope": "common",
+ "docId": "kibInspectorPluginApi",
+ "section": "def-common.Adapters",
+ "text": "Adapters"
},
">>"
],
@@ -31952,14 +31616,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts",
@@ -31998,14 +31654,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/esdsl.ts",
@@ -32105,53 +31753,6 @@
"trackAdoption": false,
"initialIsOpen": false
},
- {
- "parentPluginId": "data",
- "id": "def-common.ExecutionContextSearch",
- "type": "Type",
- "tags": [],
- "label": "ExecutionContextSearch",
- "description": [],
- "signature": [
- "{ filters?: ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Filter",
- "text": "Filter"
- },
- "[] | undefined; query?: ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Query",
- "text": "Query"
- },
- " | ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Query",
- "text": "Query"
- },
- "[] | undefined; timeRange?: ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataQueryPluginApi",
- "section": "def-common.TimeRange",
- "text": "TimeRange"
- },
- " | undefined; disableWarningToasts?: boolean | undefined; }"
- ],
- "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- },
{
"parentPluginId": "data",
"id": "def-common.ExpressionFunctionCidr",
@@ -32199,14 +31800,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/cidr.ts",
@@ -32261,14 +31854,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/date_range.ts",
@@ -32315,14 +31900,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/exists_filter.ts",
@@ -32377,14 +31954,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/extended_bounds.ts",
@@ -32431,14 +32000,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/field.ts",
@@ -32485,14 +32046,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts",
@@ -32539,14 +32092,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/geo_point.ts",
@@ -32601,14 +32146,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/ip_range.ts",
@@ -32663,14 +32200,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataSearchPluginApi",
- "section": "def-common.ExecutionContextSearch",
- "text": "ExecutionContextSearch"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kibana.ts",
@@ -32725,14 +32254,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataSearchPluginApi",
- "section": "def-common.ExecutionContextSearch",
- "text": "ExecutionContextSearch"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kibana_context.ts",
@@ -32779,14 +32300,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kibana_filter.ts",
@@ -32841,14 +32354,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/timerange.ts",
@@ -32895,14 +32400,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/kql.ts",
@@ -32949,14 +32446,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/lucene.ts",
@@ -33011,14 +32500,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/numerical_range.ts",
@@ -33065,14 +32546,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/phrase_filter.ts",
@@ -33119,14 +32592,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/query_filter.ts",
@@ -33173,14 +32638,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/range.ts",
@@ -33227,14 +32684,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/range_filter.ts",
@@ -33289,14 +32738,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/remove_filter.ts",
@@ -33351,14 +32792,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data/common/search/expressions/select_filter.ts",
@@ -33376,9 +32809,9 @@
"signature": [
"{ type: \"kibana_context\"; } & ",
{
- "pluginId": "data",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibDataSearchPluginApi",
+ "docId": "kibKbnEsQueryPluginApi",
"section": "def-common.ExecutionContextSearch",
"text": "ExecutionContextSearch"
}
@@ -34374,9 +33807,9 @@
"signature": [
"{ type: \"kibana_context\"; } & ",
{
- "pluginId": "data",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibDataSearchPluginApi",
+ "docId": "kibKbnEsQueryPluginApi",
"section": "def-common.ExecutionContextSearch",
"text": "ExecutionContextSearch"
}
@@ -37429,14 +36862,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataSearchPluginApi",
- "section": "def-common.ExecutionContextSearch",
- "text": "ExecutionContextSearch"
- },
">) => ",
{
"pluginId": "data",
@@ -37510,14 +36935,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "data",
- "scope": "common",
- "docId": "kibDataSearchPluginApi",
- "section": "def-common.ExecutionContextSearch",
- "text": "ExecutionContextSearch"
- },
">"
],
"path": "src/plugins/data/common/search/expressions/kibana.ts",
@@ -40439,9 +39856,9 @@
},
"[] | undefined; timeRange?: ",
{
- "pluginId": "data",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibDataQueryPluginApi",
+ "docId": "kibKbnEsQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
@@ -40782,9 +40199,9 @@
},
"[] | undefined; timeRange?: ",
{
- "pluginId": "data",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibDataQueryPluginApi",
+ "docId": "kibKbnEsQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx
index 73f3a48c5a6b..2ba1f5e9b77c 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
---
import dataSearchObj from './data_search.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 3190 | 31 | 2539 | 22 |
+| 3188 | 31 | 2537 | 22 |
## Client
diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx
index 92c5726da7ef..65973b007863 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: 2023-12-10
+date: 2023-12-12
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 9783a723434a..aeb31d7bf11a 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: 2023-12-10
+date: 2023-12-12
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 f12d980e5e96..b2e1d21935e8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
---
import dataViewManagementObj from './data_view_management.devdocs.json';
diff --git a/api_docs/data_views.devdocs.json b/api_docs/data_views.devdocs.json
index 1f7e5f674a00..d3ccdff22491 100644
--- a/api_docs/data_views.devdocs.json
+++ b/api_docs/data_views.devdocs.json
@@ -20722,14 +20722,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/data_views/common/expressions/load_index_pattern.ts",
diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx
index 9f0daa085c9b..8206ab38fa58 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: 2023-12-10
+date: 2023-12-12
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 a8f12d2692ea..8d0eba8c72ba 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';
diff --git a/api_docs/dataset_quality.devdocs.json b/api_docs/dataset_quality.devdocs.json
index a31a46b97abb..5aa8c615ce8b 100644
--- a/api_docs/dataset_quality.devdocs.json
+++ b/api_docs/dataset_quality.devdocs.json
@@ -100,7 +100,7 @@
"label": "APIClientRequestParamsOf",
"description": [],
"signature": [
- "{ \"GET /internal/dataset_quality/data_streams/malformed_docs\": { endpoint: \"GET /internal/dataset_quality/data_streams/malformed_docs\"; params?: ",
+ "{ \"GET /internal/dataset_quality/data_streams/degraded_docs\": { endpoint: \"GET /internal/dataset_quality/data_streams/degraded_docs\"; params?: ",
"TypeC",
"<{ query: ",
"IntersectionC",
@@ -130,7 +130,7 @@
"StringC",
"; }>]>; }> | undefined; handler: ({}: ",
"DatasetQualityRouteHandlerResources",
- " & { params: { query: { start: number; end: number; } & { type?: \"metrics\" | \"synthetics\" | \"profiling\" | \"traces\" | \"logs\" | undefined; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ malformedDocs: { dataset: string; percentage: number; }[]; }>; } & ",
+ " & { params: { query: { start: number; end: number; } & { type?: \"metrics\" | \"synthetics\" | \"profiling\" | \"traces\" | \"logs\" | undefined; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ degradedDocs: { dataset: string; percentage: number; }[]; }>; } & ",
"DatasetQualityRouteCreateOptions",
"; \"GET /internal/dataset_quality/data_streams/stats\": { endpoint: \"GET /internal/dataset_quality/data_streams/stats\"; params?: ",
"TypeC",
@@ -187,7 +187,7 @@
"label": "APIReturnType",
"description": [],
"signature": [
- "{ \"GET /internal/dataset_quality/data_streams/malformed_docs\": { endpoint: \"GET /internal/dataset_quality/data_streams/malformed_docs\"; params?: ",
+ "{ \"GET /internal/dataset_quality/data_streams/degraded_docs\": { endpoint: \"GET /internal/dataset_quality/data_streams/degraded_docs\"; params?: ",
"TypeC",
"<{ query: ",
"IntersectionC",
@@ -217,7 +217,7 @@
"StringC",
"; }>]>; }> | undefined; handler: ({}: ",
"DatasetQualityRouteHandlerResources",
- " & { params: { query: { start: number; end: number; } & { type?: \"metrics\" | \"synthetics\" | \"profiling\" | \"traces\" | \"logs\" | undefined; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ malformedDocs: { dataset: string; percentage: number; }[]; }>; } & ",
+ " & { params: { query: { start: number; end: number; } & { type?: \"metrics\" | \"synthetics\" | \"profiling\" | \"traces\" | \"logs\" | undefined; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ degradedDocs: { dataset: string; percentage: number; }[]; }>; } & ",
"DatasetQualityRouteCreateOptions",
"; \"GET /internal/dataset_quality/data_streams/stats\": { endpoint: \"GET /internal/dataset_quality/data_streams/stats\"; params?: ",
"TypeC",
diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx
index a2b42e79f16e..7bb79b57d38c 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: 2023-12-10
+date: 2023-12-12
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 8b2c159a4b5d..725967e8463a 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index 7523119b49f6..895006b1e19f 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -1134,7 +1134,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
-| | [custom_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts#:~:text=alertFactory), [executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/slo_burn_rate/executor.ts#:~:text=alertFactory), [executor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/slo_burn_rate/executor.test.ts#:~:text=alertFactory) | - |
+| | [custom_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts#:~:text=alertFactory), [custom_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts#:~:text=alertFactory), [executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/slo_burn_rate/executor.ts#:~:text=alertFactory), [executor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/server/lib/rules/slo_burn_rate/executor.test.ts#:~:text=alertFactory) | - |
| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| | [render_cell_value.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/components/alerts_table/slo/render_cell_value.tsx#:~:text=DeprecatedCellValueElementProps), [render_cell_value.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/components/alerts_table/slo/render_cell_value.tsx#:~:text=DeprecatedCellValueElementProps) | - |
diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx
index 06bfdf281078..d1782f2e74ad 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx
index d4ff5dd107f4..15db951498e4 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
---
import devToolsObj from './dev_tools.devdocs.json';
diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json
index 9df15292c2bc..e1cc13f2bb13 100644
--- a/api_docs/discover.devdocs.json
+++ b/api_docs/discover.devdocs.json
@@ -1526,7 +1526,15 @@
"section": "def-public.CustomizationCallback",
"text": "CustomizationCallback"
},
- "[]; }"
+ "[]; stateStorageContainer?: ",
+ {
+ "pluginId": "kibanaUtils",
+ "scope": "public",
+ "docId": "kibKibanaUtilsPluginApi",
+ "section": "def-public.IKbnUrlStateStorage",
+ "text": "IKbnUrlStateStorage"
+ },
+ " | undefined; }"
],
"path": "src/plugins/discover/public/components/discover_container/index.ts",
"deprecated": false,
diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx
index 6eff1d02273d..e6aa4ddb0745 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: 2023-12-10
+date: 2023-12-12
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 b14d23e032ba..e1583c8297df 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
---
import discoverEnhancedObj from './discover_enhanced.devdocs.json';
diff --git a/api_docs/ecs_data_quality_dashboard.mdx b/api_docs/ecs_data_quality_dashboard.mdx
index b225972a5e7e..c9b7e96ef7de 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
---
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx
index bd284aeb5910..20b3c1d11c5a 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
---
import elasticAssistantObj from './elastic_assistant.devdocs.json';
diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx
index 0a0ebc7e80ab..e47cbdd483c8 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: 2023-12-10
+date: 2023-12-12
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 49feef75385e..c3310258888d 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: 2023-12-10
+date: 2023-12-12
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 d2596b120b55..e10522224473 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: 2023-12-10
+date: 2023-12-12
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 7201daa4fc43..cda16a38aecd 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
---
import enterpriseSearchObj from './enterprise_search.devdocs.json';
diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx
index f45a56d89a64..dafda6cb910c 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
---
import esUiSharedObj from './es_ui_shared.devdocs.json';
diff --git a/api_docs/event_annotation.devdocs.json b/api_docs/event_annotation.devdocs.json
index c4f90f98b9a1..1f5334176836 100644
--- a/api_docs/event_annotation.devdocs.json
+++ b/api_docs/event_annotation.devdocs.json
@@ -804,14 +804,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/event_annotation/common/event_annotation_group/index.ts",
diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx
index 9826e9191deb..a28dd01697ec 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: 2023-12-10
+date: 2023-12-12
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 44870d81502b..87d44eeb75bb 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: 2023-12-10
+date: 2023-12-12
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 73bd6566c1b7..6da2224f16b0 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: 2023-12-10
+date: 2023-12-12
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 bd047b3ecff6..5f4bfacac287 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: 2023-12-10
+date: 2023-12-12
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 027a29728fca..9d768382a753 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
---
import expressionErrorObj from './expression_error.devdocs.json';
diff --git a/api_docs/expression_gauge.devdocs.json b/api_docs/expression_gauge.devdocs.json
index 4ffb246b8859..77364b73eed1 100644
--- a/api_docs/expression_gauge.devdocs.json
+++ b/api_docs/expression_gauge.devdocs.json
@@ -1132,14 +1132,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_functions.ts",
diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx
index 5b892f8a7dd0..22e781abe795 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
---
import expressionGaugeObj from './expression_gauge.devdocs.json';
diff --git a/api_docs/expression_heatmap.devdocs.json b/api_docs/expression_heatmap.devdocs.json
index d131c0eec50a..d11837f817cc 100644
--- a/api_docs/expression_heatmap.devdocs.json
+++ b/api_docs/expression_heatmap.devdocs.json
@@ -687,14 +687,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
@@ -759,14 +751,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
@@ -831,14 +815,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_functions.ts",
diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx
index cf28a000c530..4c7255040887 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
diff --git a/api_docs/expression_image.devdocs.json b/api_docs/expression_image.devdocs.json
index 9d01073c26d1..e51a1a08b9d4 100644
--- a/api_docs/expression_image.devdocs.json
+++ b/api_docs/expression_image.devdocs.json
@@ -406,14 +406,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx
index ab90872fd832..6b50d51965fd 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';
diff --git a/api_docs/expression_legacy_metric_vis.devdocs.json b/api_docs/expression_legacy_metric_vis.devdocs.json
index e75f85673b79..59c68ce444a5 100644
--- a/api_docs/expression_legacy_metric_vis.devdocs.json
+++ b/api_docs/expression_legacy_metric_vis.devdocs.json
@@ -872,14 +872,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_legacy_metric/common/types/expression_functions.ts",
diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx
index bf62e842f1ac..7715127de805 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
---
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
diff --git a/api_docs/expression_metric.devdocs.json b/api_docs/expression_metric.devdocs.json
index 5c1c8610709f..674dd738fe29 100644
--- a/api_docs/expression_metric.devdocs.json
+++ b/api_docs/expression_metric.devdocs.json
@@ -529,14 +529,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx
index e26d98467316..7e9c5a410854 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
---
import expressionMetricObj from './expression_metric.devdocs.json';
diff --git a/api_docs/expression_metric_vis.devdocs.json b/api_docs/expression_metric_vis.devdocs.json
index 02dbf6469ed4..f8dd939d5f38 100644
--- a/api_docs/expression_metric_vis.devdocs.json
+++ b/api_docs/expression_metric_vis.devdocs.json
@@ -1135,14 +1135,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
@@ -1223,14 +1215,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_metric/common/types/expression_functions.ts",
diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx
index 60d9313368b8..ca7e829c0b7b 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
---
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
diff --git a/api_docs/expression_partition_vis.devdocs.json b/api_docs/expression_partition_vis.devdocs.json
index 908097245f11..7079babb4610 100644
--- a/api_docs/expression_partition_vis.devdocs.json
+++ b/api_docs/expression_partition_vis.devdocs.json
@@ -140,14 +140,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/expression_functions/partition_labels_function.ts",
@@ -1196,14 +1188,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
@@ -1290,14 +1274,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
@@ -1377,14 +1353,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
@@ -1494,14 +1462,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
@@ -1581,14 +1541,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_functions.ts",
diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx
index e540b33a35d6..c3f0b22bb618 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
---
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
diff --git a/api_docs/expression_repeat_image.devdocs.json b/api_docs/expression_repeat_image.devdocs.json
index dcd0d54c1296..4cab6fe3a082 100644
--- a/api_docs/expression_repeat_image.devdocs.json
+++ b/api_docs/expression_repeat_image.devdocs.json
@@ -453,14 +453,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",
diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx
index 042c1f8b2fce..2f8c1e48a714 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: 2023-12-10
+date: 2023-12-12
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 77f96313498b..62787996c267 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
---
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
diff --git a/api_docs/expression_shape.devdocs.json b/api_docs/expression_shape.devdocs.json
index 3c6d97d7ce0f..63d5a0c2ce2f 100644
--- a/api_docs/expression_shape.devdocs.json
+++ b/api_docs/expression_shape.devdocs.json
@@ -1517,14 +1517,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
@@ -1574,14 +1566,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
@@ -2521,14 +2505,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
@@ -2578,14 +2554,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expression_shape/common/types/expression_functions.ts",
diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx
index 18f1a1a07dd9..a804579b7483 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
---
import expressionShapeObj from './expression_shape.devdocs.json';
diff --git a/api_docs/expression_tagcloud.devdocs.json b/api_docs/expression_tagcloud.devdocs.json
index 0c7cd3c40423..8c6b4a77e81c 100644
--- a/api_docs/expression_tagcloud.devdocs.json
+++ b/api_docs/expression_tagcloud.devdocs.json
@@ -104,14 +104,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/types/expression_functions.ts",
diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx
index 7720e10a9071..836c9081c1b3 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
---
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
diff --git a/api_docs/expression_x_y.devdocs.json b/api_docs/expression_x_y.devdocs.json
index ef1d580422e2..da16d0b24133 100644
--- a/api_docs/expression_x_y.devdocs.json
+++ b/api_docs/expression_x_y.devdocs.json
@@ -2522,14 +2522,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -2688,14 +2680,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -2766,14 +2750,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -2863,14 +2839,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -2972,14 +2940,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -3049,14 +3009,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -3178,14 +3130,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -3331,14 +3275,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -3423,14 +3359,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
@@ -3599,14 +3527,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/chart_expressions/expression_xy/common/types/expression_functions.ts",
diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx
index 0adba1a9797f..926b2937aa75 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
---
import expressionXYObj from './expression_x_y.devdocs.json';
diff --git a/api_docs/expressions.devdocs.json b/api_docs/expressions.devdocs.json
index 147e417c0ce6..d3440d35400c 100644
--- a/api_docs/expressions.devdocs.json
+++ b/api_docs/expressions.devdocs.json
@@ -127,15 +127,7 @@
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
- ""
+ ""
],
"path": "src/plugins/expressions/common/execution/execution.ts",
"deprecated": false,
@@ -7068,7 +7060,7 @@
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
- ""
+ ""
],
"path": "src/plugins/expressions/common/execution/types.ts",
"deprecated": false,
@@ -7084,7 +7076,14 @@
"\nGet search context of the expression."
],
"signature": [
- "() => ExecutionContextSearch"
+ "() => ",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.ExecutionContextSearch",
+ "text": "ExecutionContextSearch"
+ }
],
"path": "src/plugins/expressions/common/execution/types.ts",
"deprecated": false,
@@ -8608,14 +8607,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -8669,14 +8660,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -8714,14 +8697,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -8759,14 +8734,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -8804,14 +8771,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -8873,14 +8832,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -8942,14 +8893,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -9011,14 +8954,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -9080,14 +9015,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -10655,11 +10582,11 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/utility-types",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.ExecutionContextSearch",
+ "text": "ExecutionContextSearch"
},
" | undefined"
],
@@ -11861,14 +11788,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -13647,15 +13566,7 @@
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
- ""
+ ""
],
"path": "src/plugins/expressions/common/execution/execution.ts",
"deprecated": false,
@@ -18475,7 +18386,7 @@
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
- ""
+ ""
],
"path": "src/plugins/expressions/common/execution/types.ts",
"deprecated": false,
@@ -18491,7 +18402,14 @@
"\nGet search context of the expression."
],
"signature": [
- "() => ExecutionContextSearch"
+ "() => ",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.ExecutionContextSearch",
+ "text": "ExecutionContextSearch"
+ }
],
"path": "src/plugins/expressions/common/execution/types.ts",
"deprecated": false,
@@ -19984,14 +19902,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20045,14 +19955,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20090,14 +19992,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20135,14 +20029,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20180,14 +20066,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20249,14 +20127,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20318,14 +20188,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20387,14 +20249,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -20456,14 +20310,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -21769,14 +21615,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -22814,15 +22652,7 @@
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
- ""
+ ""
],
"path": "src/plugins/expressions/common/execution/execution.ts",
"deprecated": false,
@@ -28967,14 +28797,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">"
],
"path": "src/plugins/expressions/common/util/test_utils.ts",
@@ -30542,7 +30364,7 @@
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
- ""
+ ""
],
"path": "src/plugins/expressions/common/execution/types.ts",
"deprecated": false,
@@ -30558,7 +30380,14 @@
"\nGet search context of the expression."
],
"signature": [
- "() => ExecutionContextSearch"
+ "() => ",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.ExecutionContextSearch",
+ "text": "ExecutionContextSearch"
+ }
],
"path": "src/plugins/expressions/common/execution/types.ts",
"deprecated": false,
@@ -32269,11 +32098,11 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/utility-types",
+ "pluginId": "@kbn/es-query",
"scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.ExecutionContextSearch",
+ "text": "ExecutionContextSearch"
},
" | undefined"
],
@@ -32872,14 +32701,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -32933,14 +32754,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -32978,14 +32791,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -33023,14 +32828,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -33068,14 +32865,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -33137,14 +32926,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -33206,14 +32987,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -33275,14 +33048,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -33344,14 +33109,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -36454,14 +36211,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/types.ts",
@@ -36853,14 +36602,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/clog.ts",
@@ -36923,14 +36664,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/cumulative_sum.ts",
@@ -36993,14 +36726,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/derivative.ts",
@@ -37055,14 +36780,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/font.ts",
@@ -37125,14 +36842,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/moving_average.ts",
@@ -37195,14 +36904,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/overall_metric.ts",
@@ -37241,14 +36942,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/theme.ts",
@@ -37303,14 +36996,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/ui_setting.ts",
@@ -37349,14 +37034,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/var.ts",
@@ -37395,14 +37072,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/expressions/common/expression_functions/specs/var_set.ts",
@@ -42551,14 +42220,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">) => Promise<",
{
"pluginId": "expressions",
@@ -42638,14 +42299,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">"
],
"path": "src/plugins/expressions/common/expression_functions/specs/math_column.ts",
@@ -45399,14 +45052,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">) => any"
],
"path": "src/plugins/expressions/common/expression_functions/specs/theme.ts",
@@ -45466,14 +45111,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">"
],
"path": "src/plugins/expressions/common/expression_functions/specs/theme.ts",
@@ -45912,14 +45549,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">) => unknown"
],
"path": "src/plugins/expressions/common/expression_functions/specs/var.ts",
@@ -45979,14 +45608,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">"
],
"path": "src/plugins/expressions/common/expression_functions/specs/var.ts",
@@ -46205,14 +45826,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">) => unknown"
],
"path": "src/plugins/expressions/common/expression_functions/specs/var_set.ts",
@@ -46272,14 +45885,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">"
],
"path": "src/plugins/expressions/common/expression_functions/specs/var_set.ts",
diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx
index de62522f5a42..cfe4ea58f381 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: 2023-12-10
+date: 2023-12-12
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 43d16bc16dbc..566cc96d781f 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: 2023-12-10
+date: 2023-12-12
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 036d36804ee5..100c572fe8c8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
---
import fieldFormatsObj from './field_formats.devdocs.json';
diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx
index c31426696906..08260099b3b8 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: 2023-12-10
+date: 2023-12-12
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 f81646241223..4731b3ad0b82 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: 2023-12-10
+date: 2023-12-12
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 e69fee916b52..db2167254ffa 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
---
import filesManagementObj from './files_management.devdocs.json';
diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx
index 7402aba955e2..2f4faa6e4e17 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: 2023-12-10
+date: 2023-12-12
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 768269c746fa..33bf8e467375 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: 2023-12-10
+date: 2023-12-12
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 0464089d55f6..0292e236f539 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: 2023-12-10
+date: 2023-12-12
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 adcd029dddb4..b746d6eed7f7 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: 2023-12-10
+date: 2023-12-12
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 db9e89d6a52c..71d1b7bd10e9 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: 2023-12-10
+date: 2023-12-12
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 ddd92bbd8e1f..d107d4cfb5f3 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: 2023-12-10
+date: 2023-12-12
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 70fffe3487d3..3a5090647ab4 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
---
import indexManagementObj from './index_management.devdocs.json';
diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx
index 9d8a257e5b98..3f10ac8bd364 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
---
import infraObj from './infra.devdocs.json';
diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx
index a6e953b2fb7c..1544e8d654d6 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
---
import inspectorObj from './inspector.devdocs.json';
diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx
index 13807368acf8..6887887dc905 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
---
import interactiveSetupObj from './interactive_setup.devdocs.json';
diff --git a/api_docs/kbn_ace.mdx b/api_docs/kbn_ace.mdx
index ec9ac25550b9..2302207aca0e 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: 2023-12-10
+date: 2023-12-12
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 0e7a2eb89b8c..354873e153db 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: 2023-12-10
+date: 2023-12-12
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 2e47705ae590..a87a4e5a6c02 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
---
import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json';
diff --git a/api_docs/kbn_aiops_utils.mdx b/api_docs/kbn_aiops_utils.mdx
index ca99e1bf2b4d..8cb3a590718e 100644
--- a/api_docs/kbn_aiops_utils.mdx
+++ b/api_docs/kbn_aiops_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils
title: "@kbn/aiops-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils']
---
import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json';
diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx
index 139878e969e0..05b3830248bd 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: 2023-12-10
+date: 2023-12-12
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_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx
index bce082276153..195224075583 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: 2023-12-10
+date: 2023-12-12
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 e3f6900719b6..c071dfac3c9f 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: 2023-12-10
+date: 2023-12-12
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 0308e2397875..df52eed6c876 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: 2023-12-10
+date: 2023-12-12
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_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx
index 8cb0548d0088..ddac85173c24 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: 2023-12-10
+date: 2023-12-12
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 dd0c0e78166e..5f1e403d497d 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
---
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';
diff --git a/api_docs/kbn_analytics_client.mdx b/api_docs/kbn_analytics_client.mdx
index 5dc61fc53189..3b82c6ff1312 100644
--- a/api_docs/kbn_analytics_client.mdx
+++ b/api_docs/kbn_analytics_client.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client
title: "@kbn/analytics-client"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-client plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
---
import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json';
diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx
index 44023a5daf74..2d3689c14936 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils']
---
import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx
index b0b0bb174502..421b17ca183c 100644
--- a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx
+++ b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-browser
title: "@kbn/analytics-shippers-elastic-v3-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-browser']
---
import kbnAnalyticsShippersElasticV3BrowserObj from './kbn_analytics_shippers_elastic_v3_browser.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx
index 7bcc4b3a67c3..3e0f22c5dca2 100644
--- a/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx
+++ b/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-common
title: "@kbn/analytics-shippers-elastic-v3-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-common']
---
import kbnAnalyticsShippersElasticV3CommonObj from './kbn_analytics_shippers_elastic_v3_common.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx
index fa1cfae2bd87..59679f1d8577 100644
--- a/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx
+++ b/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-server
title: "@kbn/analytics-shippers-elastic-v3-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-server plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-server']
---
import kbnAnalyticsShippersElasticV3ServerObj from './kbn_analytics_shippers_elastic_v3_server.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_fullstory.mdx b/api_docs/kbn_analytics_shippers_fullstory.mdx
index 6d6308113703..65db88c49f86 100644
--- a/api_docs/kbn_analytics_shippers_fullstory.mdx
+++ b/api_docs/kbn_analytics_shippers_fullstory.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-fullstory
title: "@kbn/analytics-shippers-fullstory"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-fullstory plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory']
---
import kbnAnalyticsShippersFullstoryObj from './kbn_analytics_shippers_fullstory.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_gainsight.mdx b/api_docs/kbn_analytics_shippers_gainsight.mdx
index 2347ea725f38..1d15a66d96b2 100644
--- a/api_docs/kbn_analytics_shippers_gainsight.mdx
+++ b/api_docs/kbn_analytics_shippers_gainsight.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-gainsight
title: "@kbn/analytics-shippers-gainsight"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-gainsight plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-gainsight']
---
import kbnAnalyticsShippersGainsightObj from './kbn_analytics_shippers_gainsight.devdocs.json';
diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx
index 795b2b691dab..0932763d1176 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: 2023-12-10
+date: 2023-12-12
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_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx
index f18b58757bc8..240ee46e9d2f 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: 2023-12-10
+date: 2023-12-12
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 612633811cea..97c9f01f502d 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: 2023-12-10
+date: 2023-12-12
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_utils.mdx b/api_docs/kbn_apm_utils.mdx
index d84d6ae5f73b..cd469aa6f45f 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils']
---
import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json';
diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx
index 910b407e3cbe..d01fa8d0ea71 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: 2023-12-10
+date: 2023-12-12
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 99926fde7881..8907001aa434 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: 2023-12-10
+date: 2023-12-12
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 1796ba0338ef..494e496bf5e6 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: 2023-12-10
+date: 2023-12-12
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 7ceff0ed4991..f02e1f3db646 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: 2023-12-10
+date: 2023-12-12
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 420d9247501a..28f1aa3b00e0 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components']
---
import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json';
diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx
index 7cf00afb9fa4..ecb78e12e9ab 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: 2023-12-10
+date: 2023-12-12
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 9bc7f9c1c3ac..ddb3fd93325c 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: 2023-12-10
+date: 2023-12-12
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 233750e5e4d1..fb16a11cda9f 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: 2023-12-10
+date: 2023-12-12
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 ec58c1b0a03b..1dc2df9ab446 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: 2023-12-10
+date: 2023-12-12
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 ad3fabb0739b..d8dfe9a617e0 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: 2023-12-10
+date: 2023-12-12
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 f840245cfaf6..1221b264e4d3 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: 2023-12-10
+date: 2023-12-12
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 d846cb210652..e344405f4c7f 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode']
---
import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json';
diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx
index 2ec1866e5c8e..2ec55cde0244 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor']
---
import kbnCodeEditorObj from './kbn_code_editor.devdocs.json';
diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx
index bfeff777f305..d09ae4f83d75 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: 2023-12-10
+date: 2023-12-12
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 1c841fe123cc..91bc2597527b 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: 2023-12-10
+date: 2023-12-12
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 173d474a99c5..41a3f194a0dc 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: 2023-12-10
+date: 2023-12-12
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 9d9cfda3326d..23ad2faa3f71 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: 2023-12-10
+date: 2023-12-12
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 83968168838b..1c5f0fc953da 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: 2023-12-10
+date: 2023-12-12
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_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx
index ee5493b8feda..b37bfde10dd5 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: 2023-12-10
+date: 2023-12-12
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 dced4bb8a0f2..059126a20f4e 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: 2023-12-10
+date: 2023-12-12
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 70d989ed231f..9289efd15b49 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: 2023-12-10
+date: 2023-12-12
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 2b84077507f4..eab99828a72f 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: 2023-12-10
+date: 2023-12-12
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_utils.mdx b/api_docs/kbn_content_management_utils.mdx
index 67ca21953b12..6fdb7c03c5b7 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: 2023-12-10
+date: 2023-12-12
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 82fd52a9fa5f..95b6475fd624 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: 2023-12-10
+date: 2023-12-12
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 a9ea3c64d13d..15c220d39354 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: 2023-12-10
+date: 2023-12-12
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 934e453eb9c0..a23d5b7486b8 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: 2023-12-10
+date: 2023-12-12
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 b0d0c6a5ce4a..2180bf1a04e6 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: 2023-12-10
+date: 2023-12-12
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 61c7e8b4175d..622fcd98cdc6 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: 2023-12-10
+date: 2023-12-12
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 9430cb2ec1f3..910092c052e4 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: 2023-12-10
+date: 2023-12-12
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 2aadd0c051b4..54b6ebdd529c 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: 2023-12-10
+date: 2023-12-12
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 9f75ad48ba20..b5b74fd1e774 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: 2023-12-10
+date: 2023-12-12
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 c8439a6e2b97..2af634ccc5b0 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: 2023-12-10
+date: 2023-12-12
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 b37ff2a641ab..e74708a0db06 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: 2023-12-10
+date: 2023-12-12
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 52ac3582c451..ee660f2d2c6c 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: 2023-12-10
+date: 2023-12-12
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 94f028b4045a..adf94918bdf2 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: 2023-12-10
+date: 2023-12-12
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 09ad031e17ef..f3e5483a5f8c 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: 2023-12-10
+date: 2023-12-12
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 e9bc8d7dcc78..ae91936d4c4f 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: 2023-12-10
+date: 2023-12-12
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 0c8b36034ecb..47a271f85fe3 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: 2023-12-10
+date: 2023-12-12
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 8faf0b48ae61..a1082ca9ee9b 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: 2023-12-10
+date: 2023-12-12
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 344e6fa20ca2..23704f9f4a0d 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: 2023-12-10
+date: 2023-12-12
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 6337ecfa4288..a68c168caea9 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: 2023-12-10
+date: 2023-12-12
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 812c91397dcc..de18699194e4 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: 2023-12-10
+date: 2023-12-12
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 1b795d6385da..55a4d45a8256 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: 2023-12-10
+date: 2023-12-12
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 20bf5ffadad3..34434d47124a 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: 2023-12-10
+date: 2023-12-12
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.mdx b/api_docs/kbn_core_chrome_browser.mdx
index 2bae5048a610..e98f82e46cf8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser']
---
import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json';
diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx
index 6e6499595b77..79775682bdc5 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: 2023-12-10
+date: 2023-12-12
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 66eb48aafbcd..5cbe44055058 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: 2023-12-10
+date: 2023-12-12
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 573747eeb507..452004538837 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: 2023-12-10
+date: 2023-12-12
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 be95d4b219fa..70b08c45b89e 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: 2023-12-10
+date: 2023-12-12
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 c6938335c5d7..20228ce57709 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: 2023-12-10
+date: 2023-12-12
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 065825bed1a1..f67ba2e727d6 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: 2023-12-10
+date: 2023-12-12
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 c9bfb08e5e11..2b7a02a13896 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: 2023-12-10
+date: 2023-12-12
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 29d1b0de22f8..e01d2b85cc93 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: 2023-12-10
+date: 2023-12-12
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 083f49908510..d1ec987d7564 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: 2023-12-10
+date: 2023-12-12
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 c053d4cbf9aa..3d06e307f6f7 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: 2023-12-10
+date: 2023-12-12
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 9f7bd352a1ef..12224995c9a0 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: 2023-12-10
+date: 2023-12-12
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 a74675e10321..ebca0cc1ba88 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: 2023-12-10
+date: 2023-12-12
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 12f7622fde0c..30496e0525a3 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: 2023-12-10
+date: 2023-12-12
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 988c37f7051d..5116f70c3184 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: 2023-12-10
+date: 2023-12-12
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 9830cb11565b..453f29d8ffd1 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: 2023-12-10
+date: 2023-12-12
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 05e0760741c7..fe14f185bd38 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: 2023-12-10
+date: 2023-12-12
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 bee5af0a7efc..5a61ea45dc34 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: 2023-12-10
+date: 2023-12-12
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 b22502dcb4ac..5bb5b43ba351 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: 2023-12-10
+date: 2023-12-12
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 8896af2d5511..a86d2a17c7e5 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: 2023-12-10
+date: 2023-12-12
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 5fca297c0069..fa6d91f3b87a 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: 2023-12-10
+date: 2023-12-12
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 8d1bbcf4f5aa..e51c8f622c65 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: 2023-12-10
+date: 2023-12-12
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 6a3905efa7ad..15d502ad1879 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: 2023-12-10
+date: 2023-12-12
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 db92afa0ddae..0a04a66241d2 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: 2023-12-10
+date: 2023-12-12
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 41eba4abab6c..56cdad74fe19 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: 2023-12-10
+date: 2023-12-12
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 5724b594ecf1..3c8e095e994d 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: 2023-12-10
+date: 2023-12-12
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 877f5dc55585..a95aa3748509 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: 2023-12-10
+date: 2023-12-12
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 8d8392f297f5..6e150f2098d8 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: 2023-12-10
+date: 2023-12-12
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 f6db3028309b..181b74fb963b 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: 2023-12-10
+date: 2023-12-12
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 490ad17d94a6..0ecad616046d 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: 2023-12-10
+date: 2023-12-12
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 c1d673c83b02..053e34e0fcfd 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: 2023-12-10
+date: 2023-12-12
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 d779d0d0c066..1b5bf42d6543 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: 2023-12-10
+date: 2023-12-12
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 8abe683946cb..e8bddc790df2 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: 2023-12-10
+date: 2023-12-12
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 96e883a46346..01c1facc7ff9 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: 2023-12-10
+date: 2023-12-12
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 dda282cac62e..7363f6007735 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: 2023-12-10
+date: 2023-12-12
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 7b489e0bf2e1..036977a37433 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: 2023-12-10
+date: 2023-12-12
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 e9f42a8e5769..b0174331fc87 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: 2023-12-10
+date: 2023-12-12
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_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx
index ecda80c2a85d..fe0bb2d0bd11 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: 2023-12-10
+date: 2023-12-12
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 5446600c3df1..eab7db70afd3 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: 2023-12-10
+date: 2023-12-12
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 aa2c4136299b..de0af8d62274 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: 2023-12-10
+date: 2023-12-12
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 86e349cb0b28..7041c5cf40a8 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: 2023-12-10
+date: 2023-12-12
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 b1f56edb0e95..52de9292f6fc 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: 2023-12-10
+date: 2023-12-12
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.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx
index 7cfaa3909188..a8643bc8d3c5 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server']
---
import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json';
diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx
index e8ce344420a3..4f01352ac7e6 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: 2023-12-10
+date: 2023-12-12
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 9a906c65d4a6..090235f33cf4 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: 2023-12-10
+date: 2023-12-12
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 b83c42bbea6c..aa010260afc3 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: 2023-12-10
+date: 2023-12-12
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 72278c260946..40712f23f295 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: 2023-12-10
+date: 2023-12-12
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 ccbb30841669..6f7e6d755261 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: 2023-12-10
+date: 2023-12-12
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 958d073075f2..975a532fe4dc 100644
--- a/api_docs/kbn_core_http_server.devdocs.json
+++ b/api_docs/kbn_core_http_server.devdocs.json
@@ -4420,6 +4420,10 @@
"plugin": "serverlessSearch",
"path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts"
},
+ {
+ "plugin": "serverlessSearch",
+ "path": "x-pack/plugins/serverless_search/server/routes/mapping_routes.ts"
+ },
{
"plugin": "snapshotRestore",
"path": "x-pack/plugins/snapshot_restore/server/routes/api/app.ts"
@@ -6818,6 +6822,10 @@
"plugin": "serverlessSearch",
"path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts"
},
+ {
+ "plugin": "serverlessSearch",
+ "path": "x-pack/plugins/serverless_search/server/routes/indices_routes.ts"
+ },
{
"plugin": "serverlessSearch",
"path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts"
diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx
index 08fe2bc02914..3939ed264c7e 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: 2023-12-10
+date: 2023-12-12
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 085ff1137ac9..5ae32c0d2843 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: 2023-12-10
+date: 2023-12-12
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 672a04adb79d..7d54b959e348 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: 2023-12-10
+date: 2023-12-12
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 91689dd8f5ed..b98097af10a2 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: 2023-12-10
+date: 2023-12-12
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 eaa59841eb01..b355d45e7284 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: 2023-12-10
+date: 2023-12-12
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 45f3e24a76cd..38e3e3e471e7 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: 2023-12-10
+date: 2023-12-12
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 d8f389c75d8d..2507294ff896 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: 2023-12-10
+date: 2023-12-12
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 2506ff1647c3..33376294f27d 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: 2023-12-10
+date: 2023-12-12
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 b17c31b8147e..4f43c9bc77da 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: 2023-12-10
+date: 2023-12-12
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 b908a72c356e..9c6eedaf6561 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: 2023-12-10
+date: 2023-12-12
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 0278b485c981..6e3b858524cd 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: 2023-12-10
+date: 2023-12-12
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.mdx b/api_docs/kbn_core_lifecycle_browser.mdx
index 5f7b38cb2000..b2bda15dc61d 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser']
---
import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx
index 1405163b783f..783f165a389e 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: 2023-12-10
+date: 2023-12-12
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.mdx b/api_docs/kbn_core_lifecycle_server.mdx
index 5290d65dd6ce..83b578128cbf 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server']
---
import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx
index 07c442c841aa..1ab10da1125f 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: 2023-12-10
+date: 2023-12-12
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 91a8c6ae29e1..bb89b591b8ff 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: 2023-12-10
+date: 2023-12-12
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 3085cdab2de1..7822fbebcba2 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: 2023-12-10
+date: 2023-12-12
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 5f462dd2dbdf..edc29346cbb9 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: 2023-12-10
+date: 2023-12-12
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 6299d003baca..eac674232d4f 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: 2023-12-10
+date: 2023-12-12
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 f0539e5e9e5b..df0d40acf008 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: 2023-12-10
+date: 2023-12-12
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 83e2190a52b2..f63656487b1a 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: 2023-12-10
+date: 2023-12-12
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 788b6b21ef3b..9989ebf99a4d 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: 2023-12-10
+date: 2023-12-12
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 aa85b8258091..f6006a6643d7 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: 2023-12-10
+date: 2023-12-12
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 d1146d976bf8..7bbe75d26d8a 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: 2023-12-10
+date: 2023-12-12
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 3e9485dc05db..ddd58c41ad3d 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: 2023-12-10
+date: 2023-12-12
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 4e52697f3e95..b336db0c5228 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: 2023-12-10
+date: 2023-12-12
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 8351241b7b0e..6bc75e053d64 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: 2023-12-10
+date: 2023-12-12
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 8f29f8963bd3..9373c7d7a9c5 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: 2023-12-10
+date: 2023-12-12
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 28139371c463..16d3e1ca8dad 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: 2023-12-10
+date: 2023-12-12
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 4dd5a8a75fbc..889aa5c78592 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: 2023-12-10
+date: 2023-12-12
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 bf00b2817a64..ff73e061d1f4 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: 2023-12-10
+date: 2023-12-12
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 88d4a503c570..4539da21f846 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: 2023-12-10
+date: 2023-12-12
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 f84344820a3e..042b70779720 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: 2023-12-10
+date: 2023-12-12
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 d0eb8187618e..31841fd4e2d3 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: 2023-12-10
+date: 2023-12-12
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 8671e3539075..55b09641b483 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: 2023-12-10
+date: 2023-12-12
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 ed5d06f2c29c..acacbd7698be 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: 2023-12-10
+date: 2023-12-12
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 5e30cf799b78..6e1c9297339a 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: 2023-12-10
+date: 2023-12-12
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 ec4a1500bf67..90e922ec0c85 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: 2023-12-10
+date: 2023-12-12
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 821a4ab1f345..ac979502f9ed 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: 2023-12-10
+date: 2023-12-12
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 6a4a4cfacbdc..eda4def4ae15 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: 2023-12-10
+date: 2023-12-12
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 4108bb8c2368..501c2577572e 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: 2023-12-10
+date: 2023-12-12
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 47472bae25d0..8d73b28faa90 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: 2023-12-10
+date: 2023-12-12
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 d3bf6ba073cb..1f610d886afc 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: 2023-12-10
+date: 2023-12-12
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 1cac6350b6af..0527400b7a0c 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: 2023-12-10
+date: 2023-12-12
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 327bc2c62fe4..bb121f7dee85 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: 2023-12-10
+date: 2023-12-12
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 3bd5d9cb49c6..47a863e38ad1 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: 2023-12-10
+date: 2023-12-12
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 f2efe220dac7..4869d67e7951 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: 2023-12-10
+date: 2023-12-12
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 d8e363cedb4f..4c62522a49a7 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: 2023-12-10
+date: 2023-12-12
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 52208e6c31a8..99ee67df558e 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: 2023-12-10
+date: 2023-12-12
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 b67438c4e890..57b84ecfd7e8 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: 2023-12-10
+date: 2023-12-12
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 0c311975587e..64e7d2094613 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: 2023-12-10
+date: 2023-12-12
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 b6fbf3ba36d3..f097039de4ba 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: 2023-12-10
+date: 2023-12-12
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 4b7a77211b72..9b75ac9281c9 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: 2023-12-10
+date: 2023-12-12
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 2685685780d8..78c4ee07fec8 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: 2023-12-10
+date: 2023-12-12
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 6a30184371a6..ff4acf367e1e 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: 2023-12-10
+date: 2023-12-12
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 ea8752439dc1..9c78d5a55ec3 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: 2023-12-10
+date: 2023-12-12
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 63d66b7fc959..9f9ffce5d364 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: 2023-12-10
+date: 2023-12-12
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 e45443761d7f..d8a10178e496 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: 2023-12-10
+date: 2023-12-12
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 0c286a99885f..5ffa36b3709f 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: 2023-12-10
+date: 2023-12-12
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 83f5252fd19f..d1142e62dd8b 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: 2023-12-10
+date: 2023-12-12
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 55c00ae5313f..f14c9b037562 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: 2023-12-10
+date: 2023-12-12
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 4978fbef0ae8..dc8d80c20955 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: 2023-12-10
+date: 2023-12-12
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 ef4acec6bbeb..04d639700db3 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: 2023-12-10
+date: 2023-12-12
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 63b7e8b3eea2..d5c766190401 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: 2023-12-10
+date: 2023-12-12
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_status_common.mdx b/api_docs/kbn_core_status_common.mdx
index 73cf2604b38d..fc74f20c5775 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: 2023-12-10
+date: 2023-12-12
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 df678cc879d5..1f6de8bbdda7 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: 2023-12-10
+date: 2023-12-12
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 a0c3a3ec391d..4d20d4d4d59b 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: 2023-12-10
+date: 2023-12-12
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 71ed11919c60..b90bb3d1ee4e 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: 2023-12-10
+date: 2023-12-12
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 5099fc0becdf..2471aa7e06b2 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: 2023-12-10
+date: 2023-12-12
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 a2ca0b85c483..280afa3ebb6a 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: 2023-12-10
+date: 2023-12-12
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.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
index 9b42780ed115..2a450bb5512f 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: 2023-12-10
+date: 2023-12-12
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 e2dae298671f..76f195d054ec 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: 2023-12-10
+date: 2023-12-12
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 1a043c815921..07c02b0544cf 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: 2023-12-10
+date: 2023-12-12
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 6c5f4fc814ed..65f8ed63bb5a 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: 2023-12-10
+date: 2023-12-12
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 e96704ab4f73..9dff6305fda5 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: 2023-12-10
+date: 2023-12-12
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 f8c10a7a2e52..765af9ba87ae 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: 2023-12-10
+date: 2023-12-12
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 c000f056c1ed..516b52f17fbd 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: 2023-12-10
+date: 2023-12-12
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 fb5e8e57e892..9cef0b6ba62d 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: 2023-12-10
+date: 2023-12-12
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 be23f8fe489f..0e0567261ec1 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: 2023-12-10
+date: 2023-12-12
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 ce169034a640..f04395675b82 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: 2023-12-10
+date: 2023-12-12
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 d0de305be82b..d341cca07d19 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: 2023-12-10
+date: 2023-12-12
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 48561a2aa22a..8c6cf6ad663c 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: 2023-12-10
+date: 2023-12-12
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 84b3bfa972fd..b0061ed042ff 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: 2023-12-10
+date: 2023-12-12
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 c9f4a0a49c57..56969835894a 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: 2023-12-10
+date: 2023-12-12
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 c6e973e74f15..646334e44b84 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: 2023-12-10
+date: 2023-12-12
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 ea56dff183cc..e107187634ae 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: 2023-12-10
+date: 2023-12-12
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 fc72ec37e03c..99409be574dc 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: 2023-12-10
+date: 2023-12-12
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_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx
index 122e4e736234..820bfec20c56 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: 2023-12-10
+date: 2023-12-12
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_internal.mdx b/api_docs/kbn_core_user_settings_server_internal.mdx
index a7247bb462d8..d478db5e1a8a 100644
--- a/api_docs/kbn_core_user_settings_server_internal.mdx
+++ b/api_docs/kbn_core_user_settings_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-internal
title: "@kbn/core-user-settings-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-user-settings-server-internal plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-internal']
---
import kbnCoreUserSettingsServerInternalObj from './kbn_core_user_settings_server_internal.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 167167398db0..4692846f8ef0 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: 2023-12-10
+date: 2023-12-12
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 deb874de703c..4f53ca8deef7 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: 2023-12-10
+date: 2023-12-12
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 0bab9029b8cb..93e8bab29aea 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: 2023-12-10
+date: 2023-12-12
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 5304d2222731..d15abdb08d49 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: 2023-12-10
+date: 2023-12-12
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 0fda029b3100..d4e7e288f079 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: 2023-12-10
+date: 2023-12-12
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 4a4999f94673..81b0ab3f4918 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config']
---
import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json';
diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx
index 2508d116b195..c4e8d3456ac8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service']
---
import kbnDataServiceObj from './kbn_data_service.devdocs.json';
diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx
index 54c62cf679d4..a78411ff912a 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: 2023-12-10
+date: 2023-12-12
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 05237d1b71bd..0c779e45809a 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: 2023-12-10
+date: 2023-12-12
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 a537a069e6fe..995b538722cf 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools']
---
import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx
index f8d4e5303107..720d15b49a45 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: 2023-12-10
+date: 2023-12-12
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 20a3fd47ec91..cb7f344b942f 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml']
---
import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_observability.devdocs.json b/api_docs/kbn_deeplinks_observability.devdocs.json
index ad8191373165..c1148395fe4d 100644
--- a/api_docs/kbn_deeplinks_observability.devdocs.json
+++ b/api_docs/kbn_deeplinks_observability.devdocs.json
@@ -190,15 +190,22 @@
},
{
"parentPluginId": "@kbn/deeplinks-observability",
- "id": "def-common.LogExplorerNavigationParams.sort",
+ "id": "def-common.LogExplorerNavigationParams.filters",
"type": "Array",
"tags": [],
- "label": "sort",
+ "label": "filters",
"description": [
- "\nArray of the used sorting [[field,direction],...]"
+ "\nOptionally apply free-form filters."
],
"signature": [
- "string[][] | undefined"
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Filter",
+ "text": "Filter"
+ },
+ "[] | undefined"
],
"path": "packages/deeplinks/observability/locators/log_explorer.ts",
"deprecated": false,
@@ -206,22 +213,22 @@
},
{
"parentPluginId": "@kbn/deeplinks-observability",
- "id": "def-common.LogExplorerNavigationParams.filters",
- "type": "Array",
+ "id": "def-common.LogExplorerNavigationParams.filterControls",
+ "type": "Object",
"tags": [],
- "label": "filters",
+ "label": "filterControls",
"description": [
- "\nOptionally apply filters."
+ "\nOptionally apply curated filter controls"
],
"signature": [
{
- "pluginId": "@kbn/es-query",
+ "pluginId": "@kbn/deeplinks-observability",
"scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Filter",
- "text": "Filter"
+ "docId": "kibKbnDeeplinksObservabilityPluginApi",
+ "section": "def-common.FilterControls",
+ "text": "FilterControls"
},
- "[] | undefined"
+ " | undefined"
],
"path": "packages/deeplinks/observability/locators/log_explorer.ts",
"deprecated": false,
@@ -495,6 +502,44 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/deeplinks-observability",
+ "id": "def-common.FilterControls",
+ "type": "Type",
+ "tags": [],
+ "label": "FilterControls",
+ "description": [],
+ "signature": [
+ "{ namespace?: ",
+ {
+ "pluginId": "@kbn/deeplinks-observability",
+ "scope": "common",
+ "docId": "kibKbnDeeplinksObservabilityPluginApi",
+ "section": "def-common.ListFilterControl",
+ "text": "ListFilterControl"
+ },
+ " | undefined; }"
+ ],
+ "path": "packages/deeplinks/observability/locators/log_explorer.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/deeplinks-observability",
+ "id": "def-common.ListFilterControl",
+ "type": "Type",
+ "tags": [],
+ "label": "ListFilterControl",
+ "description": [],
+ "signature": [
+ "{ mode: \"include\"; values: string[]; }"
+ ],
+ "path": "packages/deeplinks/observability/locators/log_explorer.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/deeplinks-observability",
"id": "def-common.LOG_EXPLORER_LOCATOR_ID",
@@ -527,10 +572,10 @@
},
{
"parentPluginId": "@kbn/deeplinks-observability",
- "id": "def-common.OBSERVABILITY_LOG_EXPLORER",
+ "id": "def-common.OBSERVABILITY_LOG_EXPLORER_APP_ID",
"type": "string",
"tags": [],
- "label": "OBSERVABILITY_LOG_EXPLORER",
+ "label": "OBSERVABILITY_LOG_EXPLORER_APP_ID",
"description": [],
"signature": [
"\"observability-log-explorer\""
diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx
index f764a6b1be71..613b2cb08e6e 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability']
---
import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 29 | 0 | 19 | 0 |
+| 31 | 0 | 21 | 0 |
## Common
diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx
index bee1e2a3149d..22e1f696ae6f 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search']
---
import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json';
diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx
index fc5d284c5b95..6ebf7d7df07d 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: 2023-12-10
+date: 2023-12-12
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 aea90ec9ef41..2df90e25f2c8 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: 2023-12-10
+date: 2023-12-12
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 5d8d40f4b24b..c3f30817b61c 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: 2023-12-10
+date: 2023-12-12
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 41fe7106d7e7..d1a5d70524ce 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: 2023-12-10
+date: 2023-12-12
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 cfd18460a45a..63c3f7277445 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: 2023-12-10
+date: 2023-12-12
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 3fd4b2867a7c..fbce5ed30e18 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: 2023-12-10
+date: 2023-12-12
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 4dc35e20b7b8..d4aa20c562b7 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: 2023-12-10
+date: 2023-12-12
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 88aa8096d91c..8da298f08284 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: 2023-12-10
+date: 2023-12-12
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 9b8dbfe10ba3..5b0bb30cca0f 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: 2023-12-10
+date: 2023-12-12
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 be6411d021b5..831beab59eed 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: 2023-12-10
+date: 2023-12-12
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 a6930ad4f797..b5adca53677c 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: 2023-12-10
+date: 2023-12-12
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 2f86fa658927..de041a3889ea 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: 2023-12-10
+date: 2023-12-12
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 229921d2dc92..711754d3fcaf 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools']
---
import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json';
diff --git a/api_docs/kbn_ecs.mdx b/api_docs/kbn_ecs.mdx
index 96c0a894b71b..018bfc79a70a 100644
--- a/api_docs/kbn_ecs.mdx
+++ b/api_docs/kbn_ecs.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs
title: "@kbn/ecs"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ecs plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs']
---
import kbnEcsObj from './kbn_ecs.devdocs.json';
diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx
index dcf4249ce734..ebca836b058b 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: 2023-12-10
+date: 2023-12-12
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.devdocs.json b/api_docs/kbn_elastic_agent_utils.devdocs.json
index 66197d89c54b..9814a2afd0fa 100644
--- a/api_docs/kbn_elastic_agent_utils.devdocs.json
+++ b/api_docs/kbn_elastic_agent_utils.devdocs.json
@@ -431,7 +431,7 @@
"label": "AgentName",
"description": [],
"signature": [
- "\"java\" | \"ruby\" | \"go\" | \"dotnet\" | \"php\" | \"otlp\" | \"android/java\" | \"iOS/swift\" | \"rum-js\" | \"js-base\" | \"opentelemetry/webjs\" | \"opentelemetry/java\" | \"nodejs\" | \"python\" | \"opentelemetry/cpp\" | \"opentelemetry/dotnet\" | \"opentelemetry/erlang\" | \"opentelemetry/go\" | \"opentelemetry/nodejs\" | \"opentelemetry/php\" | \"opentelemetry/python\" | \"opentelemetry/ruby\" | \"opentelemetry/rust\" | \"opentelemetry/swift\""
+ "\"java\" | \"ruby\" | \"go\" | \"dotnet\" | \"php\" | \"otlp\" | \"android/java\" | \"iOS/swift\" | \"rum-js\" | \"js-base\" | \"opentelemetry/webjs\" | \"opentelemetry/java\" | \"nodejs\" | \"python\" | \"opentelemetry/cpp\" | \"opentelemetry/dotnet\" | \"opentelemetry/erlang\" | \"opentelemetry/go\" | \"opentelemetry/nodejs\" | \"opentelemetry/php\" | \"opentelemetry/python\" | \"opentelemetry/ruby\" | \"opentelemetry/rust\" | \"opentelemetry/swift\" | \"opentelemetry/android\""
],
"path": "packages/kbn-elastic-agent-utils/src/agent_names.ts",
"deprecated": false,
@@ -544,7 +544,7 @@
"label": "OpenTelemetryAgentName",
"description": [],
"signature": [
- "\"otlp\" | \"opentelemetry/webjs\" | \"opentelemetry/java\" | \"opentelemetry/cpp\" | \"opentelemetry/dotnet\" | \"opentelemetry/erlang\" | \"opentelemetry/go\" | \"opentelemetry/nodejs\" | \"opentelemetry/php\" | \"opentelemetry/python\" | \"opentelemetry/ruby\" | \"opentelemetry/rust\" | \"opentelemetry/swift\""
+ "\"otlp\" | \"opentelemetry/webjs\" | \"opentelemetry/java\" | \"opentelemetry/cpp\" | \"opentelemetry/dotnet\" | \"opentelemetry/erlang\" | \"opentelemetry/go\" | \"opentelemetry/nodejs\" | \"opentelemetry/php\" | \"opentelemetry/python\" | \"opentelemetry/ruby\" | \"opentelemetry/rust\" | \"opentelemetry/swift\" | \"opentelemetry/android\""
],
"path": "packages/kbn-elastic-agent-utils/src/agent_names.ts",
"deprecated": false,
diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx
index 3d3f4bd5c898..629be0fb7db7 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: 2023-12-10
+date: 2023-12-12
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 1d96d998ac56..f475233b3980 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: 2023-12-10
+date: 2023-12-12
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 38cdf6aecf2e..2a74de23d651 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common']
---
import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json';
diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx
index 84e5c2025392..83f3b088265f 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: 2023-12-10
+date: 2023-12-12
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 9976d355ef4b..80be29420365 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: 2023-12-10
+date: 2023-12-12
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 21083a4ac199..c379b92c68f8 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors']
---
import kbnEsErrorsObj from './kbn_es_errors.devdocs.json';
diff --git a/api_docs/kbn_es_query.devdocs.json b/api_docs/kbn_es_query.devdocs.json
index 2ae012946a9c..60ee58badf7c 100644
--- a/api_docs/kbn_es_query.devdocs.json
+++ b/api_docs/kbn_es_query.devdocs.json
@@ -5394,6 +5394,105 @@
],
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/es-query",
+ "id": "def-common.ExecutionContextSearch",
+ "type": "Interface",
+ "tags": [],
+ "label": "ExecutionContextSearch",
+ "description": [],
+ "path": "packages/kbn-es-query/src/expressions/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es-query",
+ "id": "def-common.ExecutionContextSearch.filters",
+ "type": "Array",
+ "tags": [],
+ "label": "filters",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Filter",
+ "text": "Filter"
+ },
+ "[] | undefined"
+ ],
+ "path": "packages/kbn-es-query/src/expressions/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/es-query",
+ "id": "def-common.ExecutionContextSearch.query",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "query",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Query",
+ "text": "Query"
+ },
+ " | ",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Query",
+ "text": "Query"
+ },
+ "[] | undefined"
+ ],
+ "path": "packages/kbn-es-query/src/expressions/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/es-query",
+ "id": "def-common.ExecutionContextSearch.timeRange",
+ "type": "Object",
+ "tags": [],
+ "label": "timeRange",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.TimeRange",
+ "text": "TimeRange"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-es-query/src/expressions/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/es-query",
+ "id": "def-common.ExecutionContextSearch.disableWarningToasts",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "disableWarningToasts",
+ "description": [],
+ "signature": [
+ "boolean | undefined"
+ ],
+ "path": "packages/kbn-es-query/src/expressions/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/es-query",
"id": "def-common.FilterCompareOptions",
diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx
index 6e63638e2776..36b99ac40f23 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query']
---
import kbnEsQueryObj from './kbn_es_query.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 261 | 1 | 201 | 15 |
+| 266 | 1 | 206 | 15 |
## Common
diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx
index 2deffe0988e0..8e6a87f19d05 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: 2023-12-10
+date: 2023-12-12
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 f6f84fa20cf5..2c3402784fc9 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: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports']
---
import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json';
diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx
index b41b6e08606b..5571bbc6770e 100644
--- a/api_docs/kbn_event_annotation_common.mdx
+++ b/api_docs/kbn_event_annotation_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-common
title: "@kbn/event-annotation-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/event-annotation-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-common']
---
import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json';
diff --git a/api_docs/kbn_event_annotation_components.mdx b/api_docs/kbn_event_annotation_components.mdx
index e171bf0be47d..b68e03536e51 100644
--- a/api_docs/kbn_event_annotation_components.mdx
+++ b/api_docs/kbn_event_annotation_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-components
title: "@kbn/event-annotation-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/event-annotation-components plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components']
---
import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json';
diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx
index 0297f0d9fba5..8c1a0d47b5c2 100644
--- a/api_docs/kbn_expandable_flyout.mdx
+++ b/api_docs/kbn_expandable_flyout.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout
title: "@kbn/expandable-flyout"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/expandable-flyout plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout']
---
import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json';
diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx
index f00a06aaf6ad..74c60fb08b8f 100644
--- a/api_docs/kbn_field_types.mdx
+++ b/api_docs/kbn_field_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types
title: "@kbn/field-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/field-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types']
---
import kbnFieldTypesObj from './kbn_field_types.devdocs.json';
diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx
index 3dcc883345ed..235632b0e615 100644
--- a/api_docs/kbn_field_utils.mdx
+++ b/api_docs/kbn_field_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-utils
title: "@kbn/field-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/field-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils']
---
import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json';
diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx
index 917f97b8fbdc..bbde227274f1 100644
--- a/api_docs/kbn_find_used_node_modules.mdx
+++ b/api_docs/kbn_find_used_node_modules.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules
title: "@kbn/find-used-node-modules"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/find-used-node-modules plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules']
---
import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json';
diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx
index 1c7dc54639c1..ba9f6674753f 100644
--- a/api_docs/kbn_ftr_common_functional_services.mdx
+++ b/api_docs/kbn_ftr_common_functional_services.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services
title: "@kbn/ftr-common-functional-services"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ftr-common-functional-services plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services']
---
import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json';
diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx
index a78e0ad96e89..095d5427e2fc 100644
--- a/api_docs/kbn_generate.mdx
+++ b/api_docs/kbn_generate.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate
title: "@kbn/generate"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate']
---
import kbnGenerateObj from './kbn_generate.devdocs.json';
diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx
index 8426c9825ac0..64ab54508c40 100644
--- a/api_docs/kbn_generate_console_definitions.mdx
+++ b/api_docs/kbn_generate_console_definitions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-console-definitions
title: "@kbn/generate-console-definitions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate-console-definitions plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions']
---
import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json';
diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx
index e76a7593acdb..f355fe37a687 100644
--- a/api_docs/kbn_generate_csv.mdx
+++ b/api_docs/kbn_generate_csv.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv
title: "@kbn/generate-csv"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate-csv plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv']
---
import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json';
diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx
index 9fa605d0607c..cdbf44da5ffa 100644
--- a/api_docs/kbn_guided_onboarding.mdx
+++ b/api_docs/kbn_guided_onboarding.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding
title: "@kbn/guided-onboarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/guided-onboarding plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding']
---
import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json';
diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx
index 29cb01be844b..7b41e1fafbb4 100644
--- a/api_docs/kbn_handlebars.mdx
+++ b/api_docs/kbn_handlebars.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars
title: "@kbn/handlebars"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/handlebars plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars']
---
import kbnHandlebarsObj from './kbn_handlebars.devdocs.json';
diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx
index 73f9fbf69a86..4f06d19fceb7 100644
--- a/api_docs/kbn_hapi_mocks.mdx
+++ b/api_docs/kbn_hapi_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks
title: "@kbn/hapi-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/hapi-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks']
---
import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json';
diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx
index fddb9b862258..1f5d24c46a89 100644
--- a/api_docs/kbn_health_gateway_server.mdx
+++ b/api_docs/kbn_health_gateway_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server
title: "@kbn/health-gateway-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/health-gateway-server plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server']
---
import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json';
diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx
index 8b954aca492d..db2a016772a3 100644
--- a/api_docs/kbn_home_sample_data_card.mdx
+++ b/api_docs/kbn_home_sample_data_card.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card
title: "@kbn/home-sample-data-card"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/home-sample-data-card plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-card']
---
import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json';
diff --git a/api_docs/kbn_home_sample_data_tab.mdx b/api_docs/kbn_home_sample_data_tab.mdx
index c8778698acf3..32e3b36072e3 100644
--- a/api_docs/kbn_home_sample_data_tab.mdx
+++ b/api_docs/kbn_home_sample_data_tab.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab
title: "@kbn/home-sample-data-tab"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/home-sample-data-tab plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab']
---
import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json';
diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx
index 8a5e952e34da..daa40cad1fa4 100644
--- a/api_docs/kbn_i18n.mdx
+++ b/api_docs/kbn_i18n.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n
title: "@kbn/i18n"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/i18n plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n']
---
import kbnI18nObj from './kbn_i18n.devdocs.json';
diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx
index 5790354787a7..89c6c67cce41 100644
--- a/api_docs/kbn_i18n_react.mdx
+++ b/api_docs/kbn_i18n_react.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react
title: "@kbn/i18n-react"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/i18n-react plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n-react']
---
import kbnI18nReactObj from './kbn_i18n_react.devdocs.json';
diff --git a/api_docs/kbn_import_resolver.mdx b/api_docs/kbn_import_resolver.mdx
index 09e6690d483e..407589284b77 100644
--- a/api_docs/kbn_import_resolver.mdx
+++ b/api_docs/kbn_import_resolver.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver
title: "@kbn/import-resolver"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/import-resolver plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver']
---
import kbnImportResolverObj from './kbn_import_resolver.devdocs.json';
diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx
index 02c6da5518a3..5b292fb6a6b1 100644
--- a/api_docs/kbn_infra_forge.mdx
+++ b/api_docs/kbn_infra_forge.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge
title: "@kbn/infra-forge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/infra-forge plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge']
---
import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json';
diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx
index b9ac230a8922..ff4b2789f5bf 100644
--- a/api_docs/kbn_interpreter.mdx
+++ b/api_docs/kbn_interpreter.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter
title: "@kbn/interpreter"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/interpreter plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter']
---
import kbnInterpreterObj from './kbn_interpreter.devdocs.json';
diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx
index bbcdff18ef6e..fc144dd777e8 100644
--- a/api_docs/kbn_io_ts_utils.mdx
+++ b/api_docs/kbn_io_ts_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils
title: "@kbn/io-ts-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/io-ts-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils']
---
import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json';
diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx
index e51b14dd5e56..eda882b378b5 100644
--- a/api_docs/kbn_jest_serializers.mdx
+++ b/api_docs/kbn_jest_serializers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers
title: "@kbn/jest-serializers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/jest-serializers plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/jest-serializers']
---
import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json';
diff --git a/api_docs/kbn_journeys.mdx b/api_docs/kbn_journeys.mdx
index 8fc61218bc20..e51499325487 100644
--- a/api_docs/kbn_journeys.mdx
+++ b/api_docs/kbn_journeys.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys
title: "@kbn/journeys"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/journeys plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/journeys']
---
import kbnJourneysObj from './kbn_journeys.devdocs.json';
diff --git a/api_docs/kbn_json_ast.mdx b/api_docs/kbn_json_ast.mdx
index fb986b73fc38..8c0657447be3 100644
--- a/api_docs/kbn_json_ast.mdx
+++ b/api_docs/kbn_json_ast.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast
title: "@kbn/json-ast"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/json-ast plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-ast']
---
import kbnJsonAstObj from './kbn_json_ast.devdocs.json';
diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx
index 0b49bf5b7906..504944111258 100644
--- a/api_docs/kbn_kibana_manifest_schema.mdx
+++ b/api_docs/kbn_kibana_manifest_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema
title: "@kbn/kibana-manifest-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/kibana-manifest-schema plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-manifest-schema']
---
import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json';
diff --git a/api_docs/kbn_language_documentation_popover.mdx b/api_docs/kbn_language_documentation_popover.mdx
index 701bc2e0c692..ff6284a94528 100644
--- a/api_docs/kbn_language_documentation_popover.mdx
+++ b/api_docs/kbn_language_documentation_popover.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation-popover
title: "@kbn/language-documentation-popover"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/language-documentation-popover plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation-popover']
---
import kbnLanguageDocumentationPopoverObj from './kbn_language_documentation_popover.devdocs.json';
diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx
index f56290185497..58a2a61450d3 100644
--- a/api_docs/kbn_lens_embeddable_utils.mdx
+++ b/api_docs/kbn_lens_embeddable_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils
title: "@kbn/lens-embeddable-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/lens-embeddable-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-embeddable-utils']
---
import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json';
diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx
index 5cafb261080a..fba9c7e9895c 100644
--- a/api_docs/kbn_logging.mdx
+++ b/api_docs/kbn_logging.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging
title: "@kbn/logging"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/logging plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging']
---
import kbnLoggingObj from './kbn_logging.devdocs.json';
diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx
index 7cda884e9562..5451dd3e3b53 100644
--- a/api_docs/kbn_logging_mocks.mdx
+++ b/api_docs/kbn_logging_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks
title: "@kbn/logging-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/logging-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks']
---
import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json';
diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx
index 84aa41d2c5f9..eeaa474c776f 100644
--- a/api_docs/kbn_managed_vscode_config.mdx
+++ b/api_docs/kbn_managed_vscode_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config
title: "@kbn/managed-vscode-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/managed-vscode-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config']
---
import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json';
diff --git a/api_docs/kbn_management_cards_navigation.mdx b/api_docs/kbn_management_cards_navigation.mdx
index 2c297728eece..b229b43999fa 100644
--- a/api_docs/kbn_management_cards_navigation.mdx
+++ b/api_docs/kbn_management_cards_navigation.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-cards-navigation
title: "@kbn/management-cards-navigation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-cards-navigation plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation']
---
import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json';
diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx
index 2b77c25307ae..bb7d536da6ea 100644
--- a/api_docs/kbn_management_settings_application.mdx
+++ b/api_docs/kbn_management_settings_application.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-application
title: "@kbn/management-settings-application"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-application plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application']
---
import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json';
diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx
index c3345f6ad335..b18ff0a36a0a 100644
--- a/api_docs/kbn_management_settings_components_field_category.mdx
+++ b/api_docs/kbn_management_settings_components_field_category.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category
title: "@kbn/management-settings-components-field-category"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-components-field-category plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category']
---
import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json';
diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx
index a101fd5aa049..c967837542cc 100644
--- a/api_docs/kbn_management_settings_components_field_input.mdx
+++ b/api_docs/kbn_management_settings_components_field_input.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input
title: "@kbn/management-settings-components-field-input"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-components-field-input plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input']
---
import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json';
diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx
index bbc84d75195c..500648b0618b 100644
--- a/api_docs/kbn_management_settings_components_field_row.mdx
+++ b/api_docs/kbn_management_settings_components_field_row.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row
title: "@kbn/management-settings-components-field-row"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-components-field-row plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row']
---
import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json';
diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx
index 5c0b246ee9f4..3530184d03ba 100644
--- a/api_docs/kbn_management_settings_components_form.mdx
+++ b/api_docs/kbn_management_settings_components_form.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-form
title: "@kbn/management-settings-components-form"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-components-form plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form']
---
import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json';
diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx
index 3fe483060b0d..80f17d46e34e 100644
--- a/api_docs/kbn_management_settings_field_definition.mdx
+++ b/api_docs/kbn_management_settings_field_definition.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-field-definition
title: "@kbn/management-settings-field-definition"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-field-definition plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition']
---
import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json';
diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx
index 428176aa7d72..a2c1856580b5 100644
--- a/api_docs/kbn_management_settings_ids.mdx
+++ b/api_docs/kbn_management_settings_ids.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-ids
title: "@kbn/management-settings-ids"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-ids plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids']
---
import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json';
diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx
index f0f94e088be2..c97a250a3529 100644
--- a/api_docs/kbn_management_settings_section_registry.mdx
+++ b/api_docs/kbn_management_settings_section_registry.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-section-registry
title: "@kbn/management-settings-section-registry"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-section-registry plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry']
---
import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json';
diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx
index 42b8cd6c4b5c..014bfdf7569d 100644
--- a/api_docs/kbn_management_settings_types.mdx
+++ b/api_docs/kbn_management_settings_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-types
title: "@kbn/management-settings-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types']
---
import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json';
diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx
index bc159f68ca4f..df781997049d 100644
--- a/api_docs/kbn_management_settings_utilities.mdx
+++ b/api_docs/kbn_management_settings_utilities.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-utilities
title: "@kbn/management-settings-utilities"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-settings-utilities plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities']
---
import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json';
diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx
index 7e6e393e01c6..bd1a04bea2cd 100644
--- a/api_docs/kbn_management_storybook_config.mdx
+++ b/api_docs/kbn_management_storybook_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-storybook-config
title: "@kbn/management-storybook-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/management-storybook-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config']
---
import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json';
diff --git a/api_docs/kbn_mapbox_gl.devdocs.json b/api_docs/kbn_mapbox_gl.devdocs.json
index 838e1f65579c..b3517dd00c74 100644
--- a/api_docs/kbn_mapbox_gl.devdocs.json
+++ b/api_docs/kbn_mapbox_gl.devdocs.json
@@ -9592,7 +9592,7 @@
"label": "MapEvent",
"description": [],
"signature": [
- "\"error\" | \"remove\" | \"data\" | \"render\" | \"rotate\" | \"resize\" | \"zoom\" | \"load\" | \"move\" | \"idle\" | \"mousedown\" | \"mouseup\" | \"mouseover\" | \"mousemove\" | \"click\" | \"dblclick\" | \"mouseenter\" | \"mouseleave\" | \"mouseout\" | \"contextmenu\" | \"wheel\" | \"touchstart\" | \"touchend\" | \"touchmove\" | \"touchcancel\" | \"movestart\" | \"moveend\" | \"dragstart\" | \"drag\" | \"dragend\" | \"zoomstart\" | \"zoomend\" | \"rotatestart\" | \"rotateend\" | \"pitchstart\" | \"pitch\" | \"pitchend\" | \"boxzoomstart\" | \"boxzoomend\" | \"boxzoomcancel\" | \"webglcontextlost\" | \"webglcontextrestored\" | \"styledata\" | \"sourcedata\" | \"dataloading\" | \"styledataloading\" | \"sourcedataloading\" | \"styleimagemissing\" | \"style.load\" | \"terrain\" | \"dataabort\" | \"sourcedataabort\""
+ "\"error\" | \"remove\" | \"data\" | \"render\" | \"rotate\" | \"resize\" | \"idle\" | \"zoom\" | \"load\" | \"move\" | \"mousedown\" | \"mouseup\" | \"mouseover\" | \"mousemove\" | \"click\" | \"dblclick\" | \"mouseenter\" | \"mouseleave\" | \"mouseout\" | \"contextmenu\" | \"wheel\" | \"touchstart\" | \"touchend\" | \"touchmove\" | \"touchcancel\" | \"movestart\" | \"moveend\" | \"dragstart\" | \"drag\" | \"dragend\" | \"zoomstart\" | \"zoomend\" | \"rotatestart\" | \"rotateend\" | \"pitchstart\" | \"pitch\" | \"pitchend\" | \"boxzoomstart\" | \"boxzoomend\" | \"boxzoomcancel\" | \"webglcontextlost\" | \"webglcontextrestored\" | \"styledata\" | \"sourcedata\" | \"dataloading\" | \"styledataloading\" | \"sourcedataloading\" | \"styleimagemissing\" | \"style.load\" | \"terrain\" | \"dataabort\" | \"sourcedataabort\""
],
"path": "node_modules/maplibre-gl/dist/maplibre-gl.d.ts",
"deprecated": false,
diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx
index a585d2d1ec33..15b832bf028c 100644
--- a/api_docs/kbn_mapbox_gl.mdx
+++ b/api_docs/kbn_mapbox_gl.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl
title: "@kbn/mapbox-gl"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/mapbox-gl plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl']
---
import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json';
diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx
index 53c61887c1b6..13bb2fdc2fc5 100644
--- a/api_docs/kbn_maps_vector_tile_utils.mdx
+++ b/api_docs/kbn_maps_vector_tile_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils
title: "@kbn/maps-vector-tile-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/maps-vector-tile-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils']
---
import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx
index dac773305e8a..57ebaa4d4ed6 100644
--- a/api_docs/kbn_ml_agg_utils.mdx
+++ b/api_docs/kbn_ml_agg_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils
title: "@kbn/ml-agg-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-agg-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils']
---
import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx
index a7953757afdc..2eab090e4f10 100644
--- a/api_docs/kbn_ml_anomaly_utils.mdx
+++ b/api_docs/kbn_ml_anomaly_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils
title: "@kbn/ml-anomaly-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-anomaly-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-anomaly-utils']
---
import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx
index cef557d84395..2132f936d47f 100644
--- a/api_docs/kbn_ml_category_validator.mdx
+++ b/api_docs/kbn_ml_category_validator.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-category-validator
title: "@kbn/ml-category-validator"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-category-validator plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-category-validator']
---
import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json';
diff --git a/api_docs/kbn_ml_chi2test.mdx b/api_docs/kbn_ml_chi2test.mdx
index 5ef913a9c027..8814b0a9108f 100644
--- a/api_docs/kbn_ml_chi2test.mdx
+++ b/api_docs/kbn_ml_chi2test.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-chi2test
title: "@kbn/ml-chi2test"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-chi2test plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-chi2test']
---
import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json';
diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx
index c81a133ca6c5..73e20f921c20 100644
--- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx
+++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils
title: "@kbn/ml-data-frame-analytics-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-data-frame-analytics-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils']
---
import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx
index 598334ddb9ab..f3233e19805f 100644
--- a/api_docs/kbn_ml_data_grid.mdx
+++ b/api_docs/kbn_ml_data_grid.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid
title: "@kbn/ml-data-grid"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-data-grid plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid']
---
import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json';
diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx
index 87f95a3eb622..fe13d266e779 100644
--- a/api_docs/kbn_ml_date_picker.mdx
+++ b/api_docs/kbn_ml_date_picker.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker
title: "@kbn/ml-date-picker"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-date-picker plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker']
---
import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json';
diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx
index 8747ffb7f6ae..5c619a5171fd 100644
--- a/api_docs/kbn_ml_date_utils.mdx
+++ b/api_docs/kbn_ml_date_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils
title: "@kbn/ml-date-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-date-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils']
---
import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx
index 2abd8f2c6151..7410c198da7d 100644
--- a/api_docs/kbn_ml_error_utils.mdx
+++ b/api_docs/kbn_ml_error_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils
title: "@kbn/ml-error-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-error-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils']
---
import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx
index f568bb259cb5..98b5b92dcd45 100644
--- a/api_docs/kbn_ml_in_memory_table.mdx
+++ b/api_docs/kbn_ml_in_memory_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-in-memory-table
title: "@kbn/ml-in-memory-table"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-in-memory-table plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-in-memory-table']
---
import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json';
diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx
index 436d836573d1..fe76c0aad143 100644
--- a/api_docs/kbn_ml_is_defined.mdx
+++ b/api_docs/kbn_ml_is_defined.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined
title: "@kbn/ml-is-defined"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-is-defined plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-defined']
---
import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json';
diff --git a/api_docs/kbn_ml_is_populated_object.mdx b/api_docs/kbn_ml_is_populated_object.mdx
index ce789662d9cf..8a32c3ac8322 100644
--- a/api_docs/kbn_ml_is_populated_object.mdx
+++ b/api_docs/kbn_ml_is_populated_object.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object
title: "@kbn/ml-is-populated-object"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-is-populated-object plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object']
---
import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json';
diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx
index fa639d9aa60d..c84ed03ca16f 100644
--- a/api_docs/kbn_ml_kibana_theme.mdx
+++ b/api_docs/kbn_ml_kibana_theme.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-kibana-theme
title: "@kbn/ml-kibana-theme"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-kibana-theme plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-kibana-theme']
---
import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json';
diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx
index a2753a1965a2..77c3cad274d5 100644
--- a/api_docs/kbn_ml_local_storage.mdx
+++ b/api_docs/kbn_ml_local_storage.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage
title: "@kbn/ml-local-storage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-local-storage plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-local-storage']
---
import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json';
diff --git a/api_docs/kbn_ml_nested_property.mdx b/api_docs/kbn_ml_nested_property.mdx
index 46d1583adc59..69d01d31adfa 100644
--- a/api_docs/kbn_ml_nested_property.mdx
+++ b/api_docs/kbn_ml_nested_property.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property
title: "@kbn/ml-nested-property"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-nested-property plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-nested-property']
---
import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json';
diff --git a/api_docs/kbn_ml_number_utils.mdx b/api_docs/kbn_ml_number_utils.mdx
index ababf8c39d69..b62882f7664d 100644
--- a/api_docs/kbn_ml_number_utils.mdx
+++ b/api_docs/kbn_ml_number_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils
title: "@kbn/ml-number-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-number-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-number-utils']
---
import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx
index bb434d37eed8..631caf012062 100644
--- a/api_docs/kbn_ml_query_utils.mdx
+++ b/api_docs/kbn_ml_query_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils
title: "@kbn/ml-query-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-query-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-query-utils']
---
import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_random_sampler_utils.mdx b/api_docs/kbn_ml_random_sampler_utils.mdx
index 199582a72270..f8137bf131b0 100644
--- a/api_docs/kbn_ml_random_sampler_utils.mdx
+++ b/api_docs/kbn_ml_random_sampler_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils
title: "@kbn/ml-random-sampler-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-random-sampler-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils']
---
import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx
index d881d82648ef..879b7f13dd17 100644
--- a/api_docs/kbn_ml_route_utils.mdx
+++ b/api_docs/kbn_ml_route_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils
title: "@kbn/ml-route-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-route-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils']
---
import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_runtime_field_utils.mdx b/api_docs/kbn_ml_runtime_field_utils.mdx
index d236e1f30a50..c9f1503079ae 100644
--- a/api_docs/kbn_ml_runtime_field_utils.mdx
+++ b/api_docs/kbn_ml_runtime_field_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils
title: "@kbn/ml-runtime-field-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-runtime-field-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-runtime-field-utils']
---
import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx
index bb31b9d0ec3a..f384d3477cdb 100644
--- a/api_docs/kbn_ml_string_hash.mdx
+++ b/api_docs/kbn_ml_string_hash.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash
title: "@kbn/ml-string-hash"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-string-hash plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash']
---
import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json';
diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx
index f75532f1d3b2..45961ad07fb1 100644
--- a/api_docs/kbn_ml_trained_models_utils.mdx
+++ b/api_docs/kbn_ml_trained_models_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils
title: "@kbn/ml-trained-models-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-trained-models-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils']
---
import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_ui_actions.mdx b/api_docs/kbn_ml_ui_actions.mdx
index 0e8518af630e..05ed9b2c8277 100644
--- a/api_docs/kbn_ml_ui_actions.mdx
+++ b/api_docs/kbn_ml_ui_actions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-ui-actions
title: "@kbn/ml-ui-actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-ui-actions plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-ui-actions']
---
import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json';
diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx
index 7090a8e9ccef..bf153aead873 100644
--- a/api_docs/kbn_ml_url_state.mdx
+++ b/api_docs/kbn_ml_url_state.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state
title: "@kbn/ml-url-state"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-url-state plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state']
---
import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json';
diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx
index 394927ddae33..f5611cdcc4f7 100644
--- a/api_docs/kbn_monaco.mdx
+++ b/api_docs/kbn_monaco.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco
title: "@kbn/monaco"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/monaco plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco']
---
import kbnMonacoObj from './kbn_monaco.devdocs.json';
diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx
index 9465c9845c19..1ffdb777bf0c 100644
--- a/api_docs/kbn_object_versioning.mdx
+++ b/api_docs/kbn_object_versioning.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning
title: "@kbn/object-versioning"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/object-versioning plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning']
---
import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json';
diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx
index 33bc06578d2c..b9f557457002 100644
--- a/api_docs/kbn_observability_alert_details.mdx
+++ b/api_docs/kbn_observability_alert_details.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details
title: "@kbn/observability-alert-details"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/observability-alert-details plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details']
---
import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json';
diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx
index 8e50797aed43..8f96452eddd9 100644
--- a/api_docs/kbn_observability_alerting_test_data.mdx
+++ b/api_docs/kbn_observability_alerting_test_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data
title: "@kbn/observability-alerting-test-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/observability-alerting-test-data plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data']
---
import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json';
diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx
index 1c321bd0dfd8..babe1a375e61 100644
--- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx
+++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util
title: "@kbn/observability-get-padded-alert-time-range-util"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util']
---
import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json';
diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx
index 8691bab0adfb..2b8e8e329560 100644
--- a/api_docs/kbn_openapi_bundler.mdx
+++ b/api_docs/kbn_openapi_bundler.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-bundler
title: "@kbn/openapi-bundler"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/openapi-bundler plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-bundler']
---
import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json';
diff --git a/api_docs/kbn_openapi_generator.mdx b/api_docs/kbn_openapi_generator.mdx
index 9ea1cfa8c2e9..3adf8d5efa18 100644
--- a/api_docs/kbn_openapi_generator.mdx
+++ b/api_docs/kbn_openapi_generator.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-generator
title: "@kbn/openapi-generator"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/openapi-generator plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator']
---
import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json';
diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx
index c8fd1927a860..6072302aa3e0 100644
--- a/api_docs/kbn_optimizer.mdx
+++ b/api_docs/kbn_optimizer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer
title: "@kbn/optimizer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/optimizer plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer']
---
import kbnOptimizerObj from './kbn_optimizer.devdocs.json';
diff --git a/api_docs/kbn_optimizer_webpack_helpers.mdx b/api_docs/kbn_optimizer_webpack_helpers.mdx
index 74e41163c81f..363b55ef385c 100644
--- a/api_docs/kbn_optimizer_webpack_helpers.mdx
+++ b/api_docs/kbn_optimizer_webpack_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers
title: "@kbn/optimizer-webpack-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/optimizer-webpack-helpers plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer-webpack-helpers']
---
import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json';
diff --git a/api_docs/kbn_osquery_io_ts_types.mdx b/api_docs/kbn_osquery_io_ts_types.mdx
index 840592fd53f1..5490aab1c4a1 100644
--- a/api_docs/kbn_osquery_io_ts_types.mdx
+++ b/api_docs/kbn_osquery_io_ts_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types
title: "@kbn/osquery-io-ts-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/osquery-io-ts-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types']
---
import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json';
diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx
index 85b83650a3ed..e6e208c8992e 100644
--- a/api_docs/kbn_panel_loader.mdx
+++ b/api_docs/kbn_panel_loader.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-panel-loader
title: "@kbn/panel-loader"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/panel-loader plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/panel-loader']
---
import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json';
diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx
index 8a1300904b5a..f5ad1c54d790 100644
--- a/api_docs/kbn_performance_testing_dataset_extractor.mdx
+++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor
title: "@kbn/performance-testing-dataset-extractor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/performance-testing-dataset-extractor plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor']
---
import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json';
diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx
index 6df82f371f3e..7a2439de0a66 100644
--- a/api_docs/kbn_plugin_generator.mdx
+++ b/api_docs/kbn_plugin_generator.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator
title: "@kbn/plugin-generator"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/plugin-generator plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-generator']
---
import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json';
diff --git a/api_docs/kbn_plugin_helpers.mdx b/api_docs/kbn_plugin_helpers.mdx
index 851b929586ed..cb8258a2eff4 100644
--- a/api_docs/kbn_plugin_helpers.mdx
+++ b/api_docs/kbn_plugin_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers
title: "@kbn/plugin-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/plugin-helpers plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers']
---
import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json';
diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx
index 51da6131c85e..3a4baac3be23 100644
--- a/api_docs/kbn_profiling_utils.mdx
+++ b/api_docs/kbn_profiling_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiling-utils
title: "@kbn/profiling-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/profiling-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils']
---
import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json';
diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx
index 474d256b3b36..7d7289ec9349 100644
--- a/api_docs/kbn_random_sampling.mdx
+++ b/api_docs/kbn_random_sampling.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling
title: "@kbn/random-sampling"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/random-sampling plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling']
---
import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json';
diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx
index 956b48641171..302bc7262e4e 100644
--- a/api_docs/kbn_react_field.mdx
+++ b/api_docs/kbn_react_field.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field
title: "@kbn/react-field"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-field plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field']
---
import kbnReactFieldObj from './kbn_react_field.devdocs.json';
diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx
index 6666bf820e3c..7a6e2d918c7a 100644
--- a/api_docs/kbn_react_kibana_context_common.mdx
+++ b/api_docs/kbn_react_kibana_context_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-common
title: "@kbn/react-kibana-context-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-kibana-context-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common']
---
import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json';
diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx
index 1fdfcc66f634..ef9f7304e9eb 100644
--- a/api_docs/kbn_react_kibana_context_render.mdx
+++ b/api_docs/kbn_react_kibana_context_render.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-render
title: "@kbn/react-kibana-context-render"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-kibana-context-render plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render']
---
import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json';
diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx
index 85b24d01312f..5594040e720b 100644
--- a/api_docs/kbn_react_kibana_context_root.mdx
+++ b/api_docs/kbn_react_kibana_context_root.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-root
title: "@kbn/react-kibana-context-root"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-kibana-context-root plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root']
---
import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json';
diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx
index 6b416774c5ca..04595eec266f 100644
--- a/api_docs/kbn_react_kibana_context_styled.mdx
+++ b/api_docs/kbn_react_kibana_context_styled.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled
title: "@kbn/react-kibana-context-styled"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-kibana-context-styled plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled']
---
import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json';
diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx
index 27f14e26fc9e..0cabfec07ab6 100644
--- a/api_docs/kbn_react_kibana_context_theme.mdx
+++ b/api_docs/kbn_react_kibana_context_theme.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme
title: "@kbn/react-kibana-context-theme"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-kibana-context-theme plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme']
---
import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json';
diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx
index 5a39ecfc5886..16f675276048 100644
--- a/api_docs/kbn_react_kibana_mount.mdx
+++ b/api_docs/kbn_react_kibana_mount.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-mount
title: "@kbn/react-kibana-mount"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-kibana-mount plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount']
---
import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json';
diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx
index 553c11922a89..54b50624473a 100644
--- a/api_docs/kbn_repo_file_maps.mdx
+++ b/api_docs/kbn_repo_file_maps.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps
title: "@kbn/repo-file-maps"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-file-maps plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps']
---
import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json';
diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx
index 2930ee1938bb..317169cdb0c9 100644
--- a/api_docs/kbn_repo_linter.mdx
+++ b/api_docs/kbn_repo_linter.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter
title: "@kbn/repo-linter"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-linter plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-linter']
---
import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json';
diff --git a/api_docs/kbn_repo_path.mdx b/api_docs/kbn_repo_path.mdx
index 089bf7ade093..ab16d0fb5f6e 100644
--- a/api_docs/kbn_repo_path.mdx
+++ b/api_docs/kbn_repo_path.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path
title: "@kbn/repo-path"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-path plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-path']
---
import kbnRepoPathObj from './kbn_repo_path.devdocs.json';
diff --git a/api_docs/kbn_repo_source_classifier.mdx b/api_docs/kbn_repo_source_classifier.mdx
index 8d0c57357354..fa14117a0cfc 100644
--- a/api_docs/kbn_repo_source_classifier.mdx
+++ b/api_docs/kbn_repo_source_classifier.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier
title: "@kbn/repo-source-classifier"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-source-classifier plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-source-classifier']
---
import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json';
diff --git a/api_docs/kbn_reporting_common.mdx b/api_docs/kbn_reporting_common.mdx
index 8fc9492d4d1c..56de2afd5b32 100644
--- a/api_docs/kbn_reporting_common.mdx
+++ b/api_docs/kbn_reporting_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common
title: "@kbn/reporting-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common']
---
import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json';
diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx
index 94c3fd9a2d8a..3252395821c0 100644
--- a/api_docs/kbn_reporting_export_types_csv.mdx
+++ b/api_docs/kbn_reporting_export_types_csv.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv
title: "@kbn/reporting-export-types-csv"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-export-types-csv plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv']
---
import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json';
diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx
index 0762322b9174..d5330fb160b0 100644
--- a/api_docs/kbn_reporting_export_types_csv_common.mdx
+++ b/api_docs/kbn_reporting_export_types_csv_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common
title: "@kbn/reporting-export-types-csv-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-export-types-csv-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common']
---
import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json';
diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx
index c1c08eb0a9a9..9eb19d7cbb62 100644
--- a/api_docs/kbn_reporting_export_types_pdf.mdx
+++ b/api_docs/kbn_reporting_export_types_pdf.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf
title: "@kbn/reporting-export-types-pdf"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-export-types-pdf plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf']
---
import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json';
diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx
index 6a47f9d1b59f..b9a033adb2ab 100644
--- a/api_docs/kbn_reporting_export_types_pdf_common.mdx
+++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common
title: "@kbn/reporting-export-types-pdf-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-export-types-pdf-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common']
---
import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json';
diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx
index a3c5a46643d4..2607053e6efc 100644
--- a/api_docs/kbn_reporting_export_types_png.mdx
+++ b/api_docs/kbn_reporting_export_types_png.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png
title: "@kbn/reporting-export-types-png"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-export-types-png plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png']
---
import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json';
diff --git a/api_docs/kbn_reporting_export_types_png_common.mdx b/api_docs/kbn_reporting_export_types_png_common.mdx
index dee31575eaa0..1bd8e06a601e 100644
--- a/api_docs/kbn_reporting_export_types_png_common.mdx
+++ b/api_docs/kbn_reporting_export_types_png_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common
title: "@kbn/reporting-export-types-png-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-export-types-png-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png-common']
---
import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json';
diff --git a/api_docs/kbn_reporting_mocks_server.mdx b/api_docs/kbn_reporting_mocks_server.mdx
index 1d08dd51a66d..fc76787e83f5 100644
--- a/api_docs/kbn_reporting_mocks_server.mdx
+++ b/api_docs/kbn_reporting_mocks_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-mocks-server
title: "@kbn/reporting-mocks-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-mocks-server plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server']
---
import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json';
diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx
index eb6405a440de..5410480ac95b 100644
--- a/api_docs/kbn_reporting_public.mdx
+++ b/api_docs/kbn_reporting_public.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-public
title: "@kbn/reporting-public"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-public plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public']
---
import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json';
diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx
index e9081fecdcfd..9d741aa43a8e 100644
--- a/api_docs/kbn_reporting_server.mdx
+++ b/api_docs/kbn_reporting_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-server
title: "@kbn/reporting-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-server plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server']
---
import kbnReportingServerObj from './kbn_reporting_server.devdocs.json';
diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx
index a3267628d673..aa51ddcc3f7a 100644
--- a/api_docs/kbn_resizable_layout.mdx
+++ b/api_docs/kbn_resizable_layout.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-resizable-layout
title: "@kbn/resizable-layout"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/resizable-layout plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout']
---
import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json';
diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx
index 2ad27d73f411..c1440fb9b7aa 100644
--- a/api_docs/kbn_rison.mdx
+++ b/api_docs/kbn_rison.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rison
title: "@kbn/rison"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/rison plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison']
---
import kbnRisonObj from './kbn_rison.devdocs.json';
diff --git a/api_docs/kbn_rrule.mdx b/api_docs/kbn_rrule.mdx
index 1a326b511e4f..ade560d4e4af 100644
--- a/api_docs/kbn_rrule.mdx
+++ b/api_docs/kbn_rrule.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rrule
title: "@kbn/rrule"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/rrule plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule']
---
import kbnRruleObj from './kbn_rrule.devdocs.json';
diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx
index 2fbc0cdd5fbb..fa0def76edd8 100644
--- a/api_docs/kbn_rule_data_utils.mdx
+++ b/api_docs/kbn_rule_data_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rule-data-utils
title: "@kbn/rule-data-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/rule-data-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils']
---
import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json';
diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx
index ac75259d727a..111443546255 100644
--- a/api_docs/kbn_saved_objects_settings.mdx
+++ b/api_docs/kbn_saved_objects_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings
title: "@kbn/saved-objects-settings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/saved-objects-settings plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings']
---
import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json';
diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx
index 7b0781387bf1..51f17012abb6 100644
--- a/api_docs/kbn_search_api_panels.mdx
+++ b/api_docs/kbn_search_api_panels.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels
title: "@kbn/search-api-panels"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/search-api-panels plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels']
---
import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json';
diff --git a/api_docs/kbn_search_connectors.devdocs.json b/api_docs/kbn_search_connectors.devdocs.json
index 13dd7f340695..a6acd12d30d6 100644
--- a/api_docs/kbn_search_connectors.devdocs.json
+++ b/api_docs/kbn_search_connectors.devdocs.json
@@ -4922,7 +4922,7 @@
"section": "def-common.ConnectorStatus",
"text": "ConnectorStatus"
},
- "; language: string | null; index_name: string | null; configuration: ",
+ "; language: string | null; configuration: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
@@ -4930,7 +4930,7 @@
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
- "; pipeline?: ",
+ "; index_name: string | null; pipeline?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx
index 3afd1aaad0d7..592a3446f3e6 100644
--- a/api_docs/kbn_search_connectors.mdx
+++ b/api_docs/kbn_search_connectors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors
title: "@kbn/search-connectors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/search-connectors plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors']
---
import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json';
diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx
index e48d58ff2a76..2b87383ad22b 100644
--- a/api_docs/kbn_search_errors.mdx
+++ b/api_docs/kbn_search_errors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors
title: "@kbn/search-errors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/search-errors plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors']
---
import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json';
diff --git a/api_docs/kbn_search_index_documents.devdocs.json b/api_docs/kbn_search_index_documents.devdocs.json
index a19264cf15a0..a68dcae8b5ff 100644
--- a/api_docs/kbn_search_index_documents.devdocs.json
+++ b/api_docs/kbn_search_index_documents.devdocs.json
@@ -98,8 +98,8 @@
"pluginId": "@kbn/core-elasticsearch-server",
"scope": "common",
"docId": "kibKbnCoreElasticsearchServerPluginApi",
- "section": "def-common.IScopedClusterClient",
- "text": "IScopedClusterClient"
+ "section": "def-common.ElasticsearchClient",
+ "text": "ElasticsearchClient"
},
", indexName: string, query?: string | undefined, from?: number, size?: number) => Promise<",
{
@@ -129,8 +129,8 @@
"pluginId": "@kbn/core-elasticsearch-server",
"scope": "common",
"docId": "kibKbnCoreElasticsearchServerPluginApi",
- "section": "def-common.IScopedClusterClient",
- "text": "IScopedClusterClient"
+ "section": "def-common.ElasticsearchClient",
+ "text": "ElasticsearchClient"
}
],
"path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts",
diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx
index e3a9cf9475e2..8168c3857cd6 100644
--- a/api_docs/kbn_search_index_documents.mdx
+++ b/api_docs/kbn_search_index_documents.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents
title: "@kbn/search-index-documents"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/search-index-documents plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents']
---
import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json';
diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx
index 0921f33ec82b..fa2f234524ef 100644
--- a/api_docs/kbn_search_response_warnings.mdx
+++ b/api_docs/kbn_search_response_warnings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings
title: "@kbn/search-response-warnings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/search-response-warnings plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings']
---
import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json';
diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx
index 186c8694bcd2..a82d7127ec57 100644
--- a/api_docs/kbn_security_plugin_types_common.mdx
+++ b/api_docs/kbn_security_plugin_types_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common
title: "@kbn/security-plugin-types-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-plugin-types-common plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common']
---
import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json';
diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx
index 583277b1056b..6b84cbe4f733 100644
--- a/api_docs/kbn_security_plugin_types_public.mdx
+++ b/api_docs/kbn_security_plugin_types_public.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public
title: "@kbn/security-plugin-types-public"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-plugin-types-public plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public']
---
import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json';
diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx
index dce689e54762..bdf75e5adc77 100644
--- a/api_docs/kbn_security_plugin_types_server.mdx
+++ b/api_docs/kbn_security_plugin_types_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server
title: "@kbn/security-plugin-types-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-plugin-types-server plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server']
---
import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json';
diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx
index 302976dca0d2..e78eb9abc1fa 100644
--- a/api_docs/kbn_security_solution_features.mdx
+++ b/api_docs/kbn_security_solution_features.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features
title: "@kbn/security-solution-features"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-solution-features plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features']
---
import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json';
diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx
index cf636b81113f..ab324ca0c2aa 100644
--- a/api_docs/kbn_security_solution_navigation.mdx
+++ b/api_docs/kbn_security_solution_navigation.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation
title: "@kbn/security-solution-navigation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-solution-navigation plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation']
---
import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json';
diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx
index 6a4c67694d33..58b4cd095c01 100644
--- a/api_docs/kbn_security_solution_side_nav.mdx
+++ b/api_docs/kbn_security_solution_side_nav.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav
title: "@kbn/security-solution-side-nav"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-solution-side-nav plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav']
---
import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json';
diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx
index e23ce85aa1c6..b44a7dafe277 100644
--- a/api_docs/kbn_security_solution_storybook_config.mdx
+++ b/api_docs/kbn_security_solution_storybook_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config
title: "@kbn/security-solution-storybook-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-solution-storybook-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config']
---
import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx
index cbffe10e8e6f..663fb1e743c1 100644
--- a/api_docs/kbn_securitysolution_autocomplete.mdx
+++ b/api_docs/kbn_securitysolution_autocomplete.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete
title: "@kbn/securitysolution-autocomplete"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-autocomplete plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete']
---
import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_data_table.mdx b/api_docs/kbn_securitysolution_data_table.mdx
index c69d2ea3108c..87de4f7c4bff 100644
--- a/api_docs/kbn_securitysolution_data_table.mdx
+++ b/api_docs/kbn_securitysolution_data_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table
title: "@kbn/securitysolution-data-table"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-data-table plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table']
---
import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx
index a2ec2338ae94..31fb371d1cec 100644
--- a/api_docs/kbn_securitysolution_ecs.mdx
+++ b/api_docs/kbn_securitysolution_ecs.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs
title: "@kbn/securitysolution-ecs"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-ecs plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs']
---
import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx
index a70f6d9be53b..6e5e00b346e5 100644
--- a/api_docs/kbn_securitysolution_es_utils.mdx
+++ b/api_docs/kbn_securitysolution_es_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils
title: "@kbn/securitysolution-es-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-es-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils']
---
import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx
index c971736dc45f..f1bfdabb7672 100644
--- a/api_docs/kbn_securitysolution_exception_list_components.mdx
+++ b/api_docs/kbn_securitysolution_exception_list_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components
title: "@kbn/securitysolution-exception-list-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-exception-list-components plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components']
---
import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_grouping.mdx b/api_docs/kbn_securitysolution_grouping.mdx
index 730bab23a87f..51bec1c044d9 100644
--- a/api_docs/kbn_securitysolution_grouping.mdx
+++ b/api_docs/kbn_securitysolution_grouping.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-grouping
title: "@kbn/securitysolution-grouping"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-grouping plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-grouping']
---
import kbnSecuritysolutionGroupingObj from './kbn_securitysolution_grouping.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx
index 3055818f79c4..028b9a969ca8 100644
--- a/api_docs/kbn_securitysolution_hook_utils.mdx
+++ b/api_docs/kbn_securitysolution_hook_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils
title: "@kbn/securitysolution-hook-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-hook-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils']
---
import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx
index e4e1abbf4ff6..27cf0a02b695 100644
--- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types
title: "@kbn/securitysolution-io-ts-alerting-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types']
---
import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx
index a67ac149ccad..d34861dc9512 100644
--- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types
title: "@kbn/securitysolution-io-ts-list-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-list-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types']
---
import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx
index bcaf73fb5c45..04bbfdbf960f 100644
--- a/api_docs/kbn_securitysolution_io_ts_types.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types
title: "@kbn/securitysolution-io-ts-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types']
---
import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx
index a4d225558229..419ab3de1cdc 100644
--- a/api_docs/kbn_securitysolution_io_ts_utils.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils
title: "@kbn/securitysolution-io-ts-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils']
---
import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx
index 15b578a83b30..95a65588992a 100644
--- a/api_docs/kbn_securitysolution_list_api.mdx
+++ b/api_docs/kbn_securitysolution_list_api.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api
title: "@kbn/securitysolution-list-api"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-api plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api']
---
import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx
index 59abc08db776..56c25428bb12 100644
--- a/api_docs/kbn_securitysolution_list_constants.mdx
+++ b/api_docs/kbn_securitysolution_list_constants.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants
title: "@kbn/securitysolution-list-constants"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-constants plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants']
---
import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx
index 2b4394ade026..21d5709c35b8 100644
--- a/api_docs/kbn_securitysolution_list_hooks.mdx
+++ b/api_docs/kbn_securitysolution_list_hooks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks
title: "@kbn/securitysolution-list-hooks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-hooks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks']
---
import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx
index d51596b3c7e1..0d5e44689388 100644
--- a/api_docs/kbn_securitysolution_list_utils.mdx
+++ b/api_docs/kbn_securitysolution_list_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils
title: "@kbn/securitysolution-list-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils']
---
import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx
index b3d16f1f1c3e..ad23af11d265 100644
--- a/api_docs/kbn_securitysolution_rules.mdx
+++ b/api_docs/kbn_securitysolution_rules.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules
title: "@kbn/securitysolution-rules"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-rules plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules']
---
import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx
index 63b67c8ec519..9f1082893205 100644
--- a/api_docs/kbn_securitysolution_t_grid.mdx
+++ b/api_docs/kbn_securitysolution_t_grid.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid
title: "@kbn/securitysolution-t-grid"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-t-grid plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid']
---
import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx
index e77a21e4a284..6258145d26aa 100644
--- a/api_docs/kbn_securitysolution_utils.mdx
+++ b/api_docs/kbn_securitysolution_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils
title: "@kbn/securitysolution-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils']
---
import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json';
diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx
index 3b55e97ef209..04831bfdbe87 100644
--- a/api_docs/kbn_server_http_tools.mdx
+++ b/api_docs/kbn_server_http_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools
title: "@kbn/server-http-tools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/server-http-tools plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools']
---
import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json';
diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx
index ba32534eef81..b6ee499b097c 100644
--- a/api_docs/kbn_server_route_repository.mdx
+++ b/api_docs/kbn_server_route_repository.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository
title: "@kbn/server-route-repository"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/server-route-repository plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository']
---
import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json';
diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx
index c64af6fa2185..027a8c1411c2 100644
--- a/api_docs/kbn_serverless_common_settings.mdx
+++ b/api_docs/kbn_serverless_common_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings
title: "@kbn/serverless-common-settings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/serverless-common-settings plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings']
---
import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json';
diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx
index 271442d9a86b..e15062918c61 100644
--- a/api_docs/kbn_serverless_observability_settings.mdx
+++ b/api_docs/kbn_serverless_observability_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings
title: "@kbn/serverless-observability-settings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/serverless-observability-settings plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings']
---
import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json';
diff --git a/api_docs/kbn_serverless_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx
index d8c8f55697ac..abf2c96bfc64 100644
--- a/api_docs/kbn_serverless_project_switcher.mdx
+++ b/api_docs/kbn_serverless_project_switcher.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-project-switcher
title: "@kbn/serverless-project-switcher"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/serverless-project-switcher plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-project-switcher']
---
import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json';
diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx
index 43dbc87c17ea..b8a7faf1523f 100644
--- a/api_docs/kbn_serverless_search_settings.mdx
+++ b/api_docs/kbn_serverless_search_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings
title: "@kbn/serverless-search-settings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/serverless-search-settings plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings']
---
import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json';
diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx
index 828227d889af..82a92bb0360f 100644
--- a/api_docs/kbn_serverless_security_settings.mdx
+++ b/api_docs/kbn_serverless_security_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings
title: "@kbn/serverless-security-settings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/serverless-security-settings plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings']
---
import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json';
diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx
index 9c88a0459ec1..910a5bdb256d 100644
--- a/api_docs/kbn_serverless_storybook_config.mdx
+++ b/api_docs/kbn_serverless_storybook_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config
title: "@kbn/serverless-storybook-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/serverless-storybook-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config']
---
import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json';
diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx
index bc7a792a96b7..00bc76f5c193 100644
--- a/api_docs/kbn_shared_svg.mdx
+++ b/api_docs/kbn_shared_svg.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg
title: "@kbn/shared-svg"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-svg plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg']
---
import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx
index 3cce7681f1b4..7faffbe3b587 100644
--- a/api_docs/kbn_shared_ux_avatar_solution.mdx
+++ b/api_docs/kbn_shared_ux_avatar_solution.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution
title: "@kbn/shared-ux-avatar-solution"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-avatar-solution plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution']
---
import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx
index 1b2697e031de..2d66ba8139b4 100644
--- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx
+++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen
title: "@kbn/shared-ux-button-exit-full-screen"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen']
---
import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx
index 3b51ce65be85..433955c8dafc 100644
--- a/api_docs/kbn_shared_ux_button_toolbar.mdx
+++ b/api_docs/kbn_shared_ux_button_toolbar.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar
title: "@kbn/shared-ux-button-toolbar"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-button-toolbar plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar']
---
import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx
index 4023536afeaa..4230e1a453c5 100644
--- a/api_docs/kbn_shared_ux_card_no_data.mdx
+++ b/api_docs/kbn_shared_ux_card_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data
title: "@kbn/shared-ux-card-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-card-no-data plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data']
---
import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx
index ba515f059292..66d3f762c605 100644
--- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks
title: "@kbn/shared-ux-card-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks']
---
import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx
index 4b7c2a62f5ac..bb466928188f 100644
--- a/api_docs/kbn_shared_ux_chrome_navigation.mdx
+++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation
title: "@kbn/shared-ux-chrome-navigation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-chrome-navigation plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation']
---
import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx
index ed791a34d511..21da8a53e7f3 100644
--- a/api_docs/kbn_shared_ux_error_boundary.mdx
+++ b/api_docs/kbn_shared_ux_error_boundary.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary
title: "@kbn/shared-ux-error-boundary"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-error-boundary plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary']
---
import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx
index 07b993ee12f3..83a742dee023 100644
--- a/api_docs/kbn_shared_ux_file_context.mdx
+++ b/api_docs/kbn_shared_ux_file_context.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context
title: "@kbn/shared-ux-file-context"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-context plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context']
---
import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx
index 56c7eae26fa9..30be098172f8 100644
--- a/api_docs/kbn_shared_ux_file_image.mdx
+++ b/api_docs/kbn_shared_ux_file_image.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image
title: "@kbn/shared-ux-file-image"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-image plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image']
---
import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx
index f13a45fa8b8c..5c169d98f57b 100644
--- a/api_docs/kbn_shared_ux_file_image_mocks.mdx
+++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks
title: "@kbn/shared-ux-file-image-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-image-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks']
---
import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx
index e2fd732df123..ff2549cc08e5 100644
--- a/api_docs/kbn_shared_ux_file_mocks.mdx
+++ b/api_docs/kbn_shared_ux_file_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks
title: "@kbn/shared-ux-file-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks']
---
import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx
index 12cf9fac3f75..5707fae06e12 100644
--- a/api_docs/kbn_shared_ux_file_picker.mdx
+++ b/api_docs/kbn_shared_ux_file_picker.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker
title: "@kbn/shared-ux-file-picker"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-picker plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker']
---
import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx
index cdd12bfe0110..061ae07a73c4 100644
--- a/api_docs/kbn_shared_ux_file_types.mdx
+++ b/api_docs/kbn_shared_ux_file_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types
title: "@kbn/shared-ux-file-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types']
---
import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx
index a26a6a3659c1..a821fa260019 100644
--- a/api_docs/kbn_shared_ux_file_upload.mdx
+++ b/api_docs/kbn_shared_ux_file_upload.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload
title: "@kbn/shared-ux-file-upload"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-upload plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload']
---
import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx
index 8f66cc62696b..f439d53184e5 100644
--- a/api_docs/kbn_shared_ux_file_util.mdx
+++ b/api_docs/kbn_shared_ux_file_util.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util
title: "@kbn/shared-ux-file-util"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-util plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util']
---
import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx
index 6842cd56379e..80416b4f2fa1 100644
--- a/api_docs/kbn_shared_ux_link_redirect_app.mdx
+++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app
title: "@kbn/shared-ux-link-redirect-app"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-link-redirect-app plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app']
---
import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx
index 4700ed177b6b..1c741e25b054 100644
--- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx
+++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks
title: "@kbn/shared-ux-link-redirect-app-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks']
---
import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx
index 7cce18b96be6..e3ada17b9faf 100644
--- a/api_docs/kbn_shared_ux_markdown.mdx
+++ b/api_docs/kbn_shared_ux_markdown.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown
title: "@kbn/shared-ux-markdown"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-markdown plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown']
---
import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx
index f8abbf61d43b..70c10679d7f4 100644
--- a/api_docs/kbn_shared_ux_markdown_mocks.mdx
+++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks
title: "@kbn/shared-ux-markdown-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-markdown-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks']
---
import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx
index bcd99d40c93b..a050a361c31d 100644
--- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx
+++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data
title: "@kbn/shared-ux-page-analytics-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data']
---
import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx
index 2f2b438a9f74..db5c9b210d1e 100644
--- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks
title: "@kbn/shared-ux-page-analytics-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks']
---
import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx
index 2da3428926d8..c920fac4ce6e 100644
--- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data
title: "@kbn/shared-ux-page-kibana-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data']
---
import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx
index 705ced929966..5c53bf306081 100644
--- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks
title: "@kbn/shared-ux-page-kibana-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks']
---
import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx
index fe4d2855e77c..45b5ace79cdd 100644
--- a/api_docs/kbn_shared_ux_page_kibana_template.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template
title: "@kbn/shared-ux-page-kibana-template"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-template plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template']
---
import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx
index a471aa09fb7d..22ff3d61a11e 100644
--- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks
title: "@kbn/shared-ux-page-kibana-template-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks']
---
import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx
index 08a8a41a177c..b5e512eb0000 100644
--- a/api_docs/kbn_shared_ux_page_no_data.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data
title: "@kbn/shared-ux-page-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data']
---
import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx
index 0eaf4feec2d9..81c863c81c31 100644
--- a/api_docs/kbn_shared_ux_page_no_data_config.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config
title: "@kbn/shared-ux-page-no-data-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config']
---
import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx
index 3c9375a6950e..2f628f017168 100644
--- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks
title: "@kbn/shared-ux-page-no-data-config-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks']
---
import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx
index 46f039ee529e..36e87fb69e44 100644
--- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks
title: "@kbn/shared-ux-page-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks']
---
import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx
index 989f040fe2cb..765e3e4f8ba5 100644
--- a/api_docs/kbn_shared_ux_page_solution_nav.mdx
+++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav
title: "@kbn/shared-ux-page-solution-nav"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-solution-nav plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav']
---
import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx
index ffdc1c46d58d..e1edf806d850 100644
--- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx
+++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views
title: "@kbn/shared-ux-prompt-no-data-views"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views']
---
import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx
index bf11fc585ead..f6bce0420743 100644
--- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx
+++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks
title: "@kbn/shared-ux-prompt-no-data-views-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks']
---
import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx
index e20b41d48970..2b2c1ad421b0 100644
--- a/api_docs/kbn_shared_ux_prompt_not_found.mdx
+++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found
title: "@kbn/shared-ux-prompt-not-found"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-prompt-not-found plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found']
---
import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx
index 2185970b99f1..3a6e25deab0e 100644
--- a/api_docs/kbn_shared_ux_router.mdx
+++ b/api_docs/kbn_shared_ux_router.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router
title: "@kbn/shared-ux-router"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-router plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router']
---
import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx
index 5e7659c11634..90419cba88a1 100644
--- a/api_docs/kbn_shared_ux_router_mocks.mdx
+++ b/api_docs/kbn_shared_ux_router_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks
title: "@kbn/shared-ux-router-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-router-mocks plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks']
---
import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx
index ecd330a43d8b..58d3f2425d64 100644
--- a/api_docs/kbn_shared_ux_storybook_config.mdx
+++ b/api_docs/kbn_shared_ux_storybook_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config
title: "@kbn/shared-ux-storybook-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-storybook-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config']
---
import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx
index fd1764a09d71..dd2e1c4f0dc7 100644
--- a/api_docs/kbn_shared_ux_storybook_mock.mdx
+++ b/api_docs/kbn_shared_ux_storybook_mock.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock
title: "@kbn/shared-ux-storybook-mock"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-storybook-mock plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock']
---
import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx
index e2466807ca98..ed8654c772ed 100644
--- a/api_docs/kbn_shared_ux_utility.mdx
+++ b/api_docs/kbn_shared_ux_utility.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility
title: "@kbn/shared-ux-utility"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-utility plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility']
---
import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json';
diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx
index a14563a38aa0..a666afe7756a 100644
--- a/api_docs/kbn_slo_schema.mdx
+++ b/api_docs/kbn_slo_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema
title: "@kbn/slo-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/slo-schema plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema']
---
import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json';
diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx
index 34235b9ffe1e..7dfbd608767b 100644
--- a/api_docs/kbn_some_dev_log.mdx
+++ b/api_docs/kbn_some_dev_log.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log
title: "@kbn/some-dev-log"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/some-dev-log plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log']
---
import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json';
diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx
index 9ead6f69b973..50ab43038968 100644
--- a/api_docs/kbn_std.mdx
+++ b/api_docs/kbn_std.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std
title: "@kbn/std"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/std plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std']
---
import kbnStdObj from './kbn_std.devdocs.json';
diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx
index 7252234f4f09..318204cc768e 100644
--- a/api_docs/kbn_stdio_dev_helpers.mdx
+++ b/api_docs/kbn_stdio_dev_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers
title: "@kbn/stdio-dev-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/stdio-dev-helpers plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers']
---
import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json';
diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx
index d0e5592f9092..40ca34678f0b 100644
--- a/api_docs/kbn_storybook.mdx
+++ b/api_docs/kbn_storybook.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook
title: "@kbn/storybook"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/storybook plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook']
---
import kbnStorybookObj from './kbn_storybook.devdocs.json';
diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx
index 95d1ab82d378..409f823c47a3 100644
--- a/api_docs/kbn_telemetry_tools.mdx
+++ b/api_docs/kbn_telemetry_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools
title: "@kbn/telemetry-tools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/telemetry-tools plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools']
---
import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json';
diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx
index 87519e9ab64b..d63e79947ae9 100644
--- a/api_docs/kbn_test.mdx
+++ b/api_docs/kbn_test.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test
title: "@kbn/test"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/test plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test']
---
import kbnTestObj from './kbn_test.devdocs.json';
diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx
index 7f237e1ebd73..e0325f0c9d85 100644
--- a/api_docs/kbn_test_jest_helpers.mdx
+++ b/api_docs/kbn_test_jest_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers
title: "@kbn/test-jest-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/test-jest-helpers plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers']
---
import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json';
diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx
index 60ef1d68c2cd..067615b56f9a 100644
--- a/api_docs/kbn_test_subj_selector.mdx
+++ b/api_docs/kbn_test_subj_selector.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector
title: "@kbn/test-subj-selector"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/test-subj-selector plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector']
---
import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json';
diff --git a/api_docs/kbn_text_based_editor.mdx b/api_docs/kbn_text_based_editor.mdx
index 3ea4516bb118..ac5b89d415e9 100644
--- a/api_docs/kbn_text_based_editor.mdx
+++ b/api_docs/kbn_text_based_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-text-based-editor
title: "@kbn/text-based-editor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/text-based-editor plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/text-based-editor']
---
import kbnTextBasedEditorObj from './kbn_text_based_editor.devdocs.json';
diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx
index b118424dc9bd..b9d99725ba8e 100644
--- a/api_docs/kbn_tooling_log.mdx
+++ b/api_docs/kbn_tooling_log.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log
title: "@kbn/tooling-log"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/tooling-log plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log']
---
import kbnToolingLogObj from './kbn_tooling_log.devdocs.json';
diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx
index 979fa394f08c..1b22e9b042b3 100644
--- a/api_docs/kbn_triggers_actions_ui_types.mdx
+++ b/api_docs/kbn_triggers_actions_ui_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types
title: "@kbn/triggers-actions-ui-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/triggers-actions-ui-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types']
---
import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json';
diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx
index ebcab003fa8a..8c11f46dd6e8 100644
--- a/api_docs/kbn_ts_projects.mdx
+++ b/api_docs/kbn_ts_projects.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects
title: "@kbn/ts-projects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ts-projects plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects']
---
import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json';
diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx
index 3fef7685dc7a..1b5845f1a04d 100644
--- a/api_docs/kbn_typed_react_router_config.mdx
+++ b/api_docs/kbn_typed_react_router_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config
title: "@kbn/typed-react-router-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/typed-react-router-config plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config']
---
import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json';
diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx
index 4ad2ef953694..82dc69b8f75d 100644
--- a/api_docs/kbn_ui_actions_browser.mdx
+++ b/api_docs/kbn_ui_actions_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser
title: "@kbn/ui-actions-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ui-actions-browser plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser']
---
import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json';
diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx
index dfb2ac0c1bfa..fad8af204ec2 100644
--- a/api_docs/kbn_ui_shared_deps_src.mdx
+++ b/api_docs/kbn_ui_shared_deps_src.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src
title: "@kbn/ui-shared-deps-src"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ui-shared-deps-src plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src']
---
import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json';
diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx
index 3bfed03bd763..fc994e9da81f 100644
--- a/api_docs/kbn_ui_theme.mdx
+++ b/api_docs/kbn_ui_theme.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme
title: "@kbn/ui-theme"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ui-theme plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme']
---
import kbnUiThemeObj from './kbn_ui_theme.devdocs.json';
diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx
index 023742634af5..e45bdecb5b8a 100644
--- a/api_docs/kbn_unified_data_table.mdx
+++ b/api_docs/kbn_unified_data_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table
title: "@kbn/unified-data-table"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/unified-data-table plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table']
---
import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json';
diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx
index 167fd3eea64b..fe025ffef0a7 100644
--- a/api_docs/kbn_unified_doc_viewer.mdx
+++ b/api_docs/kbn_unified_doc_viewer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer
title: "@kbn/unified-doc-viewer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/unified-doc-viewer plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer']
---
import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json';
diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx
index a677c98bda83..9bee99774af9 100644
--- a/api_docs/kbn_unified_field_list.mdx
+++ b/api_docs/kbn_unified_field_list.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list
title: "@kbn/unified-field-list"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/unified-field-list plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list']
---
import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json';
diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx
index ff2a752db8a0..dee42ac47be2 100644
--- a/api_docs/kbn_unsaved_changes_badge.mdx
+++ b/api_docs/kbn_unsaved_changes_badge.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge
title: "@kbn/unsaved-changes-badge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/unsaved-changes-badge plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge']
---
import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json';
diff --git a/api_docs/kbn_url_state.mdx b/api_docs/kbn_url_state.mdx
index 4742de1979fd..a99a08e76ebf 100644
--- a/api_docs/kbn_url_state.mdx
+++ b/api_docs/kbn_url_state.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-url-state
title: "@kbn/url-state"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/url-state plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/url-state']
---
import kbnUrlStateObj from './kbn_url_state.devdocs.json';
diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx
index f946a06d558f..979863ab2821 100644
--- a/api_docs/kbn_use_tracked_promise.mdx
+++ b/api_docs/kbn_use_tracked_promise.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise
title: "@kbn/use-tracked-promise"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/use-tracked-promise plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise']
---
import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json';
diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx
index 8448e95d3cc3..4bc9dac01ba2 100644
--- a/api_docs/kbn_user_profile_components.mdx
+++ b/api_docs/kbn_user_profile_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components
title: "@kbn/user-profile-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/user-profile-components plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components']
---
import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json';
diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx
index 543cd544be54..fc220462e9d1 100644
--- a/api_docs/kbn_utility_types.mdx
+++ b/api_docs/kbn_utility_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types
title: "@kbn/utility-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/utility-types plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types']
---
import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json';
diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx
index 0e8db908f567..8d6a2f9d1916 100644
--- a/api_docs/kbn_utility_types_jest.mdx
+++ b/api_docs/kbn_utility_types_jest.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest
title: "@kbn/utility-types-jest"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/utility-types-jest plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest']
---
import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json';
diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx
index 9b00d89ce5f2..33bb2f0ced1c 100644
--- a/api_docs/kbn_utils.mdx
+++ b/api_docs/kbn_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils
title: "@kbn/utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils']
---
import kbnUtilsObj from './kbn_utils.devdocs.json';
diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx
index ce29a287e68f..130a2da8b93a 100644
--- a/api_docs/kbn_visualization_ui_components.mdx
+++ b/api_docs/kbn_visualization_ui_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components
title: "@kbn/visualization-ui-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/visualization-ui-components plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components']
---
import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json';
diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx
index e7006e653b98..b894706a15c2 100644
--- a/api_docs/kbn_visualization_utils.mdx
+++ b/api_docs/kbn_visualization_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils
title: "@kbn/visualization-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/visualization-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils']
---
import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json';
diff --git a/api_docs/kbn_xstate_utils.devdocs.json b/api_docs/kbn_xstate_utils.devdocs.json
index b67854e21796..7c3dbf7d10fd 100644
--- a/api_docs/kbn_xstate_utils.devdocs.json
+++ b/api_docs/kbn_xstate_utils.devdocs.json
@@ -62,6 +62,23 @@
"returnComment": [],
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.getDevToolsOptions",
+ "type": "Function",
+ "tags": [],
+ "label": "getDevToolsOptions",
+ "description": [],
+ "signature": [
+ "() => boolean | object"
+ ],
+ "path": "packages/kbn-xstate-utils/src/dev_tools.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/xstate-utils",
"id": "def-common.isDevMode",
diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx
index 2a54b8f5e805..ac1293855756 100644
--- a/api_docs/kbn_xstate_utils.mdx
+++ b/api_docs/kbn_xstate_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils
title: "@kbn/xstate-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/xstate-utils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils']
---
import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 12 | 0 | 12 | 0 |
+| 13 | 0 | 13 | 0 |
## Common
diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx
index fde7a216e0fc..5ce6e7b48fea 100644
--- a/api_docs/kbn_yarn_lock_validator.mdx
+++ b/api_docs/kbn_yarn_lock_validator.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator
title: "@kbn/yarn-lock-validator"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/yarn-lock-validator plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator']
---
import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json';
diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx
index d01c9ac68fdc..9c3cb95e6694 100644
--- a/api_docs/kbn_zod_helpers.mdx
+++ b/api_docs/kbn_zod_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers
title: "@kbn/zod-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/zod-helpers plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers']
---
import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json';
diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx
index 34e5e0c0c7d8..fb6a6bf2d975 100644
--- a/api_docs/kibana_overview.mdx
+++ b/api_docs/kibana_overview.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview
title: "kibanaOverview"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kibanaOverview plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview']
---
import kibanaOverviewObj from './kibana_overview.devdocs.json';
diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx
index b23ee608852e..2bd874705659 100644
--- a/api_docs/kibana_react.mdx
+++ b/api_docs/kibana_react.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact
title: "kibanaReact"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kibanaReact plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact']
---
import kibanaReactObj from './kibana_react.devdocs.json';
diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx
index 07ae071b3a87..5323c75df596 100644
--- a/api_docs/kibana_utils.mdx
+++ b/api_docs/kibana_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils
title: "kibanaUtils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kibanaUtils plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils']
---
import kibanaUtilsObj from './kibana_utils.devdocs.json';
diff --git a/api_docs/kubernetes_security.mdx b/api_docs/kubernetes_security.mdx
index aabedc409f0b..7bbce351704e 100644
--- a/api_docs/kubernetes_security.mdx
+++ b/api_docs/kubernetes_security.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kubernetesSecurity
title: "kubernetesSecurity"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kubernetesSecurity plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity']
---
import kubernetesSecurityObj from './kubernetes_security.devdocs.json';
diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx
index de8a5c824ba9..f0645cfff072 100644
--- a/api_docs/lens.mdx
+++ b/api_docs/lens.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens
title: "lens"
image: https://source.unsplash.com/400x175/?github
description: API docs for the lens plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens']
---
import lensObj from './lens.devdocs.json';
diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx
index c206e39d5035..20cc4ded379f 100644
--- a/api_docs/license_api_guard.mdx
+++ b/api_docs/license_api_guard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard
title: "licenseApiGuard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the licenseApiGuard plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard']
---
import licenseApiGuardObj from './license_api_guard.devdocs.json';
diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx
index df107c149099..1f6bd63c4437 100644
--- a/api_docs/license_management.mdx
+++ b/api_docs/license_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement
title: "licenseManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the licenseManagement plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement']
---
import licenseManagementObj from './license_management.devdocs.json';
diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx
index 611dce690433..4b9f4ed0531f 100644
--- a/api_docs/licensing.mdx
+++ b/api_docs/licensing.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing
title: "licensing"
image: https://source.unsplash.com/400x175/?github
description: API docs for the licensing plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing']
---
import licensingObj from './licensing.devdocs.json';
diff --git a/api_docs/links.mdx b/api_docs/links.mdx
index b2758152a354..84e45ad7b56d 100644
--- a/api_docs/links.mdx
+++ b/api_docs/links.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links
title: "links"
image: https://source.unsplash.com/400x175/?github
description: API docs for the links plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links']
---
import linksObj from './links.devdocs.json';
diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx
index 2540e20b733c..980da84e620b 100644
--- a/api_docs/lists.mdx
+++ b/api_docs/lists.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists
title: "lists"
image: https://source.unsplash.com/400x175/?github
description: API docs for the lists plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists']
---
import listsObj from './lists.devdocs.json';
diff --git a/api_docs/log_explorer.devdocs.json b/api_docs/log_explorer.devdocs.json
index 783b558b4505..3ee4d7802eef 100644
--- a/api_docs/log_explorer.devdocs.json
+++ b/api_docs/log_explorer.devdocs.json
@@ -2,494 +2,1975 @@
"id": "logExplorer",
"client": {
"classes": [],
- "functions": [],
- "interfaces": [
+ "functions": [
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerCustomizations",
- "type": "Interface",
+ "id": "def-public.getDiscoverColumnsFromDisplayOptions",
+ "type": "Function",
"tags": [],
- "label": "LogExplorerCustomizations",
+ "label": "getDiscoverColumnsFromDisplayOptions",
"description": [],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/types.ts",
+ "signature": [
+ "(displayOptions: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ ") => string[] | undefined"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/utils/convert_discover_app_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerCustomizations.flyout",
+ "id": "def-public.getDiscoverColumnsFromDisplayOptions.$1",
"type": "Object",
"tags": [],
- "label": "flyout",
+ "label": "displayOptions",
"description": [],
"signature": [
- "{ renderContent?: ",
- "FlyoutRenderContent",
- " | undefined; } | undefined"
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ }
],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/types.ts",
+ "path": "x-pack/plugins/log_explorer/public/utils/convert_discover_app_state.ts",
"deprecated": false,
- "trackAdoption": false
+ "trackAdoption": false,
+ "isRequired": true
}
],
+ "returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerFlyoutContentProps",
- "type": "Interface",
+ "id": "def-public.getDiscoverGridFromDisplayOptions",
+ "type": "Function",
"tags": [],
- "label": "LogExplorerFlyoutContentProps",
+ "label": "getDiscoverGridFromDisplayOptions",
"description": [],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/types.ts",
+ "signature": [
+ "(displayOptions: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ ") => ",
+ {
+ "pluginId": "@kbn/unified-data-table",
+ "scope": "common",
+ "docId": "kibKbnUnifiedDataTablePluginApi",
+ "section": "def-common.UnifiedDataTableSettings",
+ "text": "UnifiedDataTableSettings"
+ },
+ " | undefined"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/utils/convert_discover_app_state.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerFlyoutContentProps.doc",
+ "id": "def-public.getDiscoverGridFromDisplayOptions.$1",
"type": "Object",
"tags": [],
- "label": "doc",
+ "label": "displayOptions",
"description": [],
"signature": [
- "DataTableRecord"
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ }
],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/types.ts",
+ "path": "x-pack/plugins/log_explorer/public/utils/convert_discover_app_state.ts",
"deprecated": false,
- "trackAdoption": false
+ "trackAdoption": false,
+ "isRequired": true
}
],
+ "returnComment": [],
"initialIsOpen": false
- },
+ }
+ ],
+ "interfaces": [
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerStateContainer",
+ "id": "def-public.LogExplorerController",
"type": "Interface",
"tags": [],
- "label": "LogExplorerStateContainer",
+ "label": "LogExplorerController",
"description": [],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/log_explorer.tsx",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerStateContainer.appState",
+ "id": "def-public.LogExplorerController.actions",
"type": "Object",
"tags": [],
- "label": "appState",
+ "label": "actions",
"description": [],
"signature": [
- {
- "pluginId": "discover",
- "scope": "public",
- "docId": "kibDiscoverPluginApi",
- "section": "def-public.DiscoverAppState",
- "text": "DiscoverAppState"
- },
- " | undefined"
+ "{}"
],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/log_explorer.tsx",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerStateContainer.logExplorerState",
- "type": "CompoundType",
+ "id": "def-public.LogExplorerController.customizations",
+ "type": "Object",
"tags": [],
- "label": "logExplorerState",
+ "label": "customizations",
"description": [],
"signature": [
- "Partial<",
- "WithDatasetSelection",
- " | (",
- "WithDatasetSelection",
- " & ",
- "WithControlPanels",
- ") | (",
- "WithDatasetSelection",
- " & ",
- "WithControlPanelGroupAPI",
- " & ",
- "WithControlPanels",
- ")> | undefined"
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerCustomizations",
+ "text": "LogExplorerCustomizations"
+ }
],
- "path": "x-pack/plugins/log_explorer/public/components/log_explorer/log_explorer.tsx",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
"trackAdoption": false
- }
- ],
- "initialIsOpen": false
- }
- ],
- "enums": [],
- "misc": [],
- "objects": [],
- "setup": {
- "parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerPluginSetup",
- "type": "Interface",
- "tags": [],
- "label": "LogExplorerPluginSetup",
- "description": [],
- "path": "x-pack/plugins/log_explorer/public/types.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [
- {
- "parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerPluginSetup.locators",
- "type": "Object",
- "tags": [],
- "label": "locators",
- "description": [],
- "signature": [
- "LogExplorerLocators"
- ],
- "path": "x-pack/plugins/log_explorer/public/types.ts",
- "deprecated": false,
- "trackAdoption": false
- }
- ],
- "lifecycle": "setup",
- "initialIsOpen": true
- },
- "start": {
- "parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerPluginStart",
- "type": "Interface",
- "tags": [],
- "label": "LogExplorerPluginStart",
- "description": [],
- "path": "x-pack/plugins/log_explorer/public/types.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [
- {
- "parentPluginId": "logExplorer",
- "id": "def-public.LogExplorerPluginStart.LogExplorer",
- "type": "CompoundType",
- "tags": [],
- "label": "LogExplorer",
- "description": [],
- "signature": [
- "React.ComponentClass<",
- "LogExplorerProps",
- ", any> | React.FunctionComponent<",
- "LogExplorerProps",
- ">"
- ],
- "path": "x-pack/plugins/log_explorer/public/types.ts",
- "deprecated": false,
- "trackAdoption": false
- }
- ],
- "lifecycle": "start",
- "initialIsOpen": true
- }
- },
- "server": {
- "classes": [],
- "functions": [],
- "interfaces": [],
- "enums": [],
- "misc": [],
- "objects": []
- },
- "common": {
- "classes": [
- {
- "parentPluginId": "logExplorer",
- "id": "def-common.AllDatasetSelection",
- "type": "Class",
- "tags": [],
- "label": "AllDatasetSelection",
- "description": [],
- "signature": [
- {
- "pluginId": "logExplorer",
- "scope": "common",
- "docId": "kibLogExplorerPluginApi",
- "section": "def-common.AllDatasetSelection",
- "text": "AllDatasetSelection"
},
- " implements ",
- "DatasetSelectionStrategy"
- ],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [
{
"parentPluginId": "logExplorer",
- "id": "def-common.AllDatasetSelection.selectionType",
- "type": "string",
+ "id": "def-public.LogExplorerController.datasetsClient",
+ "type": "Object",
"tags": [],
- "label": "selectionType",
+ "label": "datasetsClient",
"description": [],
"signature": [
- "\"all\""
+ "IDatasetsClient"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-common.AllDatasetSelection.selection",
- "type": "Object",
+ "id": "def-public.LogExplorerController.discoverServices",
+ "type": "CompoundType",
"tags": [],
- "label": "selection",
+ "label": "discoverServices",
"description": [],
"signature": [
- "{ dataset: ",
- "Dataset",
+ "Pick>, \"data\" | \"history\" | \"uiSettings\" | \"timefilter\" | \"filterManager\"> & { urlStateStorage: ",
+ {
+ "pluginId": "kibanaUtils",
+ "scope": "public",
+ "docId": "kibKibanaUtilsPluginApi",
+ "section": "def-public.IKbnUrlStateStorage",
+ "text": "IKbnUrlStateStorage"
+ },
"; }"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-common.AllDatasetSelection.toDataviewSpec",
- "type": "Function",
+ "id": "def-public.LogExplorerController.event$",
+ "type": "Object",
"tags": [],
- "label": "toDataviewSpec",
+ "label": "event$",
"description": [],
"signature": [
- "() => { id: string; name: string | undefined; title: string | undefined; }"
+ "Observable",
+ ""
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
- "trackAdoption": false,
- "children": [],
- "returnComment": []
+ "trackAdoption": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-common.AllDatasetSelection.toURLSelectionId",
- "type": "Function",
+ "id": "def-public.LogExplorerController.service",
+ "type": "Object",
"tags": [],
- "label": "toURLSelectionId",
+ "label": "service",
"description": [],
"signature": [
- "() => string"
+ "Interpreter",
+ "<(",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ ") | (",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & ",
+ "WithDiscoverStateContainer",
+ ") | (",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanelGroupAPI",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & ",
+ "WithDiscoverStateContainer",
+ "), any, ",
+ "LogExplorerControllerEvent",
+ ", ",
+ "LogExplorerControllerTypeState",
+ ", ",
+ "ResolveTypegenMeta",
+ "<",
+ "TypegenDisabled",
+ ", ",
+ "LogExplorerControllerEvent",
+ ", ",
+ "BaseActionObject",
+ ", ",
+ "ServiceMap",
+ ">>"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
- "trackAdoption": false,
- "children": [],
- "returnComment": []
+ "trackAdoption": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-common.AllDatasetSelection.create",
- "type": "Function",
+ "id": "def-public.LogExplorerController.state$",
+ "type": "Object",
"tags": [],
- "label": "create",
+ "label": "state$",
"description": [],
"signature": [
- "() => ",
+ "Observable",
+ "<",
{
"pluginId": "logExplorer",
- "scope": "common",
+ "scope": "public",
"docId": "kibLogExplorerPluginApi",
- "section": "def-common.AllDatasetSelection",
- "text": "AllDatasetSelection"
- }
+ "section": "def-public.LogExplorerPublicState",
+ "text": "LogExplorerPublicState"
+ },
+ ">"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
"deprecated": false,
- "trackAdoption": false,
- "children": [],
- "returnComment": []
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerController.stateMachine",
+ "type": "Object",
+ "tags": [],
+ "label": "stateMachine",
+ "description": [],
+ "signature": [
+ "StateMachine",
+ "<(",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ ") | (",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & ",
+ "WithDiscoverStateContainer",
+ ") | (",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanelGroupAPI",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & ",
+ "WithDiscoverStateContainer",
+ "), any, ",
+ "LogExplorerControllerEvent",
+ ", ",
+ "LogExplorerControllerTypeState",
+ ", ",
+ "BaseActionObject",
+ ", ",
+ "ServiceMap",
+ ", ",
+ "ResolveTypegenMeta",
+ "<",
+ "TypegenDisabled",
+ ", ",
+ "LogExplorerControllerEvent",
+ ", ",
+ "BaseActionObject",
+ ", ",
+ "ServiceMap",
+ ">>"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection",
- "type": "Class",
+ "id": "def-public.LogExplorerCustomizations",
+ "type": "Interface",
"tags": [],
- "label": "UnresolvedDatasetSelection",
+ "label": "LogExplorerCustomizations",
"description": [],
- "signature": [
- {
- "pluginId": "logExplorer",
- "scope": "common",
- "docId": "kibLogExplorerPluginApi",
- "section": "def-common.UnresolvedDatasetSelection",
- "text": "UnresolvedDatasetSelection"
- },
- " implements ",
- "DatasetSelectionStrategy"
- ],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/controller_customizations.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.selectionType",
- "type": "string",
+ "id": "def-public.LogExplorerCustomizations.flyout",
+ "type": "Object",
"tags": [],
- "label": "selectionType",
+ "label": "flyout",
"description": [],
"signature": [
- "\"unresolved\""
+ "{ renderContent?: ",
+ "RenderContentCustomization",
+ "<",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerFlyoutContentProps",
+ "text": "LogExplorerFlyoutContentProps"
+ },
+ "> | undefined; } | undefined"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/controller_customizations.ts",
"deprecated": false,
"trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerFlyoutContentProps",
+ "type": "Interface",
+ "tags": [],
+ "label": "LogExplorerFlyoutContentProps",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerFlyoutContentProps",
+ "text": "LogExplorerFlyoutContentProps"
},
+ " extends ",
+ {
+ "pluginId": "discover",
+ "scope": "public",
+ "docId": "kibDiscoverPluginApi",
+ "section": "def-public.FlyoutContentProps",
+ "text": "FlyoutContentProps"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/public/controller/controller_customizations.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
{
"parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.selection",
+ "id": "def-public.LogExplorerFlyoutContentProps.dataView",
"type": "Object",
"tags": [],
- "label": "selection",
+ "label": "dataView",
"description": [],
"signature": [
- "{ name?: string | undefined; dataset: ",
- "Dataset",
- "; }"
+ {
+ "pluginId": "dataViews",
+ "scope": "common",
+ "docId": "kibDataViewsPluginApi",
+ "section": "def-common.DataView",
+ "text": "DataView"
+ }
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/controller_customizations.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.toDataviewSpec",
- "type": "Function",
+ "id": "def-public.LogExplorerFlyoutContentProps.doc",
+ "type": "Object",
"tags": [],
- "label": "toDataviewSpec",
+ "label": "doc",
"description": [],
"signature": [
- "() => { id: string; name: string | undefined; title: string | undefined; }"
+ "LogDocument"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/controller_customizations.ts",
"deprecated": false,
- "trackAdoption": false,
- "children": [],
- "returnComment": []
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.CreateLogExplorerController",
+ "type": "Type",
+ "tags": [],
+ "label": "CreateLogExplorerController",
+ "description": [],
+ "signature": [
+ "({ customizations, initialState, }: { customizations?: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerCustomizations",
+ "text": "LogExplorerCustomizations"
},
+ " | undefined; initialState?: ",
{
- "parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.toURLSelectionId",
- "type": "Function",
- "tags": [],
- "label": "toURLSelectionId",
- "description": [],
- "signature": [
- "() => string"
- ],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [],
- "returnComment": []
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerPublicStateUpdate",
+ "text": "LogExplorerPublicStateUpdate"
+ },
+ " | undefined; }) => Promise<",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerController",
+ "text": "LogExplorerController"
},
+ ">"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/controller/create_controller.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": [
{
"parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.fromSelection",
- "type": "Function",
+ "id": "def-public.CreateLogExplorerController.$1",
+ "type": "Object",
"tags": [],
- "label": "fromSelection",
+ "label": "__0",
"description": [],
"signature": [
- "(selection: { name?: string | undefined; } & { dataset: { name: ",
- "Branded",
- "; } & { title?: string | undefined; }; }) => ",
+ "{ customizations?: ",
{
"pluginId": "logExplorer",
- "scope": "common",
+ "scope": "public",
"docId": "kibLogExplorerPluginApi",
- "section": "def-common.UnresolvedDatasetSelection",
- "text": "UnresolvedDatasetSelection"
- }
- ],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [
- {
- "parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.fromSelection.$1",
- "type": "CompoundType",
- "tags": [],
- "label": "selection",
- "description": [],
- "signature": [
- "{ name?: string | undefined; } & { dataset: { name: ",
- "Branded",
- "; } & { title?: string | undefined; }; }"
- ],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
- "deprecated": false,
- "trackAdoption": false,
- "isRequired": true
- }
- ],
- "returnComment": []
- },
- {
- "parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.create",
- "type": "Function",
- "tags": [],
- "label": "create",
- "description": [],
- "signature": [
- "(dataset: ",
- "Dataset",
- ") => ",
+ "section": "def-public.LogExplorerCustomizations",
+ "text": "LogExplorerCustomizations"
+ },
+ " | undefined; initialState?: ",
{
"pluginId": "logExplorer",
- "scope": "common",
+ "scope": "public",
"docId": "kibLogExplorerPluginApi",
- "section": "def-common.UnresolvedDatasetSelection",
- "text": "UnresolvedDatasetSelection"
- }
+ "section": "def-public.LogExplorerPublicStateUpdate",
+ "text": "LogExplorerPublicStateUpdate"
+ },
+ " | undefined; }"
],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "path": "x-pack/plugins/log_explorer/public/controller/create_controller.ts",
"deprecated": false,
- "trackAdoption": false,
- "children": [
- {
- "parentPluginId": "logExplorer",
- "id": "def-common.UnresolvedDatasetSelection.create.$1",
- "type": "Object",
- "tags": [],
- "label": "dataset",
- "description": [],
- "signature": [
- "Dataset"
- ],
- "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
- "deprecated": false,
- "trackAdoption": false,
- "isRequired": true
- }
- ],
- "returnComment": []
+ "trackAdoption": false
}
],
"initialIsOpen": false
- }
- ],
- "functions": [],
- "interfaces": [],
- "enums": [],
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerControllerContext",
+ "type": "Type",
+ "tags": [],
+ "label": "LogExplorerControllerContext",
+ "description": [],
+ "signature": [
+ "(",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ ") | (",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & ",
+ "WithDiscoverStateContainer",
+ ") | (",
+ "WithDatasetSelection",
+ " & ",
+ "WithControlPanelGroupAPI",
+ " & ",
+ "WithControlPanels",
+ " & ",
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & ",
+ "WithDiscoverStateContainer",
+ ")"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/state_machines/log_explorer_controller/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPublicState",
+ "type": "Type",
+ "tags": [],
+ "label": "LogExplorerPublicState",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.DisplayOptions",
+ "text": "DisplayOptions"
+ },
+ " & { controls: ",
+ "ControlOptions",
+ "; datasetSelection: { selectionType: \"all\"; } | { selectionType: \"single\"; selection: { name?: string | undefined; } & { title?: string | undefined; } & { version?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; } | { selectionType: \"unresolved\"; selection: { name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; }; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPublicStateUpdate",
+ "type": "Type",
+ "tags": [],
+ "label": "LogExplorerPublicStateUpdate",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "data",
+ "scope": "common",
+ "docId": "kibDataQueryPluginApi",
+ "section": "def-common.QueryState",
+ "text": "QueryState"
+ },
+ " & ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.PartialDisplayOptions",
+ "text": "PartialDisplayOptions"
+ },
+ " & { controls?: ",
+ "ControlOptions",
+ " | undefined; datasetSelection?: { selectionType: \"all\"; } | { selectionType: \"single\"; selection: { name?: string | undefined; } & { title?: string | undefined; } & { version?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; } | { selectionType: \"unresolved\"; selection: { name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; } | undefined; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/controller/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": [],
+ "setup": {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPluginSetup",
+ "type": "Interface",
+ "tags": [],
+ "label": "LogExplorerPluginSetup",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPluginSetup.locators",
+ "type": "Object",
+ "tags": [],
+ "label": "locators",
+ "description": [],
+ "signature": [
+ "LogExplorerLocators"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "lifecycle": "setup",
+ "initialIsOpen": true
+ },
+ "start": {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPluginStart",
+ "type": "Interface",
+ "tags": [],
+ "label": "LogExplorerPluginStart",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPluginStart.LogExplorer",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "LogExplorer",
+ "description": [],
+ "signature": [
+ "React.ComponentClass<",
+ "LogExplorerProps",
+ ", any> | React.FunctionComponent<",
+ "LogExplorerProps",
+ ">"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPluginStart.createLogExplorerController",
+ "type": "Function",
+ "tags": [],
+ "label": "createLogExplorerController",
+ "description": [],
+ "signature": [
+ "({ customizations, initialState, }: { customizations?: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerCustomizations",
+ "text": "LogExplorerCustomizations"
+ },
+ " | undefined; initialState?: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerPublicStateUpdate",
+ "text": "LogExplorerPublicStateUpdate"
+ },
+ " | undefined; }) => Promise<",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerController",
+ "text": "LogExplorerController"
+ },
+ ">"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-public.LogExplorerPluginStart.createLogExplorerController.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "__0",
+ "description": [],
+ "signature": [
+ "{ customizations?: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerCustomizations",
+ "text": "LogExplorerCustomizations"
+ },
+ " | undefined; initialState?: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "public",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-public.LogExplorerPublicStateUpdate",
+ "text": "LogExplorerPublicStateUpdate"
+ },
+ " | undefined; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/public/controller/create_controller.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ]
+ }
+ ],
+ "lifecycle": "start",
+ "initialIsOpen": true
+ }
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
"misc": [],
"objects": []
+ },
+ "common": {
+ "classes": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AllDatasetSelection",
+ "type": "Class",
+ "tags": [],
+ "label": "AllDatasetSelection",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.AllDatasetSelection",
+ "text": "AllDatasetSelection"
+ },
+ " implements ",
+ "DatasetSelectionStrategy"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AllDatasetSelection.selectionType",
+ "type": "string",
+ "tags": [],
+ "label": "selectionType",
+ "description": [],
+ "signature": [
+ "\"all\""
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AllDatasetSelection.selection",
+ "type": "Object",
+ "tags": [],
+ "label": "selection",
+ "description": [],
+ "signature": [
+ "{ dataset: ",
+ "Dataset",
+ "; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AllDatasetSelection.toDataviewSpec",
+ "type": "Function",
+ "tags": [],
+ "label": "toDataviewSpec",
+ "description": [],
+ "signature": [
+ "() => ",
+ "DataViewSpecWithId"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AllDatasetSelection.toPlainSelection",
+ "type": "Function",
+ "tags": [],
+ "label": "toPlainSelection",
+ "description": [],
+ "signature": [
+ "() => { selectionType: \"all\"; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AllDatasetSelection.create",
+ "type": "Function",
+ "tags": [],
+ "label": "create",
+ "description": [],
+ "signature": [
+ "() => ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.AllDatasetSelection",
+ "text": "AllDatasetSelection"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/all_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection",
+ "type": "Class",
+ "tags": [],
+ "label": "UnresolvedDatasetSelection",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.UnresolvedDatasetSelection",
+ "text": "UnresolvedDatasetSelection"
+ },
+ " implements ",
+ "DatasetSelectionStrategy"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.selectionType",
+ "type": "string",
+ "tags": [],
+ "label": "selectionType",
+ "description": [],
+ "signature": [
+ "\"unresolved\""
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.selection",
+ "type": "Object",
+ "tags": [],
+ "label": "selection",
+ "description": [],
+ "signature": [
+ "{ name?: string | undefined; dataset: ",
+ "Dataset",
+ "; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.toDataviewSpec",
+ "type": "Function",
+ "tags": [],
+ "label": "toDataviewSpec",
+ "description": [],
+ "signature": [
+ "() => ",
+ "DataViewSpecWithId"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.toPlainSelection",
+ "type": "Function",
+ "tags": [],
+ "label": "toPlainSelection",
+ "description": [],
+ "signature": [
+ "() => { selectionType: \"unresolved\"; selection: { name: string | undefined; dataset: { name: ",
+ "Branded",
+ "; title: string; }; }; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.fromSelection",
+ "type": "Function",
+ "tags": [],
+ "label": "fromSelection",
+ "description": [],
+ "signature": [
+ "(selection: { name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }) => ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.UnresolvedDatasetSelection",
+ "text": "UnresolvedDatasetSelection"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.fromSelection.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "selection",
+ "description": [],
+ "signature": [
+ "{ name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.create",
+ "type": "Function",
+ "tags": [],
+ "label": "create",
+ "description": [],
+ "signature": [
+ "(dataset: ",
+ "Dataset",
+ ") => ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.UnresolvedDatasetSelection",
+ "text": "UnresolvedDatasetSelection"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.UnresolvedDatasetSelection.create.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "dataset",
+ "description": [],
+ "signature": [
+ "Dataset"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/unresolved_dataset_selection.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "functions": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.hydrateDatasetSelection",
+ "type": "Function",
+ "tags": [],
+ "label": "hydrateDatasetSelection",
+ "description": [],
+ "signature": [
+ "(datasetSelection: { selectionType: \"all\"; } | { selectionType: \"single\"; selection: { name?: string | undefined; } & { title?: string | undefined; } & { version?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; } | { selectionType: \"unresolved\"; selection: { name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; }) => ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.AllDatasetSelection",
+ "text": "AllDatasetSelection"
+ },
+ " | ",
+ "SingleDatasetSelection",
+ " | ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.UnresolvedDatasetSelection",
+ "text": "UnresolvedDatasetSelection"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/hydrate_dataset_selection.ts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.hydrateDatasetSelection.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "datasetSelection",
+ "description": [],
+ "signature": [
+ "{ selectionType: \"all\"; } | { selectionType: \"single\"; selection: { name?: string | undefined; } & { title?: string | undefined; } & { version?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; } | { selectionType: \"unresolved\"; selection: { name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/hydrate_dataset_selection.ts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.ChartDisplayOptions",
+ "type": "Interface",
+ "tags": [],
+ "label": "ChartDisplayOptions",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.ChartDisplayOptions.breakdownField",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "breakdownField",
+ "description": [],
+ "signature": [
+ "string | null"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.DisplayOptions",
+ "type": "Interface",
+ "tags": [],
+ "label": "DisplayOptions",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.DisplayOptions.grid",
+ "type": "Object",
+ "tags": [],
+ "label": "grid",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.GridDisplayOptions",
+ "text": "GridDisplayOptions"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.DisplayOptions.chart",
+ "type": "Object",
+ "tags": [],
+ "label": "chart",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.ChartDisplayOptions",
+ "text": "ChartDisplayOptions"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridColumnDisplayOptions",
+ "type": "Interface",
+ "tags": [],
+ "label": "GridColumnDisplayOptions",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridColumnDisplayOptions.field",
+ "type": "string",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridColumnDisplayOptions.width",
+ "type": "number",
+ "tags": [],
+ "label": "width",
+ "description": [],
+ "signature": [
+ "number | undefined"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridDisplayOptions",
+ "type": "Interface",
+ "tags": [],
+ "label": "GridDisplayOptions",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridDisplayOptions.columns",
+ "type": "Array",
+ "tags": [],
+ "label": "columns",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.GridColumnDisplayOptions",
+ "text": "GridColumnDisplayOptions"
+ },
+ "[]"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridDisplayOptions.rows",
+ "type": "Object",
+ "tags": [],
+ "label": "rows",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.GridRowsDisplayOptions",
+ "text": "GridRowsDisplayOptions"
+ }
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridRowsDisplayOptions",
+ "type": "Interface",
+ "tags": [],
+ "label": "GridRowsDisplayOptions",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridRowsDisplayOptions.rowHeight",
+ "type": "number",
+ "tags": [],
+ "label": "rowHeight",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.GridRowsDisplayOptions.rowsPerPage",
+ "type": "number",
+ "tags": [],
+ "label": "rowsPerPage",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.PartialDisplayOptions",
+ "type": "Interface",
+ "tags": [],
+ "label": "PartialDisplayOptions",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.PartialDisplayOptions.grid",
+ "type": "Object",
+ "tags": [],
+ "label": "grid",
+ "description": [],
+ "signature": [
+ "Partial & { rows?: Partial<",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.GridRowsDisplayOptions",
+ "text": "GridRowsDisplayOptions"
+ },
+ "> | undefined; }> | undefined"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.PartialDisplayOptions.chart",
+ "type": "Object",
+ "tags": [],
+ "label": "chart",
+ "description": [],
+ "signature": [
+ "Partial<",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.ChartDisplayOptions",
+ "text": "ChartDisplayOptions"
+ },
+ "> | undefined"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.availableControlPanelFields",
+ "type": "Array",
+ "tags": [],
+ "label": "availableControlPanelFields",
+ "description": [],
+ "signature": [
+ "\"data_stream.namespace\"[]"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.AvailableControlPanels",
+ "type": "Type",
+ "tags": [],
+ "label": "AvailableControlPanels",
+ "description": [],
+ "signature": [
+ "{ readonly NAMESPACE: \"data_stream.namespace\"; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.ControlPanels",
+ "type": "Type",
+ "tags": [],
+ "label": "ControlPanels",
+ "description": [],
+ "signature": [
+ "{ [x: string]: { order: number; width: \"small\" | \"medium\" | \"large\"; grow: boolean; type: string; explicitInput: { id: string; } & { dataViewId?: string | undefined; exclude?: boolean | undefined; existsSelected?: boolean | undefined; fieldName?: string | undefined; selectedOptions?: string[] | undefined; title?: string | undefined; }; }; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.DatasetSelectionPlain",
+ "type": "Type",
+ "tags": [],
+ "label": "DatasetSelectionPlain",
+ "description": [],
+ "signature": [
+ "{ selectionType: \"all\"; } | { selectionType: \"single\"; selection: { name?: string | undefined; } & { title?: string | undefined; } & { version?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; } | { selectionType: \"unresolved\"; selection: { name?: string | undefined; } & { dataset: { name: ",
+ "Branded",
+ "; } & { title?: string | undefined; }; }; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.PartialChartDisplayOptions",
+ "type": "Type",
+ "tags": [],
+ "label": "PartialChartDisplayOptions",
+ "description": [],
+ "signature": [
+ "{ breakdownField?: string | null | undefined; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.PartialGridDisplayOptions",
+ "type": "Type",
+ "tags": [],
+ "label": "PartialGridDisplayOptions",
+ "description": [],
+ "signature": [
+ "{ columns?: ",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.GridColumnDisplayOptions",
+ "text": "GridColumnDisplayOptions"
+ },
+ "[] | undefined; rows?: Partial<",
+ {
+ "pluginId": "logExplorer",
+ "scope": "common",
+ "docId": "kibLogExplorerPluginApi",
+ "section": "def-common.GridRowsDisplayOptions",
+ "text": "GridRowsDisplayOptions"
+ },
+ "> | undefined; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.PartialGridRowsDisplayOptions",
+ "type": "Type",
+ "tags": [],
+ "label": "PartialGridRowsDisplayOptions",
+ "description": [],
+ "signature": [
+ "{ rowHeight?: number | undefined; rowsPerPage?: number | undefined; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/display_options/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.availableControlsPanels",
+ "type": "Object",
+ "tags": [],
+ "label": "availableControlsPanels",
+ "description": [],
+ "signature": [
+ "{ readonly NAMESPACE: \"data_stream.namespace\"; }"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs",
+ "type": "Object",
+ "tags": [],
+ "label": "controlPanelConfigs",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE",
+ "type": "Object",
+ "tags": [],
+ "label": "[availableControlsPanels.NAMESPACE]",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.order",
+ "type": "number",
+ "tags": [],
+ "label": "order",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.width",
+ "type": "string",
+ "tags": [],
+ "label": "width",
+ "description": [],
+ "signature": [
+ "\"medium\""
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.grow",
+ "type": "boolean",
+ "tags": [],
+ "label": "grow",
+ "description": [],
+ "signature": [
+ "false"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.type",
+ "type": "string",
+ "tags": [],
+ "label": "type",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.explicitInput",
+ "type": "Object",
+ "tags": [],
+ "label": "explicitInput",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.explicitInput.id",
+ "type": "string",
+ "tags": [],
+ "label": "id",
+ "description": [],
+ "signature": [
+ "\"data_stream.namespace\""
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.explicitInput.fieldName",
+ "type": "string",
+ "tags": [],
+ "label": "fieldName",
+ "description": [],
+ "signature": [
+ "\"data_stream.namespace\""
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.controlPanelConfigs.availableControlsPanels.NAMESPACE.explicitInput.title",
+ "type": "string",
+ "tags": [],
+ "label": "title",
+ "description": [],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/available_control_panels.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.ControlPanelRT",
+ "type": "Object",
+ "tags": [],
+ "label": "ControlPanelRT",
+ "description": [],
+ "signature": [
+ "RecordC",
+ "<",
+ "StringC",
+ ", ",
+ "TypeC",
+ "<{ order: ",
+ "NumberC",
+ "; width: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"medium\">, ",
+ "LiteralC",
+ "<\"small\">, ",
+ "LiteralC",
+ "<\"large\">]>; grow: ",
+ "BooleanC",
+ "; type: ",
+ "StringC",
+ "; explicitInput: ",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ id: ",
+ "StringC",
+ "; }>, ",
+ "PartialC",
+ "<{ dataViewId: ",
+ "StringC",
+ "; exclude: ",
+ "BooleanC",
+ "; existsSelected: ",
+ "BooleanC",
+ "; fieldName: ",
+ "StringC",
+ "; selectedOptions: ",
+ "ArrayC",
+ "<",
+ "StringC",
+ ">; title: ",
+ "UnionC",
+ "<[",
+ "StringC",
+ ", ",
+ "UndefinedC",
+ "]>; }>]>; }>>"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/control_panels/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "logExplorer",
+ "id": "def-common.datasetSelectionPlainRT",
+ "type": "Object",
+ "tags": [],
+ "label": "datasetSelectionPlainRT",
+ "description": [],
+ "signature": [
+ "UnionC",
+ "<[",
+ "TypeC",
+ "<{ selectionType: ",
+ "LiteralC",
+ "<\"all\">; }>, ",
+ "TypeC",
+ "<{ selectionType: ",
+ "LiteralC",
+ "<\"single\">; selection: ",
+ "IntersectionC",
+ "<[",
+ "PartialC",
+ "<{ name: ",
+ "StringC",
+ "; }>, ",
+ "PartialC",
+ "<{ title: ",
+ "StringC",
+ "; }>, ",
+ "PartialC",
+ "<{ version: ",
+ "StringC",
+ "; }>, ",
+ "TypeC",
+ "<{ dataset: ",
+ "ExactC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ name: ",
+ "BrandC",
+ "<",
+ "StringC",
+ ", ",
+ "IndexPatternBrand",
+ ">; }>, ",
+ "PartialC",
+ "<{ title: ",
+ "StringC",
+ "; }>]>>; }>]>; }>, ",
+ "TypeC",
+ "<{ selectionType: ",
+ "LiteralC",
+ "<\"unresolved\">; selection: ",
+ "IntersectionC",
+ "<[",
+ "PartialC",
+ "<{ name: ",
+ "StringC",
+ "; }>, ",
+ "TypeC",
+ "<{ dataset: ",
+ "ExactC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ name: ",
+ "BrandC",
+ "<",
+ "StringC",
+ ", ",
+ "IndexPatternBrand",
+ ">; }>, ",
+ "PartialC",
+ "<{ title: ",
+ "StringC",
+ "; }>]>>; }>]>; }>]>"
+ ],
+ "path": "x-pack/plugins/log_explorer/common/dataset_selection/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ]
}
}
\ No newline at end of file
diff --git a/api_docs/log_explorer.mdx b/api_docs/log_explorer.mdx
index 360205bc8b5b..feb63b78cca6 100644
--- a/api_docs/log_explorer.mdx
+++ b/api_docs/log_explorer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logExplorer
title: "logExplorer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the logExplorer plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logExplorer']
---
import logExplorerObj from './log_explorer.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 26 | 0 | 26 | 8 |
+| 83 | 0 | 83 | 16 |
## Client
@@ -31,11 +31,29 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
### Start
+### Functions
+
+
### Interfaces
+### Consts, variables and types
+
+
## Common
+### Objects
+
+
+### Functions
+
+
### Classes
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx
index 1c667c8bc95c..433130905042 100644
--- a/api_docs/logs_shared.mdx
+++ b/api_docs/logs_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared
title: "logsShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the logsShared plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared']
---
import logsSharedObj from './logs_shared.devdocs.json';
diff --git a/api_docs/management.mdx b/api_docs/management.mdx
index 27f9120c5f6b..64c9199c5fca 100644
--- a/api_docs/management.mdx
+++ b/api_docs/management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management
title: "management"
image: https://source.unsplash.com/400x175/?github
description: API docs for the management plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management']
---
import managementObj from './management.devdocs.json';
diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx
index e7518482bb34..388eba40bb42 100644
--- a/api_docs/maps.mdx
+++ b/api_docs/maps.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps
title: "maps"
image: https://source.unsplash.com/400x175/?github
description: API docs for the maps plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps']
---
import mapsObj from './maps.devdocs.json';
diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx
index dce509b6b2ef..b1cad805c264 100644
--- a/api_docs/maps_ems.mdx
+++ b/api_docs/maps_ems.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms
title: "mapsEms"
image: https://source.unsplash.com/400x175/?github
description: API docs for the mapsEms plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms']
---
import mapsEmsObj from './maps_ems.devdocs.json';
diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx
index dc69456ebeb9..82f3d077905b 100644
--- a/api_docs/metrics_data_access.mdx
+++ b/api_docs/metrics_data_access.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess
title: "metricsDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the metricsDataAccess plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess']
---
import metricsDataAccessObj from './metrics_data_access.devdocs.json';
diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx
index 1571d68aca71..3a40b68ca787 100644
--- a/api_docs/ml.mdx
+++ b/api_docs/ml.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml
title: "ml"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ml plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml']
---
import mlObj from './ml.devdocs.json';
diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx
index 780b56bd6185..f4ab1a345e08 100644
--- a/api_docs/mock_idp_plugin.mdx
+++ b/api_docs/mock_idp_plugin.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin
title: "mockIdpPlugin"
image: https://source.unsplash.com/400x175/?github
description: API docs for the mockIdpPlugin plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin']
---
import mockIdpPluginObj from './mock_idp_plugin.devdocs.json';
diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx
index 42c92e4bac22..022fbfcb957e 100644
--- a/api_docs/monitoring.mdx
+++ b/api_docs/monitoring.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring
title: "monitoring"
image: https://source.unsplash.com/400x175/?github
description: API docs for the monitoring plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring']
---
import monitoringObj from './monitoring.devdocs.json';
diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx
index 3e294b8517c6..243e03eee0d8 100644
--- a/api_docs/monitoring_collection.mdx
+++ b/api_docs/monitoring_collection.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection
title: "monitoringCollection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the monitoringCollection plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection']
---
import monitoringCollectionObj from './monitoring_collection.devdocs.json';
diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx
index e39e6fb7d3e7..17338b007aaa 100644
--- a/api_docs/navigation.mdx
+++ b/api_docs/navigation.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation
title: "navigation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the navigation plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation']
---
import navigationObj from './navigation.devdocs.json';
diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx
index eb20b4917aa7..55339d01f332 100644
--- a/api_docs/newsfeed.mdx
+++ b/api_docs/newsfeed.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed
title: "newsfeed"
image: https://source.unsplash.com/400x175/?github
description: API docs for the newsfeed plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed']
---
import newsfeedObj from './newsfeed.devdocs.json';
diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx
index e6d3812676a2..88400e846013 100644
--- a/api_docs/no_data_page.mdx
+++ b/api_docs/no_data_page.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage
title: "noDataPage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the noDataPage plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage']
---
import noDataPageObj from './no_data_page.devdocs.json';
diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx
index 7ac5e62e28fe..eb369dd29489 100644
--- a/api_docs/notifications.mdx
+++ b/api_docs/notifications.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications
title: "notifications"
image: https://source.unsplash.com/400x175/?github
description: API docs for the notifications plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications']
---
import notificationsObj from './notifications.devdocs.json';
diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx
index cb0c5fac0dbf..baf5a08612c6 100644
--- a/api_docs/observability.mdx
+++ b/api_docs/observability.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability
title: "observability"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observability plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability']
---
import observabilityObj from './observability.devdocs.json';
diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx
index ab6ae8bdf3ab..aa71136564b9 100644
--- a/api_docs/observability_a_i_assistant.mdx
+++ b/api_docs/observability_a_i_assistant.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant
title: "observabilityAIAssistant"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observabilityAIAssistant plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant']
---
import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json';
diff --git a/api_docs/observability_log_explorer.devdocs.json b/api_docs/observability_log_explorer.devdocs.json
index cbf4d68df420..d53269feabf3 100644
--- a/api_docs/observability_log_explorer.devdocs.json
+++ b/api_docs/observability_log_explorer.devdocs.json
@@ -283,7 +283,41 @@
"initialIsOpen": false
}
],
- "functions": [],
+ "functions": [
+ {
+ "parentPluginId": "observabilityLogExplorer",
+ "id": "def-common.deepCompactObject",
+ "type": "Function",
+ "tags": [],
+ "label": "deepCompactObject",
+ "description": [],
+ "signature": [
+ ">(obj: Value) => Value"
+ ],
+ "path": "x-pack/plugins/observability_log_explorer/common/utils/deep_compact_object.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "observabilityLogExplorer",
+ "id": "def-common.deepCompactObject.$1",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "obj",
+ "description": [],
+ "signature": [
+ "Value"
+ ],
+ "path": "x-pack/plugins/observability_log_explorer/common/utils/deep_compact_object.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
"interfaces": [
{
"parentPluginId": "observabilityLogExplorer",
@@ -359,7 +393,23 @@
}
],
"enums": [],
- "misc": [],
+ "misc": [
+ {
+ "parentPluginId": "observabilityLogExplorer",
+ "id": "def-common.OBSERVABILITY_LOG_EXPLORER_URL_STATE_KEY",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_LOG_EXPLORER_URL_STATE_KEY",
+ "description": [],
+ "signature": [
+ "\"pageState\""
+ ],
+ "path": "x-pack/plugins/observability_log_explorer/common/url_schema/common.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
"objects": []
}
}
\ No newline at end of file
diff --git a/api_docs/observability_log_explorer.mdx b/api_docs/observability_log_explorer.mdx
index bda0ebc39d93..0a083e1df4df 100644
--- a/api_docs/observability_log_explorer.mdx
+++ b/api_docs/observability_log_explorer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogExplorer
title: "observabilityLogExplorer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observabilityLogExplorer plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogExplorer']
---
import observabilityLogExplorerObj from './observability_log_explorer.devdocs.json';
@@ -21,13 +21,19 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 15 | 0 | 15 | 1 |
+| 18 | 0 | 18 | 1 |
## Common
+### Functions
+
+
### Classes
### Interfaces
+### Consts, variables and types
+
+
diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx
index f2afe9a24630..e092153ffaa9 100644
--- a/api_docs/observability_onboarding.mdx
+++ b/api_docs/observability_onboarding.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding
title: "observabilityOnboarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observabilityOnboarding plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding']
---
import observabilityOnboardingObj from './observability_onboarding.devdocs.json';
diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx
index 83255d8c5569..67f86e79f8b5 100644
--- a/api_docs/observability_shared.mdx
+++ b/api_docs/observability_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared
title: "observabilityShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observabilityShared plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared']
---
import observabilitySharedObj from './observability_shared.devdocs.json';
diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx
index 3f26a9eac6ae..8726d3453056 100644
--- a/api_docs/osquery.mdx
+++ b/api_docs/osquery.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery
title: "osquery"
image: https://source.unsplash.com/400x175/?github
description: API docs for the osquery plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery']
---
import osqueryObj from './osquery.devdocs.json';
diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx
index 059a9785315f..1ffafc171a82 100644
--- a/api_docs/painless_lab.mdx
+++ b/api_docs/painless_lab.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab
title: "painlessLab"
image: https://source.unsplash.com/400x175/?github
description: API docs for the painlessLab plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab']
---
import painlessLabObj from './painless_lab.devdocs.json';
diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx
index e157e7536971..dc96c61bd528 100644
--- a/api_docs/plugin_directory.mdx
+++ b/api_docs/plugin_directory.mdx
@@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory
slug: /kibana-dev-docs/api-meta/plugin-api-directory
title: Directory
description: Directory of public APIs available through plugins or packages.
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -21,7 +21,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| API Count | Any Count | Missing comments | Missing exports |
|--------------|----------|-----------------|--------|
-| 77579 | 235 | 66304 | 1624 |
+| 77645 | 235 | 66370 | 1632 |
## Plugin Directory
@@ -58,7 +58,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | Add custom data integrations so they can be displayed in the Fleet integrations app | 268 | 0 | 249 | 1 |
| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 109 | 0 | 106 | 11 |
| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 54 | 0 | 51 | 0 |
-| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3190 | 31 | 2539 | 22 |
+| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3188 | 31 | 2537 | 22 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin provides the ability to create data views via a modal flyout inside Kibana apps | 35 | 0 | 25 | 5 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Reusable data view field editor across Kibana | 72 | 0 | 33 | 0 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data view management app | 2 | 0 | 2 | 0 |
@@ -126,7 +126,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 117 | 0 | 42 | 10 |
| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | A dashboard panel for creating links to dashboards or external links. | 57 | 0 | 57 | 6 |
| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 224 | 0 | 96 | 51 |
-| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin provides a LogExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. | 26 | 0 | 26 | 8 |
+| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin provides a LogExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. | 83 | 0 | 83 | 16 |
| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes the shared components and APIs to access and visualize logs. | 289 | 11 | 274 | 27 |
| logstash | [@elastic/logstash](https://github.com/orgs/elastic/teams/logstash) | - | 0 | 0 | 0 | 0 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 45 | 0 | 45 | 7 |
@@ -143,7 +143,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 |
| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 599 | 2 | 590 | 17 |
| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 91 | 0 | 86 | 12 |
-| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 15 | 0 | 15 | 1 |
+| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 18 | 0 | 18 | 1 |
| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 14 | 0 | 14 | 0 |
| | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 307 | 1 | 303 | 15 |
| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 24 | 0 | 24 | 7 |
@@ -435,7 +435,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 5 | 0 | 5 | 0 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 4 | 0 | 4 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 |
-| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 29 | 0 | 19 | 0 |
+| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 31 | 0 | 21 | 0 |
| | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 4 | 0 | 4 | 0 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 8 | 0 | 8 | 0 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 8 | 0 | 8 | 0 |
@@ -458,7 +458,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 48 | 0 | 33 | 7 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 27 | 0 | 14 | 1 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 3 | 0 |
-| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 261 | 1 | 201 | 15 |
+| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 266 | 1 | 206 | 15 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 19 | 0 | 19 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 |
| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 39 | 0 | 39 | 0 |
@@ -678,7 +678,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 24 | 0 | 14 | 0 |
| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 154 | 0 | 151 | 3 |
| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 2 | 0 | 1 | 0 |
-| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 12 | 0 | 12 | 0 |
+| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 13 | 0 | 13 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 2 | 0 |
| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 18 | 0 | 9 | 0 |
diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx
index f9525f98cc3d..b87a4261273b 100644
--- a/api_docs/presentation_util.mdx
+++ b/api_docs/presentation_util.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil
title: "presentationUtil"
image: https://source.unsplash.com/400x175/?github
description: API docs for the presentationUtil plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil']
---
import presentationUtilObj from './presentation_util.devdocs.json';
diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx
index e960fc023f93..38e0290ab3d5 100644
--- a/api_docs/profiling.mdx
+++ b/api_docs/profiling.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling
title: "profiling"
image: https://source.unsplash.com/400x175/?github
description: API docs for the profiling plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling']
---
import profilingObj from './profiling.devdocs.json';
diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx
index d3c75c533e1c..b967b28840ff 100644
--- a/api_docs/profiling_data_access.mdx
+++ b/api_docs/profiling_data_access.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess
title: "profilingDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the profilingDataAccess plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess']
---
import profilingDataAccessObj from './profiling_data_access.devdocs.json';
diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx
index cd8b354ef06b..270da85d2015 100644
--- a/api_docs/remote_clusters.mdx
+++ b/api_docs/remote_clusters.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters
title: "remoteClusters"
image: https://source.unsplash.com/400x175/?github
description: API docs for the remoteClusters plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters']
---
import remoteClustersObj from './remote_clusters.devdocs.json';
diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx
index 966cb1581c09..a253ab3c4f5d 100644
--- a/api_docs/reporting.mdx
+++ b/api_docs/reporting.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting
title: "reporting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the reporting plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting']
---
import reportingObj from './reporting.devdocs.json';
diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx
index 7a594d0e8192..a5692455eb0d 100644
--- a/api_docs/rollup.mdx
+++ b/api_docs/rollup.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup
title: "rollup"
image: https://source.unsplash.com/400x175/?github
description: API docs for the rollup plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup']
---
import rollupObj from './rollup.devdocs.json';
diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx
index c3d3dba4f62f..27a07ef1a1bd 100644
--- a/api_docs/rule_registry.mdx
+++ b/api_docs/rule_registry.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry
title: "ruleRegistry"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ruleRegistry plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry']
---
import ruleRegistryObj from './rule_registry.devdocs.json';
diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx
index e5da32c162cf..e4ab448202ea 100644
--- a/api_docs/runtime_fields.mdx
+++ b/api_docs/runtime_fields.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields
title: "runtimeFields"
image: https://source.unsplash.com/400x175/?github
description: API docs for the runtimeFields plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields']
---
import runtimeFieldsObj from './runtime_fields.devdocs.json';
diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx
index ff2799421fda..31f02f28e964 100644
--- a/api_docs/saved_objects.mdx
+++ b/api_docs/saved_objects.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects
title: "savedObjects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjects plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects']
---
import savedObjectsObj from './saved_objects.devdocs.json';
diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx
index 0d032e7a8ebc..ae850aa22f7b 100644
--- a/api_docs/saved_objects_finder.mdx
+++ b/api_docs/saved_objects_finder.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder
title: "savedObjectsFinder"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsFinder plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder']
---
import savedObjectsFinderObj from './saved_objects_finder.devdocs.json';
diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx
index 0c8fd78d1f67..1e161cf113e7 100644
--- a/api_docs/saved_objects_management.mdx
+++ b/api_docs/saved_objects_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement
title: "savedObjectsManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsManagement plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement']
---
import savedObjectsManagementObj from './saved_objects_management.devdocs.json';
diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx
index 1a4f7850637a..05c27d6b4ec6 100644
--- a/api_docs/saved_objects_tagging.mdx
+++ b/api_docs/saved_objects_tagging.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging
title: "savedObjectsTagging"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsTagging plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging']
---
import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json';
diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx
index 04265261ba74..f8fb4cbb9422 100644
--- a/api_docs/saved_objects_tagging_oss.mdx
+++ b/api_docs/saved_objects_tagging_oss.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss
title: "savedObjectsTaggingOss"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsTaggingOss plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss']
---
import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json';
diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx
index cdfdfc7eb319..9e4b5009cdb0 100644
--- a/api_docs/saved_search.mdx
+++ b/api_docs/saved_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch
title: "savedSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedSearch plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch']
---
import savedSearchObj from './saved_search.devdocs.json';
diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx
index 963824093402..0967766e1373 100644
--- a/api_docs/screenshot_mode.mdx
+++ b/api_docs/screenshot_mode.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode
title: "screenshotMode"
image: https://source.unsplash.com/400x175/?github
description: API docs for the screenshotMode plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode']
---
import screenshotModeObj from './screenshot_mode.devdocs.json';
diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx
index d3bfd7016254..78d682dded42 100644
--- a/api_docs/screenshotting.mdx
+++ b/api_docs/screenshotting.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting
title: "screenshotting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the screenshotting plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting']
---
import screenshottingObj from './screenshotting.devdocs.json';
diff --git a/api_docs/security.mdx b/api_docs/security.mdx
index 91ba36a61c3f..19c5aed49e86 100644
--- a/api_docs/security.mdx
+++ b/api_docs/security.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security
title: "security"
image: https://source.unsplash.com/400x175/?github
description: API docs for the security plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security']
---
import securityObj from './security.devdocs.json';
diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx
index 7da44ba34a53..adc5cbf7a813 100644
--- a/api_docs/security_solution.mdx
+++ b/api_docs/security_solution.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution
title: "securitySolution"
image: https://source.unsplash.com/400x175/?github
description: API docs for the securitySolution plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution']
---
import securitySolutionObj from './security_solution.devdocs.json';
diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx
index ce12efc3fef6..cb06973b8651 100644
--- a/api_docs/security_solution_ess.mdx
+++ b/api_docs/security_solution_ess.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss
title: "securitySolutionEss"
image: https://source.unsplash.com/400x175/?github
description: API docs for the securitySolutionEss plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss']
---
import securitySolutionEssObj from './security_solution_ess.devdocs.json';
diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx
index 1b8f1aa52d90..25f0cb054046 100644
--- a/api_docs/security_solution_serverless.mdx
+++ b/api_docs/security_solution_serverless.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless
title: "securitySolutionServerless"
image: https://source.unsplash.com/400x175/?github
description: API docs for the securitySolutionServerless plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless']
---
import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json';
diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx
index 844eae261ee1..c617f6b7995d 100644
--- a/api_docs/serverless.mdx
+++ b/api_docs/serverless.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless
title: "serverless"
image: https://source.unsplash.com/400x175/?github
description: API docs for the serverless plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless']
---
import serverlessObj from './serverless.devdocs.json';
diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx
index cd78382e91e9..abdd7bd77e71 100644
--- a/api_docs/serverless_observability.mdx
+++ b/api_docs/serverless_observability.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability
title: "serverlessObservability"
image: https://source.unsplash.com/400x175/?github
description: API docs for the serverlessObservability plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability']
---
import serverlessObservabilityObj from './serverless_observability.devdocs.json';
diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx
index fabfffd98750..588c0695d512 100644
--- a/api_docs/serverless_search.mdx
+++ b/api_docs/serverless_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch
title: "serverlessSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the serverlessSearch plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch']
---
import serverlessSearchObj from './serverless_search.devdocs.json';
diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx
index 28b9c2e10f03..c2a43855d4a9 100644
--- a/api_docs/session_view.mdx
+++ b/api_docs/session_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView
title: "sessionView"
image: https://source.unsplash.com/400x175/?github
description: API docs for the sessionView plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView']
---
import sessionViewObj from './session_view.devdocs.json';
diff --git a/api_docs/share.mdx b/api_docs/share.mdx
index 24eeeddb4e12..9705679dcc48 100644
--- a/api_docs/share.mdx
+++ b/api_docs/share.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share
title: "share"
image: https://source.unsplash.com/400x175/?github
description: API docs for the share plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share']
---
import shareObj from './share.devdocs.json';
diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx
index d9e90e0f4620..2f7ec94ad9ae 100644
--- a/api_docs/snapshot_restore.mdx
+++ b/api_docs/snapshot_restore.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore
title: "snapshotRestore"
image: https://source.unsplash.com/400x175/?github
description: API docs for the snapshotRestore plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore']
---
import snapshotRestoreObj from './snapshot_restore.devdocs.json';
diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx
index d39fe14b6388..d940ab171c7c 100644
--- a/api_docs/spaces.mdx
+++ b/api_docs/spaces.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces
title: "spaces"
image: https://source.unsplash.com/400x175/?github
description: API docs for the spaces plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces']
---
import spacesObj from './spaces.devdocs.json';
diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx
index 72608ba73ca9..0f9dff40f053 100644
--- a/api_docs/stack_alerts.mdx
+++ b/api_docs/stack_alerts.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts
title: "stackAlerts"
image: https://source.unsplash.com/400x175/?github
description: API docs for the stackAlerts plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts']
---
import stackAlertsObj from './stack_alerts.devdocs.json';
diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx
index 6fa0342ddac7..c1a11e161c61 100644
--- a/api_docs/stack_connectors.mdx
+++ b/api_docs/stack_connectors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors
title: "stackConnectors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the stackConnectors plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors']
---
import stackConnectorsObj from './stack_connectors.devdocs.json';
diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx
index 74d4db542ec2..9998f4168ffa 100644
--- a/api_docs/task_manager.mdx
+++ b/api_docs/task_manager.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager
title: "taskManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the taskManager plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager']
---
import taskManagerObj from './task_manager.devdocs.json';
diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx
index ff5966424cbc..f525144a06e3 100644
--- a/api_docs/telemetry.mdx
+++ b/api_docs/telemetry.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry
title: "telemetry"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetry plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry']
---
import telemetryObj from './telemetry.devdocs.json';
diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx
index a56536068d71..d58190474531 100644
--- a/api_docs/telemetry_collection_manager.mdx
+++ b/api_docs/telemetry_collection_manager.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager
title: "telemetryCollectionManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetryCollectionManager plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager']
---
import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json';
diff --git a/api_docs/telemetry_collection_xpack.mdx b/api_docs/telemetry_collection_xpack.mdx
index e27f417c1f3e..583ccd42f2f1 100644
--- a/api_docs/telemetry_collection_xpack.mdx
+++ b/api_docs/telemetry_collection_xpack.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionXpack
title: "telemetryCollectionXpack"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetryCollectionXpack plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionXpack']
---
import telemetryCollectionXpackObj from './telemetry_collection_xpack.devdocs.json';
diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx
index b65535daa3b3..9835cac4f487 100644
--- a/api_docs/telemetry_management_section.mdx
+++ b/api_docs/telemetry_management_section.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection
title: "telemetryManagementSection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetryManagementSection plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection']
---
import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json';
diff --git a/api_docs/text_based_languages.mdx b/api_docs/text_based_languages.mdx
index e048dfc5969a..a3dba771e1c0 100644
--- a/api_docs/text_based_languages.mdx
+++ b/api_docs/text_based_languages.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/textBasedLanguages
title: "textBasedLanguages"
image: https://source.unsplash.com/400x175/?github
description: API docs for the textBasedLanguages plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'textBasedLanguages']
---
import textBasedLanguagesObj from './text_based_languages.devdocs.json';
diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx
index 59ebce1fe723..a62d7936ee28 100644
--- a/api_docs/threat_intelligence.mdx
+++ b/api_docs/threat_intelligence.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/threatIntelligence
title: "threatIntelligence"
image: https://source.unsplash.com/400x175/?github
description: API docs for the threatIntelligence plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence']
---
import threatIntelligenceObj from './threat_intelligence.devdocs.json';
diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx
index 58a0382fe02c..15e0d1e44b1f 100644
--- a/api_docs/timelines.mdx
+++ b/api_docs/timelines.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines
title: "timelines"
image: https://source.unsplash.com/400x175/?github
description: API docs for the timelines plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines']
---
import timelinesObj from './timelines.devdocs.json';
diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx
index a014d8debe95..4022dd9cac77 100644
--- a/api_docs/transform.mdx
+++ b/api_docs/transform.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform
title: "transform"
image: https://source.unsplash.com/400x175/?github
description: API docs for the transform plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform']
---
import transformObj from './transform.devdocs.json';
diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx
index 0b38d0a7ec58..1d0bb9d20abb 100644
--- a/api_docs/triggers_actions_ui.mdx
+++ b/api_docs/triggers_actions_ui.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi
title: "triggersActionsUi"
image: https://source.unsplash.com/400x175/?github
description: API docs for the triggersActionsUi plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi']
---
import triggersActionsUiObj from './triggers_actions_ui.devdocs.json';
diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx
index 3b16d8e631b7..8f969282e3b8 100644
--- a/api_docs/ui_actions.mdx
+++ b/api_docs/ui_actions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions
title: "uiActions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the uiActions plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions']
---
import uiActionsObj from './ui_actions.devdocs.json';
diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx
index 72a10141fcf8..58cea0ec01e3 100644
--- a/api_docs/ui_actions_enhanced.mdx
+++ b/api_docs/ui_actions_enhanced.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced
title: "uiActionsEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the uiActionsEnhanced plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced']
---
import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json';
diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx
index de4c41220e68..7fb4f2d099c2 100644
--- a/api_docs/unified_doc_viewer.mdx
+++ b/api_docs/unified_doc_viewer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer
title: "unifiedDocViewer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedDocViewer plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer']
---
import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json';
diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx
index 39ee77886faa..b847573385d2 100644
--- a/api_docs/unified_histogram.mdx
+++ b/api_docs/unified_histogram.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedHistogram
title: "unifiedHistogram"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedHistogram plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram']
---
import unifiedHistogramObj from './unified_histogram.devdocs.json';
diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx
index 9006be0c8304..2ffc63097eed 100644
--- a/api_docs/unified_search.mdx
+++ b/api_docs/unified_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch
title: "unifiedSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedSearch plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch']
---
import unifiedSearchObj from './unified_search.devdocs.json';
diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx
index b0503d28f448..822281e69b87 100644
--- a/api_docs/unified_search_autocomplete.mdx
+++ b/api_docs/unified_search_autocomplete.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete
title: "unifiedSearch.autocomplete"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedSearch.autocomplete plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete']
---
import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json';
diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx
index 873cd4d8e84b..9793e6779029 100644
--- a/api_docs/uptime.mdx
+++ b/api_docs/uptime.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime
title: "uptime"
image: https://source.unsplash.com/400x175/?github
description: API docs for the uptime plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime']
---
import uptimeObj from './uptime.devdocs.json';
diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx
index 2d1d3c228973..28c70be8b2d5 100644
--- a/api_docs/url_forwarding.mdx
+++ b/api_docs/url_forwarding.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding
title: "urlForwarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the urlForwarding plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding']
---
import urlForwardingObj from './url_forwarding.devdocs.json';
diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx
index 4aaceb44ba85..9c6e6f5ccd92 100644
--- a/api_docs/usage_collection.mdx
+++ b/api_docs/usage_collection.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection
title: "usageCollection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the usageCollection plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection']
---
import usageCollectionObj from './usage_collection.devdocs.json';
diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx
index 86a500b2542e..7bd6280c4f67 100644
--- a/api_docs/ux.mdx
+++ b/api_docs/ux.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux
title: "ux"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ux plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux']
---
import uxObj from './ux.devdocs.json';
diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx
index 85ddba6c84ef..2f711a275000 100644
--- a/api_docs/vis_default_editor.mdx
+++ b/api_docs/vis_default_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor
title: "visDefaultEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visDefaultEditor plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor']
---
import visDefaultEditorObj from './vis_default_editor.devdocs.json';
diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx
index 9751554b5e49..23cd7ac54213 100644
--- a/api_docs/vis_type_gauge.mdx
+++ b/api_docs/vis_type_gauge.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge
title: "visTypeGauge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeGauge plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge']
---
import visTypeGaugeObj from './vis_type_gauge.devdocs.json';
diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx
index b46670c88a6a..c52738a68c77 100644
--- a/api_docs/vis_type_heatmap.mdx
+++ b/api_docs/vis_type_heatmap.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap
title: "visTypeHeatmap"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeHeatmap plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap']
---
import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json';
diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx
index bec1c57de70b..1d6ce54d0762 100644
--- a/api_docs/vis_type_pie.mdx
+++ b/api_docs/vis_type_pie.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie
title: "visTypePie"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypePie plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie']
---
import visTypePieObj from './vis_type_pie.devdocs.json';
diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx
index 5965e6f74473..da2009b3d06d 100644
--- a/api_docs/vis_type_table.mdx
+++ b/api_docs/vis_type_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable
title: "visTypeTable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeTable plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable']
---
import visTypeTableObj from './vis_type_table.devdocs.json';
diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx
index 185afc6a5804..b8993f1e2aba 100644
--- a/api_docs/vis_type_timelion.mdx
+++ b/api_docs/vis_type_timelion.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion
title: "visTypeTimelion"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeTimelion plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion']
---
import visTypeTimelionObj from './vis_type_timelion.devdocs.json';
diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx
index 004177a69b7d..24ab468403b6 100644
--- a/api_docs/vis_type_timeseries.mdx
+++ b/api_docs/vis_type_timeseries.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries
title: "visTypeTimeseries"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeTimeseries plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries']
---
import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json';
diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx
index ae8ef075d4d3..7fac6e9964c3 100644
--- a/api_docs/vis_type_vega.mdx
+++ b/api_docs/vis_type_vega.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega
title: "visTypeVega"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeVega plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega']
---
import visTypeVegaObj from './vis_type_vega.devdocs.json';
diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx
index 2bc7f61c3ff7..cfd6e62dde05 100644
--- a/api_docs/vis_type_vislib.mdx
+++ b/api_docs/vis_type_vislib.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib
title: "visTypeVislib"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeVislib plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib']
---
import visTypeVislibObj from './vis_type_vislib.devdocs.json';
diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx
index 020783b6356e..37771240973f 100644
--- a/api_docs/vis_type_xy.mdx
+++ b/api_docs/vis_type_xy.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy
title: "visTypeXy"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeXy plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy']
---
import visTypeXyObj from './vis_type_xy.devdocs.json';
diff --git a/api_docs/visualizations.devdocs.json b/api_docs/visualizations.devdocs.json
index afb31e958044..a3d45a2b139d 100644
--- a/api_docs/visualizations.devdocs.json
+++ b/api_docs/visualizations.devdocs.json
@@ -6718,49 +6718,7 @@
"section": "def-common.OverlayRef",
"text": "OverlayRef"
},
- " | undefined; render: (domNode: HTMLElement) => Promise; getFilters: () => Promise<",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.Filter",
- "text": "Filter"
- },
- "[]>; reportsEmbeddableLoad: () => boolean; getVis: () => ",
- {
- "pluginId": "visualizations",
- "scope": "public",
- "docId": "kibVisualizationsPluginApi",
- "section": "def-public.Vis",
- "text": "Vis"
- },
- "<",
- {
- "pluginId": "visualizations",
- "scope": "common",
- "docId": "kibVisualizationsPluginApi",
- "section": "def-common.VisParams",
- "text": "VisParams"
- },
- ">; getInspectorAdapters: () => ",
- {
- "pluginId": "inspector",
- "scope": "common",
- "docId": "kibInspectorPluginApi",
- "section": "def-common.Adapters",
- "text": "Adapters"
- },
- " | undefined; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerData: () => void; onContainerRender: () => void; onContainerError: (error: ",
- {
- "pluginId": "expressions",
- "scope": "public",
- "docId": "kibExpressionsPluginApi",
- "section": "def-public.ExpressionRenderError",
- "text": "ExpressionRenderError"
- },
- ") => void; reload: () => Promise; supportedTriggers: () => string[]; getExpressionVariables$: () => ",
- "Observable",
- " | undefined>; getExpressionVariables: () => Record | undefined; inputIsRefType: (input: ",
+ " | undefined; render: (domNode: HTMLElement) => Promise; readonly isContainer: boolean; reload: () => Promise; getExplicitInputIsEqual: (lastExplicitInput: Partial<",
{
"pluginId": "visualizations",
"scope": "public",
@@ -6768,13 +6726,7 @@
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
- ") => input is ",
- "VisualizeByReferenceInput",
- "; getInputAsValueType: () => Promise<",
- "VisualizeByValueInput",
- ">; getInputAsRefType: () => Promise<",
- "VisualizeByReferenceInput",
- ">; readonly runtimeId: number; readonly isContainer: boolean; readonly deferEmbeddableLoad: boolean; catchError?: ((error: ",
+ ">) => Promise; readonly runtimeId: number; readonly deferEmbeddableLoad: boolean; catchError?: ((error: ",
{
"pluginId": "expressions",
"scope": "common",
@@ -6790,7 +6742,7 @@
"section": "def-public.EmbeddableAppContext",
"text": "EmbeddableAppContext"
},
- " | undefined; refreshInputFromParent: () => void; getIsContainer: () => this is ",
+ " | undefined; reportsEmbeddableLoad: () => boolean; refreshInputFromParent: () => void; getIsContainer: () => this is ",
{
"pluginId": "embeddable",
"scope": "public",
@@ -6842,15 +6794,7 @@
"VisualizeOutput",
">>; getOutput: () => Readonly<",
"VisualizeOutput",
- ">; getExplicitInputIsEqual: (lastExplicitInput: Partial<",
- {
- "pluginId": "visualizations",
- "scope": "public",
- "docId": "kibVisualizationsPluginApi",
- "section": "def-public.VisualizeInput",
- "text": "VisualizeInput"
- },
- ">) => Promise; getPersistableInput: () => ",
+ ">; getPersistableInput: () => ",
{
"pluginId": "visualizations",
"scope": "public",
@@ -6922,9 +6866,65 @@
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
- ">) => void; updateOutput: (outputChanges: Partial<",
+ ">) => void; getInspectorAdapters: () => ",
+ {
+ "pluginId": "inspector",
+ "scope": "common",
+ "docId": "kibInspectorPluginApi",
+ "section": "def-common.Adapters",
+ "text": "Adapters"
+ },
+ " | undefined; updateOutput: (outputChanges: Partial<",
"VisualizeOutput",
- ">) => void; }"
+ ">) => void; supportedTriggers: () => string[]; getFilters: () => Promise<",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Filter",
+ "text": "Filter"
+ },
+ "[]>; getVis: () => ",
+ {
+ "pluginId": "visualizations",
+ "scope": "public",
+ "docId": "kibVisualizationsPluginApi",
+ "section": "def-public.Vis",
+ "text": "Vis"
+ },
+ "<",
+ {
+ "pluginId": "visualizations",
+ "scope": "common",
+ "docId": "kibVisualizationsPluginApi",
+ "section": "def-common.VisParams",
+ "text": "VisParams"
+ },
+ ">; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerData: () => void; onContainerRender: () => void; onContainerError: (error: ",
+ {
+ "pluginId": "expressions",
+ "scope": "public",
+ "docId": "kibExpressionsPluginApi",
+ "section": "def-public.ExpressionRenderError",
+ "text": "ExpressionRenderError"
+ },
+ ") => void; getExpressionVariables$: () => ",
+ "Observable",
+ " | undefined>; getExpressionVariables: () => Record | undefined; inputIsRefType: (input: ",
+ {
+ "pluginId": "visualizations",
+ "scope": "public",
+ "docId": "kibVisualizationsPluginApi",
+ "section": "def-public.VisualizeInput",
+ "text": "VisualizeInput"
+ },
+ ") => input is ",
+ "VisualizeByReferenceInput",
+ "; getInputAsValueType: () => Promise<",
+ "VisualizeByValueInput",
+ ">; getInputAsRefType: () => Promise<",
+ "VisualizeByReferenceInput",
+ ">; }"
],
"path": "src/plugins/visualizations/public/index.ts",
"deprecated": false,
@@ -8585,14 +8585,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/visualizations/common/expression_functions/range.ts",
@@ -14644,14 +14636,6 @@
"section": "def-common.Adapters",
"text": "Adapters"
},
- ", ",
- {
- "pluginId": "@kbn/utility-types",
- "scope": "common",
- "docId": "kibKbnUtilityTypesPluginApi",
- "section": "def-common.SerializableRecord",
- "text": "SerializableRecord"
- },
">>"
],
"path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts",
diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx
index a48133f3a088..e155644ee2e1 100644
--- a/api_docs/visualizations.mdx
+++ b/api_docs/visualizations.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations
title: "visualizations"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visualizations plugin
-date: 2023-12-10
+date: 2023-12-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations']
---
import visualizationsObj from './visualizations.devdocs.json';
diff --git a/dev_docs/shared_ux/shared_ux_landing.mdx b/dev_docs/shared_ux/shared_ux_landing.mdx
new file mode 100644
index 000000000000..2b6bc7661ded
--- /dev/null
+++ b/dev_docs/shared_ux/shared_ux_landing.mdx
@@ -0,0 +1,70 @@
+---
+id: kibDevDocsSharedUxOverview
+slug: /kibana-dev-docs/shared-ux
+title: Shared UX Team
+description: Links to all the documentation maintained by the Shared UX team.
+tags: ['kibana', 'dev', 'shared-ux']
+layout: landing
+---
+
+
+
+
+
+
diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc
index edff2531ab96..6ff5cef8300e 100644
--- a/docs/CHANGELOG.asciidoc
+++ b/docs/CHANGELOG.asciidoc
@@ -10,6 +10,7 @@
Review important information about the {kib} 8.x releases.
+* <>
* <>
* <>
* <>
@@ -55,6 +56,25 @@ Review important information about the {kib} 8.x releases.
* <>
--
+[[release-notes-8.11.3]]
+== {kib} 8.11.3
+
+The 8.11.3 release includes the following bug fixes.
+
+[float]
+[[fixes-v8.11.3]]
+=== Bug Fixes
+Elastic Security::
+For the Elastic Security 8.11.3 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_].
+Fleet::
+* Fixes a 500 error in the Fleet API when a request for the product versions endpoint throws `ECONNREFUSED` ({kibana-pull}172850[#172850]).
+* Fixes agent policy timeout to accept only integers ({kibana-pull}172222[#172222]).
+Machine Learning::
+* Fixes data drift numeric fields not displaying correctly ({kibana-pull}172504[#172504]).
+* Fixes Data visualizer, ML field stats, and Data Frame Analytics so the `_tier` field can be excluded ({kibana-pull}172223[#172223]).
+Operations::
+* Fixes an issue where running `kibana-keystore` commands required `kibana.yml` to exist ({kibana-pull}172943[#172943]).
+
[[release-notes-8.11.2]]
== {kib} 8.11.2
@@ -105,7 +125,7 @@ SharedUX::
* Fixes the custom threshold document link ({kibana-pull}171125[#171125]).
Uptime::
* Fixes advanced fields broken for ICMP monitors ({kibana-pull}171161[#171161]).
-
+Ê
[[release-notes-8.11.1]]
== {kib} 8.11.1
diff --git a/docs/canvas/canvas-tutorial.asciidoc b/docs/canvas/canvas-tutorial.asciidoc
index f8d2297df18b..5016dbec88aa 100644
--- a/docs/canvas/canvas-tutorial.asciidoc
+++ b/docs/canvas/canvas-tutorial.asciidoc
@@ -121,7 +121,7 @@ To focus your data on a specific time range, add the time filter.
. To use the date time field from the sample data, enter `order_date` in the *Column* field, then click *Set*.
[role="screenshot"]
-image::images/canvas_tutorialCustomTimeFilter_7.17.0.png[Custom time filter added to the workpad]
+image::../setup/images/canvas_tutorialCustomTimeFilter_7.17.0.png[Custom time filter added to the workpad]
To see how the data changes, set the time filter to *Last 7 days*. As you change the time filter options, the elements automatically update.
diff --git a/docs/canvas/images/canvas_tutorialCustomTimeFilter_7.17.0.png b/docs/canvas/images/canvas_tutorialCustomTimeFilter_7.17.0.png
deleted file mode 100644
index 7eb78efa5f59..000000000000
Binary files a/docs/canvas/images/canvas_tutorialCustomTimeFilter_7.17.0.png and /dev/null differ
diff --git a/examples/README.asciidoc b/examples/README.asciidoc
index d33c5e825ce1..3f2c58a17330 100644
--- a/examples/README.asciidoc
+++ b/examples/README.asciidoc
@@ -1,7 +1,7 @@
[[example-plugins]]
== Example plugins
-This folder contains example plugins. To run the plugins in this folder, use the `--run-examples` flag, via
+This folder contains example plugins. To run the plugins in this folder, use the `--run-examples` flag (without a basepath), via
[source,bash]
----
diff --git a/nav-kibana-dev.docnav.json b/nav-kibana-dev.docnav.json
index b724286d5bac..d4eb3aaba6dd 100644
--- a/nav-kibana-dev.docnav.json
+++ b/nav-kibana-dev.docnav.json
@@ -25,15 +25,6 @@
}
]
},
- {
- "label": "Operations",
- "items": [
- {
- "id": "kibDevDocsOpsOverview",
- "label": "Overview"
- }
- ]
- },
{
"label": "Contributing",
"items": [
@@ -149,9 +140,6 @@
{
"id": "kibDevTutorialExpressions"
},
- {
- "id": "kibDevDocsKPTTutorial"
- },
{
"id": "kibDevTutorialDataSearchAndSessions",
"label": "data.search"
@@ -178,15 +166,21 @@
},
{
"id": "kibDevTutorialAdvancedSettings"
- },
+ }
+ ]
+ },
+ {
+ "label": "Serverless",
+ "pageId": "ktServerlessReleaseOverview",
+ "items": [
{
- "id": "kibDevSharePluginReadme"
+ "id": "ktServerlessReleaseOverview"
},
{
- "id": "kibDevTutorialScreenshotting"
+ "id": "ktServerlessEmergencyReleases"
},
{
- "id": "kibDevTutorialsContentManagementOnboarding"
+ "id": "ktCustomServerlessImage"
},
{
"id": "kibDevTutorialsServerlessProjectNavigation"
@@ -194,16 +188,54 @@
]
},
{
- "label": "Serverless",
+ "label": "Operations",
"items": [
{
- "id": "ktServerlessReleaseOverview"
+ "id": "kibDevDocsOpsOverview",
+ "label": "Overview"
+ }
+ ]
+ },
+ {
+ "label": "Shared UX",
+ "pageId": "kibDevDocsSharedUxOverview",
+ "items": [
+ {
+ "label": "Serverless Project Navigation",
+ "id": "kibDevTutorialsServerlessProjectNavigation"
},
{
- "id": "ktServerlessEmergencyReleases"
+ "id": "kibDevTutorialFileService",
+ "label": "File service"
},
{
- "id": "ktCustomServerlessImage"
+ "id": "kibDevSharePluginReadme",
+ "label": "Sharing"
+ },
+ {
+ "label": "Content Management",
+ "id": "kibContentManagement",
+ "items": [
+ {
+ "id": "kibDevTutorialsContentManagementOnboarding"
+ }
+ ]
+ },
+ {
+ "id": "kibDevTutorialScreenshotting",
+ "label": "Screenshotting"
+ },
+ {
+ "id": "kibDevTutorialAdvancedSettings",
+ "label": "Advanced Settings"
+ },
+ {
+ "id": "kibDevDocsKPTTutorial",
+ "label": "Kibana Page Template"
+ },
+ {
+ "id": "kibDevReactKibanaContext",
+ "label": "Kibana React Contexts"
}
]
},
diff --git a/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.test.ts b/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.test.ts
index b30082e62c65..30e8188dd6af 100644
--- a/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.test.ts
+++ b/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.test.ts
@@ -7,11 +7,13 @@
*/
import { getDocLinksMock, getDocLinksMetaMock } from './doc_links_service.test.mocks';
+import { coreContextMock } from '@kbn/core-base-browser-mocks';
import { DocLinksService } from './doc_links_service';
import { injectedMetadataServiceMock } from '@kbn/core-injected-metadata-browser-mocks';
describe('DocLinksService', () => {
let injectedMetadata: ReturnType;
+ let coreContext: ReturnType;
let service: DocLinksService;
beforeEach(() => {
@@ -26,7 +28,8 @@ describe('DocLinksService', () => {
settings: 'http://settings.test.url',
});
- service = new DocLinksService();
+ coreContext = coreContextMock.create();
+ service = new DocLinksService(coreContext);
});
afterEach(() => {
@@ -43,6 +46,7 @@ describe('DocLinksService', () => {
expect(getDocLinksMetaMock).toHaveBeenCalledTimes(1);
expect(getDocLinksMetaMock).toHaveBeenCalledWith({
kibanaBranch: 'test-branch',
+ buildFlavor: coreContext.env.packageInfo.buildFlavor,
});
});
@@ -64,6 +68,7 @@ describe('DocLinksService', () => {
expect(getDocLinksMock).toHaveBeenCalledTimes(1);
expect(getDocLinksMock).toHaveBeenCalledWith({
kibanaBranch: 'test-branch',
+ buildFlavor: coreContext.env.packageInfo.buildFlavor,
});
});
diff --git a/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.ts b/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.ts
index 115d41e1ee93..a5d6fe17ddf6 100644
--- a/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.ts
+++ b/packages/core/doc-links/core-doc-links-browser-internal/src/doc_links_service.ts
@@ -7,6 +7,7 @@
*/
import { getDocLinks, getDocLinksMeta } from '@kbn/doc-links';
+import type { CoreContext } from '@kbn/core-base-browser-internal';
import type { InternalInjectedMetadataSetup } from '@kbn/core-injected-metadata-browser-internal';
import type { DocLinksStart } from '@kbn/core-doc-links-browser';
@@ -17,12 +18,15 @@ export interface DocLinksServiceStartDeps {
/** @internal */
export class DocLinksService {
+ constructor(private readonly coreContext: CoreContext) {}
+
public setup() {}
public start({ injectedMetadata }: DocLinksServiceStartDeps): DocLinksStart {
const kibanaBranch = injectedMetadata.getKibanaBranch();
- const docMeta = getDocLinksMeta({ kibanaBranch });
- const docLinks = getDocLinks({ kibanaBranch });
+ const buildFlavor = this.coreContext.env.packageInfo.buildFlavor;
+ const docMeta = getDocLinksMeta({ kibanaBranch, buildFlavor });
+ const docLinks = getDocLinks({ kibanaBranch, buildFlavor });
return {
DOC_LINK_VERSION: docMeta.version,
diff --git a/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json b/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json
index dda4c975120d..45980da56c3d 100644
--- a/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json
+++ b/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json
@@ -15,6 +15,8 @@
"@kbn/core-injected-metadata-browser-internal",
"@kbn/core-doc-links-browser",
"@kbn/core-injected-metadata-browser-mocks",
+ "@kbn/core-base-browser-mocks",
+ "@kbn/core-base-browser-internal",
],
"exclude": [
"target/**/*",
diff --git a/packages/core/doc-links/core-doc-links-browser-mocks/src/doc_links_service.mock.ts b/packages/core/doc-links/core-doc-links-browser-mocks/src/doc_links_service.mock.ts
index 03c394aa926e..ef62bd97eca1 100644
--- a/packages/core/doc-links/core-doc-links-browser-mocks/src/doc_links_service.mock.ts
+++ b/packages/core/doc-links/core-doc-links-browser-mocks/src/doc_links_service.mock.ts
@@ -7,6 +7,7 @@
*/
import type { PublicMethodsOf } from '@kbn/utility-types';
+import { coreContextMock } from '@kbn/core-base-browser-mocks';
import { injectedMetadataServiceMock } from '@kbn/core-injected-metadata-browser-mocks';
import type { DocLinksStart } from '@kbn/core-doc-links-browser';
import { DocLinksService } from '@kbn/core-doc-links-browser-internal';
@@ -15,7 +16,7 @@ const createStartContractMock = (): DocLinksStart => {
// This service is so simple that we actually use the real implementation
const injectedMetadata = injectedMetadataServiceMock.createStartContract();
injectedMetadata.getKibanaBranch.mockReturnValue('mocked-test-branch');
- return new DocLinksService().start({ injectedMetadata });
+ return new DocLinksService(coreContextMock.create()).start({ injectedMetadata });
};
type DocLinksServiceContract = PublicMethodsOf;
diff --git a/packages/core/doc-links/core-doc-links-browser-mocks/tsconfig.json b/packages/core/doc-links/core-doc-links-browser-mocks/tsconfig.json
index 473ae750e67e..e60609b94a11 100644
--- a/packages/core/doc-links/core-doc-links-browser-mocks/tsconfig.json
+++ b/packages/core/doc-links/core-doc-links-browser-mocks/tsconfig.json
@@ -14,7 +14,8 @@
"@kbn/utility-types",
"@kbn/core-injected-metadata-browser-mocks",
"@kbn/core-doc-links-browser",
- "@kbn/core-doc-links-browser-internal"
+ "@kbn/core-doc-links-browser-internal",
+ "@kbn/core-base-browser-mocks"
],
"exclude": [
"target/**/*",
diff --git a/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.test.ts b/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.test.ts
index 6b7c7d3b33f3..13c75fa0f6d2 100644
--- a/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.test.ts
+++ b/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.test.ts
@@ -41,6 +41,7 @@ describe('DocLinksService', () => {
expect(getDocLinksMetaMock).toHaveBeenCalledTimes(1);
expect(getDocLinksMetaMock).toHaveBeenCalledWith({
kibanaBranch: coreContext.env.packageInfo.branch,
+ buildFlavor: coreContext.env.packageInfo.buildFlavor,
});
});
@@ -62,6 +63,7 @@ describe('DocLinksService', () => {
expect(getDocLinksMock).toHaveBeenCalledTimes(1);
expect(getDocLinksMock).toHaveBeenCalledWith({
kibanaBranch: coreContext.env.packageInfo.branch,
+ buildFlavor: coreContext.env.packageInfo.buildFlavor,
});
});
diff --git a/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.ts b/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.ts
index 3201bcd0256a..ae1165766686 100644
--- a/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.ts
+++ b/packages/core/doc-links/core-doc-links-server-internal/src/doc_links_service.ts
@@ -12,16 +12,16 @@ import type { DocLinksServiceSetup, DocLinksServiceStart } from '@kbn/core-doc-l
/** @internal */
export class DocLinksService {
- private readonly kibanaBranch: string;
private docLinks?: DocLinksServiceSetup;
- constructor(core: CoreContext) {
- this.kibanaBranch = core.env.packageInfo.branch;
- }
+ constructor(private readonly coreContext: CoreContext) {}
public setup(): DocLinksServiceSetup {
- const docMeta = getDocLinksMeta({ kibanaBranch: this.kibanaBranch });
- const docLinks = getDocLinks({ kibanaBranch: this.kibanaBranch });
+ const kibanaBranch = this.coreContext.env.packageInfo.branch;
+ const buildFlavor = this.coreContext.env.packageInfo.buildFlavor;
+
+ const docMeta = getDocLinksMeta({ kibanaBranch, buildFlavor });
+ const docLinks = getDocLinks({ kibanaBranch, buildFlavor });
this.docLinks = {
...docMeta,
links: docLinks,
diff --git a/packages/core/doc-links/core-doc-links-server-mocks/src/doc_links_service.mock.ts b/packages/core/doc-links/core-doc-links-server-mocks/src/doc_links_service.mock.ts
index d43c14c7fe8c..b0ed04298dd1 100644
--- a/packages/core/doc-links/core-doc-links-server-mocks/src/doc_links_service.mock.ts
+++ b/packages/core/doc-links/core-doc-links-server-mocks/src/doc_links_service.mock.ts
@@ -15,9 +15,10 @@ type DocLinksServiceContract = PublicMethodsOf;
const createSetupMock = (): DocLinksServiceSetup => {
const branch = 'test-branch';
+ const buildFlavor = 'traditional';
return {
- ...getDocLinksMeta({ kibanaBranch: branch }),
- links: getDocLinks({ kibanaBranch: branch }),
+ ...getDocLinksMeta({ kibanaBranch: branch, buildFlavor }),
+ links: getDocLinks({ kibanaBranch: branch, buildFlavor }),
};
};
diff --git a/packages/core/root/core-root-browser-internal/src/core_system.ts b/packages/core/root/core-root-browser-internal/src/core_system.ts
index 3dcef6e3858c..4c50aaf640e2 100644
--- a/packages/core/root/core-root-browser-internal/src/core_system.ts
+++ b/packages/core/root/core-root-browser-internal/src/core_system.ts
@@ -141,7 +141,7 @@ export class CoreSystem {
browserSupportsCsp,
kibanaVersion: injectedMetadata.version,
});
- this.docLinks = new DocLinksService();
+ this.docLinks = new DocLinksService(this.coreContext);
this.rendering = new RenderingService();
this.application = new ApplicationService();
this.integrations = new IntegrationsService();
diff --git a/packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/test_kit.ts b/packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/test_kit.ts
index 93517ea3b33a..ee33208d793c 100644
--- a/packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/test_kit.ts
+++ b/packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/test_kit.ts
@@ -9,7 +9,7 @@
import fs from 'fs/promises';
import { defaultsDeep } from 'lodash';
import { BehaviorSubject, firstValueFrom, map } from 'rxjs';
-import { ConfigService, Env } from '@kbn/config';
+import { ConfigService, Env, BuildFlavor } from '@kbn/config';
import { getEnvOptions } from '@kbn/config-mocks';
import { REPO_ROOT } from '@kbn/repo-info';
import { KibanaMigrator } from '@kbn/core-saved-objects-migration-server-internal';
@@ -216,6 +216,7 @@ const getMigrator = async ({
loggerFactory,
kibanaVersion,
kibanaBranch,
+ buildFlavor = 'traditional',
nodeRoles,
}: {
configService: ConfigService;
@@ -226,6 +227,7 @@ const getMigrator = async ({
loggerFactory: LoggerFactory;
kibanaVersion: string;
kibanaBranch: string;
+ buildFlavor?: BuildFlavor;
nodeRoles: NodeRoles;
}) => {
const savedObjectsConf = await firstValueFrom(
@@ -237,8 +239,8 @@ const getMigrator = async ({
const soConfig = new SavedObjectConfig(savedObjectsConf, savedObjectsMigrationConf);
const docLinks: DocLinksServiceStart = {
- ...getDocLinksMeta({ kibanaBranch }),
- links: getDocLinks({ kibanaBranch }),
+ ...getDocLinksMeta({ kibanaBranch, buildFlavor }),
+ links: getDocLinks({ kibanaBranch, buildFlavor }),
};
const esCapabilities = await getCapabilitiesFromClient(client);
diff --git a/packages/deeplinks/observability/constants.ts b/packages/deeplinks/observability/constants.ts
index a28c9e4aaff2..9f2a28fcef97 100644
--- a/packages/deeplinks/observability/constants.ts
+++ b/packages/deeplinks/observability/constants.ts
@@ -8,7 +8,7 @@
export const LOGS_APP_ID = 'logs';
-export const OBSERVABILITY_LOG_EXPLORER = 'observability-log-explorer';
+export const OBSERVABILITY_LOG_EXPLORER_APP_ID = 'observability-log-explorer';
export const OBSERVABILITY_OVERVIEW_APP_ID = 'observability-overview';
diff --git a/packages/deeplinks/observability/deep_links.ts b/packages/deeplinks/observability/deep_links.ts
index 844d68fdb27c..831976bcc37e 100644
--- a/packages/deeplinks/observability/deep_links.ts
+++ b/packages/deeplinks/observability/deep_links.ts
@@ -7,16 +7,16 @@
*/
import {
+ APM_APP_ID,
LOGS_APP_ID,
- OBSERVABILITY_LOG_EXPLORER,
- OBSERVABILITY_OVERVIEW_APP_ID,
METRICS_APP_ID,
- APM_APP_ID,
+ OBSERVABILITY_LOG_EXPLORER_APP_ID,
OBSERVABILITY_ONBOARDING_APP_ID,
+ OBSERVABILITY_OVERVIEW_APP_ID,
} from './constants';
type LogsApp = typeof LOGS_APP_ID;
-type ObservabilityLogExplorerApp = typeof OBSERVABILITY_LOG_EXPLORER;
+type ObservabilityLogExplorerApp = typeof OBSERVABILITY_LOG_EXPLORER_APP_ID;
type ObservabilityOverviewApp = typeof OBSERVABILITY_OVERVIEW_APP_ID;
type MetricsApp = typeof METRICS_APP_ID;
type ApmApp = typeof APM_APP_ID;
diff --git a/packages/deeplinks/observability/index.ts b/packages/deeplinks/observability/index.ts
index 81dac13f6b6a..3d816db88476 100644
--- a/packages/deeplinks/observability/index.ts
+++ b/packages/deeplinks/observability/index.ts
@@ -7,12 +7,10 @@
*/
export {
- OBSERVABILITY_ONBOARDING_APP_ID,
LOGS_APP_ID,
- OBSERVABILITY_LOG_EXPLORER,
+ OBSERVABILITY_LOG_EXPLORER_APP_ID,
+ OBSERVABILITY_ONBOARDING_APP_ID,
OBSERVABILITY_OVERVIEW_APP_ID,
} from './constants';
-
export type { AppId, DeepLinkId } from './deep_links';
-
export * from './locators';
diff --git a/packages/deeplinks/observability/locators/log_explorer.ts b/packages/deeplinks/observability/locators/log_explorer.ts
index 752ae3d79bee..d20c36e73917 100644
--- a/packages/deeplinks/observability/locators/log_explorer.ts
+++ b/packages/deeplinks/observability/locators/log_explorer.ts
@@ -14,6 +14,17 @@ export type RefreshInterval = {
value: number;
};
+// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
+export type FilterControls = {
+ namespace?: ListFilterControl;
+};
+
+// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
+export type ListFilterControl = {
+ mode: 'include';
+ values: string[];
+};
+
export const LOG_EXPLORER_LOCATOR_ID = 'LOG_EXPLORER_LOCATOR';
export interface LogExplorerNavigationParams extends SerializableRecord {
@@ -34,13 +45,13 @@ export interface LogExplorerNavigationParams extends SerializableRecord {
*/
columns?: string[];
/**
- * Array of the used sorting [[field,direction],...]
+ * Optionally apply free-form filters.
*/
- sort?: string[][];
+ filters?: Filter[];
/**
- * Optionally apply filters.
+ * Optionally apply curated filter controls
*/
- filters?: Filter[];
+ filterControls?: FilterControls;
}
export interface LogExplorerLocatorParams extends LogExplorerNavigationParams {
diff --git a/packages/kbn-apm-synthtrace-client/src/types/agent_names.ts b/packages/kbn-apm-synthtrace-client/src/types/agent_names.ts
index d9e3a371e0e8..c57b15e3dace 100644
--- a/packages/kbn-apm-synthtrace-client/src/types/agent_names.ts
+++ b/packages/kbn-apm-synthtrace-client/src/types/agent_names.ts
@@ -31,6 +31,7 @@ type OpenTelemetryAgentName =
| 'opentelemetry/python'
| 'opentelemetry/ruby'
| 'opentelemetry/swift'
+ | 'opentelemetry/android'
| 'opentelemetry/webjs';
// Unable to reference AgentName from '@kbn/apm-plugin/typings/es_schemas/ui/fields/agent' due to circular reference
diff --git a/packages/kbn-apm-synthtrace/src/cli/run_synthtrace.ts b/packages/kbn-apm-synthtrace/src/cli/run_synthtrace.ts
index 08fab85b04c0..61b2995a03bc 100644
--- a/packages/kbn-apm-synthtrace/src/cli/run_synthtrace.ts
+++ b/packages/kbn-apm-synthtrace/src/cli/run_synthtrace.ts
@@ -8,17 +8,25 @@
import datemath from '@kbn/datemath';
import { Argv } from 'yargs';
import yargs from 'yargs/yargs';
+import { readdirSync } from 'fs';
+import path from 'path';
import { intervalToMs } from './utils/interval_to_ms';
import { parseRunCliFlags } from './utils/parse_run_cli_flags';
import { startHistoricalDataUpload } from './utils/start_historical_data_upload';
import { startLiveDataUpload } from './utils/start_live_data_upload';
+function getBuiltinScenarios() {
+ return readdirSync(path.resolve(__dirname, '../scenarios')).map((s) => s.replace(/\.ts$/, ''));
+}
+
function options(y: Argv) {
return y
+ .usage('$0 ')
.positional('file', {
- describe: 'File that contains the trace scenario',
+ describe: 'Name of scenario',
demandOption: true,
string: true,
+ choices: getBuiltinScenarios(),
})
.option('target', {
describe: 'Elasticsearch target',
@@ -54,6 +62,7 @@ function options(y: Argv) {
})
.option('logLevel', {
describe: 'Log level',
+ choices: ['trace', 'debug', 'info', 'error'],
default: 'info',
})
.option('scenarioOpts', {
@@ -66,7 +75,14 @@ function options(y: Argv) {
describe: 'Assumes passed package version to avoid calling Fleet API to install',
string: true,
})
- .showHelpOnFail(false);
+ .example(
+ '$0 simple_logs --target=http://admin:changeme@localhost:9200',
+ 'Ingest data to specific Elasticsearch cluster'
+ )
+ .example('$0 simple_logs --live', 'Continuously ingest data to local development cluster')
+ .example('$0 simple_logs --from=now-24h --to=now', 'Ingest data for a fixed time window')
+ .showHelpOnFail(false)
+ .wrap(null);
}
async function run(argv: RunCliFlags) {
diff --git a/packages/kbn-apm-synthtrace/src/scenarios/malformed_logs.ts b/packages/kbn-apm-synthtrace/src/scenarios/degraded_logs.ts
similarity index 94%
rename from packages/kbn-apm-synthtrace/src/scenarios/malformed_logs.ts
rename to packages/kbn-apm-synthtrace/src/scenarios/degraded_logs.ts
index 55b32e592d62..cb5313ac7079 100644
--- a/packages/kbn-apm-synthtrace/src/scenarios/malformed_logs.ts
+++ b/packages/kbn-apm-synthtrace/src/scenarios/degraded_logs.ts
@@ -29,12 +29,6 @@ const scenario: Scenario = async (runOptions) => {
const CLOUD_PROVIDERS = ['gcp', 'aws', 'azure'];
const CLOUD_REGION = ['eu-central-1', 'us-east-1', 'area-51'];
- // "ignore_above": 1024 in mapping
- const MALFORMED_LOG_LEVEL = MORE_THAN_1024_CHARS;
-
- // "ignore_above": 1024 in mapping
- const MALFORMED_CLOUD_REGION = MORE_THAN_1024_CHARS;
-
const CLUSTER = [
{ clusterId: generateShortId(), clusterName: 'synth-cluster-1' },
{ clusterId: generateShortId(), clusterName: 'synth-cluster-2' },
@@ -76,7 +70,7 @@ const scenario: Scenario = async (runOptions) => {
.create()
.dataset('synth.2')
.message(MESSAGE_LOG_LEVELS[index].message as string)
- .logLevel(isMalformed ? MALFORMED_LOG_LEVEL : MESSAGE_LOG_LEVELS[index].level)
+ .logLevel(isMalformed ? MORE_THAN_1024_CHARS : MESSAGE_LOG_LEVELS[index].level) // "ignore_above": 1024 in mapping
.service(SERVICE_NAMES[index])
.defaults({
'trace.id': generateShortId(),
@@ -101,7 +95,7 @@ const scenario: Scenario = async (runOptions) => {
.create()
.dataset('synth.3')
.message(MESSAGE_LOG_LEVELS[index].message as string)
- .logLevel(isMalformed ? MALFORMED_LOG_LEVEL : MESSAGE_LOG_LEVELS[index].level)
+ .logLevel(isMalformed ? MORE_THAN_1024_CHARS : MESSAGE_LOG_LEVELS[index].level) // "ignore_above": 1024 in mapping
.service(SERVICE_NAMES[index])
.defaults({
'trace.id': generateShortId(),
@@ -112,7 +106,7 @@ const scenario: Scenario = async (runOptions) => {
'cloud.provider': CLOUD_PROVIDERS[Math.floor(Math.random() * 3)],
'cloud.region': CLOUD_REGION[index],
'cloud.availability_zone': isMalformed
- ? MALFORMED_CLOUD_REGION
+ ? MORE_THAN_1024_CHARS // "ignore_above": 1024 in mapping
: `${CLOUD_REGION[index]}a`,
'cloud.project.id': generateShortId(),
'cloud.instance.id': generateShortId(),
diff --git a/packages/kbn-check-mappings-update-cli/current_fields.json b/packages/kbn-check-mappings-update-cli/current_fields.json
index e2f6f916b3dd..7f7c317f7f63 100644
--- a/packages/kbn-check-mappings-update-cli/current_fields.json
+++ b/packages/kbn-check-mappings-update-cli/current_fields.json
@@ -721,7 +721,8 @@
"indicator.params",
"indicator.type",
"name",
- "tags"
+ "tags",
+ "version"
],
"threshold-explorer-view": [],
"observability-onboarding-state": [
diff --git a/packages/kbn-check-mappings-update-cli/current_mappings.json b/packages/kbn-check-mappings-update-cli/current_mappings.json
index 8cedbf872277..fe4b3dba0940 100644
--- a/packages/kbn-check-mappings-update-cli/current_mappings.json
+++ b/packages/kbn-check-mappings-update-cli/current_mappings.json
@@ -2379,6 +2379,9 @@
},
"tags": {
"type": "keyword"
+ },
+ "version": {
+ "type": "long"
}
}
},
diff --git a/packages/kbn-config/index.ts b/packages/kbn-config/index.ts
index 4950e3f68bee..1b4c66702d9e 100644
--- a/packages/kbn-config/index.ts
+++ b/packages/kbn-config/index.ts
@@ -30,4 +30,4 @@ export { isConfigPath, hasConfigPathIntersection } from './src/config';
export { ObjectToConfigAdapter } from './src/object_to_config_adapter';
export type { CliArgs, RawPackageInfo, EnvOptions } from './src/env';
export { Env } from './src/env';
-export type { EnvironmentMode, PackageInfo } from './src/types';
+export type { EnvironmentMode, PackageInfo, BuildFlavor } from './src/types';
diff --git a/packages/kbn-config/src/config_service.ts b/packages/kbn-config/src/config_service.ts
index e1c4ccfb55fb..56b6f1b7887c 100644
--- a/packages/kbn-config/src/config_service.ts
+++ b/packages/kbn-config/src/config_service.ts
@@ -73,7 +73,10 @@ export class ConfigService {
) {
this.log = logger.get('config');
this.deprecationLog = logger.get('config', 'deprecation');
- this.docLinks = getDocLinks({ kibanaBranch: env.packageInfo.branch });
+ this.docLinks = getDocLinks({
+ kibanaBranch: env.packageInfo.branch,
+ buildFlavor: env.packageInfo.buildFlavor,
+ });
this.config$ = combineLatest([
this.rawConfigProvider.getConfig$(),
diff --git a/packages/kbn-doc-links/src/get_doc_links.test.ts b/packages/kbn-doc-links/src/get_doc_links.test.ts
index 0fff33ebd3fe..60ce89266afc 100644
--- a/packages/kbn-doc-links/src/get_doc_links.test.ts
+++ b/packages/kbn-doc-links/src/get_doc_links.test.ts
@@ -10,7 +10,7 @@ import { getDocLinks } from './get_doc_links';
describe('getDocLinks', () => {
it('returns an immutable object', () => {
- const links = getDocLinks({ kibanaBranch: 'test.branch' });
+ const links = getDocLinks({ kibanaBranch: 'test.branch', buildFlavor: 'traditional' });
expect(() => {
(links as unknown as Record).settings = 'override';
diff --git a/packages/kbn-doc-links/src/get_doc_links.ts b/packages/kbn-doc-links/src/get_doc_links.ts
index a55fcde870ef..c5c253af7717 100644
--- a/packages/kbn-doc-links/src/get_doc_links.ts
+++ b/packages/kbn-doc-links/src/get_doc_links.ts
@@ -7,15 +7,16 @@
*/
import { deepFreeze } from '@kbn/std';
-import type { DocLinks } from './types';
+import type { DocLinks, BuildFlavor } from './types';
import { getDocLinksMeta } from './get_doc_meta';
export interface GetDocLinkOptions {
kibanaBranch: string;
+ buildFlavor: BuildFlavor;
}
-export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
- const meta = getDocLinksMeta({ kibanaBranch });
+export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): DocLinks => {
+ const meta = getDocLinksMeta({ kibanaBranch, buildFlavor });
const DOC_LINK_VERSION = meta.version;
const ELASTIC_WEBSITE_URL = meta.elasticWebsiteUrl;
diff --git a/packages/kbn-doc-links/src/get_doc_meta.test.ts b/packages/kbn-doc-links/src/get_doc_meta.test.ts
index ec98fc5345a0..28685ee654a1 100644
--- a/packages/kbn-doc-links/src/get_doc_meta.test.ts
+++ b/packages/kbn-doc-links/src/get_doc_meta.test.ts
@@ -10,16 +10,20 @@ import { getDocLinksMeta } from './get_doc_meta';
describe('getDocLinksMeta', () => {
it('returns the correct version for the `main` branch', () => {
- expect(getDocLinksMeta({ kibanaBranch: 'main' }).version).toEqual('master');
+ expect(getDocLinksMeta({ kibanaBranch: 'main', buildFlavor: 'traditional' }).version).toEqual(
+ 'master'
+ );
});
it('returns the correct version for other branches', () => {
- expect(getDocLinksMeta({ kibanaBranch: '7.x' }).version).toEqual('7.x');
+ expect(getDocLinksMeta({ kibanaBranch: '7.x', buildFlavor: 'traditional' }).version).toEqual(
+ '7.x'
+ );
});
it('returns the correct website url', () => {
- expect(getDocLinksMeta({ kibanaBranch: '7.x' }).elasticWebsiteUrl).toEqual(
- 'https://www.elastic.co/'
- );
+ expect(
+ getDocLinksMeta({ kibanaBranch: '7.x', buildFlavor: 'traditional' }).elasticWebsiteUrl
+ ).toEqual('https://www.elastic.co/');
});
});
diff --git a/packages/kbn-doc-links/src/get_doc_meta.ts b/packages/kbn-doc-links/src/get_doc_meta.ts
index 10e144166d39..6e36aef20471 100644
--- a/packages/kbn-doc-links/src/get_doc_meta.ts
+++ b/packages/kbn-doc-links/src/get_doc_meta.ts
@@ -6,13 +6,17 @@
* Side Public License, v 1.
*/
-import { DocLinksMeta } from './types';
+import { DocLinksMeta, BuildFlavor } from './types';
export interface GetDocLinksMetaOptions {
kibanaBranch: string;
+ buildFlavor: BuildFlavor;
}
-export const getDocLinksMeta = ({ kibanaBranch }: GetDocLinksMetaOptions): DocLinksMeta => {
+export const getDocLinksMeta = ({
+ kibanaBranch,
+ buildFlavor,
+}: GetDocLinksMetaOptions): DocLinksMeta => {
return {
version: kibanaBranch === 'main' ? 'master' : kibanaBranch,
elasticWebsiteUrl: 'https://www.elastic.co/',
diff --git a/packages/kbn-doc-links/src/types.ts b/packages/kbn-doc-links/src/types.ts
index f9e8699a0637..3b3b26be0426 100644
--- a/packages/kbn-doc-links/src/types.ts
+++ b/packages/kbn-doc-links/src/types.ts
@@ -633,3 +633,5 @@ export interface DocLinks {
readonly settings: string;
};
}
+
+export type BuildFlavor = 'serverless' | 'traditional';
diff --git a/packages/kbn-elastic-agent-utils/src/agent_names.ts b/packages/kbn-elastic-agent-utils/src/agent_names.ts
index f29160699a24..ca98b64024f8 100644
--- a/packages/kbn-elastic-agent-utils/src/agent_names.ts
+++ b/packages/kbn-elastic-agent-utils/src/agent_names.ts
@@ -49,6 +49,7 @@ export type OpenTelemetryAgentName =
| 'opentelemetry/ruby'
| 'opentelemetry/rust'
| 'opentelemetry/swift'
+ | 'opentelemetry/android'
| 'opentelemetry/webjs';
export const OPEN_TELEMETRY_AGENT_NAMES: OpenTelemetryAgentName[] = [
'otlp',
@@ -63,6 +64,7 @@ export const OPEN_TELEMETRY_AGENT_NAMES: OpenTelemetryAgentName[] = [
'opentelemetry/ruby',
'opentelemetry/rust',
'opentelemetry/swift',
+ 'opentelemetry/android',
'opentelemetry/webjs',
];
diff --git a/packages/kbn-es-query/index.ts b/packages/kbn-es-query/index.ts
index ac0a078e34d9..cfcf8239196d 100644
--- a/packages/kbn-es-query/index.ts
+++ b/packages/kbn-es-query/index.ts
@@ -128,3 +128,5 @@ export {
isDataViewFieldSubtypeMulti,
isDataViewFieldSubtypeNested,
} from './src/utils';
+
+export type { ExecutionContextSearch } from './src/expressions/types';
diff --git a/packages/kbn-es-query/src/expressions/types.ts b/packages/kbn-es-query/src/expressions/types.ts
new file mode 100644
index 000000000000..42dc021c9b75
--- /dev/null
+++ b/packages/kbn-es-query/src/expressions/types.ts
@@ -0,0 +1,16 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
+ * Side Public License, v 1.
+ */
+
+import { Filter, Query, TimeRange } from '../filters';
+
+export interface ExecutionContextSearch {
+ filters?: Filter[];
+ query?: Query | Query[];
+ timeRange?: TimeRange;
+ disableWarningToasts?: boolean;
+}
diff --git a/packages/kbn-guided-onboarding/src/components/landing_page/guide/__snapshots__/guide_cards.test.tsx.snap b/packages/kbn-guided-onboarding/src/components/landing_page/guide/__snapshots__/guide_cards.test.tsx.snap
deleted file mode 100644
index 9f1d86ef2547..000000000000
--- a/packages/kbn-guided-onboarding/src/components/landing_page/guide/__snapshots__/guide_cards.test.tsx.snap
+++ /dev/null
@@ -1,2989 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`guide cards snapshots should render observability cards 1`] = `
-
-
-
-
-
-
-
-
-
- ,
- "ctr": 2,
- "insertionPoint": undefined,
- "isSpeedy": false,
- "key": "css",
- "nonce": undefined,
- "prepend": undefined,
- "tags": Array [
- ,
- ,
- ],
- },
- }
- }
- isStringTag={true}
- serialized={
- Object {
- "map": undefined,
- "name": "1a2wnuz-euiFlexGroup-responsive-wrap-l-center-center-row",
- "next": undefined,
- "styles": "display:flex;align-items:stretch;flex-grow:1;label:euiFlexGroup;;;@media only screen and (max-width: 767px){flex-wrap:wrap;&>.euiFlexItem{inline-size: 100%; flex-basis:100%;}};label:responsive;;;flex-wrap:wrap;label:wrap;;;gap:24px;;label:l;;;justify-content:center;label:center;;;align-items:center;label:center;;;flex-direction:row;label:row;;;",
- "toString": [Function],
- }
- }
- />
-
-
-
-
-`;
-
-exports[`guide cards snapshots should render search cards 1`] = `
-
-
-
-
-
-
-
- ,
- "ctr": 2,
- "insertionPoint": undefined,
- "isSpeedy": false,
- "key": "css",
- "nonce": undefined,
- "prepend": undefined,
- "tags": Array [
- ,
- ,
- ],
- },
- }
- }
- isStringTag={true}
- serialized={
- Object {
- "map": undefined,
- "name": "1a2wnuz-euiFlexGroup-responsive-wrap-l-center-center-row",
- "next": undefined,
- "styles": "display:flex;align-items:stretch;flex-grow:1;label:euiFlexGroup;;;@media only screen and (max-width: 767px){flex-wrap:wrap;&>.euiFlexItem{inline-size: 100%; flex-basis:100%;}};label:responsive;;;flex-wrap:wrap;label:wrap;;;gap:24px;;label:l;;;justify-content:center;label:center;;;align-items:center;label:center;;;flex-direction:row;label:row;;;",
- "toString": [Function],
- }
- }
- />
-
-
-
-
-`;
-
-exports[`guide cards snapshots should render security cards 1`] = `
-
-
-
-
-
-
-
-
- ,
- "ctr": 2,
- "insertionPoint": undefined,
- "isSpeedy": false,
- "key": "css",
- "nonce": undefined,
- "prepend": undefined,
- "tags": Array [
- ,
- ,
- ],
- },
- }
- }
- isStringTag={true}
- serialized={
- Object {
- "map": undefined,
- "name": "1a2wnuz-euiFlexGroup-responsive-wrap-l-center-center-row",
- "next": undefined,
- "styles": "display:flex;align-items:stretch;flex-grow:1;label:euiFlexGroup;;;@media only screen and (max-width: 767px){flex-wrap:wrap;&>.euiFlexItem{inline-size: 100%; flex-basis:100%;}};label:responsive;;;flex-wrap:wrap;label:wrap;;;gap:24px;;label:l;;;justify-content:center;label:center;;;align-items:center;label:center;;;flex-direction:row;label:row;;;",
- "toString": [Function],
- }
- }
- />
-
-
-
-
-`;
diff --git a/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_cards.test.tsx b/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_cards.test.tsx
deleted file mode 100644
index ea0a18c89617..000000000000
--- a/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_cards.test.tsx
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
- * in compliance with, at your election, the Elastic License 2.0 or the Server
- * Side Public License, v 1.
- */
-
-import React from 'react';
-import { mount } from 'enzyme';
-
-import { GuideCards, GuideCardsProps } from './guide_cards';
-import { cloudMock } from '@kbn/cloud-plugin/public/mocks';
-import { sharePluginMock } from '@kbn/share-plugin/public/mocks';
-import { I18nStart } from '@kbn/core-i18n-browser';
-import { themeServiceMock } from '@kbn/core-theme-browser-mocks';
-import { docLinksServiceMock } from '@kbn/core-doc-links-browser-mocks';
-import { GuideCardSolutions } from '../classic_version/guide_cards';
-
-const defaultProps: Omit = {
- activateGuide: jest.fn(),
- navigateToApp: jest.fn(),
- guidesState: [],
- openModal: jest.fn(),
- theme: themeServiceMock.createStartContract(),
- i18nStart: {} as unknown as I18nStart,
- cloud: cloudMock.createSetup(),
- docLinks: docLinksServiceMock.createStartContract(),
- navigateToUrl: jest.fn(),
- url: sharePluginMock.createSetupContract().url,
-};
-
-// FLAKY: https://github.com/elastic/kibana/issues/172595
-// FLAKY: https://github.com/elastic/kibana/issues/172596
-// FLAKY: https://github.com/elastic/kibana/issues/172597
-describe.skip('guide cards', () => {
- describe('snapshots', () => {
- test('should render search cards', async () => {
- const component = mount(
-
- );
- expect(component).toMatchSnapshot();
- });
- test('should render security cards', async () => {
- const component = mount(
-
- );
- expect(component).toMatchSnapshot();
- });
- test('should render observability cards', async () => {
- const component = mount(
-
- );
- expect(component).toMatchSnapshot();
- });
- });
-});
diff --git a/packages/kbn-guided-onboarding/tsconfig.json b/packages/kbn-guided-onboarding/tsconfig.json
index 1bfd6c2454fc..050ae7d99e95 100644
--- a/packages/kbn-guided-onboarding/tsconfig.json
+++ b/packages/kbn-guided-onboarding/tsconfig.json
@@ -23,9 +23,7 @@
"@kbn/share-plugin",
"@kbn/cloud-plugin",
"@kbn/core-lifecycle-browser",
- "@kbn/core-theme-browser-mocks",
"@kbn/analytics",
- "@kbn/core-doc-links-browser-mocks",
"@kbn/core-mount-utils-browser"
],
"exclude": [
diff --git a/packages/kbn-monaco/src/esql/lib/ast/definitions/functions.ts b/packages/kbn-monaco/src/esql/lib/ast/definitions/functions.ts
index 135987c4b30b..6cabc530883a 100644
--- a/packages/kbn-monaco/src/esql/lib/ast/definitions/functions.ts
+++ b/packages/kbn-monaco/src/esql/lib/ast/definitions/functions.ts
@@ -250,6 +250,19 @@ export const evalFunctionsDefinitions: FunctionDefinition[] = [
},
],
},
+ {
+ name: 'to_geopoint',
+ description: i18n.translate('monaco.esql.definitions.toGeopointDoc', {
+ defaultMessage: 'Converts to geo_point.',
+ }),
+ signatures: [
+ {
+ params: [{ name: 'field', type: 'any' }],
+ returnType: 'geo_point',
+ examples: [`from index | EVAL geopoint = to_geopoint(field)`],
+ },
+ ],
+ },
{
name: 'to_integer',
alias: ['to_int'],
diff --git a/packages/kbn-monaco/src/esql/lib/ast/validation/validation.test.ts b/packages/kbn-monaco/src/esql/lib/ast/validation/validation.test.ts
index 8da25c2b46b8..0df20ac7d88f 100644
--- a/packages/kbn-monaco/src/esql/lib/ast/validation/validation.test.ts
+++ b/packages/kbn-monaco/src/esql/lib/ast/validation/validation.test.ts
@@ -37,6 +37,7 @@ function getCallbackMocks() {
name: `${type}Field`,
type,
})),
+ { name: 'geoPointField', type: 'geo_point' },
{ name: 'any#Char$ field', type: 'number' },
{ name: 'kubernetes.something.something', type: 'number' },
{
diff --git a/packages/kbn-optimizer/limits.yml b/packages/kbn-optimizer/limits.yml
index ef99652ee767..764fe35dd759 100644
--- a/packages/kbn-optimizer/limits.yml
+++ b/packages/kbn-optimizer/limits.yml
@@ -131,7 +131,7 @@ pageLoadAssetSize:
securitySolutionServerless: 62488
serverless: 16573
serverlessObservability: 68747
- serverlessSearch: 71995
+ serverlessSearch: 72995
sessionView: 77750
share: 71239
snapshotRestore: 79032
diff --git a/packages/kbn-search-index-documents/lib/fetch_search_results.test.ts b/packages/kbn-search-index-documents/lib/fetch_search_results.test.ts
index dc60dcba437b..dec058aae0bf 100644
--- a/packages/kbn-search-index-documents/lib/fetch_search_results.test.ts
+++ b/packages/kbn-search-index-documents/lib/fetch_search_results.test.ts
@@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
-import { IScopedClusterClient } from '@kbn/core/server';
+import { ElasticsearchClient } from '@kbn/core/server';
import { DEFAULT_DOCS_PER_PAGE } from '../types';
import { fetchSearchResults } from './fetch_search_results';
@@ -14,9 +14,7 @@ import { fetchSearchResults } from './fetch_search_results';
const DEFAULT_FROM_VALUE = 0;
describe('fetchSearchResults lib function', () => {
const mockClient = {
- asCurrentUser: {
- search: jest.fn(),
- },
+ search: jest.fn(),
};
const indexName = 'search-regular-index';
@@ -78,15 +76,13 @@ describe('fetchSearchResults lib function', () => {
});
it('should return search results with hits', async () => {
- mockClient.asCurrentUser.search.mockImplementation(() =>
- Promise.resolve(mockSearchResponseWithHits)
- );
+ mockClient.search.mockImplementation(() => Promise.resolve(mockSearchResponseWithHits));
await expect(
- fetchSearchResults(mockClient as unknown as IScopedClusterClient, indexName, query)
+ fetchSearchResults(mockClient as unknown as ElasticsearchClient, indexName, query)
).resolves.toEqual(regularSearchResultsResponse);
- expect(mockClient.asCurrentUser.search).toHaveBeenCalledWith({
+ expect(mockClient.search).toHaveBeenCalledWith({
from: DEFAULT_FROM_VALUE,
index: indexName,
q: query,
@@ -95,13 +91,11 @@ describe('fetchSearchResults lib function', () => {
});
it('should escape quotes in queries and return results with hits', async () => {
- mockClient.asCurrentUser.search.mockImplementation(() =>
- Promise.resolve(mockSearchResponseWithHits)
- );
+ mockClient.search.mockImplementation(() => Promise.resolve(mockSearchResponseWithHits));
await expect(
fetchSearchResults(
- mockClient as unknown as IScopedClusterClient,
+ mockClient as unknown as ElasticsearchClient,
indexName,
'"yellow banana"',
0,
@@ -109,7 +103,7 @@ describe('fetchSearchResults lib function', () => {
)
).resolves.toEqual(regularSearchResultsResponse);
- expect(mockClient.asCurrentUser.search).toHaveBeenCalledWith({
+ expect(mockClient.search).toHaveBeenCalledWith({
from: DEFAULT_FROM_VALUE,
index: indexName,
q: '\\"yellow banana\\"',
@@ -118,15 +112,13 @@ describe('fetchSearchResults lib function', () => {
});
it('should return search results with hits when no query is passed', async () => {
- mockClient.asCurrentUser.search.mockImplementation(() =>
- Promise.resolve(mockSearchResponseWithHits)
- );
+ mockClient.search.mockImplementation(() => Promise.resolve(mockSearchResponseWithHits));
await expect(
- fetchSearchResults(mockClient as unknown as IScopedClusterClient, indexName)
+ fetchSearchResults(mockClient as unknown as ElasticsearchClient, indexName)
).resolves.toEqual(regularSearchResultsResponse);
- expect(mockClient.asCurrentUser.search).toHaveBeenCalledWith({
+ expect(mockClient.search).toHaveBeenCalledWith({
from: DEFAULT_FROM_VALUE,
index: indexName,
size: DEFAULT_DOCS_PER_PAGE,
@@ -134,7 +126,7 @@ describe('fetchSearchResults lib function', () => {
});
it('should return empty search results', async () => {
- mockClient.asCurrentUser.search.mockImplementationOnce(() =>
+ mockClient.search.mockImplementationOnce(() =>
Promise.resolve({
...mockSearchResponseWithHits,
hits: {
@@ -149,10 +141,10 @@ describe('fetchSearchResults lib function', () => {
);
await expect(
- fetchSearchResults(mockClient as unknown as IScopedClusterClient, indexName, query)
+ fetchSearchResults(mockClient as unknown as ElasticsearchClient, indexName, query)
).resolves.toEqual(emptySearchResultsResponse);
- expect(mockClient.asCurrentUser.search).toHaveBeenCalledWith({
+ expect(mockClient.search).toHaveBeenCalledWith({
from: DEFAULT_FROM_VALUE,
index: indexName,
q: query,
diff --git a/packages/kbn-search-index-documents/lib/fetch_search_results.ts b/packages/kbn-search-index-documents/lib/fetch_search_results.ts
index 4427fded71c2..3abca93516c5 100644
--- a/packages/kbn-search-index-documents/lib/fetch_search_results.ts
+++ b/packages/kbn-search-index-documents/lib/fetch_search_results.ts
@@ -7,13 +7,13 @@
*/
import { SearchHit } from '@elastic/elasticsearch/lib/api/types';
-import { IScopedClusterClient } from '@kbn/core/server';
+import { ElasticsearchClient } from '@kbn/core/server';
import { DEFAULT_DOCS_PER_PAGE, Paginate } from '../types';
import { escapeLuceneChars } from '../utils/escape_lucene_charts';
import { fetchWithPagination } from '../utils/fetch_with_pagination';
export const fetchSearchResults = async (
- client: IScopedClusterClient,
+ client: ElasticsearchClient,
indexName: string,
query?: string,
from: number = 0,
@@ -21,7 +21,7 @@ export const fetchSearchResults = async (
): Promise> => {
const result = await fetchWithPagination(
async () =>
- await client.asCurrentUser.search({
+ await client.search({
from,
index: indexName,
size,
diff --git a/packages/kbn-securitysolution-autocomplete/src/field_value_lists/index.tsx b/packages/kbn-securitysolution-autocomplete/src/field_value_lists/index.tsx
index 8a57f90e75ec..a7b621979a5a 100644
--- a/packages/kbn-securitysolution-autocomplete/src/field_value_lists/index.tsx
+++ b/packages/kbn-securitysolution-autocomplete/src/field_value_lists/index.tsx
@@ -125,7 +125,12 @@ export const AutocompleteFieldListsComponent: React.FC
{i18n.SEE_DOCUMENTATION}
diff --git a/packages/kbn-xstate-utils/src/dev_tools.ts b/packages/kbn-xstate-utils/src/dev_tools.ts
index fa16b808b3ae..15b5779677a5 100644
--- a/packages/kbn-xstate-utils/src/dev_tools.ts
+++ b/packages/kbn-xstate-utils/src/dev_tools.ts
@@ -6,4 +6,52 @@
* Side Public License, v 1.
*/
+import {
+ isArray,
+ isBoolean,
+ isDate,
+ isNil,
+ isNumber,
+ isPlainObject,
+ isString,
+ mapValues,
+} from 'lodash';
+
export const isDevMode = () => process.env.NODE_ENV !== 'production';
+
+export const getDevToolsOptions = (): boolean | object =>
+ isDevMode()
+ ? {
+ actionSanitizer: sanitizeAction,
+ stateSanitizer: sanitizeState,
+ }
+ : false;
+
+const redactComplexValues = (value: unknown): unknown => {
+ if (isString(value) || isNumber(value) || isBoolean(value) || isDate(value) || isNil(value)) {
+ return value;
+ }
+
+ if (isArray(value)) {
+ if (value.length > 100) {
+ return '[redacted large array]';
+ }
+ return value.map(redactComplexValues);
+ }
+
+ if ((isPlainObject as (v: unknown) => v is object)(value)) {
+ if (Object.keys(value).length > 100) {
+ return '[redacted large object]';
+ }
+ return mapValues(value, (innerValue: unknown) => redactComplexValues(innerValue));
+ }
+
+ return `[redacted complex value of type ${typeof value}]`;
+};
+
+const sanitizeAction = redactComplexValues;
+
+const sanitizeState = (state: Record) => ({
+ value: state.value,
+ context: redactComplexValues(state.context),
+});
diff --git a/packages/kbn-xstate-utils/src/index.ts b/packages/kbn-xstate-utils/src/index.ts
index 2cf5853db6e0..02cd8a2b176b 100644
--- a/packages/kbn-xstate-utils/src/index.ts
+++ b/packages/kbn-xstate-utils/src/index.ts
@@ -7,6 +7,6 @@
*/
export * from './actions';
+export * from './dev_tools';
export * from './notification_channel';
export * from './types';
-export * from './dev_tools';
diff --git a/packages/react/kibana_context/README.mdx b/packages/react/kibana_context/README.mdx
index 28fd9ecb1600..8738461245e6 100644
--- a/packages/react/kibana_context/README.mdx
+++ b/packages/react/kibana_context/README.mdx
@@ -1,9 +1,9 @@
---
-id: react/context
-slug: /react/context
+id: kibDevReactKibanaContext
+slug: /kibana-dev-docs/react-context
title: React Contexts in Kibana
description: Kibana uses React Context to manage several global states. This is a collection of packages supporting those states.
-tags: ['shared-ux', 'react', 'context']
+tags: ['kibana', 'dev','shared-ux', 'react', 'context']
date: 2023-07-25
---
diff --git a/packages/shared-ux/button_toolbar/src/buttons/toolbar_button/toolbar_button.tsx b/packages/shared-ux/button_toolbar/src/buttons/toolbar_button/toolbar_button.tsx
index 84039857d089..1e005d110e6c 100644
--- a/packages/shared-ux/button_toolbar/src/buttons/toolbar_button/toolbar_button.tsx
+++ b/packages/shared-ux/button_toolbar/src/buttons/toolbar_button/toolbar_button.tsx
@@ -23,7 +23,7 @@ type ButtonRenderStyle = 'standard' | 'iconButton';
interface ToolbarButtonCommonProps
extends Pick<
EuiButtonPropsForButton,
- 'onClick' | 'iconType' | 'size' | 'data-test-subj' | 'isDisabled'
+ 'onClick' | 'iconType' | 'size' | 'data-test-subj' | 'isDisabled' | 'aria-label'
> {
/**
* Render style of the toolbar button
@@ -162,7 +162,7 @@ const ToolbarIconButton = ({
"siem-ui-timeline": "d3de8ff3617be8f2a799d66b1471b9be6124bf40",
"siem-ui-timeline-note": "0a32fb776907f596bedca292b8c646496ae9c57b",
"siem-ui-timeline-pinned-event": "082daa3ce647b33873f6abccf340bdfa32057c8d",
- "slo": "2048ab6791df2e1ae0936f29c20765cb8d2fcfaa",
+ "slo": "9a9995e4572de1839651c43b5fc4dc8276bb5815",
"space": "8de4ec513e9bbc6b2f1d635161d850be7747d38e",
"spaces-usage-stats": "3abca98713c52af8b30300e386c7779b3025a20e",
"synthetics-monitor": "33ddc4b8979f378edf58bcc7ba13c5c5b572f42d",
diff --git a/src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_test_kit.ts b/src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_test_kit.ts
index 1f6e9a7a58c7..e88a876edbc6 100644
--- a/src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_test_kit.ts
+++ b/src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_test_kit.ts
@@ -12,7 +12,7 @@ import { SemVer } from 'semver';
import { defaultsDeep } from 'lodash';
import { BehaviorSubject, firstValueFrom, map } from 'rxjs';
-import { ConfigService, Env } from '@kbn/config';
+import { ConfigService, Env, BuildFlavor } from '@kbn/config';
import { getEnvOptions } from '@kbn/config-mocks';
import { REPO_ROOT } from '@kbn/repo-info';
import { KibanaMigrator } from '@kbn/core-saved-objects-migration-server-internal';
@@ -278,6 +278,7 @@ interface GetMigratorParams {
loggerFactory: LoggerFactory;
kibanaVersion: string;
kibanaBranch: string;
+ buildFlavor?: BuildFlavor;
nodeRoles: NodeRoles;
}
@@ -290,6 +291,7 @@ const getMigrator = async ({
loggerFactory,
kibanaVersion,
kibanaBranch,
+ buildFlavor = 'traditional',
nodeRoles,
}: GetMigratorParams) => {
const savedObjectsConf = await firstValueFrom(
@@ -301,8 +303,8 @@ const getMigrator = async ({
const soConfig = new SavedObjectConfig(savedObjectsConf, savedObjectsMigrationConf);
const docLinks: DocLinksServiceStart = {
- ...getDocLinksMeta({ kibanaBranch }),
- links: getDocLinks({ kibanaBranch }),
+ ...getDocLinksMeta({ kibanaBranch, buildFlavor }),
+ links: getDocLinks({ kibanaBranch, buildFlavor }),
};
const esCapabilities = await getCapabilitiesFromClient(client);
diff --git a/src/core/server/integration_tests/saved_objects/migrations/test_utils.ts b/src/core/server/integration_tests/saved_objects/migrations/test_utils.ts
index 610981bab56a..85e2d7b318fc 100644
--- a/src/core/server/integration_tests/saved_objects/migrations/test_utils.ts
+++ b/src/core/server/integration_tests/saved_objects/migrations/test_utils.ts
@@ -17,12 +17,18 @@ import JSON5 from 'json5';
export const getDocVersion = () => {
const env = Env.createDefault(REPO_ROOT, getEnvOptions());
- return getDocLinksMeta({ kibanaBranch: env.packageInfo.branch }).version;
+ return getDocLinksMeta({
+ kibanaBranch: env.packageInfo.branch,
+ buildFlavor: env.packageInfo.buildFlavor,
+ }).version;
};
export const getMigrationDocLink = () => {
const env = Env.createDefault(REPO_ROOT, getEnvOptions());
- const docLinks = getDocLinks({ kibanaBranch: env.packageInfo.branch });
+ const docLinks = getDocLinks({
+ kibanaBranch: env.packageInfo.branch,
+ buildFlavor: env.packageInfo.buildFlavor,
+ });
return docLinks.kibanaUpgradeSavedObjects;
};
diff --git a/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.test.tsx b/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.test.tsx
index 083e6430614d..bf9524c18613 100644
--- a/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.test.tsx
+++ b/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.test.tsx
@@ -379,6 +379,63 @@ describe('HeatmapComponent', function () {
});
});
+ it('should keep the minimum open end', () => {
+ const newData: Datatable = {
+ type: 'datatable',
+ rows: [{ 'col-0-1': -3 }],
+ columns: [{ id: 'col-0-1', name: 'Count', meta: { type: 'number' } }],
+ };
+ const newProps = {
+ ...wrapperProps,
+ data: newData,
+ args: {
+ ...wrapperProps.args,
+ palette: {
+ params: {
+ colors: ['#6092c0', '#a8bfda', '#ebeff5', '#ecb385', '#e7664c'],
+ stops: [1, 2, 3, 4, 5],
+ range: 'number',
+ gradient: true,
+ continuity: 'above',
+ rangeMin: -Infinity,
+ rangeMax: null,
+ },
+ },
+ },
+ } as unknown as HeatmapRenderProps;
+ const component = mountWithIntl();
+ expect(component.find(Heatmap).prop('colorScale')).toEqual({
+ bands: [
+ {
+ start: -Infinity,
+ end: 1,
+ color: '#6092c0',
+ },
+ {
+ start: 1,
+ end: 2,
+ color: '#a8bfda',
+ },
+ {
+ start: 2,
+ end: 3,
+ color: '#ebeff5',
+ },
+ {
+ start: 3,
+ end: 4,
+ color: '#ecb385',
+ },
+ {
+ start: 4,
+ end: Infinity,
+ color: '#e7664c',
+ },
+ ],
+ type: 'bands',
+ });
+ });
+
it('renders the axis titles', () => {
const component = shallowWithIntl();
expect(component.find(Heatmap).prop('xAxisTitle')).toEqual('Dest');
diff --git a/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.tsx b/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.tsx
index f0794318e600..e541918801b5 100644
--- a/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.tsx
+++ b/src/plugins/chart_expressions/expression_heatmap/public/components/heatmap_component.tsx
@@ -97,11 +97,7 @@ function shiftAndNormalizeStops(
if (params.range === 'percent') {
result = min + ((max - min) * value) / 100;
}
- // a division by zero safeguard
- if (!Number.isFinite(result)) {
- return 1;
- }
- return Number(result.toFixed(2));
+ return result;
}
);
}
@@ -515,11 +511,9 @@ export const HeatmapComponent: FC = memo(
let overwriteArrayIdx;
if (endValue === Number.POSITIVE_INFINITY) {
- overwriteArrayIdx = `≥ ${metricFormatter.convert(startValue)}`;
+ overwriteArrayIdx = `≥ ${valueFormatter(startValue)}`;
} else {
- overwriteArrayIdx = `${metricFormatter.convert(start)} - ${metricFormatter.convert(
- endValue
- )}`;
+ overwriteArrayIdx = `${valueFormatter(start)} - ${valueFormatter(endValue)}`;
}
const overwriteColor = overwriteColors?.[overwriteArrayIdx];
diff --git a/src/plugins/chart_expressions/expression_metric/common/expression_functions/metric_trendline_function.test.ts b/src/plugins/chart_expressions/expression_metric/common/expression_functions/metric_trendline_function.test.ts
index 6dcfe4c79147..30f55a967926 100644
--- a/src/plugins/chart_expressions/expression_metric/common/expression_functions/metric_trendline_function.test.ts
+++ b/src/plugins/chart_expressions/expression_metric/common/expression_functions/metric_trendline_function.test.ts
@@ -8,11 +8,10 @@
import { Datatable, ExecutionContext } from '@kbn/expressions-plugin/common';
import { Adapters } from '@kbn/inspector-plugin/common';
-import { SerializableRecord } from '@kbn/utility-types';
import { TrendlineArguments } from '../types';
import { metricTrendlineFunction } from './metric_trendline_function';
-const fakeContext = {} as ExecutionContext;
+const fakeContext = {} as ExecutionContext;
const fakeInput = {} as Datatable;
const metricTrendline = (args: TrendlineArguments) =>
metricTrendlineFunction().fn(fakeInput, args, fakeContext);
diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/inference.delete_model.json b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.delete_model.json
new file mode 100644
index 000000000000..c7066c0a48b1
--- /dev/null
+++ b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.delete_model.json
@@ -0,0 +1,27 @@
+{
+ "inference.delete_model": {
+ "url_params": {
+ "error_trace": "__flag__",
+ "filter_path": [],
+ "human": "__flag__",
+ "pretty": "__flag__"
+ },
+ "url_components": {
+ "task_type": [
+ "sparse_embedding",
+ "text_embedding"
+ ]
+ },
+ "methods": [
+ "DELETE"
+ ],
+ "patterns": [
+ "_inference/{task_type}/{model_id}"
+ ],
+ "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html",
+ "availability": {
+ "stack": true,
+ "serverless": false
+ }
+ }
+}
diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/inference.get_model.json b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.get_model.json
new file mode 100644
index 000000000000..40745a385fa7
--- /dev/null
+++ b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.get_model.json
@@ -0,0 +1,27 @@
+{
+ "inference.get_model": {
+ "url_params": {
+ "error_trace": "__flag__",
+ "filter_path": [],
+ "human": "__flag__",
+ "pretty": "__flag__"
+ },
+ "url_components": {
+ "task_type": [
+ "sparse_embedding",
+ "text_embedding"
+ ]
+ },
+ "methods": [
+ "GET"
+ ],
+ "patterns": [
+ "_inference/{task_type}/{model_id}"
+ ],
+ "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html",
+ "availability": {
+ "stack": true,
+ "serverless": false
+ }
+ }
+}
diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/inference.inference.json b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.inference.json
new file mode 100644
index 000000000000..e8f959aa3330
--- /dev/null
+++ b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.inference.json
@@ -0,0 +1,27 @@
+{
+ "inference.inference": {
+ "url_params": {
+ "error_trace": "__flag__",
+ "filter_path": [],
+ "human": "__flag__",
+ "pretty": "__flag__"
+ },
+ "url_components": {
+ "task_type": [
+ "sparse_embedding",
+ "text_embedding"
+ ]
+ },
+ "methods": [
+ "POST"
+ ],
+ "patterns": [
+ "_inference/{task_type}/{model_id}"
+ ],
+ "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html",
+ "availability": {
+ "stack": true,
+ "serverless": false
+ }
+ }
+}
diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/inference.put_model.json b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.put_model.json
new file mode 100644
index 000000000000..69e26a1103c0
--- /dev/null
+++ b/src/plugins/console/server/lib/spec_definitions/json/generated/inference.put_model.json
@@ -0,0 +1,27 @@
+{
+ "inference.put_model": {
+ "url_params": {
+ "error_trace": "__flag__",
+ "filter_path": [],
+ "human": "__flag__",
+ "pretty": "__flag__"
+ },
+ "url_components": {
+ "task_type": [
+ "sparse_embedding",
+ "text_embedding"
+ ]
+ },
+ "methods": [
+ "PUT"
+ ],
+ "patterns": [
+ "_inference/{task_type}/{model_id}"
+ ],
+ "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html",
+ "availability": {
+ "stack": true,
+ "serverless": false
+ }
+ }
+}
diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/ml.start_trained_model_deployment.json b/src/plugins/console/server/lib/spec_definitions/json/generated/ml.start_trained_model_deployment.json
index 972ae313c20f..f09c45526e4f 100644
--- a/src/plugins/console/server/lib/spec_definitions/json/generated/ml.start_trained_model_deployment.json
+++ b/src/plugins/console/server/lib/spec_definitions/json/generated/ml.start_trained_model_deployment.json
@@ -6,6 +6,7 @@
"human": "__flag__",
"pretty": "__flag__",
"cache_size": [],
+ "deployment_id": "",
"number_of_allocations": [
"1"
],
diff --git a/src/plugins/content_management/docs/conent_management_landing.mdx b/src/plugins/content_management/docs/conent_management_landing.mdx
new file mode 100644
index 000000000000..b2855d105c7d
--- /dev/null
+++ b/src/plugins/content_management/docs/conent_management_landing.mdx
@@ -0,0 +1,22 @@
+---
+id: kibContentManagement
+slug: /kibana-dev-docs/content-management
+title: Content Management
+date: 2023-04-13
+tags: ['kibana', 'dev', 'content management', 'saved objects']
+---
+
+
+
+Kibana Saved Objects have traditionally been considered content,
+but the content management project aims to provide a single abstraction for Kibana and solution content.
+This includes the registration and collection of content metadata as well as the rendering capabilities, caching layer, backward compatible CRUD & Search APIs,
+and eventually a collection of new features that enhance content items by adding additional capabilities for personalization, private objects and content folders.
+
+## Links
+
+-
+-
diff --git a/src/plugins/data/common/search/expressions/kibana.ts b/src/plugins/data/common/search/expressions/kibana.ts
index aa83662e0b8d..83d2cdc1c64b 100644
--- a/src/plugins/data/common/search/expressions/kibana.ts
+++ b/src/plugins/data/common/search/expressions/kibana.ts
@@ -9,7 +9,7 @@
import { i18n } from '@kbn/i18n';
import { ExecutionContext, ExpressionFunctionDefinition } from '@kbn/expressions-plugin/common';
import { Adapters } from '@kbn/inspector-plugin/common';
-import { ExpressionValueSearchContext, ExecutionContextSearch } from './kibana_context_type';
+import { ExpressionValueSearchContext } from './kibana_context_type';
const toArray = (query: undefined | T | T[]): T[] =>
!query ? [] : Array.isArray(query) ? query : [query];
@@ -20,7 +20,7 @@ export type ExpressionFunctionKibana = ExpressionFunctionDefinition<
ExpressionValueSearchContext | null,
object,
ExpressionValueSearchContext,
- ExecutionContext
+ ExecutionContext
>;
export const kibana: ExpressionFunctionKibana = {
diff --git a/src/plugins/data/common/search/expressions/kibana_context.ts b/src/plugins/data/common/search/expressions/kibana_context.ts
index 9f9a7f274ab5..613a8ff2fede 100644
--- a/src/plugins/data/common/search/expressions/kibana_context.ts
+++ b/src/plugins/data/common/search/expressions/kibana_context.ts
@@ -8,13 +8,7 @@
import { ExpressionFunctionDefinition, ExecutionContext } from '@kbn/expressions-plugin/common';
import { Adapters } from '@kbn/inspector-plugin/common';
-import {
- KibanaTimerangeOutput,
- ExecutionContextSearch,
- KibanaContext,
- KibanaFilter,
- KibanaQueryOutput,
-} from '../..';
+import { KibanaTimerangeOutput, KibanaContext, KibanaFilter, KibanaQueryOutput } from '../..';
interface Arguments {
q?: KibanaQueryOutput[] | null;
@@ -28,5 +22,5 @@ export type ExpressionFunctionKibanaContext = ExpressionFunctionDefinition<
KibanaContext | null,
Arguments,
Promise,
- ExecutionContext
+ ExecutionContext
>;
diff --git a/src/plugins/data/common/search/expressions/kibana_context_type.ts b/src/plugins/data/common/search/expressions/kibana_context_type.ts
index d6947d2d46ce..979fc65e4ac0 100644
--- a/src/plugins/data/common/search/expressions/kibana_context_type.ts
+++ b/src/plugins/data/common/search/expressions/kibana_context_type.ts
@@ -5,19 +5,11 @@
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
-import { Filter } from '@kbn/es-query';
+import { Filter, ExecutionContextSearch } from '@kbn/es-query';
import { ExpressionValueBoxed } from '@kbn/expressions-plugin/common';
-import { Query, TimeRange } from '../../query';
+import { Query } from '../../query';
import { DataViewField } from '../..';
-// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
-export type ExecutionContextSearch = {
- filters?: Filter[];
- query?: Query | Query[];
- timeRange?: TimeRange;
- disableWarningToasts?: boolean;
-};
-
export type ExpressionValueSearchContext = ExpressionValueBoxed<
'kibana_context',
ExecutionContextSearch
diff --git a/src/plugins/data/public/index.ts b/src/plugins/data/public/index.ts
index 221a4f7ce951..de2504dec2d9 100644
--- a/src/plugins/data/public/index.ts
+++ b/src/plugins/data/public/index.ts
@@ -138,7 +138,6 @@ export type {
OptionedValueProp,
ParsedInterval,
// expressions
- ExecutionContextSearch,
ExpressionFunctionKql,
ExpressionFunctionLucene,
ExpressionFunctionKibana,
diff --git a/src/plugins/data/server/query/routes.ts b/src/plugins/data/server/query/routes.ts
index 7446e3ad83a1..5ac18df37d54 100644
--- a/src/plugins/data/server/query/routes.ts
+++ b/src/plugins/data/server/query/routes.ts
@@ -30,7 +30,7 @@ const SAVED_QUERY_ATTRS_CONFIG = schema.object({
const savedQueryResponseSchema = schema.object({
id: schema.string(),
attributes: SAVED_QUERY_ATTRS_CONFIG,
- namespaces: schema.arrayOf(schema.string()),
+ namespaces: schema.maybe(schema.arrayOf(schema.string())),
});
const access = 'internal';
diff --git a/src/plugins/data/server/ui_settings.ts b/src/plugins/data/server/ui_settings.ts
index 7b386e864fbc..46794e0a3c9c 100644
--- a/src/plugins/data/server/ui_settings.ts
+++ b/src/plugins/data/server/ui_settings.ts
@@ -168,12 +168,12 @@ export function getUiSettings(
name: i18n.translate('data.advancedSettings.defaultIndexTitle', {
defaultMessage: 'Default data view',
}),
- value: null,
+ value: '',
type: 'string',
description: i18n.translate('data.advancedSettings.defaultIndexText', {
defaultMessage: 'Used by discover and visualizations when a data view is not set.',
}),
- schema: schema.nullable(schema.string()),
+ schema: schema.string(),
},
[UI_SETTINGS.COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX]: {
name: i18n.translate('data.advancedSettings.courier.ignoreFilterTitle', {
@@ -385,6 +385,13 @@ export function getUiSettings(
defaultMessage: 'This week',
}),
},
+ {
+ from: 'now-1m',
+ to: 'now',
+ display: i18n.translate('data.advancedSettings.timepicker.last1Minute', {
+ defaultMessage: 'Last 1 minute',
+ }),
+ },
{
from: 'now-15m',
to: 'now',
@@ -471,7 +478,7 @@ export function getUiSettings(
to: schema.string(),
display: schema.string(),
}),
- { maxSize: 10 }
+ { maxSize: 12 }
)
: schema.arrayOf(
schema.object({
diff --git a/src/plugins/discover/public/application/main/discover_main_route.tsx b/src/plugins/discover/public/application/main/discover_main_route.tsx
index 1bb24661da0c..2a2575a77352 100644
--- a/src/plugins/discover/public/application/main/discover_main_route.tsx
+++ b/src/plugins/discover/public/application/main/discover_main_route.tsx
@@ -9,7 +9,11 @@
import React, { useEffect, useState, memo, useCallback, useMemo } from 'react';
import { useParams, useHistory } from 'react-router-dom';
import type { DataView } from '@kbn/data-views-plugin/public';
-import { redirectWhenMissing, SavedObjectNotFound } from '@kbn/kibana-utils-plugin/public';
+import {
+ type IKbnUrlStateStorage,
+ redirectWhenMissing,
+ SavedObjectNotFound,
+} from '@kbn/kibana-utils-plugin/public';
import { useExecutionContext } from '@kbn/kibana-react-plugin/public';
import {
AnalyticsNoDataPageKibanaProvider,
@@ -46,6 +50,7 @@ interface DiscoverLandingParams {
export interface MainRouteProps {
customizationCallbacks: CustomizationCallback[];
+ stateStorageContainer?: IKbnUrlStateStorage;
isDev: boolean;
customizationContext: DiscoverCustomizationContext;
}
@@ -53,6 +58,7 @@ export interface MainRouteProps {
export function DiscoverMainRoute({
customizationCallbacks,
customizationContext,
+ stateStorageContainer,
}: MainRouteProps) {
const history = useHistory();
const services = useDiscoverServices();
@@ -70,6 +76,7 @@ export function DiscoverMainRoute({
history,
services,
customizationContext,
+ stateStorageContainer,
})
);
const { customizationService, isInitialized: isCustomizationServiceInitialized } =
diff --git a/src/plugins/discover/public/application/main/services/discover_state.test.ts b/src/plugins/discover/public/application/main/services/discover_state.test.ts
index a14a7d3b797c..2cf1e2c71880 100644
--- a/src/plugins/discover/public/application/main/services/discover_state.test.ts
+++ b/src/plugins/discover/public/application/main/services/discover_state.test.ts
@@ -11,7 +11,7 @@ import {
DiscoverStateContainer,
createSearchSessionRestorationDataProvider,
} from './discover_state';
-import { createBrowserHistory, History } from 'history';
+import { createBrowserHistory, createMemoryHistory, History } from 'history';
import { dataPluginMock } from '@kbn/data-plugin/public/mocks';
import type { SavedSearch, SortOrder } from '@kbn/saved-search-plugin/public';
import {
@@ -27,6 +27,7 @@ import { waitFor } from '@testing-library/react';
import { DiscoverCustomizationContext, FetchStatus } from '../../types';
import { dataViewAdHoc, dataViewComplexMock } from '../../../__mocks__/data_view_complex';
import { copySavedSearch } from './discover_saved_search_container';
+import { createKbnUrlStateStorage, IKbnUrlStateStorage } from '@kbn/kibana-utils-plugin/public';
const startSync = (appState: DiscoverAppStateContainer) => {
const { start, stop } = appState.syncState();
@@ -151,6 +152,68 @@ describe('Test discover state', () => {
expect(getCurrentUrl()).toBe('/#?_g=(refreshInterval:(pause:!t,value:5000))');
});
});
+
+describe('Test discover state with overridden state storage', () => {
+ let stopSync = () => {};
+ let history: History;
+ let stateStorage: IKbnUrlStateStorage;
+ let state: DiscoverStateContainer;
+
+ beforeEach(async () => {
+ jest.useFakeTimers();
+ history = createMemoryHistory({
+ initialEntries: [
+ {
+ pathname: '/',
+ hash: `?_a=()`,
+ },
+ ],
+ });
+ stateStorage = createKbnUrlStateStorage({
+ history,
+ useHash: false,
+ useHashQuery: true,
+ });
+ state = getDiscoverStateContainer({
+ services: discoverServiceMock,
+ history,
+ customizationContext,
+ stateStorageContainer: stateStorage,
+ });
+ state.savedSearchState.set(savedSearchMock);
+ state.appState.update({}, true);
+ stopSync = startSync(state.appState);
+ });
+
+ afterEach(() => {
+ stopSync();
+ stopSync = () => {};
+ jest.useRealTimers();
+ });
+
+ test('setting app state and syncing to URL', async () => {
+ state.appState.update({ index: 'modified' });
+
+ await jest.runAllTimersAsync();
+
+ expect(history.createHref(history.location)).toMatchInlineSnapshot(
+ `"/#?_a=(columns:!(default_column),index:modified,interval:auto,sort:!())"`
+ );
+ });
+
+ test('changing URL to be propagated to appState', async () => {
+ history.push('/#?_a=(index:modified)');
+
+ await jest.runAllTimersAsync();
+
+ expect(state.appState.getState()).toMatchInlineSnapshot(`
+ Object {
+ "index": "modified",
+ }
+ `);
+ });
+});
+
describe('Test discover initial state sort handling', () => {
test('Non-empty sort in URL should not be overwritten by saved search sort', async () => {
const savedSearch = {
diff --git a/src/plugins/discover/public/application/main/services/discover_state.ts b/src/plugins/discover/public/application/main/services/discover_state.ts
index 5e4f8a30199e..1dc58643ebdc 100644
--- a/src/plugins/discover/public/application/main/services/discover_state.ts
+++ b/src/plugins/discover/public/application/main/services/discover_state.ts
@@ -71,6 +71,10 @@ interface DiscoverStateContainerParams {
* Context object for customization related properties
*/
customizationContext: DiscoverCustomizationContext;
+ /**
+ * a custom url state storage
+ */
+ stateStorageContainer?: IKbnUrlStateStorage;
}
export interface LoadParams {
@@ -204,6 +208,7 @@ export function getDiscoverStateContainer({
history,
services,
customizationContext,
+ stateStorageContainer,
}: DiscoverStateContainerParams): DiscoverStateContainer {
const storeInSessionStorage = services.uiSettings.get('state:storeInSessionStorage');
const toasts = services.core.notifications.toasts;
@@ -211,12 +216,14 @@ export function getDiscoverStateContainer({
/**
* state storage for state in the URL
*/
- const stateStorage = createKbnUrlStateStorage({
- useHash: storeInSessionStorage,
- history,
- useHashQuery: customizationContext.displayMode !== 'embedded',
- ...(toasts && withNotifyOnErrors(toasts)),
- });
+ const stateStorage =
+ stateStorageContainer ??
+ createKbnUrlStateStorage({
+ useHash: storeInSessionStorage,
+ history,
+ useHashQuery: customizationContext.displayMode !== 'embedded',
+ ...(toasts && withNotifyOnErrors(toasts)),
+ });
/**
* Search session logic
diff --git a/src/plugins/discover/public/components/discover_container/discover_container.tsx b/src/plugins/discover/public/components/discover_container/discover_container.tsx
index 43426c83c773..51fdbd0d3432 100644
--- a/src/plugins/discover/public/components/discover_container/discover_container.tsx
+++ b/src/plugins/discover/public/components/discover_container/discover_container.tsx
@@ -11,6 +11,7 @@ import type { ScopedHistory } from '@kbn/core/public';
import { KibanaContextProvider } from '@kbn/kibana-react-plugin/public';
import React, { useEffect, useMemo, useState } from 'react';
import { css } from '@emotion/react';
+import type { IKbnUrlStateStorage } from '@kbn/kibana-utils-plugin/public';
import { DiscoverMainRoute } from '../../application/main';
import type { DiscoverServices } from '../../build_services';
import type { CustomizationCallback } from '../../customizations';
@@ -29,6 +30,7 @@ export interface DiscoverContainerInternalProps {
getDiscoverServices: () => Promise;
scopedHistory: ScopedHistory;
customizationCallbacks: CustomizationCallback[];
+ stateStorageContainer?: IKbnUrlStateStorage;
isDev: boolean;
isLoading?: boolean;
}
@@ -55,6 +57,7 @@ export const DiscoverContainerInternal = ({
customizationCallbacks,
isDev,
getDiscoverServices,
+ stateStorageContainer,
isLoading = false,
}: DiscoverContainerInternalProps) => {
const [discoverServices, setDiscoverServices] = useState();
@@ -97,6 +100,7 @@ export const DiscoverContainerInternal = ({
diff --git a/src/plugins/embeddable/public/embeddable_panel/embeddable_panel.tsx b/src/plugins/embeddable/public/embeddable_panel/embeddable_panel.tsx
index 2c9a30431218..c24383ff9fb1 100644
--- a/src/plugins/embeddable/public/embeddable_panel/embeddable_panel.tsx
+++ b/src/plugins/embeddable/public/embeddable_panel/embeddable_panel.tsx
@@ -129,8 +129,9 @@ export const EmbeddablePanel = (panelProps: UnwrappedEmbeddablePanelProps) => {
* Select state from the embeddable
*/
const loading = useSelectFromEmbeddableOutput('loading', embeddable);
+ const rendered = useSelectFromEmbeddableOutput('rendered', embeddable);
- if (loading === false && !initialLoadComplete) {
+ if ((loading === false || rendered === true || outputError) && !initialLoadComplete) {
setInitialLoadComplete(true);
}
diff --git a/src/plugins/event_annotation/common/fetch_event_annotations/request_event_annotations.ts b/src/plugins/event_annotation/common/fetch_event_annotations/request_event_annotations.ts
index 56748495a345..36f5b0a5595a 100644
--- a/src/plugins/event_annotation/common/fetch_event_annotations/request_event_annotations.ts
+++ b/src/plugins/event_annotation/common/fetch_event_annotations/request_event_annotations.ts
@@ -21,7 +21,6 @@ import { ExecutionContext } from '@kbn/expressions-plugin/common';
import moment from 'moment';
import { ESCalendarInterval, ESFixedInterval, roundDateToESInterval } from '@elastic/charts';
import { Adapters } from '@kbn/inspector-plugin/common';
-import { SerializableRecord } from '@kbn/utility-types';
import { IUiSettingsClient } from '@kbn/core-ui-settings-browser';
import { i18n } from '@kbn/i18n';
import { handleRequest } from './handle_request';
@@ -71,7 +70,7 @@ export const requestEventAnnotations = (
abortSignal,
getSearchSessionId,
getExecutionContext,
- }: ExecutionContext,
+ }: ExecutionContext,
getStartDependencies: () => Promise
) => {
return defer(async () => {
diff --git a/src/plugins/event_annotation/tsconfig.json b/src/plugins/event_annotation/tsconfig.json
index d115df48e896..f6117e5f92ae 100644
--- a/src/plugins/event_annotation/tsconfig.json
+++ b/src/plugins/event_annotation/tsconfig.json
@@ -12,7 +12,6 @@
"@kbn/core",
"@kbn/expressions-plugin",
"@kbn/data-plugin",
- "@kbn/utility-types",
"@kbn/i18n",
"@kbn/data-views-plugin",
"@kbn/inspector-plugin",
diff --git a/src/plugins/expressions/common/execution/types.ts b/src/plugins/expressions/common/execution/types.ts
index dddc50328594..03dbcc8a6ff1 100644
--- a/src/plugins/expressions/common/execution/types.ts
+++ b/src/plugins/expressions/common/execution/types.ts
@@ -6,11 +6,11 @@
* Side Public License, v 1.
*/
-import type { SerializableRecord } from '@kbn/utility-types';
import type { KibanaRequest } from '@kbn/core/server';
import type { KibanaExecutionContext } from '@kbn/core/public';
import { Adapters, RequestAdapter } from '@kbn/inspector-plugin/common';
+import { ExecutionContextSearch } from '@kbn/es-query';
import { Datatable, ExpressionType } from '../expression_types';
import { TablesAdapter } from '../util/tables_adapter';
import { ExpressionsInspectorAdapter } from '../util';
@@ -19,10 +19,7 @@ import { ExpressionsInspectorAdapter } from '../util';
* `ExecutionContext` is an object available to all functions during a single execution;
* it provides various methods to perform side-effects.
*/
-export interface ExecutionContext<
- InspectorAdapters extends Adapters = Adapters,
- ExecutionContextSearch extends SerializableRecord = SerializableRecord
-> {
+export interface ExecutionContext {
/**
* Get search context of the expression.
*/
diff --git a/src/plugins/expressions/common/service/expressions_services.ts b/src/plugins/expressions/common/service/expressions_services.ts
index 0480e4966c01..e73e07a387c4 100644
--- a/src/plugins/expressions/common/service/expressions_services.ts
+++ b/src/plugins/expressions/common/service/expressions_services.ts
@@ -8,7 +8,6 @@
import { Observable } from 'rxjs';
import type { Logger } from '@kbn/logging';
-import type { SerializableRecord } from '@kbn/utility-types';
import type { KibanaRequest } from '@kbn/core/server';
import type { KibanaExecutionContext } from '@kbn/core/public';
@@ -19,6 +18,7 @@ import {
VersionedState,
} from '@kbn/kibana-utils-plugin/common';
import { Adapters } from '@kbn/inspector-plugin/common/adapters';
+import { ExecutionContextSearch } from '@kbn/es-query';
import { Executor } from '../executor';
import { AnyExpressionRenderDefinition, ExpressionRendererRegistry } from '../expression_renderers';
import { ExpressionAstExpression } from '../ast';
@@ -130,7 +130,7 @@ export interface ExpressionsServiceSetup {
}
export interface ExpressionExecutionParams {
- searchContext?: SerializableRecord;
+ searchContext?: ExecutionContextSearch;
variables?: Record;
diff --git a/src/plugins/expressions/public/react_expression_renderer/react_expression_renderer.test.tsx b/src/plugins/expressions/public/react_expression_renderer/react_expression_renderer.test.tsx
index 0afdf72ea9b3..015dac1314ba 100644
--- a/src/plugins/expressions/public/react_expression_renderer/react_expression_renderer.test.tsx
+++ b/src/plugins/expressions/public/react_expression_renderer/react_expression_renderer.test.tsx
@@ -185,7 +185,7 @@ describe('ExpressionRenderer', () => {
reload$={refreshSubject}
expression=""
debounce={1000}
- searchContext={{ from: 'now-15m', to: 'now' }}
+ searchContext={{ timeRange: { from: 'now-15m', to: 'now' } }}
/>
);
diff --git a/src/plugins/expressions/public/types/index.ts b/src/plugins/expressions/public/types/index.ts
index 870b44e9bc02..7bbb486fde39 100644
--- a/src/plugins/expressions/public/types/index.ts
+++ b/src/plugins/expressions/public/types/index.ts
@@ -6,9 +6,9 @@
* Side Public License, v 1.
*/
-import type { SerializableRecord } from '@kbn/utility-types';
import type { KibanaExecutionContext } from '@kbn/core/public';
import { Adapters } from '@kbn/inspector-plugin/public';
+import { ExecutionContextSearch } from '@kbn/es-query';
import {
IInterpreterRenderHandlers,
ExpressionValue,
@@ -35,7 +35,7 @@ export interface ExpressionInterpreter {
}
export interface IExpressionLoaderParams {
- searchContext?: SerializableRecord;
+ searchContext?: ExecutionContextSearch;
context?: ExpressionValue;
variables?: Record;
// Enables debug tracking on each expression in the AST
diff --git a/src/plugins/expressions/tsconfig.json b/src/plugins/expressions/tsconfig.json
index 94f1d7852da3..5854100d9fa0 100644
--- a/src/plugins/expressions/tsconfig.json
+++ b/src/plugins/expressions/tsconfig.json
@@ -17,6 +17,7 @@
"@kbn/core-execution-context-common",
"@kbn/tinymath",
"@kbn/panel-loader",
+ "@kbn/es-query",
],
"exclude": [
"target/**/*",
diff --git a/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.test.ts b/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.test.ts
index a7b72cb863f7..f3d7a0e0d1f1 100644
--- a/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.test.ts
+++ b/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.test.ts
@@ -202,7 +202,7 @@ describe('kbn_url_storage', () => {
await Promise.all([pr1, pr2, pr3]);
expect(getCurrentUrl()).toBe('/3');
- expect(urlControls.getPendingUrl()).toBeUndefined();
+ expect(urlControls.getPendingUrl()).toEqual(getCurrentUrl());
});
});
diff --git a/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts b/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts
index b81d3c1b81b6..9a4ed8e704b0 100644
--- a/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts
+++ b/src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts
@@ -193,17 +193,17 @@ export const createKbnUrlControls = (
// runs scheduled url updates
function flush(replace = shouldReplace) {
- const nextUrl = getPendingUrl();
-
- if (!nextUrl) return;
+ if (updateQueue.length === 0) {
+ return;
+ }
+ const nextUrl = getPendingUrl();
cleanUp();
const newUrl = updateUrl(nextUrl, replace);
return newUrl;
}
function getPendingUrl() {
- if (updateQueue.length === 0) return undefined;
const resultUrl = updateQueue.reduce(
(url, nextUpdate) => nextUpdate(url) ?? url,
getCurrentUrl(history)
diff --git a/src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts b/src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts
index 6ad69238608c..d823a95da59c 100644
--- a/src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts
+++ b/src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts
@@ -116,7 +116,11 @@ export const createKbnUrlStateStorage = (
unlisten();
};
}).pipe(
- map(() => getStateFromKbnUrl(key, undefined, { getFromHashQuery: useHashQuery })),
+ map(() =>
+ getStateFromKbnUrl(key, history?.createHref(history.location), {
+ getFromHashQuery: useHashQuery,
+ })
+ ),
catchError((error) => {
if (onGetErrorThrottled) onGetErrorThrottled(error);
return of(null);
diff --git a/src/plugins/unified_search/public/query_string_input/query_bar.scss b/src/plugins/unified_search/public/query_string_input/query_bar.scss
index 89cca695ee15..2ecf27416a90 100644
--- a/src/plugins/unified_search/public/query_string_input/query_bar.scss
+++ b/src/plugins/unified_search/public/query_string_input/query_bar.scss
@@ -1,13 +1,9 @@
.kbnQueryBar__datePickerWrapper {
.euiDatePopoverButton-isInvalid {
background-image: euiFormControlGradient($euiColorDanger);
-
- // @todo Remove when EUI issue is resolved.
- // @see https://github.com/elastic/eui/issues/4612
- &:focus {
- color: $euiTextColor;
- background-color: $euiFormBackgroundColor;
- background-image: euiFormControlGradient($euiColorPrimary);
- }
}
}
+// increase the section height to avoid vertical scrolling
+.euiQuickSelectPopover__section {
+ max-height: 142px;
+}
diff --git a/src/plugins/vis_types/vega/public/vega_fn.ts b/src/plugins/vis_types/vega/public/vega_fn.ts
index 6dbd7c979250..784d4ce1b702 100644
--- a/src/plugins/vis_types/vega/public/vega_fn.ts
+++ b/src/plugins/vis_types/vega/public/vega_fn.ts
@@ -8,7 +8,6 @@
import { get } from 'lodash';
import { i18n } from '@kbn/i18n';
-import { ExecutionContextSearch } from '@kbn/data-plugin/public';
import {
ExecutionContext,
ExpressionFunctionDefinition,
@@ -40,7 +39,7 @@ export type VegaExpressionFunctionDefinition = ExpressionFunctionDefinition<
Input,
Arguments,
Output,
- ExecutionContext
+ ExecutionContext
>;
export const createVegaFn = (
diff --git a/test/api_integration/apis/data_views/default_index_pattern/default_index_pattern.ts b/test/api_integration/apis/data_views/default_index_pattern/default_index_pattern.ts
index d34ad5ccd5f4..b980c684e529 100644
--- a/test/api_integration/apis/data_views/default_index_pattern/default_index_pattern.ts
+++ b/test/api_integration/apis/data_views/default_index_pattern/default_index_pattern.ts
@@ -48,7 +48,7 @@ export default function ({ getService }: FtrProviderContext) {
expect(response5.status).to.be(200);
const response6 = await supertest.get(defaultPath);
- expect(response6.body[serviceKeyId]).to.be(null);
+ expect(response6.body[serviceKeyId]).to.be('');
});
});
});
diff --git a/x-pack/packages/kbn-slo-schema/index.ts b/x-pack/packages/kbn-slo-schema/index.ts
index 3d9e295055a6..98b183d391bb 100644
--- a/x-pack/packages/kbn-slo-schema/index.ts
+++ b/x-pack/packages/kbn-slo-schema/index.ts
@@ -8,3 +8,4 @@
export * from './src/schema';
export * from './src/rest_specs';
export * from './src/models/duration';
+export * from './src/models/pagination';
diff --git a/x-pack/packages/kbn-slo-schema/src/models/pagination.ts b/x-pack/packages/kbn-slo-schema/src/models/pagination.ts
new file mode 100644
index 000000000000..815c30f71d4c
--- /dev/null
+++ b/x-pack/packages/kbn-slo-schema/src/models/pagination.ts
@@ -0,0 +1,17 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+export interface Paginated {
+ total: number;
+ page: number;
+ perPage: number;
+ results: T[];
+}
+
+export interface Pagination {
+ page: number;
+ perPage: number;
+}
diff --git a/x-pack/packages/kbn-slo-schema/src/rest_specs/slo.ts b/x-pack/packages/kbn-slo-schema/src/rest_specs/slo.ts
index 54e463adc210..574a7eb1f924 100644
--- a/x-pack/packages/kbn-slo-schema/src/rest_specs/slo.ts
+++ b/x-pack/packages/kbn-slo-schema/src/rest_specs/slo.ts
@@ -6,6 +6,7 @@
*/
import * as t from 'io-ts';
+import { toBooleanRt } from '@kbn/io-ts-utils';
import {
allOrAnyString,
apmTransactionDurationIndicatorSchema,
@@ -109,6 +110,7 @@ const sloResponseSchema = t.intersection([
groupBy: allOrAnyString,
createdAt: dateType,
updatedAt: dateType,
+ version: t.number,
}),
t.partial({
instanceId: allOrAnyString,
@@ -157,6 +159,12 @@ const manageSLOParamsSchema = t.type({
path: t.type({ id: sloIdSchema }),
});
+const resetSLOParamsSchema = t.type({
+ path: t.type({ id: sloIdSchema }),
+});
+
+const resetSLOResponseSchema = sloResponseSchema;
+
const updateSLOResponseSchema = sloResponseSchema;
const findSLOResponseSchema = t.type({
@@ -182,23 +190,21 @@ const fetchHistoricalSummaryResponseSchema = t.array(
})
);
-/**
- * The query params schema for /internal/observability/slo/_definitions
- *
- * @private
- */
-const findSloDefinitionsParamsSchema = t.type({
- query: t.type({
+const findSloDefinitionsParamsSchema = t.partial({
+ query: t.partial({
search: t.string,
+ includeOutdatedOnly: toBooleanRt,
+ page: t.string,
+ perPage: t.string,
}),
});
-/**
- * The response schema for /internal/observability/slo/_definitions
- *
- * @private
- */
-const findSloDefinitionsResponseSchema = t.array(sloResponseSchema);
+const findSloDefinitionsResponseSchema = t.type({
+ page: t.number,
+ perPage: t.number,
+ total: t.number,
+ results: t.array(sloResponseSchema),
+});
const getSLOBurnRatesResponseSchema = t.type({
burnRates: t.array(
@@ -244,6 +250,9 @@ type GetSLOResponse = t.OutputOf;
type ManageSLOParams = t.TypeOf;
+type ResetSLOParams = t.TypeOf;
+type ResetSLOResponse = t.OutputOf;
+
type UpdateSLOInput = t.OutputOf;
type UpdateSLOParams = t.TypeOf;
type UpdateSLOResponse = t.OutputOf;
@@ -258,12 +267,8 @@ type FetchHistoricalSummaryParams = t.TypeOf;
type HistoricalSummaryResponse = t.OutputOf;
-/**
- * The response type for /internal/observability/slo/_definitions
- *
- * @private
- */
-type FindSloDefinitionsResponse = t.OutputOf;
+type FindSLODefinitionsParams = t.TypeOf;
+type FindSLODefinitionsResponse = t.OutputOf;
type GetPreviewDataParams = t.TypeOf;
type GetPreviewDataResponse = t.OutputOf;
@@ -300,6 +305,8 @@ export {
findSloDefinitionsParamsSchema,
findSloDefinitionsResponseSchema,
manageSLOParamsSchema,
+ resetSLOParamsSchema,
+ resetSLOResponseSchema,
sloResponseSchema,
sloWithSummaryResponseSchema,
updateSLOParamsSchema,
@@ -325,8 +332,11 @@ export type {
FetchHistoricalSummaryParams,
FetchHistoricalSummaryResponse,
HistoricalSummaryResponse,
- FindSloDefinitionsResponse,
+ FindSLODefinitionsParams,
+ FindSLODefinitionsResponse,
ManageSLOParams,
+ ResetSLOParams,
+ ResetSLOResponse,
SLOResponse,
SLOWithSummaryResponse,
UpdateSLOInput,
diff --git a/x-pack/packages/kbn-slo-schema/src/schema/slo.ts b/x-pack/packages/kbn-slo-schema/src/schema/slo.ts
index 29df82010710..27e8a9e998f7 100644
--- a/x-pack/packages/kbn-slo-schema/src/schema/slo.ts
+++ b/x-pack/packages/kbn-slo-schema/src/schema/slo.ts
@@ -50,6 +50,7 @@ const sloSchema = t.type({
createdAt: dateType,
updatedAt: dateType,
groupBy: allOrAnyString,
+ version: t.number,
});
const sloWithSummarySchema = t.intersection([sloSchema, t.type({ summary: summarySchema })]);
diff --git a/x-pack/packages/kbn-slo-schema/tsconfig.json b/x-pack/packages/kbn-slo-schema/tsconfig.json
index 3c94d9a902af..bc9fd2fdede8 100644
--- a/x-pack/packages/kbn-slo-schema/tsconfig.json
+++ b/x-pack/packages/kbn-slo-schema/tsconfig.json
@@ -11,7 +11,8 @@
"**/*.ts"
],
"kbn_references": [
- "@kbn/std"
+ "@kbn/std",
+ "@kbn/io-ts-utils"
],
"exclude": [
"target/**/*",
diff --git a/x-pack/performance/journeys/many_fields_transform.ts b/x-pack/performance/journeys/many_fields_transform.ts
index 14187c20e5c5..6fe945914c35 100644
--- a/x-pack/performance/journeys/many_fields_transform.ts
+++ b/x-pack/performance/journeys/many_fields_transform.ts
@@ -15,11 +15,11 @@ export const journey = new Journey({
.step('Go to Transforms', async ({ page, kbnUrl, kibanaPage }) => {
await page.goto(kbnUrl.get(`app/management/data/transform`));
await kibanaPage.waitForHeader();
- await page.waitForSelector(subj('transformButtonCreate'));
+ await page.waitForSelector(subj('transformCreateFirstButton'));
await page.waitForSelector(subj('globalLoadingIndicator-hidden'));
})
.step('Go to data view selection', async ({ page }) => {
- const createButtons = page.locator(subj('transformButtonCreate'));
+ const createButtons = page.locator(subj('transformCreateFirstButton'));
await createButtons.first().click();
await page.waitForSelector(subj('savedObjectsFinderTable'));
})
diff --git a/x-pack/plugins/actions/server/actions_client/actions_client.test.ts b/x-pack/plugins/actions/server/actions_client/actions_client.test.ts
index 35860bdfb0c5..02c647f17664 100644
--- a/x-pack/plugins/actions/server/actions_client/actions_client.test.ts
+++ b/x-pack/plugins/actions/server/actions_client/actions_client.test.ts
@@ -43,7 +43,7 @@ import { actionsAuthorizationMock } from '../authorization/actions_authorization
import { trackLegacyRBACExemption } from '../lib/track_legacy_rbac_exemption';
import { ConnectorTokenClient } from '../lib/connector_token_client';
import { encryptedSavedObjectsMock } from '@kbn/encrypted-saved-objects-plugin/server/mocks';
-import { Logger } from '@kbn/core/server';
+import { Logger, SavedObject } from '@kbn/core/server';
import { connectorTokenClientMock } from '../lib/connector_token_client.mock';
import { inMemoryMetricsMock } from '../monitoring/in_memory_metrics.mock';
import { getOAuthJwtAccessToken } from '../lib/get_oauth_jwt_access_token';
@@ -120,6 +120,14 @@ const executor: ExecutorType<{}, {}, {}, void> = async (options) => {
const connectorTokenClient = connectorTokenClientMock.create();
const inMemoryMetrics = inMemoryMetricsMock.create();
+const actionTypeIdFromSavedObjectMock = (actionTypeId: string = 'my-action-type') => {
+ return {
+ attributes: {
+ actionTypeId,
+ },
+ } as SavedObject;
+};
+
beforeEach(() => {
jest.resetAllMocks();
mockedLicenseState = licenseStateMock.create();
@@ -2664,6 +2672,7 @@ describe('execute()', () => {
(getAuthorizationModeBySource as jest.Mock).mockImplementationOnce(() => {
return AuthorizationMode.RBAC;
});
+ unsecuredSavedObjectsClient.get.mockResolvedValueOnce(actionTypeIdFromSavedObjectMock());
await actionsClient.execute({
actionId: 'action-id',
params: {
@@ -2672,6 +2681,7 @@ describe('execute()', () => {
source: asHttpRequestExecutionSource(request),
});
expect(authorization.ensureAuthorized).toHaveBeenCalledWith({
+ actionTypeId: 'my-action-type',
operation: 'execute',
additionalPrivileges: [],
});
@@ -2685,6 +2695,8 @@ describe('execute()', () => {
new Error(`Unauthorized to execute all actions`)
);
+ unsecuredSavedObjectsClient.get.mockResolvedValueOnce(actionTypeIdFromSavedObjectMock());
+
await expect(
actionsClient.execute({
actionId: 'action-id',
@@ -2696,6 +2708,7 @@ describe('execute()', () => {
).rejects.toMatchInlineSnapshot(`[Error: Unauthorized to execute all actions]`);
expect(authorization.ensureAuthorized).toHaveBeenCalledWith({
+ actionTypeId: 'my-action-type',
operation: 'execute',
additionalPrivileges: [],
});
@@ -2768,12 +2781,15 @@ describe('execute()', () => {
executor,
});
+ unsecuredSavedObjectsClient.get.mockResolvedValueOnce(actionTypeIdFromSavedObjectMock());
+
await actionsClient.execute({
actionId: 'system-connector-.cases',
params: {},
});
expect(authorization.ensureAuthorized).toHaveBeenCalledWith({
+ actionTypeId: 'my-action-type',
operation: 'execute',
additionalPrivileges: ['test/create'],
});
@@ -2832,12 +2848,15 @@ describe('execute()', () => {
executor,
});
+ unsecuredSavedObjectsClient.get.mockResolvedValueOnce(actionTypeIdFromSavedObjectMock());
+
await actionsClient.execute({
actionId: 'testPreconfigured',
params: {},
});
expect(authorization.ensureAuthorized).toHaveBeenCalledWith({
+ actionTypeId: 'my-action-type',
operation: 'execute',
additionalPrivileges: [],
});
@@ -2895,12 +2914,15 @@ describe('execute()', () => {
executor,
});
+ unsecuredSavedObjectsClient.get.mockResolvedValueOnce(actionTypeIdFromSavedObjectMock());
+
await actionsClient.execute({
actionId: 'system-connector-.cases',
params: { foo: 'bar' },
});
expect(authorization.ensureAuthorized).toHaveBeenCalledWith({
+ actionTypeId: 'my-action-type',
operation: 'execute',
additionalPrivileges: ['test/create'],
});
@@ -3032,6 +3054,7 @@ describe('bulkEnqueueExecution()', () => {
},
]);
expect(authorization.ensureAuthorized).toHaveBeenCalledWith({
+ actionTypeId: 'my-action-type',
operation: 'execute',
});
});
diff --git a/x-pack/plugins/actions/server/actions_client/actions_client.ts b/x-pack/plugins/actions/server/actions_client/actions_client.ts
index 85376e64897a..a5314ab2d7d3 100644
--- a/x-pack/plugins/actions/server/actions_client/actions_client.ts
+++ b/x-pack/plugins/actions/server/actions_client/actions_client.ts
@@ -11,7 +11,7 @@ import url from 'url';
import { UsageCounter } from '@kbn/usage-collection-plugin/server';
import { i18n } from '@kbn/i18n';
-import { omitBy, isUndefined, compact } from 'lodash';
+import { omitBy, isUndefined, compact, uniq } from 'lodash';
import {
IScopedClusterClient,
SavedObjectsClientContract,
@@ -681,14 +681,39 @@ export class ActionsClient {
}: Omit): Promise<
ActionTypeExecutorResult
> {
+ const log = this.context.logger;
+
if (
(await getAuthorizationModeBySource(this.context.unsecuredSavedObjectsClient, source)) ===
AuthorizationMode.RBAC
) {
const additionalPrivileges = this.getSystemActionKibanaPrivileges(actionId, params);
+ let actionTypeId: string | undefined;
+
+ try {
+ if (this.isPreconfigured(actionId)) {
+ const connector = this.context.inMemoryConnectors.find(
+ (inMemoryConnector) => inMemoryConnector.id === actionId
+ );
+
+ actionTypeId = connector?.actionTypeId;
+ } else {
+ // TODO: Optimize so we don't do another get on top of getAuthorizationModeBySource and within the actionExecutor.execute
+ const { attributes } = await this.context.unsecuredSavedObjectsClient.get(
+ 'action',
+ actionId
+ );
+
+ actionTypeId = attributes.actionTypeId;
+ }
+ } catch (err) {
+ log.debug(`Failed to retrieve actionTypeId for action [${actionId}]`, err);
+ }
+
await this.context.authorization.ensureAuthorized({
operation: 'execute',
additionalPrivileges,
+ actionTypeId,
});
} else {
trackLegacyRBACExemption('execute', this.context.usageCounter);
@@ -723,6 +748,11 @@ export class ActionsClient {
* inside the ActionExecutor at execution time
*/
await this.context.authorization.ensureAuthorized({ operation: 'execute' });
+ await Promise.all(
+ uniq(options.map((o) => o.actionTypeId)).map((actionTypeId) =>
+ this.context.authorization.ensureAuthorized({ operation: 'execute', actionTypeId })
+ )
+ );
}
if (authModes[AuthorizationMode.Legacy] > 0) {
trackLegacyRBACExemption(
@@ -740,7 +770,10 @@ export class ActionsClient {
(await getAuthorizationModeBySource(this.context.unsecuredSavedObjectsClient, source)) ===
AuthorizationMode.RBAC
) {
- await this.context.authorization.ensureAuthorized({ operation: 'execute' });
+ await this.context.authorization.ensureAuthorized({
+ operation: 'execute',
+ actionTypeId: options.actionTypeId,
+ });
} else {
trackLegacyRBACExemption('ephemeralEnqueuedExecution', this.context.usageCounter);
}
diff --git a/x-pack/plugins/actions/server/authorization/actions_authorization.test.ts b/x-pack/plugins/actions/server/authorization/actions_authorization.test.ts
index fa65b06777f9..f9f2094ba05b 100644
--- a/x-pack/plugins/actions/server/authorization/actions_authorization.test.ts
+++ b/x-pack/plugins/actions/server/authorization/actions_authorization.test.ts
@@ -14,10 +14,16 @@ import {
} from '../constants/saved_objects';
import { AuthenticatedUser } from '@kbn/security-plugin/server';
import { AuthorizationMode } from './get_authorization_mode_by_source';
+import {
+ CONNECTORS_ADVANCED_EXECUTE_PRIVILEGE_API_TAG,
+ CONNECTORS_BASIC_EXECUTE_PRIVILEGE_API_TAG,
+} from '../feature';
const request = {} as KibanaRequest;
const mockAuthorizationAction = (type: string, operation: string) => `${type}/${operation}`;
+const BASIC_EXECUTE_AUTHZ = `api:${CONNECTORS_BASIC_EXECUTE_PRIVILEGE_API_TAG}`;
+const ADVANCED_EXECUTE_AUTHZ = `api:${CONNECTORS_ADVANCED_EXECUTE_PRIVILEGE_API_TAG}`;
function mockSecurity() {
const security = securityMock.createSetup();
@@ -83,7 +89,7 @@ describe('ensureAuthorized', () => {
expect(authorization.actions.savedObject.get).toHaveBeenCalledWith('action', 'create');
expect(checkPrivileges).toHaveBeenCalledWith({
- kibana: [mockAuthorizationAction('action', 'create')],
+ kibana: [mockAuthorizationAction('action', 'create'), BASIC_EXECUTE_AUTHZ],
});
});
@@ -123,6 +129,7 @@ describe('ensureAuthorized', () => {
kibana: [
mockAuthorizationAction(ACTION_SAVED_OBJECT_TYPE, 'get'),
mockAuthorizationAction(ACTION_TASK_PARAMS_SAVED_OBJECT_TYPE, 'create'),
+ BASIC_EXECUTE_AUTHZ,
],
});
});
@@ -225,6 +232,54 @@ describe('ensureAuthorized', () => {
mockAuthorizationAction(ACTION_SAVED_OBJECT_TYPE, 'get'),
mockAuthorizationAction(ACTION_TASK_PARAMS_SAVED_OBJECT_TYPE, 'create'),
'test/create',
+ BASIC_EXECUTE_AUTHZ,
+ ],
+ });
+ });
+
+ test('checks SentinelOne connector privileges correctly', async () => {
+ const { authorization } = mockSecurity();
+ const checkPrivileges: jest.MockedFunction<
+ ReturnType
+ > = jest.fn();
+
+ authorization.checkPrivilegesDynamicallyWithRequest.mockReturnValue(checkPrivileges);
+ const actionsAuthorization = new ActionsAuthorization({
+ request,
+ authorization,
+ });
+
+ checkPrivileges.mockResolvedValueOnce({
+ username: 'some-user',
+ hasAllRequested: true,
+ privileges: [
+ {
+ privilege: mockAuthorizationAction('myType', 'execute'),
+ authorized: true,
+ },
+ ],
+ });
+
+ await actionsAuthorization.ensureAuthorized({
+ operation: 'execute',
+ actionTypeId: '.sentinelone',
+ });
+
+ expect(authorization.actions.savedObject.get).toHaveBeenCalledWith(
+ ACTION_SAVED_OBJECT_TYPE,
+ 'get'
+ );
+
+ expect(authorization.actions.savedObject.get).toHaveBeenCalledWith(
+ ACTION_TASK_PARAMS_SAVED_OBJECT_TYPE,
+ 'create'
+ );
+
+ expect(checkPrivileges).toHaveBeenCalledWith({
+ kibana: [
+ mockAuthorizationAction(ACTION_SAVED_OBJECT_TYPE, 'get'),
+ mockAuthorizationAction(ACTION_TASK_PARAMS_SAVED_OBJECT_TYPE, 'create'),
+ ADVANCED_EXECUTE_AUTHZ,
],
});
});
diff --git a/x-pack/plugins/actions/server/authorization/actions_authorization.ts b/x-pack/plugins/actions/server/authorization/actions_authorization.ts
index 34eec819b431..df282b95e968 100644
--- a/x-pack/plugins/actions/server/authorization/actions_authorization.ts
+++ b/x-pack/plugins/actions/server/authorization/actions_authorization.ts
@@ -74,7 +74,15 @@ export class ActionsAuthorization {
: [authorization.actions.savedObject.get(ACTION_SAVED_OBJECT_TYPE, operation)];
const { hasAllRequested } = await checkPrivileges({
- kibana: [...privileges, ...additionalPrivileges],
+ kibana: [
+ ...privileges,
+ ...additionalPrivileges,
+ // SentinelOne sub-actions require that a user have `all` privilege to Actions and Connectors.
+ // This is a temporary solution until a more robust RBAC approach can be implemented for sub-actions
+ actionTypeId === '.sentinelone'
+ ? 'api:actions:execute-advanced-connectors'
+ : 'api:actions:execute-basic-connectors',
+ ],
});
if (!hasAllRequested) {
throw Boom.forbidden(
diff --git a/x-pack/plugins/actions/server/feature.ts b/x-pack/plugins/actions/server/feature.ts
index aa0b88dbee63..b44aaf61cad6 100644
--- a/x-pack/plugins/actions/server/feature.ts
+++ b/x-pack/plugins/actions/server/feature.ts
@@ -13,6 +13,9 @@ import {
CONNECTOR_TOKEN_SAVED_OBJECT_TYPE,
} from './constants/saved_objects';
+export const CONNECTORS_ADVANCED_EXECUTE_PRIVILEGE_API_TAG = 'actions:execute-advanced-connectors';
+export const CONNECTORS_BASIC_EXECUTE_PRIVILEGE_API_TAG = 'actions:execute-basic-connectors';
+
/**
* The order of appearance in the feature privilege page
* under the management section.
@@ -33,7 +36,10 @@ export const ACTIONS_FEATURE = {
privileges: {
all: {
app: [],
- api: [],
+ api: [
+ CONNECTORS_ADVANCED_EXECUTE_PRIVILEGE_API_TAG,
+ CONNECTORS_BASIC_EXECUTE_PRIVILEGE_API_TAG,
+ ],
catalogue: [],
management: {
insightsAndAlerting: ['triggersActions', 'triggersActionsConnectors'],
@@ -50,7 +56,7 @@ export const ACTIONS_FEATURE = {
},
read: {
app: [],
- api: [],
+ api: [CONNECTORS_BASIC_EXECUTE_PRIVILEGE_API_TAG],
catalogue: [],
management: {
insightsAndAlerting: ['triggersActions', 'triggersActionsConnectors'],
diff --git a/x-pack/plugins/actions/server/lib/action_executor.test.ts b/x-pack/plugins/actions/server/lib/action_executor.test.ts
index 9e277b908432..c58e16a11aa4 100644
--- a/x-pack/plugins/actions/server/lib/action_executor.test.ts
+++ b/x-pack/plugins/actions/server/lib/action_executor.test.ts
@@ -835,6 +835,7 @@ test('successfully authorize system actions', async () => {
await actionExecutor.execute({ ...executeParams, actionId: 'system-connector-.cases' });
expect(authorizationMock.ensureAuthorized).toBeCalledWith({
+ actionTypeId: '.cases',
operation: 'execute',
additionalPrivileges: ['test/create'],
});
@@ -875,7 +876,10 @@ test('Execute of SentinelOne sub-actions require create privilege', async () =>
await actionExecutor.execute({ ...executeParams, actionId: 'sentinel-one-connector-authz' });
- expect(authorizationMock.ensureAuthorized).toHaveBeenCalledWith({ operation: 'create' });
+ expect(authorizationMock.ensureAuthorized).toHaveBeenCalledWith({
+ operation: 'execute',
+ actionTypeId: '.sentinelone',
+ });
});
test('pass the params to the actionTypeRegistry when authorizing system actions', async () => {
@@ -909,6 +913,7 @@ test('pass the params to the actionTypeRegistry when authorizing system actions'
});
expect(authorizationMock.ensureAuthorized).toBeCalledWith({
+ actionTypeId: '.cases',
operation: 'execute',
additionalPrivileges: ['test/create'],
});
diff --git a/x-pack/plugins/actions/server/lib/action_executor.ts b/x-pack/plugins/actions/server/lib/action_executor.ts
index fd1d8f92a048..69aab56e4e5b 100644
--- a/x-pack/plugins/actions/server/lib/action_executor.ts
+++ b/x-pack/plugins/actions/server/lib/action_executor.ts
@@ -565,14 +565,17 @@ const ensureAuthorizedToExecute = async ({
params
);
- await authorization.ensureAuthorized({ operation: 'execute', additionalPrivileges });
- }
-
- // SentinelOne sub-actions require that a user have `all` privilege to Actions and Connectors.
- // This is a temporary solution until a more robust RBAC approach can be implemented for sub-actions
- if (actionTypeId === '.sentinelone') {
await authorization.ensureAuthorized({
- operation: 'create',
+ operation: 'execute',
+ additionalPrivileges,
+ actionTypeId,
+ });
+ } else if (actionTypeId === '.sentinelone') {
+ // SentinelOne sub-actions require that a user have `all` privilege to Actions and Connectors.
+ // This is a temporary solution until a more robust RBAC approach can be implemented for sub-actions
+ await authorization.ensureAuthorized({
+ operation: 'execute',
+ actionTypeId,
});
}
} catch (error) {
diff --git a/x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap b/x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap
index 79ecdc077ea6..a372355d1db7 100644
--- a/x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap
+++ b/x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap
@@ -151,6 +151,12 @@ exports[`APM telemetry helpers getApmTelemetry generates a JSON object with the
"description": "Total number of services utilizing the opentelemetry/swift agent within the last day"
}
},
+ "opentelemetry/android": {
+ "type": "long",
+ "_meta": {
+ "description": "Total number of services utilizing the opentelemetry/android agent within the last day"
+ }
+ },
"opentelemetry/webjs": {
"type": "long",
"_meta": {
diff --git a/x-pack/plugins/apm/public/components/app/profiling_overview/index.tsx b/x-pack/plugins/apm/public/components/app/profiling_overview/index.tsx
index 3e460448ad42..9e8a0e2baf46 100644
--- a/x-pack/plugins/apm/public/components/app/profiling_overview/index.tsx
+++ b/x-pack/plugins/apm/public/components/app/profiling_overview/index.tsx
@@ -78,6 +78,8 @@ export function ProfilingOverview() {
environment={environment}
dataSource={preferred?.source}
kuery={kuery}
+ rangeFrom={rangeFrom}
+ rangeTo={rangeTo}
/>
>
),
@@ -99,12 +101,23 @@ export function ProfilingOverview() {
endIndex={10}
dataSource={preferred?.source}
kuery={kuery}
+ rangeFrom={rangeFrom}
+ rangeTo={rangeTo}
/>
>
),
},
];
- }, [end, environment, kuery, preferred?.source, serviceName, start]);
+ }, [
+ end,
+ environment,
+ kuery,
+ preferred?.source,
+ rangeFrom,
+ rangeTo,
+ serviceName,
+ start,
+ ]);
if (isLoading) {
return (
diff --git a/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_flamegraph.tsx b/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_flamegraph.tsx
index 8dcda14783a8..bbae54abdf70 100644
--- a/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_flamegraph.tsx
+++ b/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_flamegraph.tsx
@@ -40,6 +40,8 @@ interface Props {
ApmDocumentType.TransactionMetric | ApmDocumentType.TransactionEvent
>;
kuery: string;
+ rangeFrom: string;
+ rangeTo: string;
}
export function ProfilingFlamegraph({
@@ -49,6 +51,8 @@ export function ProfilingFlamegraph({
environment,
dataSource,
kuery,
+ rangeFrom,
+ rangeTo,
}: Props) {
const { profilingLocators } = useProfilingPlugin();
@@ -93,6 +97,8 @@ export function ProfilingFlamegraph({
data-test-subj="apmProfilingFlamegraphGoToFlamegraphLink"
href={profilingLocators?.flamegraphLocator.getRedirectUrl({
kuery: mergeKueries([`(${hostNamesKueryFormat})`, kuery]),
+ rangeFrom,
+ rangeTo,
})}
>
{i18n.translate('xpack.apm.profiling.flamegraph.link', {
diff --git a/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_top_functions.tsx b/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_top_functions.tsx
index 7b428802fbfc..0462af188d3f 100644
--- a/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_top_functions.tsx
+++ b/x-pack/plugins/apm/public/components/app/profiling_overview/profiling_top_functions.tsx
@@ -31,6 +31,8 @@ interface Props {
ApmDocumentType.TransactionMetric | ApmDocumentType.TransactionEvent
>;
kuery: string;
+ rangeFrom: string;
+ rangeTo: string;
}
export function ProfilingTopNFunctions({
@@ -42,6 +44,8 @@ export function ProfilingTopNFunctions({
endIndex,
dataSource,
kuery,
+ rangeFrom,
+ rangeTo,
}: Props) {
const { profilingLocators } = useProfilingPlugin();
@@ -97,6 +101,8 @@ export function ProfilingTopNFunctions({
data-test-subj="apmProfilingTopNFunctionsGoToUniversalProfilingFlamegraphLink"
href={profilingLocators?.topNFunctionsLocator.getRedirectUrl({
kuery: mergeKueries([`(${hostNamesKueryFormat})`, kuery]),
+ rangeFrom,
+ rangeTo,
})}
>
{i18n.translate('xpack.apm.profiling.topnFunctions.link', {
diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/schema.ts b/x-pack/plugins/apm/server/lib/apm_telemetry/schema.ts
index e52be12ca5c3..33a95f246f86 100644
--- a/x-pack/plugins/apm/server/lib/apm_telemetry/schema.ts
+++ b/x-pack/plugins/apm/server/lib/apm_telemetry/schema.ts
@@ -373,6 +373,13 @@ const apmPerAgentSchema: Pick<
'Total number of services utilizing the opentelemetry/swift agent within the last day',
},
},
+ 'opentelemetry/android': {
+ type: 'long',
+ _meta: {
+ description:
+ 'Total number of services utilizing the opentelemetry/android agent within the last day',
+ },
+ },
'opentelemetry/webjs': {
type: 'long',
_meta: {
diff --git a/x-pack/plugins/apm/server/routes/fleet/merge_package_policy_with_apm.ts b/x-pack/plugins/apm/server/routes/fleet/merge_package_policy_with_apm.ts
index ea6e1436f00d..1cd2ebfc7542 100644
--- a/x-pack/plugins/apm/server/routes/fleet/merge_package_policy_with_apm.ts
+++ b/x-pack/plugins/apm/server/routes/fleet/merge_package_policy_with_apm.ts
@@ -28,7 +28,7 @@ export async function decoratePackagePolicyWithAgentConfigAndSourceMap({
apmIndices: APMIndices;
}) {
const [agentConfigurations, { artifacts }] = await Promise.all([
- listConfigurations(internalESClient, apmIndices),
+ listConfigurations({ internalESClient, apmIndices }),
listSourceMapArtifacts({ fleetPluginStart }),
]);
diff --git a/x-pack/plugins/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts b/x-pack/plugins/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts
index ce8d4421dfc4..56f124ec150b 100644
--- a/x-pack/plugins/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts
+++ b/x-pack/plugins/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts
@@ -39,7 +39,7 @@ export async function syncAgentConfigsToApmPackagePolicies({
const [savedObjectsClient, agentConfigurations, packagePolicies] =
await Promise.all([
getInternalSavedObjectsClient(coreStart),
- listConfigurations(internalESClient, apmIndices),
+ listConfigurations({ internalESClient, apmIndices }),
getApmPackagePolicies({ coreStart, fleetPluginStart }),
]);
diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts b/x-pack/plugins/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts
index 232c3d2d50c4..b8f393bb3440 100644
--- a/x-pack/plugins/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts
+++ b/x-pack/plugins/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts
@@ -6,7 +6,7 @@
*/
import type { SearchHit } from '@kbn/es-types';
-import { APMIndices } from '@kbn/apm-data-access-plugin/server';
+import { APMEventClient } from '../../../lib/helpers/create_es_client/create_apm_event_client';
import { AgentConfiguration } from '../../../../common/agent_configuration/configuration_types';
import {
SERVICE_ENVIRONMENT,
@@ -15,16 +15,16 @@ import {
import { APMInternalESClient } from '../../../lib/helpers/create_es_client/create_internal_es_client';
import { APM_AGENT_CONFIGURATION_INDEX } from '../apm_indices/apm_system_index_constants';
import { convertConfigSettingsToString } from './convert_settings_to_string';
-import { getConfigsAppliedToAgentsThroughFleet } from './get_config_applied_to_agent_through_fleet';
+import { getAgentConfigEtagMetrics } from './get_agent_config_etag_metrics';
export async function findExactConfiguration({
service,
internalESClient,
- apmIndices,
+ apmEventClient,
}: {
service: AgentConfiguration['service'];
internalESClient: APMInternalESClient;
- apmIndices: APMIndices;
+ apmEventClient: APMEventClient;
}) {
const serviceNameFilter = service.name
? { term: { [SERVICE_NAME]: service.name } }
@@ -43,13 +43,10 @@ export async function findExactConfiguration({
},
};
- const [agentConfig, configsAppliedToAgentsThroughFleet] = await Promise.all([
- internalESClient.search(
- 'find_exact_agent_configuration',
- params
- ),
- getConfigsAppliedToAgentsThroughFleet(internalESClient, apmIndices),
- ]);
+ const agentConfig = await internalESClient.search<
+ AgentConfiguration,
+ typeof params
+ >('find_exact_agent_configuration', params);
const hit = agentConfig.hits.hits[0] as
| SearchHit
@@ -59,11 +56,33 @@ export async function findExactConfiguration({
return;
}
+ const appliedByAgent = await getIsAppliedByAgent({
+ apmEventClient,
+ agentConfiguration: hit._source,
+ });
+
return {
id: hit._id,
...convertConfigSettingsToString(hit)._source,
- applied_by_agent:
- hit._source.applied_by_agent ||
- configsAppliedToAgentsThroughFleet.hasOwnProperty(hit._source.etag),
+ applied_by_agent: appliedByAgent,
};
}
+
+async function getIsAppliedByAgent({
+ apmEventClient,
+ agentConfiguration,
+}: {
+ apmEventClient: APMEventClient;
+ agentConfiguration: AgentConfiguration;
+}) {
+ if (agentConfiguration.applied_by_agent) {
+ return true;
+ }
+
+ const appliedEtags = await getAgentConfigEtagMetrics(
+ apmEventClient,
+ agentConfiguration.etag
+ );
+
+ return appliedEtags.includes(agentConfiguration.etag);
+}
diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts b/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_agent_config_etag_metrics.ts
similarity index 55%
rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts
rename to x-pack/plugins/apm/server/routes/settings/agent_configuration/get_agent_config_etag_metrics.ts
index 067d7565247b..fccf26f591ce 100644
--- a/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts
+++ b/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_agent_config_etag_metrics.ts
@@ -7,23 +7,26 @@
import { termQuery, rangeQuery } from '@kbn/observability-plugin/server';
import datemath from '@kbn/datemath';
-import { APMIndices } from '@kbn/apm-data-access-plugin/server';
+import { ProcessorEvent } from '@kbn/observability-plugin/common';
+import { APMEventClient } from '../../../lib/helpers/create_es_client/create_apm_event_client';
import { METRICSET_NAME } from '../../../../common/es_fields/apm';
-import { APMInternalESClient } from '../../../lib/helpers/create_es_client/create_internal_es_client';
-export async function getConfigsAppliedToAgentsThroughFleet(
- internalESClient: APMInternalESClient,
- apmIndices: APMIndices
+export async function getAgentConfigEtagMetrics(
+ apmEventClient: APMEventClient,
+ etag?: string
) {
const params = {
- index: apmIndices.metric,
- track_total_hits: 0,
- size: 0,
+ apm: {
+ events: [ProcessorEvent.metric],
+ },
body: {
+ track_total_hits: 0,
+ size: 0,
query: {
bool: {
filter: [
...termQuery(METRICSET_NAME, 'agent_config'),
+ ...termQuery('labels.etag', etag),
...rangeQuery(
datemath.parse('now-15m')!.valueOf(),
datemath.parse('now')!.valueOf()
@@ -42,18 +45,14 @@ export async function getConfigsAppliedToAgentsThroughFleet(
},
};
- const response = await internalESClient.search(
- 'get_config_applied_to_agent_through_fleet',
+ const response = await apmEventClient.search(
+ 'get_agent_config_etag_metrics',
params
);
return (
- response.aggregations?.config_by_etag.buckets.reduce(
- (configsAppliedToAgentsThroughFleet, bucket) => {
- configsAppliedToAgentsThroughFleet[bucket.key as string] = true;
- return configsAppliedToAgentsThroughFleet;
- },
- {} as Record
- ) ?? {}
+ response.aggregations?.config_by_etag.buckets.map(
+ ({ key }) => key as string
+ ) ?? []
);
}
diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/list_configurations.ts b/x-pack/plugins/apm/server/routes/settings/agent_configuration/list_configurations.ts
index 940ac7cd0b5a..4566629bebd8 100644
--- a/x-pack/plugins/apm/server/routes/settings/agent_configuration/list_configurations.ts
+++ b/x-pack/plugins/apm/server/routes/settings/agent_configuration/list_configurations.ts
@@ -6,27 +6,33 @@
*/
import { APMIndices } from '@kbn/apm-data-access-plugin/server';
+import { APMEventClient } from '../../../lib/helpers/create_es_client/create_apm_event_client';
import { AgentConfiguration } from '../../../../common/agent_configuration/configuration_types';
import { convertConfigSettingsToString } from './convert_settings_to_string';
-import { getConfigsAppliedToAgentsThroughFleet } from './get_config_applied_to_agent_through_fleet';
+import { getAgentConfigEtagMetrics } from './get_agent_config_etag_metrics';
import { APMInternalESClient } from '../../../lib/helpers/create_es_client/create_internal_es_client';
import { APM_AGENT_CONFIGURATION_INDEX } from '../apm_indices/apm_system_index_constants';
-export async function listConfigurations(
- internalESClient: APMInternalESClient,
- apmIndices: APMIndices
-) {
+export async function listConfigurations({
+ internalESClient,
+ apmEventClient,
+ apmIndices,
+}: {
+ internalESClient: APMInternalESClient;
+ apmEventClient?: APMEventClient;
+ apmIndices: APMIndices;
+}) {
const params = {
index: APM_AGENT_CONFIGURATION_INDEX,
size: 200,
};
- const [agentConfigs, configsAppliedToAgentsThroughFleet] = await Promise.all([
+ const [agentConfigs, appliedEtags = []] = await Promise.all([
internalESClient.search(
'list_agent_configuration',
params
),
- getConfigsAppliedToAgentsThroughFleet(internalESClient, apmIndices),
+ apmEventClient ? getAgentConfigEtagMetrics(apmEventClient) : undefined,
]);
return agentConfigs.hits.hits
@@ -36,7 +42,7 @@ export async function listConfigurations(
...hit._source,
applied_by_agent:
hit._source.applied_by_agent ||
- configsAppliedToAgentsThroughFleet.hasOwnProperty(hit._source.etag),
+ appliedEtags.includes(hit._source.etag),
};
});
}
diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/queries.test.ts b/x-pack/plugins/apm/server/routes/settings/agent_configuration/queries.test.ts
index 5a2672115066..176c0ef8e687 100644
--- a/x-pack/plugins/apm/server/routes/settings/agent_configuration/queries.test.ts
+++ b/x-pack/plugins/apm/server/routes/settings/agent_configuration/queries.test.ts
@@ -55,7 +55,10 @@ describe('agent configuration queries', () => {
it('fetches configurations', async () => {
mock = await inspectSearchParams(
({ mockInternalESClient, mockIndices }) =>
- listConfigurations(mockInternalESClient, mockIndices)
+ listConfigurations({
+ internalESClient: mockInternalESClient,
+ apmIndices: mockIndices,
+ })
);
expect(mock.params).toMatchSnapshot();
@@ -94,11 +97,11 @@ describe('agent configuration queries', () => {
describe('findExactConfiguration', () => {
it('find configuration by service.name', async () => {
mock = await inspectSearchParams(
- ({ mockInternalESClient, mockIndices }) =>
+ ({ mockInternalESClient, mockApmEventClient }) =>
findExactConfiguration({
service: { name: 'foo' },
internalESClient: mockInternalESClient,
- apmIndices: mockIndices,
+ apmEventClient: mockApmEventClient,
})
);
@@ -107,11 +110,11 @@ describe('agent configuration queries', () => {
it('find configuration by service.environment', async () => {
mock = await inspectSearchParams(
- ({ mockInternalESClient, mockIndices }) =>
+ ({ mockInternalESClient, mockApmEventClient }) =>
findExactConfiguration({
service: { environment: 'bar' },
internalESClient: mockInternalESClient,
- apmIndices: mockIndices,
+ apmEventClient: mockApmEventClient,
})
);
@@ -120,11 +123,11 @@ describe('agent configuration queries', () => {
it('find configuration by service.name and service.environment', async () => {
mock = await inspectSearchParams(
- ({ mockInternalESClient, mockIndices }) =>
+ ({ mockInternalESClient, mockApmEventClient }) =>
findExactConfiguration({
service: { name: 'foo', environment: 'bar' },
internalESClient: mockInternalESClient,
- apmIndices: mockIndices,
+ apmEventClient: mockApmEventClient,
})
);
diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/route.ts b/x-pack/plugins/apm/server/routes/settings/agent_configuration/route.ts
index b2c06044838f..b47a4536191d 100644
--- a/x-pack/plugins/apm/server/routes/settings/agent_configuration/route.ts
+++ b/x-pack/plugins/apm/server/routes/settings/agent_configuration/route.ts
@@ -50,13 +50,15 @@ const agentConfigurationRoute = createApmServerRoute({
throwNotFoundIfAgentConfigNotAvailable(resources.featureFlags);
const apmIndices = await resources.getApmIndices();
- const internalESClient = await createInternalESClientWithResources(
- resources
- );
- const configurations = await listConfigurations(
+ const [internalESClient, apmEventClient] = await Promise.all([
+ createInternalESClientWithResources(resources),
+ getApmEventClient(resources),
+ ]);
+ const configurations = await listConfigurations({
internalESClient,
- apmIndices
- );
+ apmIndices,
+ apmEventClient,
+ });
return { configurations };
},
@@ -75,14 +77,14 @@ const getSingleAgentConfigurationRoute = createApmServerRoute({
const { params, logger } = resources;
const { name, environment } = params.query;
const service = { name, environment };
- const apmIndices = await resources.getApmIndices();
- const internalESClient = await createInternalESClientWithResources(
- resources
- );
+ const [internalESClient, apmEventClient] = await Promise.all([
+ createInternalESClientWithResources(resources),
+ getApmEventClient(resources),
+ ]);
const exactConfig = await findExactConfiguration({
service,
internalESClient,
- apmIndices,
+ apmEventClient,
});
if (!exactConfig) {
@@ -114,13 +116,14 @@ const deleteAgentConfigurationRoute = createApmServerRoute({
const { params, logger, core, telemetryUsageCounter } = resources;
const { service } = params.body;
const apmIndices = await resources.getApmIndices();
- const internalESClient = await createInternalESClientWithResources(
- resources
- );
+ const [internalESClient, apmEventClient] = await Promise.all([
+ createInternalESClientWithResources(resources),
+ getApmEventClient(resources),
+ ]);
const exactConfig = await findExactConfiguration({
service,
internalESClient,
- apmIndices,
+ apmEventClient,
});
if (!exactConfig) {
logger.info(
@@ -171,16 +174,17 @@ const createOrUpdateAgentConfigurationRoute = createApmServerRoute({
const { params, logger, core, telemetryUsageCounter } = resources;
const { body, query } = params;
const apmIndices = await resources.getApmIndices();
- const internalESClient = await createInternalESClientWithResources(
- resources
- );
+ const [internalESClient, apmEventClient] = await Promise.all([
+ createInternalESClientWithResources(resources),
+ getApmEventClient(resources),
+ ]);
// if the config already exists, it is fetched and updated
// this is to avoid creating two configs with identical service params
const exactConfig = await findExactConfiguration({
service: body.service,
internalESClient,
- apmIndices,
+ apmEventClient,
});
// if the config exists ?overwrite=true is required
diff --git a/x-pack/plugins/canvas/canvas_plugin_src/functions/common/csv.test.ts b/x-pack/plugins/canvas/canvas_plugin_src/functions/common/csv.test.ts
index a3941afc07e4..4442b1afe84d 100644
--- a/x-pack/plugins/canvas/canvas_plugin_src/functions/common/csv.test.ts
+++ b/x-pack/plugins/canvas/canvas_plugin_src/functions/common/csv.test.ts
@@ -5,7 +5,6 @@
* 2.0.
*/
-import { SerializableRecord } from '@kbn/utility-types';
import { functionWrapper } from '@kbn/presentation-util-plugin/test_helpers';
import { getFunctionErrors } from '../../../i18n';
import { csv } from './csv';
@@ -40,7 +39,7 @@ one,1
two,2
fourty two,42`,
},
- {} as ExecutionContext
+ {} as ExecutionContext
)
).toEqual(expected);
});
@@ -56,7 +55,7 @@ two\t2
fourty two\t42`,
delimiter: '\t',
},
- {} as ExecutionContext
+ {} as ExecutionContext
)
).toEqual(expected);
@@ -70,7 +69,7 @@ two%SPLIT%2
fourty two%SPLIT%42`,
delimiter: '%SPLIT%',
},
- {} as ExecutionContext
+ {} as ExecutionContext
)
).toEqual(expected);
});
@@ -83,7 +82,7 @@ fourty two%SPLIT%42`,
data: `name,number\rone,1\rtwo,2\rfourty two,42`,
newline: '\r',
},
- {} as ExecutionContext
+ {} as ExecutionContext
)
).toEqual(expected);
});
@@ -107,7 +106,7 @@ fourty two%SPLIT%42`,
data: `foo," bar ", baz, " buz "
1,2,3,4`,
},
- {} as ExecutionContext
+ {} as ExecutionContext
)
).toEqual(expectedResult);
});
@@ -135,7 +134,7 @@ fourty two%SPLIT%42`,
1," best ",3, " ok"
" good", bad, better , " worst " `,
},
- {} as ExecutionContext
+ {} as ExecutionContext
)
).toEqual(expectedResult);
});
@@ -150,7 +149,7 @@ one|1
two.2
fourty two,42`,
},
- {} as ExecutionContext
+ {} as ExecutionContext
);
}).toThrow(new RegExp(errors.invalidInputCSV().message));
});
diff --git a/x-pack/plugins/canvas/canvas_plugin_src/functions/common/dropdown_control.test.ts b/x-pack/plugins/canvas/canvas_plugin_src/functions/common/dropdown_control.test.ts
index c3cf677c87ff..8c500bd28c1c 100644
--- a/x-pack/plugins/canvas/canvas_plugin_src/functions/common/dropdown_control.test.ts
+++ b/x-pack/plugins/canvas/canvas_plugin_src/functions/common/dropdown_control.test.ts
@@ -10,25 +10,16 @@ import { testTable, relationalTable } from './__fixtures__/test_tables';
import { dropdownControl } from './dropdownControl';
import { ExecutionContext } from '@kbn/expressions-plugin/common';
import { Adapters } from '@kbn/inspector-plugin/common';
-import { SerializableRecord } from '@kbn/utility-types';
describe('dropdownControl', () => {
const fn = functionWrapper(dropdownControl);
it('returns a render as dropdown_filter', () => {
expect(
- fn(
- testTable,
- { filterColumn: 'name', valueColumn: 'name' },
- {} as ExecutionContext
- )
+ fn(testTable, { filterColumn: 'name', valueColumn: 'name' }, {} as ExecutionContext)
).toHaveProperty('type', 'render');
expect(
- fn(
- testTable,
- { filterColumn: 'name', valueColumn: 'name' },
- {} as ExecutionContext
- )
+ fn(testTable, { filterColumn: 'name', valueColumn: 'name' }, {} as ExecutionContext)
).toHaveProperty('as', 'dropdown_filter');
});
@@ -41,25 +32,16 @@ describe('dropdownControl', () => {
[]
);
expect(
- fn(
- testTable,
- { valueColumn: 'name' },
- {} as ExecutionContext
- )?.value?.choices
+ fn(testTable, { valueColumn: 'name' }, {} as ExecutionContext)?.value?.choices
).toEqual(uniqueNames);
});
it('returns an empty array when provided an invalid column', () => {
expect(
- fn(
- testTable,
- { valueColumn: 'foo' },
- {} as ExecutionContext
- )?.value?.choices
+ fn(testTable, { valueColumn: 'foo' }, {} as ExecutionContext)?.value?.choices
).toEqual([]);
expect(
- fn(testTable, { valueColumn: '' }, {} as ExecutionContext)
- ?.value?.choices
+ fn(testTable, { valueColumn: '' }, {} as ExecutionContext)?.value?.choices
).toEqual([]);
});
});
@@ -71,7 +53,7 @@ describe('dropdownControl', () => {
fn(
relationalTable,
{ valueColumn: 'id', labelColumn: 'name' },
- {} as ExecutionContext
+ {} as ExecutionContext
)?.value?.choices
).toEqual(expectedChoices);
});
@@ -81,28 +63,20 @@ describe('dropdownControl', () => {
describe('filterColumn', () => {
it('sets which column the filter is applied to', () => {
expect(
- fn(
- testTable,
- { filterColumn: 'name' },
- {} as ExecutionContext
- )?.value
+ fn(testTable, { filterColumn: 'name' }, {} as ExecutionContext)?.value
).toHaveProperty('column', 'name');
expect(
fn(
testTable,
{ filterColumn: 'name', valueColumn: 'price' },
- {} as ExecutionContext
+ {} as ExecutionContext
)?.value
).toHaveProperty('column', 'name');
});
it('defaults to valueColumn if not provided', () => {
expect(
- fn(
- testTable,
- { valueColumn: 'price' },
- {} as ExecutionContext
- )?.value
+ fn(testTable, { valueColumn: 'price' }, {} as ExecutionContext)?.value
).toHaveProperty('column', 'price');
});
});
diff --git a/x-pack/plugins/cases/common/ui/types.ts b/x-pack/plugins/cases/common/ui/types.ts
index b4019861c06f..2ab04f058179 100644
--- a/x-pack/plugins/cases/common/ui/types.ts
+++ b/x-pack/plugins/cases/common/ui/types.ts
@@ -156,7 +156,7 @@ export interface SystemFilterOptions {
severity: CaseSeverity[];
status: CaseStatuses[];
tags: string[];
- assignees: Array | null;
+ assignees: Array;
reporters: User[];
owner: string[];
category: string[];
diff --git a/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx b/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx
index 6a425b9a803a..2971da7a1041 100644
--- a/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/all_cases_list.test.tsx
@@ -47,6 +47,7 @@ import { useLicense } from '../../common/use_license';
import * as api from '../../containers/api';
import { useGetCaseConfiguration } from '../../containers/configure/use_get_case_configuration';
import { useCaseConfigureResponse } from '../configure_cases/__mock__';
+import { useSuggestUserProfiles } from '../../containers/user_profiles/use_suggest_user_profiles';
jest.mock('../../containers/configure/use_get_case_configuration');
jest.mock('../../containers/use_get_cases');
@@ -63,6 +64,7 @@ jest.mock('../app/use_available_owners', () => ({
}));
jest.mock('../../containers/use_update_case');
jest.mock('../../common/use_license');
+jest.mock('../../containers/user_profiles/use_suggest_user_profiles');
const useGetCaseConfigurationMock = useGetCaseConfiguration as jest.Mock;
const useGetCasesMock = useGetCases as jest.Mock;
@@ -74,6 +76,7 @@ const useGetConnectorsMock = useGetSupportedActionConnectors as jest.Mock;
const useUpdateCaseMock = useUpdateCase as jest.Mock;
const useLicenseMock = useLicense as jest.Mock;
const useGetCategoriesMock = useGetCategories as jest.Mock;
+const useSuggestUserProfilesMock = useSuggestUserProfiles as jest.Mock;
const mockTriggersActionsUiService = triggersActionsUiMock.createStart();
@@ -164,6 +167,7 @@ describe('AllCasesListGeneric', () => {
useBulkGetUserProfilesMock.mockReturnValue({ data: userProfilesMap });
useUpdateCaseMock.mockReturnValue({ mutate: updateCaseProperty });
useLicenseMock.mockReturnValue({ isAtLeastPlatinum: () => false });
+ useSuggestUserProfilesMock.mockReturnValue({ data: userProfiles, isLoading: false });
mockKibana();
moment.tz.setDefault('UTC');
window.localStorage.clear();
@@ -1078,6 +1082,43 @@ describe('AllCasesListGeneric', () => {
).toBeGreaterThan(0);
});
});
+
+ it('should reset the assignees when deactivating the filter', async () => {
+ useLicenseMock.mockReturnValue({ isAtLeastPlatinum: () => true });
+
+ appMockRenderer.render();
+
+ // Opens assignees filter and checks an option
+ const assigneesButton = screen.getByTestId('options-filter-popover-button-assignees');
+ userEvent.click(assigneesButton);
+ userEvent.click(screen.getByText('Damaged Raccoon'));
+ expect(within(assigneesButton).getByLabelText('1 active filters')).toBeInTheDocument();
+
+ // Deactivates assignees filter
+ userEvent.click(screen.getByRole('button', { name: 'More' }));
+ await waitForEuiPopoverOpen();
+ userEvent.click(screen.getByRole('option', { name: 'Assignees' }));
+
+ expect(useGetCasesMock).toHaveBeenLastCalledWith({
+ filterOptions: {
+ ...DEFAULT_FILTER_OPTIONS,
+ owner: [SECURITY_SOLUTION_OWNER],
+ assignees: [],
+ },
+ queryParams: DEFAULT_QUERY_PARAMS,
+ });
+
+ // Reopens assignees filter
+ userEvent.click(screen.getByRole('option', { name: 'Assignees' }));
+ // Opens the assignees popup
+ userEvent.click(assigneesButton);
+ expect(screen.getByLabelText('click to filter assignees')).toBeInTheDocument();
+ expect(
+ within(screen.getByTestId('options-filter-popover-button-assignees')).queryByLabelText(
+ '1 active filters'
+ )
+ ).not.toBeInTheDocument();
+ });
});
});
diff --git a/x-pack/plugins/cases/public/components/all_cases/assignees_filter.test.tsx b/x-pack/plugins/cases/public/components/all_cases/assignees_filter.test.tsx
index 258f30b64eca..90e204fe8ccf 100644
--- a/x-pack/plugins/cases/public/components/all_cases/assignees_filter.test.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/assignees_filter.test.tsx
@@ -51,19 +51,13 @@ describe('AssigneesFilterPopover', () => {
userEvent.click(screen.getByText('WD'));
expect(onSelectionChange.mock.calls[0][0]).toMatchInlineSnapshot(`
- Array [
- Object {
- "data": Object {},
- "enabled": true,
- "uid": "u_9xDEQqUqoYCnFnPPLq5mIRHKL8gBTo_NiKgOnd5gGk0_0",
- "user": Object {
- "email": "wet_dingo@elastic.co",
- "full_name": "Wet Dingo",
- "username": "wet_dingo",
- },
- },
- ]
- `);
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ "u_9xDEQqUqoYCnFnPPLq5mIRHKL8gBTo_NiKgOnd5gGk0_0",
+ ],
+ }
+ `);
});
it('calls onSelectionChange with a single user when different users are selected', async () => {
@@ -83,32 +77,20 @@ describe('AssigneesFilterPopover', () => {
userEvent.click(screen.getByText('damaged_raccoon@elastic.co'));
expect(onSelectionChange.mock.calls[0][0]).toMatchInlineSnapshot(`
- Array [
- Object {
- "data": Object {},
- "enabled": true,
- "uid": "u_9xDEQqUqoYCnFnPPLq5mIRHKL8gBTo_NiKgOnd5gGk0_0",
- "user": Object {
- "email": "wet_dingo@elastic.co",
- "full_name": "Wet Dingo",
- "username": "wet_dingo",
- },
- },
- ]
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ "u_9xDEQqUqoYCnFnPPLq5mIRHKL8gBTo_NiKgOnd5gGk0_0",
+ ],
+ }
`);
expect(onSelectionChange.mock.calls[1][0]).toMatchInlineSnapshot(`
- Array [
- Object {
- "data": Object {},
- "enabled": true,
- "uid": "u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0",
- "user": Object {
- "email": "damaged_raccoon@elastic.co",
- "full_name": "Damaged Raccoon",
- "username": "damaged_raccoon",
- },
- },
- ]
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ "u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0",
+ ],
+ }
`);
});
@@ -128,7 +110,7 @@ describe('AssigneesFilterPopover', () => {
it('shows the 1 assigned total when the users are passed in', async () => {
const props = {
...defaultProps,
- selectedAssignees: [userProfiles[0]],
+ selectedAssignees: [userProfiles[0].uid],
};
appMockRender.render();
@@ -145,7 +127,7 @@ describe('AssigneesFilterPopover', () => {
it('shows the total when the multiple users are selected', async () => {
const props = {
...defaultProps,
- selectedAssignees: [userProfiles[0], userProfiles[1]],
+ selectedAssignees: [userProfiles[0].uid, userProfiles[1].uid],
};
appMockRender.render();
@@ -239,9 +221,12 @@ describe('AssigneesFilterPopover', () => {
userEvent.click(screen.getByText('No assignees'));
expect(onSelectionChange.mock.calls[0][0]).toMatchInlineSnapshot(`
- Array [
- null,
- ]
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ null,
+ ],
+ }
`);
});
@@ -261,39 +246,30 @@ describe('AssigneesFilterPopover', () => {
userEvent.click(screen.getByText('damaged_raccoon@elastic.co'));
expect(onSelectionChange.mock.calls[0][0]).toMatchInlineSnapshot(`
- Array [
- null,
- ]
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ null,
+ ],
+ }
`);
expect(onSelectionChange.mock.calls[1][0]).toMatchInlineSnapshot(`
- Array [
- Object {
- "data": Object {},
- "enabled": true,
- "uid": "u_9xDEQqUqoYCnFnPPLq5mIRHKL8gBTo_NiKgOnd5gGk0_0",
- "user": Object {
- "email": "wet_dingo@elastic.co",
- "full_name": "Wet Dingo",
- "username": "wet_dingo",
- },
- },
- ]
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ "u_9xDEQqUqoYCnFnPPLq5mIRHKL8gBTo_NiKgOnd5gGk0_0",
+ ],
+ }
`);
expect(onSelectionChange.mock.calls[2][0]).toMatchInlineSnapshot(`
- Array [
- Object {
- "data": Object {},
- "enabled": true,
- "uid": "u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0",
- "user": Object {
- "email": "damaged_raccoon@elastic.co",
- "full_name": "Damaged Raccoon",
- "username": "damaged_raccoon",
- },
- },
- ]
+ Object {
+ "filterId": "assignees",
+ "selectedOptionKeys": Array [
+ "u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0",
+ ],
+ }
`);
});
@@ -313,7 +289,7 @@ describe('AssigneesFilterPopover', () => {
});
it('shows warning message when reaching maximum limit to filter', async () => {
- const maxAssignees = Array(MAX_ASSIGNEES_FILTER_LENGTH).fill(userProfiles[0]);
+ const maxAssignees = Array(MAX_ASSIGNEES_FILTER_LENGTH).fill(userProfiles[0].uid);
const props = {
...defaultProps,
selectedAssignees: maxAssignees,
diff --git a/x-pack/plugins/cases/public/components/all_cases/assignees_filter.tsx b/x-pack/plugins/cases/public/components/all_cases/assignees_filter.tsx
index 8e88eec447e6..3a2e03e82766 100644
--- a/x-pack/plugins/cases/public/components/all_cases/assignees_filter.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/assignees_filter.tsx
@@ -5,7 +5,8 @@
* 2.0.
*/
-import { EuiFilterButton } from '@elastic/eui';
+import { EuiFilterButton, EuiFilterGroup } from '@elastic/eui';
+import type { UserProfileWithAvatar } from '@kbn/user-profile-components';
import { UserProfilesPopover } from '@kbn/user-profile-components';
import { isEmpty } from 'lodash';
import React, { useCallback, useMemo, useState } from 'react';
@@ -24,14 +25,17 @@ import { MAX_ASSIGNEES_FILTER_LENGTH } from '../../../common/constants';
export const NO_ASSIGNEES_VALUE = null;
export interface AssigneesFilterPopoverProps {
- selectedAssignees: AssigneesFilteringSelection[];
+ selectedAssignees: Array;
currentUserProfile: CurrentUserProfile;
isLoading: boolean;
- onSelectionChange: (users: AssigneesFilteringSelection[]) => void;
+ onSelectionChange: (params: {
+ filterId: string;
+ selectedOptionKeys: Array;
+ }) => void;
}
const AssigneesFilterPopoverComponent: React.FC = ({
- selectedAssignees,
+ selectedAssignees: selectedAssigneesUids,
currentUserProfile,
isLoading,
onSelectionChange,
@@ -48,8 +52,10 @@ const AssigneesFilterPopoverComponent: React.FC = (
const onChange = useCallback(
(users: AssigneesFilteringSelection[]) => {
const sortedUsers = orderAssigneesIncludingNone(currentUserProfile, users);
-
- onSelectionChange(sortedUsers);
+ onSelectionChange({
+ filterId: 'assignees',
+ selectedOptionKeys: sortedUsers.map((user) => user?.uid ?? null),
+ });
},
[currentUserProfile, onSelectionChange]
);
@@ -88,47 +94,59 @@ const AssigneesFilterPopoverComponent: React.FC = (
return sortedUsers;
}, [currentUserProfile, userProfiles, searchTerm]);
+ const selectedAssignees = selectedAssigneesUids
+ .map((uuid) => {
+ // this is the "no assignees" option
+ if (uuid === null) return null;
+ const userProfile = searchResultProfiles.find((user) => user?.uid === uuid);
+ return userProfile;
+ })
+ .filter(
+ (userProfile): userProfile is UserProfileWithAvatar | null => userProfile !== undefined
+ ); // Filter out profiles that no longer exists
const isLoadingData = isLoading || isLoadingSuggest;
return (
- 0}
- numActiveFilters={selectedAssignees.length}
- aria-label={i18n.FILTER_ASSIGNEES_ARIA_LABEL}
- >
- {i18n.ASSIGNEES}
-
- }
- selectableProps={{
- onChange,
- onSearchChange,
- selectedStatusMessage,
- options: searchResultProfiles,
- selectedOptions: selectedAssignees,
- isLoading: isLoadingData || isUserTyping,
- height: 'full',
- searchPlaceholder: i18n.SEARCH_USERS,
- clearButtonLabel: i18n.CLEAR_FILTERS,
- emptyMessage: ,
- noMatchesMessage: !isUserTyping && !isLoadingData ? : ,
- limit: MAX_ASSIGNEES_FILTER_LENGTH,
- limitReachedMessage,
- singleSelection: false,
- nullOptionLabel: i18n.NO_ASSIGNEES,
- }}
- />
+
+ 0}
+ numActiveFilters={selectedAssignees.length}
+ aria-label={i18n.FILTER_ASSIGNEES_ARIA_LABEL}
+ >
+ {i18n.ASSIGNEES}
+
+ }
+ selectableProps={{
+ onChange,
+ onSearchChange,
+ selectedStatusMessage,
+ options: searchResultProfiles,
+ selectedOptions: selectedAssignees,
+ isLoading: isLoadingData || isUserTyping,
+ height: 'full',
+ searchPlaceholder: i18n.SEARCH_USERS,
+ clearButtonLabel: i18n.CLEAR_FILTERS,
+ emptyMessage: ,
+ noMatchesMessage: !isUserTyping && !isLoadingData ? : ,
+ limit: MAX_ASSIGNEES_FILTER_LENGTH,
+ limitReachedMessage,
+ singleSelection: false,
+ nullOptionLabel: i18n.NO_ASSIGNEES,
+ }}
+ />
+
);
};
AssigneesFilterPopoverComponent.displayName = 'AssigneesFilterPopover';
diff --git a/x-pack/plugins/cases/public/components/all_cases/multi_select_filter.tsx b/x-pack/plugins/cases/public/components/all_cases/multi_select_filter.tsx
index cbfdb30d122a..b56c926bab96 100644
--- a/x-pack/plugins/cases/public/components/all_cases/multi_select_filter.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/multi_select_filter.tsx
@@ -18,6 +18,8 @@ import {
EuiTextColor,
EuiSpacer,
useEuiTheme,
+ EuiFilterGroup,
+ EuiText,
} from '@elastic/eui';
import { isEqual } from 'lodash/fp';
import * as i18n from './translations';
@@ -63,16 +65,17 @@ const getEuiSelectableCheckedOptions = (
) => options.filter((option) => option.checked === 'on') as Array>;
interface UseFilterParams {
- buttonLabel?: string;
buttonIconType?: string;
+ buttonLabel?: string;
hideActiveOptionsNumber?: boolean;
id: string;
limit?: number;
limitReachedMessage?: string;
onChange: (params: { filterId: string; selectedOptionKeys: string[] }) => void;
options: Array>;
- selectedOptionKeys?: string[];
renderOption?: (option: FilterOption) => React.ReactNode;
+ selectedOptionKeys?: string[];
+ transparentBackground?: boolean;
}
export const MultiSelectFilter = ({
buttonLabel,
@@ -85,6 +88,7 @@ export const MultiSelectFilter = ({
options: rawOptions,
selectedOptionKeys = [],
renderOption,
+ transparentBackground,
}: UseFilterParams) => {
const { euiTheme } = useEuiTheme();
const [isPopoverOpen, setIsPopoverOpen] = useState(false);
@@ -118,74 +122,85 @@ export const MultiSelectFilter = ({
};
return (
- 0 : undefined}
- numActiveFilters={showActiveOptionsNumber ? selectedOptionKeys.length : undefined}
- aria-label={buttonLabel}
- >
- {buttonLabel}
-
- }
- isOpen={isPopoverOpen}
- closePopover={() => setIsPopoverOpen(false)}
- panelPaddingSize="none"
- repositionOnScroll
+
- {isInvalid && (
- <>
-
-
-
- >
- )}
- >
- options={options}
- searchable
- searchProps={{
- placeholder: buttonLabel,
- compressed: false,
- 'data-test-subj': `${id}-search-input`,
- }}
- emptyMessage={i18n.EMPTY_FILTER_MESSAGE}
- onChange={_onChange}
- singleSelection={false}
- renderOption={renderOption}
- >
- {(list, search) => (
- 0 : undefined}
+ numActiveFilters={showActiveOptionsNumber ? selectedOptionKeys.length : undefined}
+ aria-label={buttonLabel}
>
-
{search}
+
+ {buttonLabel}
+
+
+ }
+ isOpen={isPopoverOpen}
+ closePopover={() => setIsPopoverOpen(false)}
+ panelPaddingSize="none"
+ repositionOnScroll
+ >
+ {isInvalid && (
+ <>
+
+
+
+ >
+ )}
+
>
+ options={options}
+ searchable
+ searchProps={{
+ placeholder: buttonLabel,
+ compressed: false,
+ 'data-test-subj': `${id}-search-input`,
+ }}
+ emptyMessage={i18n.EMPTY_FILTER_MESSAGE}
+ onChange={_onChange}
+ singleSelection={false}
+ renderOption={renderOption}
+ >
+ {(list, search) => (
-
{i18n.OPTIONS(options.length)}
+
{search}
+
+ {i18n.OPTIONS(options.length)}
+
+
+ {list}
-
- {list}
-
- )}
-
-
+ )}
+
+
+
);
};
diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx b/x-pack/plugins/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx
index e89ff2af0724..d191b339a05a 100644
--- a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/table_filter_config/more_filters_selectable.tsx
@@ -27,6 +27,7 @@ export const MoreFiltersSelectable = ({
onChange={onChange}
options={options}
selectedOptionKeys={activeFilters}
+ transparentBackground={true}
/>
);
};
diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx b/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx
index 483080ffd5ea..62dd688cae29 100644
--- a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_filter_config.test.tsx
@@ -27,7 +27,7 @@ const emptyFilterOptions: FilterOptions = {
severity: [],
status: [],
tags: [],
- assignees: null,
+ assignees: [],
reporters: [],
owner: [],
category: [],
diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx b/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx
index aeedce3ff819..0b522f6b066c 100644
--- a/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/table_filter_config/use_system_filter_config.tsx
@@ -17,7 +17,6 @@ import * as i18n from '../translations';
import { SeverityFilter } from '../severity_filter';
import { AssigneesFilterPopover } from '../assignees_filter';
import type { CurrentUserProfile } from '../../types';
-import type { AssigneesFilteringSelection } from '../../user_profiles/types';
import type { FilterChangeHandler, FilterConfig, FilterConfigRenderParams } from './types';
interface UseFilterConfigProps {
@@ -28,13 +27,11 @@ interface UseFilterConfigProps {
countInProgressCases: number | null;
countOpenCases: number | null;
currentUserProfile: CurrentUserProfile;
- handleSelectedAssignees: (newAssignees: AssigneesFilteringSelection[]) => void;
hiddenStatuses?: CaseStatuses[];
initialFilterOptions: Partial;
isLoading: boolean;
isSelectorView?: boolean;
onFilterOptionsChange: FilterChangeHandler;
- selectedAssignees: AssigneesFilteringSelection[];
tags: string[];
}
@@ -46,13 +43,11 @@ export const getSystemFilterConfig = ({
countInProgressCases,
countOpenCases,
currentUserProfile,
- handleSelectedAssignees,
hiddenStatuses,
initialFilterOptions,
isLoading,
isSelectorView,
onFilterOptionsChange,
- selectedAssignees,
tags,
}: UseFilterConfigProps): FilterConfig[] => {
const onSystemFilterChange = ({
@@ -60,7 +55,7 @@ export const getSystemFilterConfig = ({
selectedOptionKeys,
}: {
filterId: string;
- selectedOptionKeys: string[];
+ selectedOptionKeys: Array;
}) => {
onFilterOptionsChange({
[filterId]: selectedOptionKeys,
@@ -118,10 +113,10 @@ export const getSystemFilterConfig = ({
render: ({ filterOptions }: FilterConfigRenderParams) => {
return (
);
},
@@ -199,13 +194,11 @@ export const useSystemFilterConfig = ({
countInProgressCases,
countOpenCases,
currentUserProfile,
- handleSelectedAssignees,
hiddenStatuses,
initialFilterOptions,
isLoading,
isSelectorView,
onFilterOptionsChange,
- selectedAssignees,
tags,
}: UseFilterConfigProps) => {
const filterConfig = getSystemFilterConfig({
@@ -216,13 +209,11 @@ export const useSystemFilterConfig = ({
countInProgressCases,
countOpenCases,
currentUserProfile,
- handleSelectedAssignees,
hiddenStatuses,
initialFilterOptions,
isLoading,
isSelectorView,
onFilterOptionsChange,
- selectedAssignees,
tags,
});
diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filters.test.tsx b/x-pack/plugins/cases/public/components/all_cases/table_filters.test.tsx
index 17854c7c3354..f4b93724ed4b 100644
--- a/x-pack/plugins/cases/public/components/all_cases/table_filters.test.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/table_filters.test.tsx
@@ -165,6 +165,18 @@ describe('CasesTableFilters ', () => {
"assignees": Array [
"u_A_tM4n0wPkdiQ9smmd8o0Hr_h61XQfu8aRPh9GMoRoc_0",
],
+ "category": Array [],
+ "customFields": Object {},
+ "owner": Array [],
+ "reporters": Array [],
+ "search": "",
+ "searchFields": Array [
+ "title",
+ "description",
+ ],
+ "severity": Array [],
+ "status": Array [],
+ "tags": Array [],
}
`);
});
@@ -206,12 +218,11 @@ describe('CasesTableFilters ', () => {
it('should remove assignee from selected assignees when assignee no longer exists', async () => {
const overrideProps = {
...props,
- initial: {
+ filterOptions: {
...DEFAULT_FILTER_OPTIONS,
assignees: [
// invalid profile uid
'123',
- 'u_A_tM4n0wPkdiQ9smmd8o0Hr_h61XQfu8aRPh9GMoRoc_0',
],
},
};
@@ -233,6 +244,18 @@ describe('CasesTableFilters ', () => {
"assignees": Array [
"u_A_tM4n0wPkdiQ9smmd8o0Hr_h61XQfu8aRPh9GMoRoc_0",
],
+ "category": Array [],
+ "customFields": Object {},
+ "owner": Array [],
+ "reporters": Array [],
+ "search": "",
+ "searchFields": Array [
+ "title",
+ "description",
+ ],
+ "severity": Array [],
+ "status": Array [],
+ "tags": Array [],
}
`);
});
@@ -305,6 +328,32 @@ describe('CasesTableFilters ', () => {
expect(screen.getByTestId('options-filter-popover-button-assignees')).toBeInTheDocument();
});
+
+ it('shuld reset the assignees when deactivating the filter', async () => {
+ const overrideProps = {
+ ...props,
+ filterOptions: {
+ ...DEFAULT_FILTER_OPTIONS,
+ assignees: ['u_A_tM4n0wPkdiQ9smmd8o0Hr_h61XQfu8aRPh9GMoRoc_0'],
+ },
+ };
+ const license = licensingMock.createLicense({
+ license: { type: 'platinum' },
+ });
+
+ appMockRender = createAppMockRenderer({ license });
+ appMockRender.render();
+
+ // deactivate the assignees filter
+ userEvent.click(screen.getByRole('button', { name: 'More' }));
+ await waitForEuiPopoverOpen();
+ userEvent.click(screen.getByRole('option', { name: 'Assignees' }));
+
+ expect(onFilterChanged).toHaveBeenCalledWith({
+ ...DEFAULT_FILTER_OPTIONS,
+ assignees: [],
+ });
+ });
});
describe('create case button', () => {
@@ -534,7 +583,7 @@ describe('CasesTableFilters ', () => {
userEvent.click(screen.getByRole('option', { name: 'Toggle' }));
expect(screen.getByRole('button', { name: 'Toggle' })).toBeInTheDocument();
- const filterBar = screen.getByTestId('cases-table-filters-group');
+ const filterBar = screen.getByTestId('cases-table-filters');
const allFilters = within(filterBar).getAllByRole('button');
const orderedFilterLabels = ['Severity', 'Status', 'Tags', 'Categories', 'Toggle', 'More'];
orderedFilterLabels.forEach((label, index) => {
@@ -587,7 +636,7 @@ describe('CasesTableFilters ', () => {
userEvent.click(screen.getByRole('option', { name: 'Status' }));
expect(screen.queryByRole('button', { name: 'Status' })).not.toBeInTheDocument();
- const filterBar = screen.getByTestId('cases-table-filters-group');
+ const filterBar = screen.getByTestId('cases-table-filters');
const allFilters = within(filterBar).getAllByRole('button');
const orderedFilterLabels = ['Severity', 'Tags', 'Categories', 'More'];
orderedFilterLabels.forEach((label, index) => {
@@ -673,7 +722,7 @@ describe('CasesTableFilters ', () => {
appMockRender.render();
- const filterBar = screen.getByTestId('cases-table-filters-group');
+ const filterBar = screen.getByTestId('cases-table-filters');
let allFilters: HTMLElement[];
await waitFor(() => {
allFilters = within(filterBar).getAllByRole('button');
@@ -703,7 +752,7 @@ describe('CasesTableFilters ', () => {
appMockRender.render();
- const filterBar = screen.getByTestId('cases-table-filters-group');
+ const filterBar = screen.getByTestId('cases-table-filters');
let allFilters: HTMLElement[];
await waitFor(() => {
allFilters = within(filterBar).getAllByRole('button');
@@ -756,7 +805,7 @@ describe('CasesTableFilters ', () => {
it('when a filter is active and isnt last in the list, it should move the filter to last position after deactivating and activating', async () => {
appMockRender.render();
- const filterBar = screen.getByTestId('cases-table-filters-group');
+ const filterBar = screen.getByTestId('cases-table-filters');
let allFilters = within(filterBar).getAllByRole('button');
let orderedFilterLabels = ['Severity', 'Status', 'Tags', 'Categories', 'More'];
orderedFilterLabels.forEach((label, index) => {
@@ -788,7 +837,7 @@ describe('CasesTableFilters ', () => {
});
appMockRender.render();
- const filterBar = screen.getByTestId('cases-table-filters-group');
+ const filterBar = screen.getByTestId('cases-table-filters');
let allFilters: HTMLElement[];
await waitFor(() => {
allFilters = within(filterBar).getAllByRole('button');
diff --git a/x-pack/plugins/cases/public/components/all_cases/table_filters.tsx b/x-pack/plugins/cases/public/components/all_cases/table_filters.tsx
index 8d472402b4e7..e9e4350b6619 100644
--- a/x-pack/plugins/cases/public/components/all_cases/table_filters.tsx
+++ b/x-pack/plugins/cases/public/components/all_cases/table_filters.tsx
@@ -6,7 +6,7 @@
*/
import React, { useCallback, useState } from 'react';
-import { EuiFlexGroup, EuiFlexItem, EuiFieldSearch, EuiFilterGroup, EuiButton } from '@elastic/eui';
+import { EuiFlexGroup, EuiFlexItem, EuiFieldSearch, EuiButton } from '@elastic/eui';
import { mergeWith, isEqual } from 'lodash';
import { MoreFiltersSelectable } from './table_filter_config/more_filters_selectable';
import type { CaseStatuses } from '../../../common/types/domain';
@@ -16,11 +16,10 @@ import { useGetTags } from '../../containers/use_get_tags';
import { useGetCategories } from '../../containers/use_get_categories';
import type { CurrentUserProfile } from '../types';
import { useCasesFeatures } from '../../common/use_cases_features';
-import type { AssigneesFilteringSelection } from '../user_profiles/types';
import { useSystemFilterConfig } from './table_filter_config/use_system_filter_config';
import { useFilterConfig } from './table_filter_config/use_filter_config';
-interface CasesTableFiltersProps {
+export interface CasesTableFiltersProps {
countClosedCases: number | null;
countInProgressCases: number | null;
countOpenCases: number | null;
@@ -56,23 +55,10 @@ const CasesTableFiltersComponent = ({
filterOptions,
}: CasesTableFiltersProps) => {
const [search, setSearch] = useState(filterOptions.search);
- const [selectedAssignees, setSelectedAssignees] = useState([]);
const { data: tags = [] } = useGetTags();
const { data: categories = [] } = useGetCategories();
const { caseAssignmentAuthorized } = useCasesFeatures();
- const handleSelectedAssignees = useCallback(
- (newAssignees: AssigneesFilteringSelection[]) => {
- if (!isEqual(newAssignees, selectedAssignees)) {
- setSelectedAssignees(newAssignees);
- onFilterChanged({
- assignees: newAssignees.map((assignee) => assignee?.uid ?? null),
- });
- }
- },
- [selectedAssignees, onFilterChanged]
- );
-
const onFilterOptionsChange = useCallback(
(partialFilterOptions: Partial) => {
const newFilterOptions = mergeWith({}, filterOptions, partialFilterOptions, mergeCustomizer);
@@ -91,13 +77,11 @@ const CasesTableFiltersComponent = ({
countInProgressCases,
countOpenCases,
currentUserProfile,
- handleSelectedAssignees,
hiddenStatuses,
initialFilterOptions,
isLoading,
isSelectorView,
onFilterOptionsChange,
- selectedAssignees,
tags,
});
@@ -126,7 +110,12 @@ const CasesTableFiltersComponent = ({
}, [onCreateCasePressed]);
return (
-
+
{isSelectorView && onCreateCasePressed ? (
-
-
- {activeFilters.map((filter) => (
- {filter.render({ filterOptions })}
- ))}
- {isSelectorView || (
-
- )}
-
-
+ {activeFilters.map((filter) => (
+
+ {filter.render({ filterOptions })}
+
+ ))}
+
+ {isSelectorView || (
+
+
+
+ )}
);
};
diff --git a/x-pack/plugins/cases/public/containers/api.test.tsx b/x-pack/plugins/cases/public/containers/api.test.tsx
index 6f42c31186dc..5b00fabbbbf5 100644
--- a/x-pack/plugins/cases/public/containers/api.test.tsx
+++ b/x-pack/plugins/cases/public/containers/api.test.tsx
@@ -364,7 +364,7 @@ describe('Cases API', () => {
await getCases({
filterOptions: {
...DEFAULT_FILTER_OPTIONS,
- assignees: null,
+ assignees: [],
},
queryParams: DEFAULT_QUERY_PARAMS,
signal: abortCtrl.signal,
@@ -373,7 +373,7 @@ describe('Cases API', () => {
expect(fetchMock).toHaveBeenCalledWith(`${CASES_INTERNAL_URL}/_search`, {
method: 'POST',
body: JSON.stringify({
- assignees: 'none',
+ assignees: undefined,
searchFields: DEFAULT_FILTER_OPTIONS.searchFields,
...DEFAULT_QUERY_PARAMS,
}),
diff --git a/x-pack/plugins/cases/public/containers/utils.test.ts b/x-pack/plugins/cases/public/containers/utils.test.ts
index 16dd6f25f3d2..bb784686df6f 100644
--- a/x-pack/plugins/cases/public/containers/utils.test.ts
+++ b/x-pack/plugins/cases/public/containers/utils.test.ts
@@ -160,10 +160,6 @@ describe('utils', () => {
expect(constructAssigneesFilter([])).toEqual({});
});
- it('returns none if the assignees are null', () => {
- expect(constructAssigneesFilter(null)).toEqual({ assignees: 'none' });
- });
-
it('returns none for null values in the assignees array', () => {
expect(constructAssigneesFilter([null, '123'])).toEqual({ assignees: ['none', '123'] });
});
diff --git a/x-pack/plugins/cases/public/containers/utils.ts b/x-pack/plugins/cases/public/containers/utils.ts
index 50f8524dbe78..a00e2e3b738a 100644
--- a/x-pack/plugins/cases/public/containers/utils.ts
+++ b/x-pack/plugins/cases/public/containers/utils.ts
@@ -148,12 +148,11 @@ export const createUpdateSuccessToaster = (
export const constructAssigneesFilter = (
assignees: FilterOptions['assignees']
): { assignees?: string | string[] } =>
- assignees === null || assignees.length > 0
+ assignees.length > 0
? {
- assignees:
- assignees?.map((assignee) =>
- assignee === null ? NO_ASSIGNEES_FILTERING_KEYWORD : assignee
- ) ?? NO_ASSIGNEES_FILTERING_KEYWORD,
+ assignees: assignees?.map((assignee) =>
+ assignee === null ? NO_ASSIGNEES_FILTERING_KEYWORD : assignee
+ ) ?? [NO_ASSIGNEES_FILTERING_KEYWORD],
}
: {};
diff --git a/x-pack/plugins/cloud_security_posture/public/components/accounts_evaluated_widget.tsx b/x-pack/plugins/cloud_security_posture/public/components/accounts_evaluated_widget.tsx
index 98f99fbd2924..ef7e2750b34f 100644
--- a/x-pack/plugins/cloud_security_posture/public/components/accounts_evaluated_widget.tsx
+++ b/x-pack/plugins/cloud_security_posture/public/components/accounts_evaluated_widget.tsx
@@ -52,8 +52,8 @@ export const AccountsEvaluatedWidget = ({
}) => {
const { euiTheme } = useEuiTheme();
- const filterBenchmarksById = (benchmarkId: string) => {
- return benchmarkAssets?.filter((obj) => obj?.meta.benchmarkId === benchmarkId) || [];
+ const getBenchmarkById = (benchmarkId: string) => {
+ return benchmarkAssets?.find((obj) => obj?.meta.benchmarkId === benchmarkId);
};
const navToFindings = useNavigateFindings();
@@ -67,7 +67,7 @@ export const AccountsEvaluatedWidget = ({
};
const benchmarkElements = benchmarks.map((benchmark) => {
- const cloudAssetAmount = filterBenchmarksById(benchmark.type).length;
+ const cloudAssetAmount = getBenchmarkById(benchmark.type)?.meta?.assetCount || 0;
return (
cloudAssetAmount > 0 && (
diff --git a/x-pack/plugins/cloud_security_posture/public/components/fleet_extensions/policy_template_form.tsx b/x-pack/plugins/cloud_security_posture/public/components/fleet_extensions/policy_template_form.tsx
index 89ec1007f7d5..17474fd9cd23 100644
--- a/x-pack/plugins/cloud_security_posture/public/components/fleet_extensions/policy_template_form.tsx
+++ b/x-pack/plugins/cloud_security_posture/public/components/fleet_extensions/policy_template_form.tsx
@@ -442,7 +442,7 @@ const AzureAccountTypeSelect = ({
updatePolicy(
getPosturePolicy(newPolicy, input.type, {
'azure.account_type': {
- value: AZURE_SINGLE_ACCOUNT,
+ value: isAzureOrganizationDisabled ? AZURE_SINGLE_ACCOUNT : AZURE_ORGANIZATION_ACCOUNT,
type: 'text',
},
'azure.credentials.type': {
diff --git a/x-pack/plugins/dataset_quality/common/api_types.ts b/x-pack/plugins/dataset_quality/common/api_types.ts
index 88a7af594b20..4f9936d65e01 100644
--- a/x-pack/plugins/dataset_quality/common/api_types.ts
+++ b/x-pack/plugins/dataset_quality/common/api_types.ts
@@ -42,12 +42,12 @@ export const integrationRt = rt.intersection([
}),
]);
-export const malformedDocsRt = rt.type({
+export const degradedDocsRt = rt.type({
dataset: rt.string,
percentage: rt.number,
});
-export type MalformedDocs = rt.TypeOf;
+export type DegradedDocs = rt.TypeOf;
export const getDataStreamsStatsResponseRt = rt.exact(
rt.intersection([
@@ -60,8 +60,8 @@ export const getDataStreamsStatsResponseRt = rt.exact(
])
);
-export const getDataStreamsMalformedDocsStatsResponseRt = rt.exact(
+export const getDataStreamsDegradedDocsStatsResponseRt = rt.exact(
rt.type({
- malformedDocs: rt.array(malformedDocsRt),
+ degradedDocs: rt.array(degradedDocsRt),
})
);
diff --git a/x-pack/plugins/dataset_quality/common/data_streams_stats/data_stream_stat.ts b/x-pack/plugins/dataset_quality/common/data_streams_stats/data_stream_stat.ts
index 96035415b364..2456284eb3cd 100644
--- a/x-pack/plugins/dataset_quality/common/data_streams_stats/data_stream_stat.ts
+++ b/x-pack/plugins/dataset_quality/common/data_streams_stats/data_stream_stat.ts
@@ -15,7 +15,7 @@ export class DataStreamStat {
sizeBytes?: DataStreamStatType['size_bytes'];
lastActivity?: DataStreamStatType['last_activity'];
integration?: IntegrationType;
- malformedDocs?: number;
+ degradedDocs?: number;
private constructor(dataStreamStat: DataStreamStat) {
this.name = dataStreamStat.name;
@@ -24,7 +24,7 @@ export class DataStreamStat {
this.sizeBytes = dataStreamStat.sizeBytes;
this.lastActivity = dataStreamStat.lastActivity;
this.integration = dataStreamStat.integration;
- this.malformedDocs = dataStreamStat.malformedDocs;
+ this.degradedDocs = dataStreamStat.degradedDocs;
}
public static create(dataStreamStat: DataStreamStatType) {
diff --git a/x-pack/plugins/dataset_quality/common/data_streams_stats/malformed_docs_stat.ts b/x-pack/plugins/dataset_quality/common/data_streams_stats/malformed_docs_stat.ts
index d48e4452b548..b198f45be710 100644
--- a/x-pack/plugins/dataset_quality/common/data_streams_stats/malformed_docs_stat.ts
+++ b/x-pack/plugins/dataset_quality/common/data_streams_stats/malformed_docs_stat.ts
@@ -5,18 +5,18 @@
* 2.0.
*/
-import { MalformedDocsStatType } from './types';
+import { DegradedDocsStatType } from './types';
-export class MalformedDocsStat {
- dataset: MalformedDocsStatType['dataset'];
- percentage: MalformedDocsStatType['percentage'];
+export class DegradedDocsStat {
+ dataset: DegradedDocsStatType['dataset'];
+ percentage: DegradedDocsStatType['percentage'];
- private constructor(malformedDocsStat: MalformedDocsStat) {
- this.dataset = malformedDocsStat.dataset;
- this.percentage = malformedDocsStat.percentage;
+ private constructor(degradedDocsStat: DegradedDocsStat) {
+ this.dataset = degradedDocsStat.dataset;
+ this.percentage = degradedDocsStat.percentage;
}
- public static create(malformedDocsStat: MalformedDocsStatType) {
- return new MalformedDocsStat(malformedDocsStat);
+ public static create(degradedDocsStat: DegradedDocsStatType) {
+ return new DegradedDocsStat(degradedDocsStat);
}
}
diff --git a/x-pack/plugins/dataset_quality/common/data_streams_stats/types.ts b/x-pack/plugins/dataset_quality/common/data_streams_stats/types.ts
index 586732f0899c..1db25258a04f 100644
--- a/x-pack/plugins/dataset_quality/common/data_streams_stats/types.ts
+++ b/x-pack/plugins/dataset_quality/common/data_streams_stats/types.ts
@@ -19,10 +19,10 @@ export type DataStreamStatType = GetDataStreamsStatsResponse['dataStreamsStats']
integration?: IntegrationType;
};
-export type GetDataStreamsMalformedDocsStatsParams =
- APIClientRequestParamsOf<`GET /internal/dataset_quality/data_streams/malformed_docs`>['params'];
-export type GetDataStreamsMalformedDocsStatsQuery = GetDataStreamsMalformedDocsStatsParams['query'];
-export type GetDataStreamsMalformedDocsStatsResponse =
- APIReturnType<`GET /internal/dataset_quality/data_streams/malformed_docs`>;
-export type DataStreamMalformedDocsStatServiceResponse = MalformedDocsStatType[];
-export type MalformedDocsStatType = GetDataStreamsMalformedDocsStatsResponse['malformedDocs'][0];
+export type GetDataStreamsDegradedDocsStatsParams =
+ APIClientRequestParamsOf<`GET /internal/dataset_quality/data_streams/degraded_docs`>['params'];
+export type GetDataStreamsDegradedDocsStatsQuery = GetDataStreamsDegradedDocsStatsParams['query'];
+export type GetDataStreamsDegradedDocsStatsResponse =
+ APIReturnType<`GET /internal/dataset_quality/data_streams/degraded_docs`>;
+export type DataStreamDegradedDocsStatServiceResponse = DegradedDocsStatType[];
+export type DegradedDocsStatType = GetDataStreamsDegradedDocsStatsResponse['degradedDocs'][0];
diff --git a/x-pack/plugins/dataset_quality/common/translations.ts b/x-pack/plugins/dataset_quality/common/translations.ts
index b26b7ca5c902..596d1f38ab70 100644
--- a/x-pack/plugins/dataset_quality/common/translations.ts
+++ b/x-pack/plugins/dataset_quality/common/translations.ts
@@ -11,10 +11,6 @@ export const datasetQualityAppTitle = i18n.translate('xpack.datasetQuality.appTi
defaultMessage: 'Datasets',
});
-export const onboardingLinkTitle = i18n.translate('xpack.datasetQuality.onboardingLinkTitle', {
- defaultMessage: 'Add data',
-});
-
export const noDatasetsDescription = i18n.translate('xpack.datasetQuality.noDatasetsDescription', {
defaultMessage: 'Try adjusting your time or filter.',
});
diff --git a/x-pack/plugins/dataset_quality/public/components/dataset_quality/columns.tsx b/x-pack/plugins/dataset_quality/public/components/dataset_quality/columns.tsx
index cccd4d3b12bb..94223e10f316 100644
--- a/x-pack/plugins/dataset_quality/public/components/dataset_quality/columns.tsx
+++ b/x-pack/plugins/dataset_quality/public/components/dataset_quality/columns.tsx
@@ -37,20 +37,20 @@ const sizeColumnName = i18n.translate('xpack.datasetQuality.sizeColumnName', {
defaultMessage: 'Size',
});
-const malformedDocsColumnName = i18n.translate('xpack.datasetQuality.malformedDocsColumnName', {
- defaultMessage: 'Malformed Docs',
+const degradedDocsColumnName = i18n.translate('xpack.datasetQuality.degradedDocsColumnName', {
+ defaultMessage: 'Degraded Docs',
});
-const malformedDocsDescription = (minimimPercentage: number) =>
- i18n.translate('xpack.datasetQuality.malformedDocsQualityDescription', {
+const degradedDocsDescription = (minimimPercentage: number) =>
+ i18n.translate('xpack.datasetQuality.degradedDocsQualityDescription', {
defaultMessage: 'greater than {minimimPercentage}%',
values: { minimimPercentage },
});
-const malformedDocsColumnTooltip = (
+const degradedDocsColumnTooltip = (
@@ -62,13 +62,13 @@ const malformedDocsColumnTooltip = (
- {` ${malformedDocsDescription(POOR_QUALITY_MINIMUM_PERCENTAGE)}`}
+ {` ${degradedDocsDescription(POOR_QUALITY_MINIMUM_PERCENTAGE)}`}
- {` ${malformedDocsDescription(DEGRADED_QUALITY_MINIMUM_PERCENTAGE)}`}
+ {` ${degradedDocsDescription(DEGRADED_QUALITY_MINIMUM_PERCENTAGE)}`}
@@ -89,10 +89,10 @@ const lastActivityColumnName = i18n.translate('xpack.datasetQuality.lastActivity
export const getDatasetQualitTableColumns = ({
fieldFormats,
- loadingMalformedStats,
+ loadingDegradedStats,
}: {
fieldFormats: FieldFormatsStart;
- loadingMalformedStats?: boolean;
+ loadingDegradedStats?: boolean;
}): Array> => {
return [
{
@@ -129,28 +129,28 @@ export const getDatasetQualitTableColumns = ({
},
{
name: (
-
+
- {`${malformedDocsColumnName} `}
+ {`${degradedDocsColumnName} `}
),
- field: 'malformedDocs',
+ field: 'degradedDocs',
sortable: true,
render: (_, dataStreamStat: DataStreamStat) => (
-
+
- {`${dataStreamStat.malformedDocs}%`}
+ {`${dataStreamStat.degradedDocs ?? 0}%`}
),
diff --git a/x-pack/plugins/dataset_quality/public/components/dataset_quality/header.tsx b/x-pack/plugins/dataset_quality/public/components/dataset_quality/header.tsx
index 5126a645f7b6..23753941cbe4 100644
--- a/x-pack/plugins/dataset_quality/public/components/dataset_quality/header.tsx
+++ b/x-pack/plugins/dataset_quality/public/components/dataset_quality/header.tsx
@@ -5,45 +5,10 @@
* 2.0.
*/
+import { EuiPageHeader } from '@elastic/eui';
import React from 'react';
-import { EuiPageHeader, EuiButton } from '@elastic/eui';
-import {
- ObservabilityOnboardingLocatorParams,
- OBSERVABILITY_ONBOARDING_LOCATOR,
-} from '@kbn/deeplinks-observability';
-import { datasetQualityAppTitle, onboardingLinkTitle } from '../../../common/translations';
-import { useKibanaContextForPlugin } from '../../utils';
+import { datasetQualityAppTitle } from '../../../common/translations';
export function Header() {
- const {
- services: { share },
- } = useKibanaContextForPlugin();
-
- const OnboardingLink = React.memo(() => {
- const locator = share.url.locators.get(
- OBSERVABILITY_ONBOARDING_LOCATOR
- );
-
- const onboardingUrl = locator?.getRedirectUrl({});
-
- return (
-
- {onboardingLinkTitle}
-
- );
- });
-
- return (
- ]}
- />
- );
+ return ;
}
diff --git a/x-pack/plugins/dataset_quality/public/components/quality_indicator/percentage_indicator.tsx b/x-pack/plugins/dataset_quality/public/components/quality_indicator/percentage_indicator.tsx
index 5f446a0367c3..b3f9d8e3b852 100644
--- a/x-pack/plugins/dataset_quality/public/components/quality_indicator/percentage_indicator.tsx
+++ b/x-pack/plugins/dataset_quality/public/components/quality_indicator/percentage_indicator.tsx
@@ -5,7 +5,6 @@
* 2.0.
*/
-import { isNil } from 'lodash';
import React from 'react';
import {
DEGRADED_QUALITY_MINIMUM_PERCENTAGE,
@@ -13,11 +12,7 @@ import {
} from '../../../common/constants';
import { QualityIndicator } from './indicator';
-export function QualityPercentageIndicator({ percentage }: { percentage?: number }) {
- if (isNil(percentage)) {
- return <>>;
- }
-
+export function QualityPercentageIndicator({ percentage = 0 }: { percentage?: number }) {
const quality =
percentage > POOR_QUALITY_MINIMUM_PERCENTAGE
? 'poor'
diff --git a/x-pack/plugins/dataset_quality/public/hooks/use_dataset_quality_table.tsx b/x-pack/plugins/dataset_quality/public/hooks/use_dataset_quality_table.tsx
index bf7afdc9d95e..4bff4f54f0db 100644
--- a/x-pack/plugins/dataset_quality/public/hooks/use_dataset_quality_table.tsx
+++ b/x-pack/plugins/dataset_quality/public/hooks/use_dataset_quality_table.tsx
@@ -36,9 +36,9 @@ export const useDatasetQualityTable = () => {
const { dataStreamsStatsServiceClient: client } = useDatasetQualityContext();
const { data = [], loading } = useFetcher(async () => client.getDataStreamsStats(), []);
- const { data: malformedStats = [], loading: loadingMalformedStats } = useFetcher(
+ const { data: degradedStats = [], loading: loadingDegradedStats } = useFetcher(
async () =>
- client.getDataStreamsMalformedStats({
+ client.getDataStreamsDegradedStats({
start: defaultTimeRange.from,
end: defaultTimeRange.to,
}),
@@ -46,8 +46,8 @@ export const useDatasetQualityTable = () => {
);
const columns = useMemo(
- () => getDatasetQualitTableColumns({ fieldFormats, loadingMalformedStats }),
- [fieldFormats, loadingMalformedStats]
+ () => getDatasetQualitTableColumns({ fieldFormats, loadingDegradedStats }),
+ [fieldFormats, loadingDegradedStats]
);
const pagination = {
@@ -77,18 +77,18 @@ export const useDatasetQualityTable = () => {
const renderedItems = useMemo(() => {
const overridenSortingField = sortingOverrides[sortField] || sortField;
const mergedData = data.map((dataStream) => {
- const malformedDocs = find(malformedStats, { dataset: dataStream.name });
+ const degradedDocs = find(degradedStats, { dataset: dataStream.name });
return {
...dataStream,
- malformedDocs: malformedDocs?.percentage,
+ degradedDocs: degradedDocs?.percentage,
};
});
const sortedItems = orderBy(mergedData, overridenSortingField, sortDirection);
return sortedItems.slice(pageIndex * pageSize, (pageIndex + 1) * pageSize);
- }, [data, malformedStats, sortField, sortDirection, pageIndex, pageSize]);
+ }, [data, degradedStats, sortField, sortDirection, pageIndex, pageSize]);
const resultsCount = useMemo(() => {
const startNumberItemsOnPage = pageSize * pageIndex + (renderedItems.length ? 1 : 0);
diff --git a/x-pack/plugins/dataset_quality/public/services/data_streams_stats/data_streams_stats_client.ts b/x-pack/plugins/dataset_quality/public/services/data_streams_stats/data_streams_stats_client.ts
index 21a4b7b7dc2f..5fe6f9ab2823 100644
--- a/x-pack/plugins/dataset_quality/public/services/data_streams_stats/data_streams_stats_client.ts
+++ b/x-pack/plugins/dataset_quality/public/services/data_streams_stats/data_streams_stats_client.ts
@@ -9,13 +9,13 @@ import { HttpStart } from '@kbn/core/public';
import { decodeOrThrow } from '@kbn/io-ts-utils';
import { find, merge } from 'lodash';
import {
- getDataStreamsMalformedDocsStatsResponseRt,
+ getDataStreamsDegradedDocsStatsResponseRt,
getDataStreamsStatsResponseRt,
} from '../../../common/api_types';
import {
DataStreamStatServiceResponse,
- GetDataStreamsMalformedDocsStatsQuery,
- GetDataStreamsMalformedDocsStatsResponse,
+ GetDataStreamsDegradedDocsStatsQuery,
+ GetDataStreamsDegradedDocsStatsResponse,
GetDataStreamsStatsError,
GetDataStreamsStatsQuery,
GetDataStreamsStatsResponse,
@@ -52,10 +52,10 @@ export class DataStreamsStatsClient implements IDataStreamsStatsClient {
return mergedDataStreamsStats.map(DataStreamStat.create);
}
- public async getDataStreamsMalformedStats(params: GetDataStreamsMalformedDocsStatsQuery) {
+ public async getDataStreamsDegradedStats(params: GetDataStreamsDegradedDocsStatsQuery) {
const response = await this.http
- .get(
- '/internal/dataset_quality/data_streams/malformed_docs',
+ .get(
+ '/internal/dataset_quality/data_streams/degraded_docs',
{
query: {
...params,
@@ -65,18 +65,18 @@ export class DataStreamsStatsClient implements IDataStreamsStatsClient {
)
.catch((error) => {
throw new GetDataStreamsStatsError(
- `Failed to fetch data streams malformed stats": ${error}`
+ `Failed to fetch data streams degraded stats": ${error}`
);
});
- const { malformedDocs } = decodeOrThrow(
- getDataStreamsMalformedDocsStatsResponseRt,
+ const { degradedDocs } = decodeOrThrow(
+ getDataStreamsDegradedDocsStatsResponseRt,
(message: string) =>
new GetDataStreamsStatsError(
- `Failed to decode data streams malformed docs stats response: ${message}"`
+ `Failed to decode data streams degraded docs stats response: ${message}"`
)
)(response);
- return malformedDocs;
+ return degradedDocs;
}
}
diff --git a/x-pack/plugins/dataset_quality/public/services/data_streams_stats/types.ts b/x-pack/plugins/dataset_quality/public/services/data_streams_stats/types.ts
index 4f79753bc99c..46c39082ce1d 100644
--- a/x-pack/plugins/dataset_quality/public/services/data_streams_stats/types.ts
+++ b/x-pack/plugins/dataset_quality/public/services/data_streams_stats/types.ts
@@ -7,9 +7,9 @@
import { HttpStart } from '@kbn/core/public';
import {
- DataStreamMalformedDocsStatServiceResponse,
+ DataStreamDegradedDocsStatServiceResponse,
DataStreamStatServiceResponse,
- GetDataStreamsMalformedDocsStatsQuery,
+ GetDataStreamsDegradedDocsStatsQuery,
GetDataStreamsStatsQuery,
} from '../../../common/data_streams_stats';
@@ -25,7 +25,7 @@ export interface DataStreamsStatsServiceStartDeps {
export interface IDataStreamsStatsClient {
getDataStreamsStats(params?: GetDataStreamsStatsQuery): Promise;
- getDataStreamsMalformedStats(
- params?: GetDataStreamsMalformedDocsStatsQuery
- ): Promise;
+ getDataStreamsDegradedStats(
+ params?: GetDataStreamsDegradedDocsStatsQuery
+ ): Promise;
}
diff --git a/x-pack/plugins/dataset_quality/server/routes/data_streams/get_malformed_docs.ts b/x-pack/plugins/dataset_quality/server/routes/data_streams/get_degraded_docs.ts
similarity index 83%
rename from x-pack/plugins/dataset_quality/server/routes/data_streams/get_malformed_docs.ts
rename to x-pack/plugins/dataset_quality/server/routes/data_streams/get_degraded_docs.ts
index 155fe981428c..4bbe01d21932 100644
--- a/x-pack/plugins/dataset_quality/server/routes/data_streams/get_malformed_docs.ts
+++ b/x-pack/plugins/dataset_quality/server/routes/data_streams/get_degraded_docs.ts
@@ -7,7 +7,7 @@
import type { ElasticsearchClient } from '@kbn/core/server';
import { rangeQuery, termQuery } from '@kbn/observability-plugin/server';
-import { MalformedDocs } from '../../../common/api_types';
+import { DegradedDocs } from '../../../common/api_types';
import {
DATA_STREAM_DATASET,
DATA_STREAM_NAMESPACE,
@@ -17,7 +17,7 @@ import {
import { DataStreamTypes } from '../../types/data_stream';
import { createDatasetQualityESClient, wildcardQuery } from '../../utils';
-export async function getMalformedDocsPaginated(options: {
+export async function getDegradedDocsPaginated(options: {
esClient: ElasticsearchClient;
type?: DataStreamTypes;
start: number;
@@ -27,8 +27,8 @@ export async function getMalformedDocsPaginated(options: {
dataset: string;
namespace: string;
};
- prevResults?: MalformedDocs[];
-}): Promise {
+ prevResults?: DegradedDocs[];
+}): Promise {
const { esClient, type = 'logs', datasetQuery, start, end, after, prevResults = [] } = options;
const datasetQualityESClient = createDatasetQualityESClient(esClient);
@@ -61,7 +61,7 @@ export async function getMalformedDocsPaginated(options: {
],
},
aggs: {
- malformed: {
+ degraded: {
filter: {
exists: {
field: _IGNORED,
@@ -73,16 +73,16 @@ export async function getMalformedDocsPaginated(options: {
},
});
- const currMalformedDocs =
+ const currDegradedDocs =
response.aggregations?.datasets.buckets.map((bucket) => ({
dataset: `${type}-${bucket.key.dataset}-${bucket.key.namespace}`,
- percentage: (bucket.malformed.doc_count * 100) / bucket.doc_count,
+ percentage: (bucket.degraded.doc_count * 100) / bucket.doc_count,
})) ?? [];
- const malformedDocs = [...prevResults, ...currMalformedDocs];
+ const degradedDocs = [...prevResults, ...currDegradedDocs];
if (response.aggregations?.datasets.after_key) {
- return getMalformedDocsPaginated({
+ return getDegradedDocsPaginated({
esClient,
type,
start,
@@ -92,9 +92,9 @@ export async function getMalformedDocsPaginated(options: {
dataset: response.aggregations?.datasets.after_key.dataset as string,
namespace: response.aggregations?.datasets.after_key.namespace as string,
},
- prevResults: malformedDocs,
+ prevResults: degradedDocs,
});
}
- return malformedDocs;
+ return degradedDocs;
}
diff --git a/x-pack/plugins/dataset_quality/server/routes/data_streams/routes.ts b/x-pack/plugins/dataset_quality/server/routes/data_streams/routes.ts
index a70bcc133e10..7be8c102060d 100644
--- a/x-pack/plugins/dataset_quality/server/routes/data_streams/routes.ts
+++ b/x-pack/plugins/dataset_quality/server/routes/data_streams/routes.ts
@@ -13,8 +13,8 @@ import { Integration } from '../../types/integration';
import { createDatasetQualityServerRoute } from '../create_datasets_quality_server_route';
import { getDataStreams } from './get_data_streams';
import { getDataStreamsStats } from './get_data_streams_stats';
-import { getMalformedDocsPaginated } from './get_malformed_docs';
-import { MalformedDocs } from '../../../common/api_types';
+import { getDegradedDocsPaginated } from './get_degraded_docs';
+import { DegradedDocs } from '../../../common/api_types';
const statsRoute = createDatasetQualityServerRoute({
endpoint: 'GET /internal/dataset_quality/data_streams/stats',
@@ -72,8 +72,8 @@ const statsRoute = createDatasetQualityServerRoute({
},
});
-const malformedDocsRoute = createDatasetQualityServerRoute({
- endpoint: 'GET /internal/dataset_quality/data_streams/malformed_docs',
+const degradedDocsRoute = createDatasetQualityServerRoute({
+ endpoint: 'GET /internal/dataset_quality/data_streams/degraded_docs',
params: t.type({
query: t.intersection([
rangeRt,
@@ -87,25 +87,25 @@ const malformedDocsRoute = createDatasetQualityServerRoute({
tags: [],
},
async handler(resources): Promise<{
- malformedDocs: MalformedDocs[];
+ degradedDocs: DegradedDocs[];
}> {
const { context, params } = resources;
const coreContext = await context.core;
const esClient = coreContext.elasticsearch.client.asCurrentUser;
- const malformedDocs = await getMalformedDocsPaginated({
+ const degradedDocs = await getDegradedDocsPaginated({
esClient,
...params.query,
});
return {
- malformedDocs,
+ degradedDocs,
};
},
});
export const dataStreamsRouteRepository = {
...statsRoute,
- ...malformedDocsRoute,
+ ...degradedDocsRoute,
};
diff --git a/x-pack/plugins/dataset_quality/tsconfig.json b/x-pack/plugins/dataset_quality/tsconfig.json
index 3bfb546ed49e..5d1bf785b81a 100644
--- a/x-pack/plugins/dataset_quality/tsconfig.json
+++ b/x-pack/plugins/dataset_quality/tsconfig.json
@@ -13,7 +13,6 @@
"@kbn/core",
"@kbn/core-plugins-server",
"@kbn/core-elasticsearch-server-mocks",
- "@kbn/deeplinks-observability",
"@kbn/fleet-plugin",
"@kbn/observability-shared-plugin",
"@kbn/server-route-repository",
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.test.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.test.tsx
index 970b1488010c..62ac53004a77 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.test.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.test.tsx
@@ -11,11 +11,11 @@ import React from 'react';
import { shallow } from 'enzyme';
-import { EuiButtonIcon, EuiPanel, EuiTextColor, EuiTitle } from '@elastic/eui';
+import { EuiButtonEmpty, EuiPanel, EuiText, EuiTitle } from '@elastic/eui';
import { InferencePipeline, TrainedModelState } from '../../../../../../common/types/pipelines';
-import { InferencePipelineCard } from './inference_pipeline_card';
+import { InferencePipelineCard, TrainedModelHealthPopover } from './inference_pipeline_card';
import { MLModelTypeBadge } from './ml_model_type_badge';
export const DEFAULT_VALUES: InferencePipeline = {
@@ -40,7 +40,7 @@ describe('InferencePipelineCard', () => {
it('renders pipeline as title', () => {
const wrapper = shallow();
expect(wrapper.find(EuiTitle)).toHaveLength(1);
- const title = wrapper.find(EuiTitle).dive();
+ const title = wrapper.find(EuiTitle).at(0).children();
expect(title.text()).toBe(DEFAULT_VALUES.pipelineName);
});
it('renders pipeline as title with unknown model type', () => {
@@ -51,14 +51,14 @@ describe('InferencePipelineCard', () => {
const wrapper = shallow();
expect(wrapper.find(EuiTitle)).toHaveLength(1);
// does not render subtitle
- expect(wrapper.find(EuiTextColor)).toHaveLength(0);
- const title = wrapper.find(EuiTitle).dive();
+ expect(wrapper.find(EuiText)).toHaveLength(0);
+ const title = wrapper.find(EuiTitle).at(0).children();
expect(title.text()).toBe(DEFAULT_VALUES.pipelineName);
});
it('renders model ID as subtitle', () => {
const wrapper = shallow();
- expect(wrapper.find(EuiTextColor)).toHaveLength(1);
- const subtitle = wrapper.find(EuiTextColor).dive();
+ expect(wrapper.find(EuiText)).toHaveLength(1);
+ const subtitle = wrapper.find(EuiText).at(0).children();
expect(subtitle.text()).toBe(DEFAULT_VALUES.modelId);
});
it('renders model type as badge', () => {
@@ -67,20 +67,28 @@ describe('InferencePipelineCard', () => {
const badge = wrapper.find(MLModelTypeBadge).render();
expect(badge.text()).toBe('ner');
});
- it('renders fix button when model not deployed', () => {
+});
+
+describe('TrainedModelHealthPopover', () => {
+ beforeEach(() => {
+ jest.clearAllMocks();
+ setMockValues(mockValues);
+ });
+ it('popover renders fix button when model not deployed', () => {
const values = {
...DEFAULT_VALUES,
modelState: TrainedModelState.NotDeployed,
};
- const wrapper = shallow();
- expect(wrapper.find(EuiButtonIcon)).toHaveLength(1);
+ const wrapper = shallow();
+ expect(wrapper.find(EuiButtonEmpty)).toHaveLength(3);
- const fixButton = wrapper.find(EuiButtonIcon);
+ const fixButton = wrapper.find(EuiButtonEmpty).at(0);
expect(fixButton.prop('iconType')).toBe('wrench');
expect(fixButton.prop('href')).toBe('/app/ml/trained_models');
+ expect(fixButton.children().text()).toBe('Fix issue in Trained Models');
});
- it('does not render fix button when model deployed', () => {
- const wrapper = shallow();
- expect(wrapper.find(EuiButtonIcon)).toHaveLength(0);
+ it('popover does not render fix button when model deployed', () => {
+ const wrapper = shallow();
+ expect(wrapper.find(EuiButtonEmpty)).toHaveLength(2);
});
});
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.tsx
index dcc4b2a0cad8..342d05c39887 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/inference_pipeline_card.tsx
@@ -11,16 +11,14 @@ import { useActions, useValues } from 'kea';
import {
EuiButtonEmpty,
- EuiButtonIcon,
EuiConfirmModal,
EuiFlexGroup,
EuiFlexItem,
EuiPanel,
EuiPopover,
EuiText,
- EuiTextColor,
EuiTitle,
- EuiToolTip,
+ useIsWithinMaxBreakpoint,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
@@ -39,20 +37,18 @@ import { TrainedModelHealth } from './ml_model_health';
import { MLModelTypeBadge } from './ml_model_type_badge';
import { PipelinesLogic } from './pipelines_logic';
-export const InferencePipelineCard: React.FC = (pipeline) => {
+export const TrainedModelHealthPopover: React.FC = (pipeline) => {
const { http } = useValues(HttpLogic);
const { indexName } = useValues(IndexNameLogic);
const { ingestionMethod } = useValues(IndexViewLogic);
+
+ const { deleteMlPipeline, detachMlPipeline } = useActions(PipelinesLogic);
+
const [isPopOverOpen, setIsPopOverOpen] = useState(false);
const [showConfirmDelete, setShowConfirmDelete] = useState(false);
- const { deleteMlPipeline, detachMlPipeline } = useActions(PipelinesLogic);
- const showConfirmDeleteModal = () => {
- setShowConfirmDelete(true);
- setIsPopOverOpen(false);
- };
- const { modelId, pipelineName, types: modelTypes } = pipeline;
- const modelType = getMLType(modelTypes);
- const modelTitle = getModelDisplayTitle(modelType);
+
+ const { pipelineName } = pipeline;
+
const actionButton = (
= (pipeline) =>
);
+ const showConfirmDeleteModal = () => {
+ setShowConfirmDelete(true);
+ setIsPopOverOpen(false);
+ };
+
return (
-
-
-
-
+ <>
+ setIsPopOverOpen(false)}
+ >
+
+ {pipeline.modelState === TrainedModelState.NotDeployed && (
-
-
-
- {pipelineName ?? modelTitle}
-
-
-
-
-
- {modelTitle && (
-
-
-
- {modelId}
-
-
-
-
-
-
-
-
- )}
-
-
-
- setIsPopOverOpen(false)}
- >
- {pipeline.modelState === TrainedModelState.NotDeployed && (
-
-
+
+ {i18n.translate(
'xpack.enterpriseSearch.inferencePipelineCard.modelState.notDeployed.fixLink',
- { defaultMessage: 'Fix issue in Trained Models' }
+ {
+ defaultMessage: 'Fix issue in Trained Models',
+ }
)}
- >
-
-
-
- )}
-
-
-
-
- {i18n.translate('xpack.enterpriseSearch.inferencePipelineCard.action.view', {
- defaultMessage: 'View in Stack Management',
- })}
-
-
-
-
-
- {
- detachMlPipeline({ indexName, pipelineName });
- setIsPopOverOpen(false);
- }}
- >
- {i18n.translate('xpack.enterpriseSearch.inferencePipelineCard.action.detach', {
- defaultMessage: 'Detach pipeline',
- })}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ )}
+
+
+
+ {i18n.translate('xpack.enterpriseSearch.inferencePipelineCard.action.view', {
+ defaultMessage: 'View in Stack Management',
+ })}
+
+
+
+
+
+ {
+ detachMlPipeline({ indexName, pipelineName });
+ setIsPopOverOpen(false);
+ }}
+ >
+ {i18n.translate('xpack.enterpriseSearch.inferencePipelineCard.action.detach', {
+ defaultMessage: 'Detach pipeline',
+ })}
+
+
+
+
+
+
+
+
+
+
{showConfirmDelete && (
= (pipeline) =>
)}
+ >
+ );
+};
+
+export const InferencePipelineCard: React.FC = (pipeline) => {
+ const { modelId, pipelineName, types: modelTypes } = pipeline;
+ const modelType = getMLType(modelTypes);
+ const modelTitle = getModelDisplayTitle(modelType);
+ const isSmallScreen = useIsWithinMaxBreakpoint('s');
+
+ return (
+
+
+
+
+
+
+ {pipelineName ?? modelTitle}
+
+
+ {modelTitle && (
+
+
+
+
+ {modelId}
+
+
+
+
+
+
+
+
+
+ )}
+
+
+
+
+
+
);
};
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx
index cc318831555a..52d4f38b4540 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx
@@ -19,6 +19,7 @@ import {
EuiTabbedContentTab,
EuiTitle,
EuiText,
+ EuiTextColor,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
@@ -130,15 +131,27 @@ export const ConfigurePipeline: React.FC = () => {
>
)}
-
-
-
+
+
+
+ {i18n.translate(
+ 'xpack.enterpriseSearch.content.indices.pipelines.addInferencePipelineModal.steps.configure.titleSelectTrainedModel',
+ { defaultMessage: 'Select a trained ML Model' }
+ )}
+
+
+ {formErrors.modelStatus !== undefined && (
+ <>
+
+
+
+ {formErrors.modelStatus}
+
+
+ >
+ )}
+
+
>
),
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/ml_inference_logic.test.ts b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/ml_inference_logic.test.ts
index a725371de024..7412d861d713 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/ml_inference_logic.test.ts
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/ml_inference_logic.test.ts
@@ -550,6 +550,25 @@ describe('MlInferenceLogic', () => {
pipelineName: 'Name already used by another pipeline.',
});
});
+ it('has errors when non-deployed model is selected', () => {
+ MLInferenceLogic.actions.setInferencePipelineConfiguration({
+ ...MLInferenceLogic.values.addInferencePipelineModal.configuration,
+ pipelineName: 'unit-test-pipeline',
+ modelID: 'unit-test-model',
+ existingPipeline: false,
+ fieldMappings: [
+ {
+ sourceField: 'body',
+ targetField: 'ml.inference.body',
+ },
+ ],
+ isModelPlaceholderSelected: true,
+ });
+
+ expect(MLInferenceLogic.values.formErrors).toEqual({
+ modelStatus: 'Model must be deployed before use.',
+ });
+ });
});
});
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.test.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.test.tsx
index 15fb492fae56..9bd006f65883 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.test.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.test.tsx
@@ -98,6 +98,23 @@ describe('ModelSelect', () => {
})
);
});
+ it('sets placeholder flag on selecting a placeholder item', () => {
+ setMockValues(DEFAULT_VALUES);
+
+ const wrapper = shallow();
+ expect(wrapper.find(EuiSelectable)).toHaveLength(1);
+ const selectable = wrapper.find(EuiSelectable);
+ selectable.simulate('change', [
+ { modelId: 'model_1' },
+ { modelId: 'model_2', isPlaceholder: true, checked: 'on' },
+ ]);
+ expect(MOCK_ACTIONS.setInferencePipelineConfiguration).toHaveBeenCalledWith(
+ expect.objectContaining({
+ modelID: 'model_2',
+ isModelPlaceholderSelected: true,
+ })
+ );
+ });
it('generates pipeline name on selecting an item', () => {
setMockValues(DEFAULT_VALUES);
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.tsx
index 86c91c483702..ac3900b6ed66 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/model_select.tsx
@@ -44,6 +44,7 @@ export const ModelSelect: React.FC = () => {
...configuration,
inferenceConfig: undefined,
modelID: selectedOption?.modelId ?? '',
+ isModelPlaceholderSelected: selectedOption?.isPlaceholder ?? false,
fieldMappings: undefined,
pipelineName: isPipelineNameUserSupplied
? pipelineName
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/pipeline_select_option.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/pipeline_select_option.tsx
index deea940cfe68..49e00f30c12d 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/pipeline_select_option.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/pipeline_select_option.tsx
@@ -45,21 +45,21 @@ export const PipelineSelectOption: React.FC = ({ pipe
// TODO: Add model state & pipeline info link. Make sure to check mobile rendering when doing this!
-
- {pipeline.pipelineName}
+
+ {pipeline.pipelineName}
-
+
{modelIdDisplay}
{pipeline.modelType.length > 0 && (
- {/* Wrap in a div to prevent the badge from growing to a whole row on mobile*/}
-
+ {/* Wrap in a span to prevent the badge from growing to a whole row on mobile*/}
+
-
+
)}
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/types.ts b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/types.ts
index 3a645dcbba3b..87aed3eb4d71 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/types.ts
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/types.ts
@@ -13,6 +13,7 @@ export interface InferencePipelineConfiguration {
existingPipeline?: boolean;
inferenceConfig?: InferencePipelineInferenceConfig;
isPipelineNameUserSupplied?: boolean;
+ isModelPlaceholderSelected?: boolean;
modelID: string;
pipelineName: string;
fieldMappings?: FieldMapping[];
@@ -21,6 +22,7 @@ export interface InferencePipelineConfiguration {
export interface AddInferencePipelineFormErrors {
modelID?: string;
+ modelStatus?: string;
fieldMappings?: string;
pipelineName?: string;
}
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/utils.ts b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/utils.ts
index 02cf5a7463dd..5a01a3823a71 100644
--- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/utils.ts
+++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/utils.ts
@@ -37,6 +37,12 @@ const PIPELINE_NAME_EXISTS_ERROR = i18n.translate(
defaultMessage: 'Name already used by another pipeline.',
}
);
+const MODEL_NOT_DEPLOYED_ERROR = i18n.translate(
+ 'xpack.enterpriseSearch.content.indices.pipelines.addInferencePipelineModal.steps.configure.modelNotDeployedError',
+ {
+ defaultMessage: 'Model must be deployed before use.',
+ }
+);
export const validateInferencePipelineConfiguration = (
config: InferencePipelineConfiguration
@@ -55,6 +61,8 @@ export const validateInferencePipelineConfiguration = (
}
if (config.modelID.trim().length === 0) {
errors.modelID = FIELD_REQUIRED_ERROR;
+ } else if (config.isModelPlaceholderSelected) {
+ errors.modelStatus = MODEL_NOT_DEPLOYED_ERROR;
}
return errors;
diff --git a/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.test.ts b/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.test.ts
index 0d7fd264b143..08c82e8523e4 100644
--- a/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.test.ts
+++ b/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.test.ts
@@ -19,12 +19,15 @@ jest.mock('@kbn/search-index-documents/lib', () => ({
describe('Elasticsearch Search', () => {
let mockRouter: MockRouter;
- const mockClient = {};
-
+ const mockClient = {
+ asCurrentUser: jest.fn(),
+ };
beforeEach(() => {
const context = {
- core: Promise.resolve({ elasticsearch: { client: mockClient } }),
- } as jest.Mocked;
+ core: Promise.resolve({
+ elasticsearch: { client: mockClient },
+ }),
+ } as unknown as jest.Mocked;
mockRouter = new MockRouter({
context,
@@ -90,7 +93,7 @@ describe('Elasticsearch Search', () => {
beforeEach(() => {
const context = {
core: Promise.resolve({ elasticsearch: { client: mockClient } }),
- } as jest.Mocked;
+ } as unknown as jest.Mocked;
mockRouterNoQuery = new MockRouter({
context,
@@ -137,7 +140,7 @@ describe('Elasticsearch Search', () => {
});
expect(fetchSearchResults).toHaveBeenCalledWith(
- mockClient,
+ mockClient.asCurrentUser,
'search-index-name',
'banana',
0,
diff --git a/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.ts b/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.ts
index f1f6862c58a8..430740f85644 100644
--- a/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.ts
+++ b/x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.ts
@@ -43,7 +43,7 @@ export function registerSearchRoute({ router, log }: RouteDependencies) {
elasticsearchErrorHandler(log, async (context, request, response) => {
const indexName = decodeURIComponent(request.params.index_name);
const searchQuery = request.body.searchQuery;
- const { client } = (await context.core).elasticsearch;
+ const client = (await context.core).elasticsearch.client.asCurrentUser;
const { page = 0, size = ENTERPRISE_SEARCH_DOCUMENTS_DEFAULT_DOC_COUNT } = request.query;
const from = page * size;
try {
diff --git a/x-pack/plugins/fleet/common/services/output_helpers.test.ts b/x-pack/plugins/fleet/common/services/output_helpers.test.ts
index 1c3db129fee2..cba42f1b6c23 100644
--- a/x-pack/plugins/fleet/common/services/output_helpers.test.ts
+++ b/x-pack/plugins/fleet/common/services/output_helpers.test.ts
@@ -101,4 +101,20 @@ describe('outputYmlIncludesReservedPerformanceKey', () => {
expect(outputYmlIncludesReservedPerformanceKey(configYml, safeLoad)).toBe(false);
});
});
+
+ describe('comment', () => {
+ it('returns false when reserved key is present only in a comment', () => {
+ const configYml = `true`;
+
+ expect(outputYmlIncludesReservedPerformanceKey(configYml, safeLoad)).toBe(false);
+ });
+ });
+
+ describe('empty string', () => {
+ it('returns false when YML is empty', () => {
+ const configYml = ``;
+
+ expect(outputYmlIncludesReservedPerformanceKey(configYml, safeLoad)).toBe(false);
+ });
+ });
});
diff --git a/x-pack/plugins/fleet/common/services/output_helpers.ts b/x-pack/plugins/fleet/common/services/output_helpers.ts
index 0db73e4d8351..26d97f42c39b 100644
--- a/x-pack/plugins/fleet/common/services/output_helpers.ts
+++ b/x-pack/plugins/fleet/common/services/output_helpers.ts
@@ -52,7 +52,10 @@ export function outputYmlIncludesReservedPerformanceKey(
const parsedYml = safeLoad(configYml);
if (!isObject(parsedYml)) {
- return RESERVED_CONFIG_YML_KEYS.some((key) => parsedYml.includes(key));
+ if (typeof parsedYml === 'string') {
+ return RESERVED_CONFIG_YML_KEYS.some((key) => parsedYml.includes(key));
+ }
+ return false;
}
const flattenedYml = isObject(parsedYml) ? getFlattenedObject(parsedYml) : {};
diff --git a/x-pack/plugins/fleet/common/types/models/epm.ts b/x-pack/plugins/fleet/common/types/models/epm.ts
index 826f608b6586..1a7c4cefca34 100644
--- a/x-pack/plugins/fleet/common/types/models/epm.ts
+++ b/x-pack/plugins/fleet/common/types/models/epm.ts
@@ -618,6 +618,7 @@ export interface IndexTemplateMappings {
properties: any;
dynamic_templates?: any;
runtime?: any;
+ subobjects?: boolean;
}
// This is an index template v2, see https://github.com/elastic/elasticsearch/issues/53101
diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.test.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.test.tsx
index 94bb49d75128..53945f86e09e 100644
--- a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.test.tsx
+++ b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.test.tsx
@@ -75,4 +75,20 @@ describe('SecretFormRow', () => {
expect(onUsePlainText).toHaveBeenCalled();
});
+
+ it('should not display the cancel change button when no initial value is provided', () => {
+ const { queryByTestId } = render(
+
+
+
+ );
+
+ expect(queryByTestId('secretCancelChangeBtn')).not.toBeInTheDocument();
+ });
});
diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.tsx
index f483503af9e4..868c80b895fa 100644
--- a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.tsx
+++ b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_secret_form_row.tsx
@@ -41,7 +41,7 @@ export const SecretFormRow: React.FC<{
onUsePlainText,
cancelEdit,
}) => {
- const hasInitialValue = initialValue !== undefined;
+ const hasInitialValue = !!initialValue;
const [editMode, setEditMode] = useState(!initialValue);
const valueHiddenPanel = (
@@ -98,7 +98,7 @@ export const SecretFormRow: React.FC<{
<>
{children}
{hasInitialValue && (
-
+
{cancelButton}
)}
diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.test.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.test.tsx
index 7aa29322229d..a666dda3bac4 100644
--- a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.test.tsx
+++ b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.test.tsx
@@ -72,7 +72,7 @@ describe('OutputHealth', () => {
await waitFor(async () => {
expect(utils.getByTestId('outputHealthDegradedCallout').textContent).toContain(
- 'Unable to connect to "Remote ES" at https://remote-es:443. Please check the details are correct.'
+ 'Unable to connect to "Remote ES" at https://remote-es:443.Please check the details are correct.'
);
});
});
diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.tsx
index c26a122287d0..0d71bb075cf2 100644
--- a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.tsx
+++ b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_health.tsx
@@ -51,7 +51,7 @@ export const OutputHealth: React.FunctionComponent = ({ output, showBadge
iconType="error"
data-test-subj="outputHealthDegradedCallout"
>
-
+
{i18n.translate('xpack.fleet.output.calloutText', {
defaultMessage: 'Unable to connect to "{name}" at {host}.',
values: {
@@ -59,7 +59,7 @@ export const OutputHealth: React.FunctionComponent = ({ output, showBadge
host: output.hosts?.join(',') ?? '',
},
})}
-
{' '}
+
{i18n.translate('xpack.fleet.output.calloutPromptText', {
defaultMessage: 'Please check the details are correct.',
diff --git a/x-pack/plugins/fleet/scripts/verify_test_packages/verify_test_packages.test.ts b/x-pack/plugins/fleet/scripts/verify_test_packages/verify_test_packages.test.ts
index 219d101d6e1a..b8d1ba7e9bec 100644
--- a/x-pack/plugins/fleet/scripts/verify_test_packages/verify_test_packages.test.ts
+++ b/x-pack/plugins/fleet/scripts/verify_test_packages/verify_test_packages.test.ts
@@ -5,9 +5,30 @@
* 2.0.
*/
+import { securityMock } from '@kbn/security-plugin/server/mocks';
+import { loggerMock } from '@kbn/logging-mocks';
+
+import type { Logger } from '@kbn/core/server';
+
+import { appContextService } from '../../server/services/app_context';
+
import { verifyAllTestPackages } from './verify_test_packages';
+jest.mock('../../server/services/app_context');
+
+const mockedAppContextService = appContextService as jest.Mocked;
+mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
+ ...securityMock.createSetup(),
+}));
+
+let mockedLogger: jest.Mocked;
+
describe('Test packages', () => {
+ beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+
test('All test packages should be valid (node scripts/verify_test_packages) ', async () => {
const { errors } = await verifyAllTestPackages();
expect(errors).toEqual([]);
diff --git a/x-pack/plugins/fleet/server/errors/handlers.ts b/x-pack/plugins/fleet/server/errors/handlers.ts
index 3bfe94537c58..c85bfeced9db 100644
--- a/x-pack/plugins/fleet/server/errors/handlers.ts
+++ b/x-pack/plugins/fleet/server/errors/handlers.ts
@@ -20,18 +20,14 @@ import { UninstallTokenError } from '../../common/errors';
import { appContextService } from '../services';
import {
- AgentNotFoundError,
- AgentActionNotFoundError,
AgentPolicyNameExistsError,
ConcurrentInstallOperationError,
FleetError,
- PackageNotFoundError,
PackageUnsupportedMediaTypeError,
RegistryConnectionError,
RegistryError,
RegistryResponseError,
PackageFailedVerificationError,
- PackagePolicyNotFoundError,
FleetUnauthorizedError,
PackagePolicyNameExistsError,
PackageOutdatedError,
@@ -41,6 +37,11 @@ import {
PackageESError,
KibanaSOReferenceError,
PackageAlreadyInstalledError,
+ AgentPolicyInvalidError,
+ EnrollmentKeyNameExistsError,
+ AgentRequestInvalidError,
+ PackagePolicyRequestError,
+ FleetNotFoundError,
} from '.';
type IngestErrorHandler = (
@@ -71,24 +72,31 @@ const getHTTPResponseCode = (error: FleetError): number => {
if (error instanceof KibanaSOReferenceError) {
return 400;
}
+ if (error instanceof AgentPolicyInvalidError) {
+ return 400;
+ }
+ if (error instanceof AgentRequestInvalidError) {
+ return 400;
+ }
+ if (error instanceof PackagePolicyRequestError) {
+ return 400;
+ }
// Unauthorized
if (error instanceof FleetUnauthorizedError) {
return 403;
}
// Not Found
- if (error instanceof PackageNotFoundError || error instanceof PackagePolicyNotFoundError) {
- return 404;
- }
- if (error instanceof AgentNotFoundError) {
- return 404;
- }
- if (error instanceof AgentActionNotFoundError) {
+ if (error instanceof FleetNotFoundError) {
return 404;
}
+
// Conflict
if (error instanceof AgentPolicyNameExistsError) {
return 409;
}
+ if (error instanceof EnrollmentKeyNameExistsError) {
+ return 409;
+ }
if (error instanceof ConcurrentInstallOperationError) {
return 409;
}
diff --git a/x-pack/plugins/fleet/server/errors/index.ts b/x-pack/plugins/fleet/server/errors/index.ts
index 7f607f469277..ce7245672e62 100644
--- a/x-pack/plugins/fleet/server/errors/index.ts
+++ b/x-pack/plugins/fleet/server/errors/index.ts
@@ -28,7 +28,7 @@ export class RegistryResponseError extends RegistryError {
}
// Package errors
-export class PackageNotFoundError extends FleetError {}
+
export class PackageOutdatedError extends FleetError {}
export class PackageFailedVerificationError extends FleetError {
constructor(pkgName: string, pkgVersion: string) {
@@ -43,20 +43,24 @@ export class PackageInvalidArchiveError extends FleetError {}
export class PackageRemovalError extends FleetError {}
export class PackageESError extends FleetError {}
export class ConcurrentInstallOperationError extends FleetError {}
-export class BundledPackageLocationNotFoundError extends FleetError {}
+
export class KibanaSOReferenceError extends FleetError {}
export class PackageAlreadyInstalledError extends FleetError {}
export class AgentPolicyError extends FleetError {}
-export class AgentPolicyNotFoundError extends FleetError {}
-export class AgentNotFoundError extends FleetError {}
-export class AgentActionNotFoundError extends FleetError {}
+export class AgentRequestInvalidError extends FleetError {}
+export class AgentPolicyInvalidError extends FleetError {}
+
export class AgentPolicyNameExistsError extends AgentPolicyError {}
export class AgentReassignmentError extends FleetError {}
export class PackagePolicyIneligibleForUpgradeError extends FleetError {}
export class PackagePolicyValidationError extends FleetError {}
export class PackagePolicyNameExistsError extends FleetError {}
-export class PackagePolicyNotFoundError extends FleetError {}
+export class BundledPackageLocationNotFoundError extends FleetError {}
+
+export class PackagePolicyRequestError extends FleetError {}
+
+export class EnrollmentKeyNameExistsError extends FleetError {}
export class HostedAgentPolicyRestrictionRelatedError extends FleetError {
constructor(message = 'Cannot perform that action') {
super(
@@ -75,12 +79,27 @@ export class FleetEncryptedSavedObjectEncryptionKeyRequired extends FleetError {
export class FleetSetupError extends FleetError {}
export class GenerateServiceTokenError extends FleetError {}
export class FleetUnauthorizedError extends FleetError {}
+export class FleetNotFoundError extends FleetError {}
export class OutputUnauthorizedError extends FleetError {}
export class OutputInvalidError extends FleetError {}
export class OutputLicenceError extends FleetError {}
export class DownloadSourceError extends FleetError {}
+// Not found errors
+export class AgentNotFoundError extends FleetNotFoundError {}
+export class AgentPolicyNotFoundError extends FleetNotFoundError {}
+export class AgentActionNotFoundError extends FleetNotFoundError {}
+export class DownloadSourceNotFound extends FleetNotFoundError {}
+export class EnrollmentKeyNotFoundError extends FleetNotFoundError {}
+export class FleetServerHostNotFoundError extends FleetNotFoundError {}
+export class SigningServiceNotFoundError extends FleetNotFoundError {}
+export class InputNotFoundError extends FleetNotFoundError {}
+export class OutputNotFoundError extends FleetNotFoundError {}
+export class PackageNotFoundError extends FleetNotFoundError {}
+export class PackagePolicyNotFoundError extends FleetNotFoundError {}
+export class StreamNotFoundError extends FleetNotFoundError {}
+
export class FleetServerHostUnauthorizedError extends FleetUnauthorizedError {}
export class FleetProxyUnauthorizedError extends FleetUnauthorizedError {}
diff --git a/x-pack/plugins/fleet/server/integration_tests/helpers/index.ts b/x-pack/plugins/fleet/server/integration_tests/helpers/index.ts
index 23cdc80b8d65..961f3c90fb54 100644
--- a/x-pack/plugins/fleet/server/integration_tests/helpers/index.ts
+++ b/x-pack/plugins/fleet/server/integration_tests/helpers/index.ts
@@ -8,6 +8,8 @@
import { adminTestUser } from '@kbn/test';
import { getSupertest, type createRoot, type HttpMethod } from '@kbn/core-test-helpers-kbn-server';
+import { FleetError } from '../../errors';
+
type Root = ReturnType;
export * from './docker_registry_helper';
@@ -18,7 +20,7 @@ export const waitForFleetSetup = async (root: Root) => {
const resp = await statusApi.send();
const fleetStatus = resp.body?.status?.plugins?.fleet;
if (fleetStatus?.meta?.error) {
- throw new Error(`Setup failed: ${JSON.stringify(fleetStatus)}`);
+ throw new FleetError(`Setup failed: ${JSON.stringify(fleetStatus)}`);
}
return !fleetStatus || fleetStatus?.summary === 'Fleet is setting up';
diff --git a/x-pack/plugins/fleet/server/routes/agent/source_uri_utils.ts b/x-pack/plugins/fleet/server/routes/agent/source_uri_utils.ts
index 3f571fdcb09c..efedf164f653 100644
--- a/x-pack/plugins/fleet/server/routes/agent/source_uri_utils.ts
+++ b/x-pack/plugins/fleet/server/routes/agent/source_uri_utils.ts
@@ -9,6 +9,7 @@ import type { SavedObjectsClientContract } from '@kbn/core/server';
import { downloadSourceService } from '../../services';
import type { AgentPolicy } from '../../types';
+import { FleetError, DownloadSourceNotFound } from '../../errors';
export const getSourceUriForAgentPolicy = async (
soClient: SavedObjectsClientContract,
@@ -17,12 +18,12 @@ export const getSourceUriForAgentPolicy = async (
const defaultDownloadSourceId = await downloadSourceService.getDefaultDownloadSourceId(soClient);
if (!defaultDownloadSourceId) {
- throw new Error('Default download source host is not setup');
+ throw new FleetError('Default download source host is not setup');
}
const downloadSourceId: string = agentPolicy.download_source_id || defaultDownloadSourceId;
const downloadSource = await downloadSourceService.get(soClient, downloadSourceId);
if (!downloadSource) {
- throw new Error(`Download source host not found ${downloadSourceId}`);
+ throw new DownloadSourceNotFound(`Download source host not found ${downloadSourceId}`);
}
return { host: downloadSource.host, proxy_id: downloadSource.proxy_id };
};
diff --git a/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.test.ts b/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.test.ts
index aefcbfc5cd87..62f34559c79e 100644
--- a/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.test.ts
+++ b/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.test.ts
@@ -15,7 +15,7 @@ describe('upgrade handler', () => {
it('should throw if upgrade version is higher than kibana version', () => {
expect(() => checkKibanaVersion('8.5.0', '8.4.0')).toThrowError(
- 'cannot upgrade agent to 8.5.0 because it is higher than the installed kibana version 8.4.0'
+ 'Cannot upgrade agent to 8.5.0 because it is higher than the installed kibana version 8.4.0'
);
});
diff --git a/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.ts b/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.ts
index 547fda566a95..391c721e2ef9 100644
--- a/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.ts
+++ b/x-pack/plugins/fleet/server/routes/agent/upgrade_handler.ts
@@ -19,7 +19,7 @@ import type { PostAgentUpgradeResponse } from '../../../common/types';
import type { PostAgentUpgradeRequestSchema, PostBulkAgentUpgradeRequestSchema } from '../../types';
import * as AgentService from '../../services/agents';
import { appContextService } from '../../services';
-import { defaultFleetErrorHandler } from '../../errors';
+import { defaultFleetErrorHandler, AgentRequestInvalidError } from '../../errors';
import {
getRecentUpgradeInfoForAgent,
isAgentUpgradeable,
@@ -187,14 +187,15 @@ export const postBulkAgentsUpgradeHandler: RequestHandler<
export const checkKibanaVersion = (version: string, kibanaVersion: string, force = false) => {
// get version number only in case "-SNAPSHOT" is in it
const kibanaVersionNumber = semverCoerce(kibanaVersion)?.version;
- if (!kibanaVersionNumber) throw new Error(`kibanaVersion ${kibanaVersionNumber} is not valid`);
+ if (!kibanaVersionNumber)
+ throw new AgentRequestInvalidError(`KibanaVersion ${kibanaVersionNumber} is not valid`);
const versionToUpgradeNumber = semverCoerce(version)?.version;
if (!versionToUpgradeNumber)
- throw new Error(`version to upgrade ${versionToUpgradeNumber} is not valid`);
+ throw new AgentRequestInvalidError(`Version to upgrade ${versionToUpgradeNumber} is not valid`);
if (!force && semverGt(versionToUpgradeNumber, kibanaVersionNumber)) {
- throw new Error(
- `cannot upgrade agent to ${versionToUpgradeNumber} because it is higher than the installed kibana version ${kibanaVersionNumber}`
+ throw new AgentRequestInvalidError(
+ `Cannot upgrade agent to ${versionToUpgradeNumber} because it is higher than the installed kibana version ${kibanaVersionNumber}`
);
}
@@ -205,8 +206,8 @@ export const checkKibanaVersion = (version: string, kibanaVersion: string, force
// When force is enabled, only the major and minor versions are checked
if (force && !(kibanaMajorGt || kibanaMajorEqMinorGte)) {
- throw new Error(
- `cannot force upgrade agent to ${versionToUpgradeNumber} because it does not satisfy the major and minor of the installed kibana version ${kibanaVersionNumber}`
+ throw new AgentRequestInvalidError(
+ `Cannot force upgrade agent to ${versionToUpgradeNumber} because it does not satisfy the major and minor of the installed kibana version ${kibanaVersionNumber}`
);
}
};
@@ -228,8 +229,8 @@ const checkFleetServerVersion = (
}
if (!force && semverGt(versionToUpgradeNumber, maxFleetServerVersion)) {
- throw new Error(
- `cannot upgrade agent to ${versionToUpgradeNumber} because it is higher than the latest fleet server version ${maxFleetServerVersion}`
+ throw new AgentRequestInvalidError(
+ `Cannot upgrade agent to ${versionToUpgradeNumber} because it is higher than the latest fleet server version ${maxFleetServerVersion}`
);
}
@@ -241,8 +242,8 @@ const checkFleetServerVersion = (
// When force is enabled, only the major and minor versions are checked
if (force && !(fleetServerMajorGt || fleetServerMajorEqMinorGte)) {
- throw new Error(
- `cannot force upgrade agent to ${versionToUpgradeNumber} because it does not satisfy the major and minor of the latest fleet server version ${maxFleetServerVersion}`
+ throw new AgentRequestInvalidError(
+ `Cannot force upgrade agent to ${versionToUpgradeNumber} because it does not satisfy the major and minor of the latest fleet server version ${maxFleetServerVersion}`
);
}
};
diff --git a/x-pack/plugins/fleet/server/routes/epm/file_handler.test.ts b/x-pack/plugins/fleet/server/routes/epm/file_handler.test.ts
new file mode 100644
index 000000000000..56d6d8c127bc
--- /dev/null
+++ b/x-pack/plugins/fleet/server/routes/epm/file_handler.test.ts
@@ -0,0 +1,245 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import { loggingSystemMock } from '@kbn/core-logging-server-mocks';
+import { httpServerMock } from '@kbn/core-http-server-mocks';
+import { elasticsearchServiceMock } from '@kbn/core-elasticsearch-server-mocks';
+import { savedObjectsClientMock } from '@kbn/core-saved-objects-api-server-mocks';
+import { Headers } from 'node-fetch';
+
+import { getBundledPackageByPkgKey } from '../../services/epm/packages/bundled_packages';
+import { getFile, getInstallation } from '../../services/epm/packages/get';
+import type { FleetRequestHandlerContext } from '../..';
+import { appContextService } from '../../services';
+import { unpackBufferEntries, getArchiveEntry } from '../../services/epm/archive';
+import { getAsset } from '../../services/epm/archive/storage';
+
+import { getFileHandler } from './file_handler';
+
+jest.mock('../../services/app_context');
+jest.mock('../../services/epm/archive');
+jest.mock('../../services/epm/archive/storage');
+jest.mock('../../services/epm/packages/bundled_packages');
+jest.mock('../../services/epm/packages/get');
+
+const mockedGetBundledPackageByPkgKey = jest.mocked(getBundledPackageByPkgKey);
+const mockedGetInstallation = jest.mocked(getInstallation);
+const mockedGetFile = jest.mocked(getFile);
+const mockedGetArchiveEntry = jest.mocked(getArchiveEntry);
+const mockedUnpackBufferEntries = jest.mocked(unpackBufferEntries);
+const mockedGetAsset = jest.mocked(getAsset);
+
+function mockContext() {
+ const mockSavedObjectsClient = savedObjectsClientMock.create();
+ const mockElasticsearchClient = elasticsearchServiceMock.createClusterClient().asInternalUser;
+ return {
+ fleet: {
+ internalSOClient: async () => mockSavedObjectsClient,
+ },
+ core: {
+ savedObjects: {
+ client: mockSavedObjectsClient,
+ },
+ elasticsearch: {
+ client: {
+ asInternalUser: mockElasticsearchClient,
+ },
+ },
+ },
+ } as unknown as FleetRequestHandlerContext;
+}
+
+describe('getFileHandler', () => {
+ beforeEach(() => {
+ const logger = loggingSystemMock.createLogger();
+ jest.mocked(appContextService).getLogger.mockReturnValue(logger);
+ mockedGetBundledPackageByPkgKey.mockReset();
+ mockedUnpackBufferEntries.mockReset();
+ mockedGetFile.mockReset();
+ mockedGetInstallation.mockReset();
+ mockedGetArchiveEntry.mockReset();
+ mockedGetAsset.mockReset();
+ });
+
+ it('should return the file for bundled package and an existing file', async () => {
+ mockedGetBundledPackageByPkgKey.mockResolvedValue({
+ getBuffer: () => Promise.resolve(),
+ } as any);
+ const request = httpServerMock.createKibanaRequest({
+ params: {
+ pkgName: 'test',
+ pkgVersion: '1.0.0',
+ filePath: 'README.md',
+ },
+ });
+ const buffer = Buffer.from(`TEST`);
+ mockedUnpackBufferEntries.mockResolvedValue([
+ {
+ path: 'test-1.0.0/README.md',
+ buffer,
+ },
+ ]);
+ const response = httpServerMock.createResponseFactory();
+ const context = mockContext();
+ await getFileHandler(context, request, response);
+
+ expect(response.custom).toBeCalledWith(
+ expect.objectContaining({
+ statusCode: 200,
+ body: buffer,
+ headers: expect.objectContaining({
+ 'content-type': 'text/markdown; charset=utf-8',
+ }),
+ })
+ );
+ });
+
+ it('should a 404 for bundled package with a non existing file', async () => {
+ mockedGetBundledPackageByPkgKey.mockResolvedValue({
+ getBuffer: () => Promise.resolve(),
+ } as any);
+ const request = httpServerMock.createKibanaRequest({
+ params: {
+ pkgName: 'test',
+ pkgVersion: '1.0.0',
+ filePath: 'idonotexists.md',
+ },
+ });
+ mockedUnpackBufferEntries.mockResolvedValue([
+ {
+ path: 'test-1.0.0/README.md',
+ buffer: Buffer.from(`TEST`),
+ },
+ ]);
+ const response = httpServerMock.createResponseFactory();
+ const context = mockContext();
+ await getFileHandler(context, request, response);
+
+ expect(response.custom).toBeCalledWith(
+ expect.objectContaining({
+ statusCode: 404,
+ body: 'bundled package file not found: idonotexists.md',
+ })
+ );
+ });
+
+ it('should proxy registry 200 for non bundled and non installed package', async () => {
+ const request = httpServerMock.createKibanaRequest({
+ params: {
+ pkgName: 'test',
+ pkgVersion: '1.0.0',
+ filePath: 'idonotexists.md',
+ },
+ });
+ const response = httpServerMock.createResponseFactory();
+ const context = mockContext();
+
+ mockedGetFile.mockResolvedValue({
+ status: 200,
+ // @ts-expect-error
+ body: 'test',
+ headers: new Headers({
+ raw: '',
+ 'content-type': 'text/markdown',
+ }),
+ });
+
+ await getFileHandler(context, request, response);
+
+ expect(response.custom).toBeCalledWith(
+ expect.objectContaining({
+ statusCode: 200,
+ body: 'test',
+ headers: expect.objectContaining({
+ 'content-type': 'text/markdown',
+ }),
+ })
+ );
+ });
+
+ it('should proxy registry 404 for non bundled and non installed package', async () => {
+ const request = httpServerMock.createKibanaRequest({
+ params: {
+ pkgName: 'test',
+ pkgVersion: '1.0.0',
+ filePath: 'idonotexists.md',
+ },
+ });
+ const response = httpServerMock.createResponseFactory();
+ const context = mockContext();
+
+ mockedGetFile.mockResolvedValue({
+ status: 404,
+ // @ts-expect-error
+ body: 'not found',
+ headers: new Headers({
+ raw: '',
+ 'content-type': 'text',
+ }),
+ });
+
+ await getFileHandler(context, request, response);
+
+ expect(response.custom).toBeCalledWith(
+ expect.objectContaining({
+ statusCode: 404,
+ body: 'not found',
+ headers: expect.objectContaining({
+ 'content-type': 'text',
+ }),
+ })
+ );
+ });
+
+ it('should return the file from installation for installed package', async () => {
+ const request = httpServerMock.createKibanaRequest({
+ params: {
+ pkgName: 'test',
+ pkgVersion: '1.0.0',
+ filePath: 'README.md',
+ },
+ });
+ const response = httpServerMock.createResponseFactory();
+ const context = mockContext();
+
+ mockedGetInstallation.mockResolvedValue({ version: '1.0.0' } as any);
+ mockedGetArchiveEntry.mockReturnValue(Buffer.from('test'));
+
+ await getFileHandler(context, request, response);
+
+ expect(response.custom).toBeCalledWith(
+ expect.objectContaining({
+ statusCode: 200,
+ headers: expect.objectContaining({
+ 'content-type': 'text/markdown; charset=utf-8',
+ }),
+ })
+ );
+ });
+
+ it('should a 404 if the file from installation do not exists for installed package', async () => {
+ const request = httpServerMock.createKibanaRequest({
+ params: {
+ pkgName: 'test',
+ pkgVersion: '1.0.0',
+ filePath: 'README.md',
+ },
+ });
+ const response = httpServerMock.createResponseFactory();
+ const context = mockContext();
+
+ mockedGetInstallation.mockResolvedValue({ version: '1.0.0' } as any);
+ await getFileHandler(context, request, response);
+
+ expect(response.custom).toBeCalledWith(
+ expect.objectContaining({
+ statusCode: 404,
+ body: 'installed package file not found: README.md',
+ })
+ );
+ });
+});
diff --git a/x-pack/plugins/fleet/server/routes/epm/file_handler.ts b/x-pack/plugins/fleet/server/routes/epm/file_handler.ts
new file mode 100644
index 000000000000..4b6b74628aa4
--- /dev/null
+++ b/x-pack/plugins/fleet/server/routes/epm/file_handler.ts
@@ -0,0 +1,141 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import path from 'path';
+
+import type { TypeOf } from '@kbn/config-schema';
+import mime from 'mime-types';
+import type { ResponseHeaders, KnownHeaders, HttpResponseOptions } from '@kbn/core/server';
+
+import type { GetFileRequestSchema, FleetRequestHandler } from '../../types';
+import { getFile, getInstallation } from '../../services/epm/packages';
+import { defaultFleetErrorHandler } from '../../errors';
+import { getArchiveEntry } from '../../services/epm/archive';
+import { getAsset } from '../../services/epm/archive/storage';
+import { getBundledPackageByPkgKey } from '../../services/epm/packages/bundled_packages';
+import { pkgToPkgKey } from '../../services/epm/registry';
+import { unpackBufferEntries } from '../../services/epm/archive';
+
+const CACHE_CONTROL_10_MINUTES_HEADER: HttpResponseOptions['headers'] = {
+ 'cache-control': 'max-age=600',
+};
+export const getFileHandler: FleetRequestHandler<
+ TypeOf
+> = async (context, request, response) => {
+ try {
+ const { pkgName, pkgVersion, filePath } = request.params;
+ const savedObjectsClient = (await context.fleet).internalSoClient;
+
+ const installation = await getInstallation({ savedObjectsClient, pkgName });
+ const useLocalFile = pkgVersion === installation?.version;
+ const assetPath = `${pkgName}-${pkgVersion}/${filePath}`;
+
+ if (useLocalFile) {
+ const fileBuffer = getArchiveEntry(assetPath);
+ // only pull local installation if we don't have it cached
+ const storedAsset = !fileBuffer && (await getAsset({ savedObjectsClient, path: assetPath }));
+
+ // error, if neither is available
+ if (!fileBuffer && !storedAsset) {
+ return response.custom({
+ body: `installed package file not found: ${filePath}`,
+ statusCode: 404,
+ });
+ }
+
+ // if storedAsset is not available, fileBuffer *must* be
+ // b/c we error if we don't have at least one, and storedAsset is the least likely
+ const { buffer, contentType } = storedAsset
+ ? {
+ contentType: storedAsset.media_type,
+ buffer: storedAsset.data_utf8
+ ? Buffer.from(storedAsset.data_utf8, 'utf8')
+ : Buffer.from(storedAsset.data_base64, 'base64'),
+ }
+ : {
+ contentType: mime.contentType(path.extname(assetPath)),
+ buffer: fileBuffer,
+ };
+
+ if (!contentType) {
+ return response.custom({
+ body: `unknown content type for file: ${filePath}`,
+ statusCode: 400,
+ });
+ }
+
+ return response.custom({
+ body: buffer,
+ statusCode: 200,
+ headers: {
+ ...CACHE_CONTROL_10_MINUTES_HEADER,
+ 'content-type': contentType,
+ },
+ });
+ }
+
+ const bundledPackage = await getBundledPackageByPkgKey(
+ pkgToPkgKey({ name: pkgName, version: pkgVersion })
+ );
+ if (bundledPackage) {
+ const bufferEntries = await unpackBufferEntries(
+ await bundledPackage.getBuffer(),
+ 'application/zip'
+ );
+
+ const fileBuffer = bufferEntries.find((entry) => entry.path === assetPath)?.buffer;
+
+ if (!fileBuffer) {
+ return response.custom({
+ body: `bundled package file not found: ${filePath}`,
+ statusCode: 404,
+ });
+ }
+
+ // if storedAsset is not available, fileBuffer *must* be
+ // b/c we error if we don't have at least one, and storedAsset is the least likely
+ const { buffer, contentType } = {
+ contentType: mime.contentType(path.extname(assetPath)),
+ buffer: fileBuffer,
+ };
+
+ if (!contentType) {
+ return response.custom({
+ body: `unknown content type for file: ${filePath}`,
+ statusCode: 400,
+ });
+ }
+
+ return response.custom({
+ body: buffer,
+ statusCode: 200,
+ headers: {
+ ...CACHE_CONTROL_10_MINUTES_HEADER,
+ 'content-type': contentType,
+ },
+ });
+ } else {
+ const registryResponse = await getFile(pkgName, pkgVersion, filePath);
+ const headersToProxy: KnownHeaders[] = ['content-type'];
+ const proxiedHeaders = headersToProxy.reduce((headers, knownHeader) => {
+ const value = registryResponse.headers.get(knownHeader);
+ if (value !== null) {
+ headers[knownHeader] = value;
+ }
+ return headers;
+ }, {} as ResponseHeaders);
+
+ return response.custom({
+ body: registryResponse.body,
+ statusCode: registryResponse.status,
+ headers: { ...CACHE_CONTROL_10_MINUTES_HEADER, ...proxiedHeaders },
+ });
+ }
+ } catch (error) {
+ return defaultFleetErrorHandler({ error, response });
+ }
+};
diff --git a/x-pack/plugins/fleet/server/routes/epm/handlers.ts b/x-pack/plugins/fleet/server/routes/epm/handlers.ts
index c03272119dd1..6fadeff5180c 100644
--- a/x-pack/plugins/fleet/server/routes/epm/handlers.ts
+++ b/x-pack/plugins/fleet/server/routes/epm/handlers.ts
@@ -5,12 +5,9 @@
* 2.0.
*/
-import path from 'path';
-
import type { TypeOf } from '@kbn/config-schema';
-import mime from 'mime-types';
import semverValid from 'semver/functions/valid';
-import type { ResponseHeaders, KnownHeaders, HttpResponseOptions } from '@kbn/core/server';
+import type { HttpResponseOptions } from '@kbn/core/server';
import { pick } from 'lodash';
@@ -41,7 +38,6 @@ import type {
GetPackagesRequestSchema,
GetInstalledPackagesRequestSchema,
GetDataStreamsRequestSchema,
- GetFileRequestSchema,
GetInfoRequestSchema,
InstallPackageFromRegistryRequestSchema,
InstallPackageByUploadRequestSchema,
@@ -60,21 +56,17 @@ import {
getCategories,
getPackages,
getInstalledPackages,
- getFile,
getPackageInfo,
isBulkInstallError,
installPackage,
removeInstallation,
getLimitedPackages,
- getInstallation,
getBulkAssets,
getTemplateInputs,
} from '../../services/epm/packages';
import type { BulkInstallResponse } from '../../services/epm/packages';
import { defaultFleetErrorHandler, fleetErrorToResponseOptions, FleetError } from '../../errors';
import { appContextService, checkAllowedPackages } from '../../services';
-import { getArchiveEntry } from '../../services/epm/archive/cache';
-import { getAsset } from '../../services/epm/archive/storage';
import { getPackageUsageStats } from '../../services/epm/packages/get';
import { updatePackage } from '../../services/epm/packages/update';
import { getGpgKeyIdOrUndefined } from '../../services/epm/packages/package_verification';
@@ -206,80 +198,6 @@ export const getLimitedListHandler: FleetRequestHandler<
}
};
-export const getFileHandler: FleetRequestHandler<
- TypeOf
-> = async (context, request, response) => {
- try {
- const { pkgName, pkgVersion, filePath } = request.params;
- const savedObjectsClient = (await context.fleet).internalSoClient;
- const installation = await getInstallation({ savedObjectsClient, pkgName });
- const useLocalFile = pkgVersion === installation?.version;
-
- if (useLocalFile) {
- const assetPath = `${pkgName}-${pkgVersion}/${filePath}`;
- const fileBuffer = getArchiveEntry(assetPath);
- // only pull local installation if we don't have it cached
- const storedAsset = !fileBuffer && (await getAsset({ savedObjectsClient, path: assetPath }));
-
- // error, if neither is available
- if (!fileBuffer && !storedAsset) {
- return response.custom({
- body: `installed package file not found: ${filePath}`,
- statusCode: 404,
- });
- }
-
- // if storedAsset is not available, fileBuffer *must* be
- // b/c we error if we don't have at least one, and storedAsset is the least likely
- const { buffer, contentType } = storedAsset
- ? {
- contentType: storedAsset.media_type,
- buffer: storedAsset.data_utf8
- ? Buffer.from(storedAsset.data_utf8, 'utf8')
- : Buffer.from(storedAsset.data_base64, 'base64'),
- }
- : {
- contentType: mime.contentType(path.extname(assetPath)),
- buffer: fileBuffer,
- };
-
- if (!contentType) {
- return response.custom({
- body: `unknown content type for file: ${filePath}`,
- statusCode: 400,
- });
- }
-
- return response.custom({
- body: buffer,
- statusCode: 200,
- headers: {
- ...CACHE_CONTROL_10_MINUTES_HEADER,
- 'content-type': contentType,
- },
- });
- } else {
- const registryResponse = await getFile(pkgName, pkgVersion, filePath);
- const headersToProxy: KnownHeaders[] = ['content-type'];
- const proxiedHeaders = headersToProxy.reduce((headers, knownHeader) => {
- const value = registryResponse.headers.get(knownHeader);
- if (value !== null) {
- headers[knownHeader] = value;
- }
- return headers;
- }, {} as ResponseHeaders);
-
- return response.custom({
- body: registryResponse.body,
- statusCode: registryResponse.status,
- headers: { ...CACHE_CONTROL_10_MINUTES_HEADER, ...proxiedHeaders },
- });
- }
- } catch (error) {
- return defaultFleetErrorHandler({ error, response });
- }
-};
-
export const getInfoHandler: FleetRequestHandler<
TypeOf,
TypeOf
diff --git a/x-pack/plugins/fleet/server/routes/epm/index.ts b/x-pack/plugins/fleet/server/routes/epm/index.ts
index 6e0000bf4ccb..5245381a409d 100644
--- a/x-pack/plugins/fleet/server/routes/epm/index.ts
+++ b/x-pack/plugins/fleet/server/routes/epm/index.ts
@@ -55,7 +55,6 @@ import {
getListHandler,
getInstalledListHandler,
getLimitedListHandler,
- getFileHandler,
getInfoHandler,
getBulkAssetsHandler,
installPackageFromRegistryHandler,
@@ -70,6 +69,7 @@ import {
createCustomIntegrationHandler,
getInputsHandler,
} from './handlers';
+import { getFileHandler } from './file_handler';
const MAX_FILE_SIZE_BYTES = 104857600; // 100MB
diff --git a/x-pack/plugins/fleet/server/routes/package_policy/handlers.ts b/x-pack/plugins/fleet/server/routes/package_policy/handlers.ts
index cbc560cc72dc..a16fd37c9ac1 100644
--- a/x-pack/plugins/fleet/server/routes/package_policy/handlers.ts
+++ b/x-pack/plugins/fleet/server/routes/package_policy/handlers.ts
@@ -6,7 +6,6 @@
*/
import type { TypeOf } from '@kbn/config-schema';
-import Boom from '@hapi/boom';
import { SavedObjectsErrorHelpers } from '@kbn/core/server';
import type { RequestHandler } from '@kbn/core/server';
@@ -43,7 +42,11 @@ import type {
UpgradePackagePolicyResponse,
} from '../../../common/types';
import { installationStatuses, inputsFormat } from '../../../common/constants';
-import { defaultFleetErrorHandler, PackagePolicyNotFoundError } from '../../errors';
+import {
+ defaultFleetErrorHandler,
+ PackagePolicyNotFoundError,
+ PackagePolicyRequestError,
+} from '../../errors';
import { getInstallations, getPackageInfo } from '../../services/epm/packages';
import { PACKAGES_SAVED_OBJECT_TYPE, SO_SEARCH_LIMIT } from '../../constants';
import {
@@ -244,7 +247,7 @@ export const createPackagePolicyHandler: FleetRequestHandler<
let newPackagePolicy: NewPackagePolicy;
if (isSimplifiedCreatePackagePolicyRequest(newPolicy)) {
if (!pkg) {
- throw new Error('Package is required');
+ throw new PackagePolicyRequestError('Package is required');
}
const pkgInfo = await getPackageInfo({
savedObjectsClient: soClient,
@@ -311,7 +314,7 @@ export const updatePackagePolicyHandler: FleetRequestHandler<
const packagePolicy = await packagePolicyService.get(soClient, request.params.packagePolicyId);
if (!packagePolicy) {
- throw Boom.notFound('Package policy not found');
+ throw new PackagePolicyNotFoundError('Package policy not found');
}
if (limitedToPackages && limitedToPackages.length) {
@@ -337,7 +340,7 @@ export const updatePackagePolicyHandler: FleetRequestHandler<
isSimplifiedCreatePackagePolicyRequest(body as unknown as SimplifiedPackagePolicy)
) {
if (!pkg) {
- throw new Error('package is required');
+ throw new PackagePolicyRequestError('Package is required');
}
const pkgInfo = await getPackageInfo({
savedObjectsClient: soClient,
diff --git a/x-pack/plugins/fleet/server/services/agent_policies/outputs_helpers.ts b/x-pack/plugins/fleet/server/services/agent_policies/outputs_helpers.ts
index bbe00c49b414..c7c02d8a53fb 100644
--- a/x-pack/plugins/fleet/server/services/agent_policies/outputs_helpers.ts
+++ b/x-pack/plugins/fleet/server/services/agent_policies/outputs_helpers.ts
@@ -12,7 +12,7 @@ import { LICENCE_FOR_PER_POLICY_OUTPUT, outputType } from '../../../common/const
import { policyHasFleetServer, policyHasSyntheticsIntegration } from '../../../common/services';
import { appContextService } from '..';
import { outputService } from '../output';
-import { OutputInvalidError, OutputLicenceError } from '../../errors';
+import { OutputInvalidError, OutputLicenceError, OutputNotFoundError } from '../../errors';
/**
* Get the data output for a given agent policy
@@ -28,7 +28,7 @@ export async function getDataOutputForAgentPolicy(
agentPolicy.data_output_id || (await outputService.getDefaultDataOutputId(soClient));
if (!dataOutputId) {
- throw new Error('No default data output found.');
+ throw new OutputNotFoundError('No default data output found.');
}
return outputService.get(soClient, dataOutputId);
diff --git a/x-pack/plugins/fleet/server/services/agent_policies/package_policies_to_agent_permissions.ts b/x-pack/plugins/fleet/server/services/agent_policies/package_policies_to_agent_permissions.ts
index 4445ebbe8476..ec36c7575937 100644
--- a/x-pack/plugins/fleet/server/services/agent_policies/package_policies_to_agent_permissions.ts
+++ b/x-pack/plugins/fleet/server/services/agent_policies/package_policies_to_agent_permissions.ts
@@ -24,6 +24,7 @@ import type {
RegistryDataStreamPrivileges,
} from '../../../common/types';
import { PACKAGE_POLICY_DEFAULT_INDEX_PRIVILEGES } from '../../constants';
+import { PackagePolicyRequestError } from '../../errors';
import type { PackagePolicy } from '../../types';
import { pkgToPkgKey } from '../epm/registry';
@@ -46,7 +47,7 @@ export function storedPackagePoliciesToAgentPermissions(
): FullAgentPolicyOutputPermissions | undefined {
// I'm not sure what permissions to return for this case, so let's return the defaults
if (!packagePolicies) {
- throw new Error(
+ throw new PackagePolicyRequestError(
'storedPackagePoliciesToAgentPermissions should be called with a PackagePolicy'
);
}
@@ -57,7 +58,9 @@ export function storedPackagePoliciesToAgentPermissions(
const permissionEntries = packagePolicies.map((packagePolicy) => {
if (!packagePolicy.package) {
- throw new Error(`No package for package policy ${packagePolicy.name ?? packagePolicy.id}`);
+ throw new PackagePolicyRequestError(
+ `No package for package policy ${packagePolicy.name ?? packagePolicy.id}`
+ );
}
const pkg = packageInfoCache.get(pkgToPkgKey(packagePolicy.package))!;
diff --git a/x-pack/plugins/fleet/server/services/agent_policies/related_saved_objects.ts b/x-pack/plugins/fleet/server/services/agent_policies/related_saved_objects.ts
index b614b9c2dd9e..0108e9cd9772 100644
--- a/x-pack/plugins/fleet/server/services/agent_policies/related_saved_objects.ts
+++ b/x-pack/plugins/fleet/server/services/agent_policies/related_saved_objects.ts
@@ -16,6 +16,7 @@ import { getSourceUriForAgentPolicy } from '../../routes/agent/source_uri_utils'
import { getFleetServerHostsForAgentPolicy } from '../fleet_server_host';
import { appContextService } from '../app_context';
import { bulkGetFleetProxies } from '../fleet_proxies';
+import { OutputNotFoundError } from '../../errors';
export async function fetchRelatedSavedObjects(
soClient: SavedObjectsClientContract,
@@ -27,7 +28,7 @@ export async function fetchRelatedSavedObjects(
]);
if (!defaultDataOutputId) {
- throw new Error('Default output is not setup');
+ throw new OutputNotFoundError('Default output is not setup');
}
const dataOutputId = agentPolicy.data_output_id || defaultDataOutputId;
@@ -51,11 +52,11 @@ export async function fetchRelatedSavedObjects(
const dataOutput = outputs.find((output) => output.id === dataOutputId);
if (!dataOutput) {
- throw new Error(`Data output not found ${dataOutputId}`);
+ throw new OutputNotFoundError(`Data output not found ${dataOutputId}`);
}
const monitoringOutput = outputs.find((output) => output.id === monitoringOutputId);
if (!monitoringOutput) {
- throw new Error(`Monitoring output not found ${monitoringOutputId}`);
+ throw new OutputNotFoundError(`Monitoring output not found ${monitoringOutputId}`);
}
const proxyIds = uniq(
diff --git a/x-pack/plugins/fleet/server/services/agent_policy.test.ts b/x-pack/plugins/fleet/server/services/agent_policy.test.ts
index 931168f545b5..3e97594ee959 100644
--- a/x-pack/plugins/fleet/server/services/agent_policy.test.ts
+++ b/x-pack/plugins/fleet/server/services/agent_policy.test.ts
@@ -8,6 +8,8 @@
import { elasticsearchServiceMock, savedObjectsClientMock } from '@kbn/core/server/mocks';
import { SavedObjectsErrorHelpers } from '@kbn/core/server';
import { securityMock } from '@kbn/security-plugin/server/mocks';
+import { loggerMock } from '@kbn/logging-mocks';
+import type { Logger } from '@kbn/core/server';
import { PackagePolicyRestrictionRelatedError, FleetUnauthorizedError } from '../errors';
import type {
@@ -105,8 +107,13 @@ function getAgentPolicyCreateMock() {
});
return soClient;
}
-
+let mockedLogger: jest.Mocked;
describe('agent policy', () => {
+ beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+
afterEach(() => {
jest.resetAllMocks();
});
diff --git a/x-pack/plugins/fleet/server/services/agent_policy.ts b/x-pack/plugins/fleet/server/services/agent_policy.ts
index 568829fda978..b44e0616b7b6 100644
--- a/x-pack/plugins/fleet/server/services/agent_policy.ts
+++ b/x-pack/plugins/fleet/server/services/agent_policy.ts
@@ -71,6 +71,7 @@ import {
AgentPolicyNotFoundError,
PackagePolicyRestrictionRelatedError,
FleetUnauthorizedError,
+ FleetError,
} from '../errors';
import type { FullAgentConfigMap } from '../../common/types/models/agent_cm';
@@ -125,24 +126,24 @@ class AgentPolicyService {
id,
savedObjectType: AGENT_POLICY_SAVED_OBJECT_TYPE,
});
+ const logger = appContextService.getLogger();
+ logger.debug(`Starting update of agent policy ${id}`);
const existingAgentPolicy = await this.get(soClient, id, true);
if (!existingAgentPolicy) {
- throw new Error('Agent policy not found');
+ throw new AgentPolicyNotFoundError('Agent policy not found');
}
if (
existingAgentPolicy.status === agentPolicyStatuses.Inactive &&
agentPolicy.status !== agentPolicyStatuses.Active
) {
- throw new Error(
+ throw new FleetError(
`Agent policy ${id} cannot be updated because it is ${existingAgentPolicy.status}`
);
}
- const logger = appContextService.getLogger();
-
if (options.removeProtection) {
logger.warn(`Setting tamper protection for Agent Policy ${id} to false`);
}
@@ -166,7 +167,7 @@ class AgentPolicyService {
if (options.bumpRevision || options.removeProtection) {
await this.triggerAgentPolicyUpdatedEvent(soClient, esClient, 'updated', id);
}
-
+ logger.debug(`Agent policy ${id} update completed`);
return (await this.get(soClient, id)) as AgentPolicy;
}
@@ -190,7 +191,7 @@ class AgentPolicyService {
is_preconfigured: true,
};
- if (!id) throw new Error('Missing ID');
+ if (!id) throw new AgentPolicyNotFoundError('Missing ID');
return await this.ensureAgentPolicy(soClient, esClient, newAgentPolicy, id as string);
}
@@ -254,6 +255,7 @@ class AgentPolicyService {
this.checkTamperProtectionLicense(agentPolicy);
const logger = appContextService.getLogger();
+ logger.debug(`Creating new agent policy`);
if (agentPolicy?.is_protected) {
logger.warn(
@@ -282,7 +284,7 @@ class AgentPolicyService {
await appContextService.getUninstallTokenService()?.generateTokenForPolicyId(newSo.id);
await this.triggerAgentPolicyUpdatedEvent(soClient, esClient, 'created', newSo.id);
-
+ logger.debug(`Created new agent policy with id ${newSo.id}`);
return { id: newSo.id, ...newSo.attributes };
}
@@ -320,7 +322,7 @@ class AgentPolicyService {
}
if (agentPolicySO.error) {
- throw new Error(agentPolicySO.error.message);
+ throw new FleetError(agentPolicySO.error.message);
}
const agentPolicy = { id: agentPolicySO.id, ...agentPolicySO.attributes };
@@ -356,7 +358,7 @@ class AgentPolicyService {
} else if (agentPolicySO.error.statusCode === 404) {
throw new AgentPolicyNotFoundError(`Agent policy ${agentPolicySO.id} not found`);
} else {
- throw new Error(agentPolicySO.error.message);
+ throw new FleetError(agentPolicySO.error.message);
}
}
@@ -498,6 +500,9 @@ class AgentPolicyService {
authorizationHeader?: HTTPAuthorizationHeader | null;
}
): Promise {
+ const logger = appContextService.getLogger();
+ logger.debug(`Starting update of agent policy ${id}`);
+
if (agentPolicy.name) {
await this.requireUniqueName(soClient, {
id,
@@ -508,14 +513,12 @@ class AgentPolicyService {
const existingAgentPolicy = await this.get(soClient, id, true);
if (!existingAgentPolicy) {
- throw new Error('Agent policy not found');
+ throw new AgentPolicyNotFoundError('Agent policy not found');
}
this.checkTamperProtectionLicense(agentPolicy);
await this.checkForValidUninstallToken(agentPolicy, id);
- const logger = appContextService.getLogger();
-
if (agentPolicy?.is_protected && !policyHasEndpointSecurity(existingAgentPolicy)) {
logger.warn(
'Agent policy requires Elastic Defend integration to set tamper protection to true'
@@ -558,10 +561,13 @@ class AgentPolicyService {
newAgentPolicyProps: Pick,
options?: { user?: AuthenticatedUser }
): Promise {
+ const logger = appContextService.getLogger();
+ logger.debug(`Starting copy of agent policy ${id}`);
+
// Copy base agent policy
const baseAgentPolicy = await this.get(soClient, id, true);
if (!baseAgentPolicy) {
- throw new Error('Agent policy not found');
+ throw new AgentPolicyNotFoundError('Agent policy not found');
}
const newAgentPolicy = await this.create(
soClient,
@@ -631,11 +637,11 @@ class AgentPolicyService {
// Get updated agent policy with package policies and adjusted tamper protection
const updatedAgentPolicy = await this.get(soClient, newAgentPolicy.id, true);
if (!updatedAgentPolicy) {
- throw new Error('Copied agent policy not found');
+ throw new AgentPolicyNotFoundError('Copied agent policy not found');
}
await this.deployPolicy(soClient, newAgentPolicy.id);
-
+ logger.debug(`Completed copy of agent policy ${id}`);
return updatedAgentPolicy;
}
@@ -799,6 +805,9 @@ class AgentPolicyService {
id: string,
options?: { force?: boolean; removeFleetServerDocuments?: boolean; user?: AuthenticatedUser }
): Promise {
+ const logger = appContextService.getLogger();
+ logger.debug(`Deleting agent policy ${id}`);
+
auditLoggingService.writeCustomSoAuditLog({
action: 'delete',
id,
@@ -807,7 +816,7 @@ class AgentPolicyService {
const agentPolicy = await this.get(soClient, id, false);
if (!agentPolicy) {
- throw new Error('Agent policy not found');
+ throw new AgentPolicyNotFoundError('Agent policy not found');
}
if (agentPolicy.is_managed && !options?.force) {
@@ -822,7 +831,7 @@ class AgentPolicyService {
});
if (total > 0) {
- throw new Error('Cannot delete agent policy that is assigned to agent(s)');
+ throw new FleetError('Cannot delete agent policy that is assigned to agent(s)');
}
const packagePolicies = await packagePolicyService.findAllForAgentPolicy(soClient, id);
@@ -860,7 +869,7 @@ class AgentPolicyService {
if (options?.removeFleetServerDocuments) {
await this.deleteFleetServerPoliciesForPolicyId(esClient, id);
}
-
+ logger.debug(`Deleted agent policy ${id}`);
return {
id,
name: agentPolicy.name,
@@ -954,7 +963,7 @@ class AgentPolicyService {
return acc;
}, [] as BulkResponseItem[]);
- logger.debug(
+ logger.warn(
`Failed to index documents during policy deployment: ${JSON.stringify(erroredDocuments)}`
);
}
@@ -1225,7 +1234,7 @@ class AgentPolicyService {
);
if (uninstallTokenError) {
- throw new Error(
+ throw new FleetError(
`Cannot enable Agent Tamper Protection: ${uninstallTokenError.error.message}`
);
}
diff --git a/x-pack/plugins/fleet/server/services/agents/crud.ts b/x-pack/plugins/fleet/server/services/agents/crud.ts
index 7ad50c8d962c..b8eb0f7d0ca1 100644
--- a/x-pack/plugins/fleet/server/services/agents/crud.ts
+++ b/x-pack/plugins/fleet/server/services/agents/crud.ts
@@ -4,7 +4,6 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
-import Boom from '@hapi/boom';
import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import type { SortResults } from '@elastic/elasticsearch/lib/api/types';
import type { SavedObjectsClientContract, ElasticsearchClient } from '@kbn/core/server';
@@ -19,7 +18,12 @@ import type { AgentStatus, FleetServerAgent } from '../../../common/types';
import { SO_SEARCH_LIMIT } from '../../../common/constants';
import { isAgentUpgradeable } from '../../../common/services';
import { AGENTS_INDEX } from '../../constants';
-import { FleetError, isESClientError, AgentNotFoundError } from '../../errors';
+import {
+ FleetError,
+ isESClientError,
+ AgentNotFoundError,
+ FleetUnauthorizedError,
+} from '../../errors';
import { auditLoggingService } from '../audit_logging';
@@ -548,10 +552,10 @@ export async function getAgentByAccessAPIKeyId(
throw new AgentNotFoundError('Agent not found');
}
if (agent.access_api_key_id !== accessAPIKeyId) {
- throw new Error('Agent api key id is not matching');
+ throw new FleetError('Agent api key id is not matching');
}
if (!agent.active) {
- throw Boom.forbidden('Agent inactive');
+ throw new FleetUnauthorizedError('Agent inactive');
}
return agent;
diff --git a/x-pack/plugins/fleet/server/services/agents/reassign.ts b/x-pack/plugins/fleet/server/services/agents/reassign.ts
index 86d368d39931..0a5c6f9b51ee 100644
--- a/x-pack/plugins/fleet/server/services/agents/reassign.ts
+++ b/x-pack/plugins/fleet/server/services/agents/reassign.ts
@@ -5,11 +5,14 @@
* 2.0.
*/
import type { SavedObjectsClientContract, ElasticsearchClient } from '@kbn/core/server';
-import Boom from '@hapi/boom';
import type { Agent } from '../../types';
import { agentPolicyService } from '../agent_policy';
-import { AgentReassignmentError, HostedAgentPolicyRestrictionRelatedError } from '../../errors';
+import {
+ AgentReassignmentError,
+ HostedAgentPolicyRestrictionRelatedError,
+ AgentPolicyNotFoundError,
+} from '../../errors';
import { SO_SEARCH_LIMIT } from '../../constants';
@@ -33,7 +36,7 @@ export async function reassignAgent(
) {
const newAgentPolicy = await agentPolicyService.get(soClient, newAgentPolicyId);
if (!newAgentPolicy) {
- throw Boom.notFound(`Agent policy not found: ${newAgentPolicyId}`);
+ throw new AgentPolicyNotFoundError(`Agent policy not found: ${newAgentPolicyId}`);
}
await reassignAgentIsAllowed(soClient, esClient, agentId, newAgentPolicyId);
@@ -87,7 +90,7 @@ export async function reassignAgents(
): Promise<{ actionId: string }> {
const newAgentPolicy = await agentPolicyService.get(soClient, newAgentPolicyId);
if (!newAgentPolicy) {
- throw Boom.notFound(`Agent policy not found: ${newAgentPolicyId}`);
+ throw new AgentPolicyNotFoundError(`Agent policy not found: ${newAgentPolicyId}`);
}
if (newAgentPolicy.is_managed) {
throw new HostedAgentPolicyRestrictionRelatedError(
diff --git a/x-pack/plugins/fleet/server/services/agents/update_agent_tags.test.ts b/x-pack/plugins/fleet/server/services/agents/update_agent_tags.test.ts
index 84aa2226b485..d962279f0ca3 100644
--- a/x-pack/plugins/fleet/server/services/agents/update_agent_tags.test.ts
+++ b/x-pack/plugins/fleet/server/services/agents/update_agent_tags.test.ts
@@ -185,7 +185,7 @@ describe('update_agent_tags', () => {
await expect(
updateAgentTags(soClient, esClient, { agentIds: ['agent1'] }, ['one'], [])
- ).rejects.toThrowError('version conflict of 100 agents');
+ ).rejects.toThrowError('Version conflict of 100 agents');
});
it('should write out error results on last retry with version conflicts', async () => {
@@ -211,7 +211,7 @@ describe('update_agent_tags', () => {
retryCount: MAX_RETRY_COUNT,
}
)
- ).rejects.toThrowError('version conflict of 100 agents');
+ ).rejects.toThrowError('Version conflict of 100 agents');
const agentAction = esClient.create.mock.calls[0][0] as any;
expect(agentAction?.body.agents.length).toEqual(100);
@@ -243,7 +243,7 @@ describe('update_agent_tags', () => {
retryCount: MAX_RETRY_COUNT,
}
)
- ).rejects.toThrowError('version conflict of 1 agents');
+ ).rejects.toThrowError('Version conflict of 1 agents');
const agentAction = esClient.create.mock.calls[0][0] as any;
expect(agentAction?.body.agents.length).toEqual(3);
diff --git a/x-pack/plugins/fleet/server/services/agents/update_agent_tags_action_runner.ts b/x-pack/plugins/fleet/server/services/agents/update_agent_tags_action_runner.ts
index d8208fd5f8d0..1c8db8451ccf 100644
--- a/x-pack/plugins/fleet/server/services/agents/update_agent_tags_action_runner.ts
+++ b/x-pack/plugins/fleet/server/services/agents/update_agent_tags_action_runner.ts
@@ -15,6 +15,8 @@ import { AGENTS_INDEX } from '../../constants';
import { appContextService } from '../app_context';
+import { FleetError } from '../../errors';
+
import { ActionRunner } from './action_runner';
import { BulkActionTaskType } from './bulk_action_types';
@@ -124,7 +126,9 @@ export async function updateTagsBatch(
conflicts: 'proceed', // relying on the task to retry in case of conflicts - retry only conflicted agents
});
} catch (error) {
- throw new Error('Caught error: ' + JSON.stringify(error).slice(0, 1000));
+ throw new FleetError(
+ 'Caught error while batch updating tags: ' + JSON.stringify(error).slice(0, 1000)
+ );
}
appContextService.getLogger().debug(JSON.stringify(res).slice(0, 1000));
@@ -203,7 +207,7 @@ export async function updateTagsBatch(
.getLogger()
.debug(`action conflict result wrote on ${versionConflictCount} agents`);
}
- throw new Error(`version conflict of ${versionConflictCount} agents`);
+ throw new FleetError(`Version conflict of ${versionConflictCount} agents`);
}
return { actionId, updated: res.updated, took: res.took };
diff --git a/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.test.ts b/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.test.ts
index bc58941e4c29..9200346961f1 100644
--- a/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.test.ts
+++ b/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.test.ts
@@ -6,6 +6,10 @@
*/
import { elasticsearchServiceMock, savedObjectsClientMock } from '@kbn/core/server/mocks';
+import { loggerMock } from '@kbn/logging-mocks';
+
+import type { Logger } from '@kbn/core/server';
+import { securityMock } from '@kbn/security-plugin/server/mocks';
import { ENROLLMENT_API_KEYS_INDEX } from '../../constants';
@@ -27,10 +31,20 @@ jest.mock('uuid', () => {
const mockedAgentPolicyService = agentPolicyService as jest.Mocked;
const mockedAuditLoggingService = auditLoggingService as jest.Mocked;
+
const mockedAppContextService = appContextService as jest.Mocked;
+mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
+ ...securityMock.createSetup(),
+}));
+
+let mockedLogger: jest.Mocked;
describe('enrollment api keys', () => {
beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+ afterEach(() => {
jest.resetAllMocks();
});
diff --git a/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.ts b/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.ts
index ac7087c95296..360723ebcf22 100644
--- a/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.ts
+++ b/x-pack/plugins/fleet/server/services/api_keys/enrollment_api_key.ts
@@ -16,13 +16,15 @@ import { toElasticsearchQuery, fromKueryExpression } from '@kbn/es-query';
import type { ESSearchResponse as SearchResponse } from '@kbn/es-types';
import type { EnrollmentAPIKey, FleetServerEnrollmentAPIKey } from '../../types';
-import { FleetError } from '../../errors';
+import { FleetError, EnrollmentKeyNameExistsError, EnrollmentKeyNotFoundError } from '../../errors';
import { ENROLLMENT_API_KEYS_INDEX } from '../../constants';
import { agentPolicyService } from '../agent_policy';
import { escapeSearchQueryPhrase } from '../saved_object';
import { auditLoggingService } from '../audit_logging';
+import { appContextService } from '../app_context';
+
import { invalidateAPIKeys } from './security';
const uuidRegex =
@@ -90,7 +92,7 @@ export async function getEnrollmentAPIKey(
return esDocToEnrollmentApiKey(body);
} catch (e) {
if (e instanceof errors.ResponseError && e.statusCode === 404) {
- throw Boom.notFound(`Enrollment api key ${id} not found`);
+ throw new EnrollmentKeyNotFoundError(`Enrollment api key ${id} not found`);
}
throw e;
@@ -106,6 +108,9 @@ export async function deleteEnrollmentApiKey(
id: string,
forceDelete = false
) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Deleting enrollment API key ${id}`);
+
const enrollmentApiKey = await getEnrollmentAPIKey(esClient, id);
auditLoggingService.writeCustomAuditLog({
@@ -132,6 +137,9 @@ export async function deleteEnrollmentApiKey(
refresh: 'wait_for',
});
}
+ logger.debug(
+ `Deleted enrollment API key ${enrollmentApiKey.id} [api_key_id=${enrollmentApiKey.api_key_id}`
+ );
}
export async function deleteEnrollmentApiKeyForAgentPolicyId(
@@ -169,6 +177,9 @@ export async function generateEnrollmentAPIKey(
): Promise {
const id = uuidv4();
const { name: providedKeyName, forceRecreate } = data;
+ const logger = appContextService.getLogger();
+ logger.debug(`Creating enrollment API key ${data}`);
+
if (data.agentPolicyId) {
await validateAgentPolicyId(soClient, data.agentPolicyId);
}
@@ -199,7 +210,7 @@ export async function generateEnrollmentAPIKey(
k.name?.replace(providedKeyName, '').trim().match(uuidRegex)
)
) {
- throw new FleetError(
+ throw new EnrollmentKeyNameExistsError(
i18n.translate('xpack.fleet.serverError.enrollmentKeyDuplicate', {
defaultMessage:
'An enrollment key named {providedKeyName} already exists for agent policy {agentPolicyId}',
@@ -217,6 +228,7 @@ export async function generateEnrollmentAPIKey(
auditLoggingService.writeCustomAuditLog({
message: `User creating enrollment API key [name=${name}] [policy_id=${agentPolicyId}]`,
});
+ logger.debug(`Creating enrollment API key [name=${name}] [policy_id=${agentPolicyId}]`);
const key = await esClient.security
.createApiKey({
@@ -245,11 +257,11 @@ export async function generateEnrollmentAPIKey(
},
})
.catch((err) => {
- throw new Error(`Impossible to create an api key: ${err.message}`);
+ throw new FleetError(`Impossible to create an api key: ${err.message}`);
});
if (!key) {
- throw new Error(
+ throw new FleetError(
i18n.translate('xpack.fleet.serverError.unableToCreateEnrollmentKey', {
defaultMessage: 'Unable to create an enrollment api key',
})
@@ -332,9 +344,9 @@ export async function getEnrollmentAPIKeyById(esClient: ElasticsearchClient, api
const [enrollmentAPIKey] = res.hits.hits.map(esDocToEnrollmentApiKey);
if (enrollmentAPIKey?.api_key_id !== apiKeyId) {
- throw new Error(
+ throw new FleetError(
i18n.translate('xpack.fleet.serverError.returnedIncorrectKey', {
- defaultMessage: 'find enrollmentKeyById returned an incorrect key',
+ defaultMessage: 'Find enrollmentKeyById returned an incorrect key',
})
);
}
diff --git a/x-pack/plugins/fleet/server/services/download_source.test.ts b/x-pack/plugins/fleet/server/services/download_source.test.ts
index 8b63d376340f..e244ec80077b 100644
--- a/x-pack/plugins/fleet/server/services/download_source.test.ts
+++ b/x-pack/plugins/fleet/server/services/download_source.test.ts
@@ -8,6 +8,9 @@
import { savedObjectsClientMock } from '@kbn/core/server/mocks';
import { securityMock } from '@kbn/security-plugin/server/mocks';
+import { loggerMock } from '@kbn/logging-mocks';
+
+import type { Logger } from '@kbn/core/server';
import type { DownloadSourceSOAttributes } from '../types';
@@ -132,9 +135,13 @@ function getMockedSoClient(options: { defaultDownloadSourceId?: string; sameName
return soClient;
}
-
+let mockedLogger: jest.Mocked;
describe('Download Service', () => {
beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+ afterEach(() => {
mockedAgentPolicyService.list.mockClear();
mockedAgentPolicyService.hasAPMIntegration.mockClear();
mockedAgentPolicyService.removeDefaultSourceFromAll.mockReset();
diff --git a/x-pack/plugins/fleet/server/services/download_source.ts b/x-pack/plugins/fleet/server/services/download_source.ts
index f1719e2eb479..e679123f7e25 100644
--- a/x-pack/plugins/fleet/server/services/download_source.ts
+++ b/x-pack/plugins/fleet/server/services/download_source.ts
@@ -41,7 +41,7 @@ class DownloadSourceService {
);
if (soResponse.error) {
- throw new Error(soResponse.error.message);
+ throw new FleetError(soResponse.error.message);
}
return savedObjectToDownloadSource(soResponse);
@@ -69,6 +69,9 @@ class DownloadSourceService {
downloadSource: DownloadSourceBase,
options?: { id?: string; overwrite?: boolean }
): Promise {
+ const logger = appContextService.getLogger();
+ logger.debug(`Creating new download source`);
+
const data: DownloadSourceSOAttributes = downloadSource;
await this.requireUniqueName(soClient, {
@@ -100,6 +103,7 @@ class DownloadSourceService {
overwrite: options?.overwrite ?? false,
}
);
+ logger.debug(`Creating new download source ${options?.id}`);
return savedObjectToDownloadSource(newSo);
}
@@ -108,6 +112,8 @@ class DownloadSourceService {
id: string,
newData: Partial
) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Updating download source ${id} with ${newData}`);
const updateData: Partial = newData;
if (updateData.proxy_id) {
@@ -134,11 +140,16 @@ class DownloadSourceService {
updateData
);
if (soResponse.error) {
- throw new Error(soResponse.error.message);
+ throw new FleetError(soResponse.error.message);
+ } else {
+ logger.debug(`Updated download source ${id}`);
}
}
public async delete(soClient: SavedObjectsClientContract, id: string) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Deleting download source ${id}`);
+
const targetDS = await this.get(soClient, id);
if (targetDS.is_default) {
@@ -149,7 +160,7 @@ class DownloadSourceService {
appContextService.getInternalUserESClient(),
id
);
-
+ logger.debug(`Deleted download source ${id}`);
return soClient.delete(DOWNLOAD_SOURCE_SAVED_OBJECT_TYPE, id);
}
diff --git a/x-pack/plugins/fleet/server/services/epm/agent/agent.test.ts b/x-pack/plugins/fleet/server/services/epm/agent/agent.test.ts
index 9163b39575f8..0ab728affd75 100644
--- a/x-pack/plugins/fleet/server/services/epm/agent/agent.test.ts
+++ b/x-pack/plugins/fleet/server/services/epm/agent/agent.test.ts
@@ -5,9 +5,30 @@
* 2.0.
*/
+import { loggerMock } from '@kbn/logging-mocks';
+import { securityMock } from '@kbn/security-plugin/server/mocks';
+
+import type { Logger } from '@kbn/core/server';
+
+import { appContextService } from '../..';
+
import { compileTemplate } from './agent';
+jest.mock('../../app_context');
+
+const mockedAppContextService = appContextService as jest.Mocked;
+mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
+ ...securityMock.createSetup(),
+}));
+
+let mockedLogger: jest.Mocked;
+
describe('compileTemplate', () => {
+ beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+
it('should work', () => {
const streamTemplate = `
input: log
diff --git a/x-pack/plugins/fleet/server/services/epm/agent/agent.ts b/x-pack/plugins/fleet/server/services/epm/agent/agent.ts
index 0bc220a500fb..b58ab3e3fca0 100644
--- a/x-pack/plugins/fleet/server/services/epm/agent/agent.ts
+++ b/x-pack/plugins/fleet/server/services/epm/agent/agent.ts
@@ -7,15 +7,18 @@
import Handlebars from 'handlebars';
import { safeLoad, safeDump } from 'js-yaml';
+import type { Logger } from '@kbn/core/server';
import type { PackagePolicyConfigRecord } from '../../../../common/types';
import { toCompiledSecretRef } from '../../secrets';
import { PackageInvalidArchiveError } from '../../../errors';
+import { appContextService } from '../..';
const handlebars = Handlebars.create();
export function compileTemplate(variables: PackagePolicyConfigRecord, templateStr: string) {
- const { vars, yamlValues } = buildTemplateVariables(variables);
+ const logger = appContextService.getLogger();
+ const { vars, yamlValues } = buildTemplateVariables(logger, variables);
let compiledTemplate: string;
try {
const template = handlebars.compile(templateStr, { noEscape: true });
@@ -65,12 +68,13 @@ function replaceVariablesInYaml(yamlVariables: { [k: string]: any }, yaml: any)
return yaml;
}
-function buildTemplateVariables(variables: PackagePolicyConfigRecord) {
+function buildTemplateVariables(logger: Logger, variables: PackagePolicyConfigRecord) {
const yamlValues: { [k: string]: any } = {};
const vars = Object.entries(variables).reduce((acc, [key, recordEntry]) => {
// support variables with . like key.patterns
const keyParts = key.split('.');
const lastKeyPart = keyParts.pop();
+ logger.debug(`Building agent template variables`);
if (!lastKeyPart || !isValidKey(lastKeyPart)) {
throw new PackageInvalidArchiveError(
diff --git a/x-pack/plugins/fleet/server/services/epm/archive/cache.ts b/x-pack/plugins/fleet/server/services/epm/archive/cache.ts
index 8b1fd141f300..db0b0d709e68 100644
--- a/x-pack/plugins/fleet/server/services/epm/archive/cache.ts
+++ b/x-pack/plugins/fleet/server/services/epm/archive/cache.ts
@@ -43,7 +43,7 @@ export const getArchiveFilelist = (keyArgs: SharedKey) =>
export const setArchiveFilelist = (keyArgs: SharedKey, paths: string[]) => {
const logger = appContextService.getLogger();
- logger.debug(`setting file list to the cache for ${keyArgs.name}-${keyArgs.version}`);
+ logger.debug(`Setting file list to the cache for ${keyArgs.name}-${keyArgs.version}`);
logger.trace(JSON.stringify(paths));
return archiveFilelistCache.set(sharedKey(keyArgs), paths);
};
@@ -79,7 +79,7 @@ export const setPackageInfo = ({
}: SharedKey & { packageInfo: ArchivePackage | RegistryPackage }) => {
const logger = appContextService.getLogger();
const key = sharedKey({ name, version });
- logger.debug(`setting package info to the cache for ${name}-${version}`);
+ logger.debug(`Setting package info to the cache for ${name}-${version}`);
logger.trace(JSON.stringify(packageInfo));
return packageInfoCache.set(key, packageInfo);
};
diff --git a/x-pack/plugins/fleet/server/services/epm/archive/index.ts b/x-pack/plugins/fleet/server/services/epm/archive/index.ts
index 330839b13dba..bf96318d8d41 100644
--- a/x-pack/plugins/fleet/server/services/epm/archive/index.ts
+++ b/x-pack/plugins/fleet/server/services/epm/archive/index.ts
@@ -6,7 +6,11 @@
*/
import type { AssetParts } from '../../../../common/types';
-import { PackageInvalidArchiveError, PackageUnsupportedMediaTypeError } from '../../../errors';
+import {
+ PackageInvalidArchiveError,
+ PackageUnsupportedMediaTypeError,
+ PackageNotFoundError,
+} from '../../../errors';
import {
getArchiveEntry,
@@ -149,7 +153,7 @@ export function getPathParts(path: string): AssetParts {
export function getAsset(key: string) {
const buffer = getArchiveEntry(key);
- if (buffer === undefined) throw new Error(`Cannot find asset ${key}`);
+ if (buffer === undefined) throw new PackageNotFoundError(`Cannot find asset ${key}`);
return buffer;
}
diff --git a/x-pack/plugins/fleet/server/services/epm/archive/parse.test.ts b/x-pack/plugins/fleet/server/services/epm/archive/parse.test.ts
index 1e7d7d24e2b8..ac72f56946d0 100644
--- a/x-pack/plugins/fleet/server/services/epm/archive/parse.test.ts
+++ b/x-pack/plugins/fleet/server/services/epm/archive/parse.test.ts
@@ -4,9 +4,16 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
+import { loggerMock } from '@kbn/logging-mocks';
+
+import type { Logger } from '@kbn/core/server';
+import { securityMock } from '@kbn/security-plugin/server/mocks';
+
import type { ArchivePackage } from '../../../../common/types';
import { PackageInvalidArchiveError } from '../../../errors';
+import { appContextService } from '../..';
+
import {
parseDefaultIngestPipeline,
parseDataStreamElasticsearchEntry,
@@ -21,7 +28,20 @@ import {
parseAndVerifyReadme,
} from './parse';
+jest.mock('../../app_context');
+
+const mockedAppContextService = appContextService as jest.Mocked;
+mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
+ ...securityMock.createSetup(),
+}));
+
+let mockedLogger: jest.Mocked;
describe('parseDefaultIngestPipeline', () => {
+ beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+
it('Should return undefined for stream without any elasticsearch dir', () => {
expect(
parseDefaultIngestPipeline('pkg-1.0.0/data_stream/stream1/', [
diff --git a/x-pack/plugins/fleet/server/services/epm/archive/parse.ts b/x-pack/plugins/fleet/server/services/epm/archive/parse.ts
index e0111e196ddb..eac5c2ac43db 100644
--- a/x-pack/plugins/fleet/server/services/epm/archive/parse.ts
+++ b/x-pack/plugins/fleet/server/services/epm/archive/parse.ts
@@ -16,6 +16,8 @@ import { pick } from 'lodash';
import semverMajor from 'semver/functions/major';
import semverPrerelease from 'semver/functions/prerelease';
+import { appContextService } from '../..';
+
import type {
ArchivePackage,
RegistryPolicyTemplate,
@@ -198,7 +200,9 @@ export function parseAndVerifyArchive(
topLevelDirOverride?: string
): ArchivePackage {
// The top-level directory must match pkgName-pkgVersion, and no other top-level files or directories may be present
+ const logger = appContextService.getLogger();
const toplevelDir = topLevelDirOverride || paths[0].split('/')[0];
+
paths.forEach((filePath) => {
if (!filePath.startsWith(toplevelDir)) {
throw new PackageInvalidArchiveError(
@@ -210,6 +214,7 @@ export function parseAndVerifyArchive(
// The package must contain a manifest file ...
const manifestFile = path.posix.join(toplevelDir, MANIFEST_NAME);
const manifestBuffer = assetsMap[manifestFile];
+ logger.debug(`Verifying archive - checking manifest file and manifest buffer`);
if (!paths.includes(manifestFile) || !manifestBuffer) {
throw new PackageInvalidArchiveError(
`Package at top-level directory ${toplevelDir} must contain a top-level ${MANIFEST_NAME} file.`
@@ -219,6 +224,7 @@ export function parseAndVerifyArchive(
// ... which must be valid YAML
let manifest: ArchivePackage;
try {
+ logger.debug(`Verifying archive - loading yaml`);
manifest = yaml.safeLoad(manifestBuffer.toString());
} catch (error) {
throw new PackageInvalidArchiveError(
@@ -227,6 +233,7 @@ export function parseAndVerifyArchive(
}
// must have mandatory fields
+ logger.debug(`Verifying archive - verifying manifest content`);
const reqGiven = pick(manifest, requiredArchivePackageProps);
const requiredKeysMatch =
Object.keys(reqGiven).toString() === requiredArchivePackageProps.toString();
@@ -246,13 +253,15 @@ export function parseAndVerifyArchive(
const parsed: ArchivePackage = { ...reqGiven, ...optGiven };
// Package name and version from the manifest must match those from the toplevel directory
+ logger.debug(`Verifying archive - parsing manifest: ${parsed}`);
const pkgKey = pkgToPkgKey({ name: parsed.name, version: parsed.version });
+
if (!topLevelDirOverride && toplevelDir !== pkgKey) {
throw new PackageInvalidArchiveError(
`Name ${parsed.name} and version ${parsed.version} do not match top-level directory ${toplevelDir}`
);
}
-
+ logger.debug(`Parsing archive - parsing and verifying data streams`);
const parsedDataStreams = parseAndVerifyDataStreams({
paths,
pkgName: parsed.name,
@@ -265,9 +274,11 @@ export function parseAndVerifyArchive(
parsed.data_streams = parsedDataStreams;
}
+ logger.debug(`Parsing archive - parsing and verifying policy templates`);
parsed.policy_templates = parseAndVerifyPolicyTemplates(manifest);
// add readme if exists
+ logger.debug(`Parsing archive - parsing and verifying Readme`);
const readme = parseAndVerifyReadme(paths, parsed.name, parsed.version);
if (readme) {
parsed.readme = readme;
@@ -283,6 +294,7 @@ export function parseAndVerifyArchive(
// Ensure top-level variables are parsed as well
if (manifest.vars) {
+ logger.debug(`Parsing archive - parsing and verifying top-level vars`);
parsed.vars = parseAndVerifyVars(manifest.vars, 'manifest.yml');
}
@@ -294,6 +306,7 @@ export function parseAndVerifyArchive(
let tags: PackageSpecTags[];
try {
tags = yaml.safeLoad(tagsBuffer.toString());
+ logger.debug(`Parsing archive - parsing kibana/tags.yml file`);
if (tags.length) {
parsed.asset_tags = tags;
}
diff --git a/x-pack/plugins/fleet/server/services/epm/elasticsearch/retry.ts b/x-pack/plugins/fleet/server/services/epm/elasticsearch/retry.ts
index 773ed7273d88..32d0c9e23fb7 100644
--- a/x-pack/plugins/fleet/server/services/epm/elasticsearch/retry.ts
+++ b/x-pack/plugins/fleet/server/services/epm/elasticsearch/retry.ts
@@ -17,7 +17,10 @@ const retryResponseStatuses = [
410, // Gone
];
+const retryMessages = ['no_shard_available_action_exception'];
+
const isRetryableError = (e: any, additionalResponseStatuses: number[] = []) =>
+ retryMessages.some((msg) => e.message.includes(msg)) ||
e instanceof EsErrors.NoLivingConnectionsError ||
e instanceof EsErrors.ConnectionError ||
e instanceof EsErrors.TimeoutError ||
diff --git a/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts b/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts
index a621df33062a..670ba36ed6a8 100644
--- a/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts
+++ b/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts
@@ -755,6 +755,84 @@ describe('EPM template', () => {
expect(mappings).toEqual(objectFieldWithPropertyReversedMapping);
});
+ it('tests processing object field with subobjects set to false (case B)', () => {
+ const objectFieldWithPropertyReversedLiteralYml = `
+- name: b.labels.*
+ type: object
+ object_type: keyword
+ subobjects: false
+ `;
+ const objectFieldWithPropertyReversedMapping = {
+ dynamic_templates: [
+ {
+ 'b.labels.*': {
+ path_match: 'b.labels.*',
+ match_mapping_type: 'string',
+ mapping: {
+ type: 'keyword',
+ },
+ },
+ },
+ ],
+ properties: {
+ b: {
+ type: 'object',
+ dynamic: true,
+ properties: {
+ labels: {
+ dynamic: true,
+ type: 'object',
+ subobjects: false,
+ },
+ },
+ },
+ },
+ };
+ const fields: Field[] = safeLoad(objectFieldWithPropertyReversedLiteralYml);
+ const processedFields = processFields(fields);
+ const mappings = generateMappings(processedFields);
+ expect(mappings).toEqual(objectFieldWithPropertyReversedMapping);
+ });
+
+ it('tests processing object field with subobjects set to false (case D)', () => {
+ const objectFieldWithPropertyReversedLiteralYml = `
+- name: d.labels
+ type: object
+ object_type: keyword
+ subobjects: false
+ `;
+ const objectFieldWithPropertyReversedMapping = {
+ dynamic_templates: [
+ {
+ 'd.labels': {
+ path_match: 'd.labels.*',
+ match_mapping_type: 'string',
+ mapping: {
+ type: 'keyword',
+ },
+ },
+ },
+ ],
+ properties: {
+ d: {
+ type: 'object',
+ dynamic: true,
+ properties: {
+ labels: {
+ dynamic: true,
+ type: 'object',
+ subobjects: false,
+ },
+ },
+ },
+ },
+ };
+ const fields: Field[] = safeLoad(objectFieldWithPropertyReversedLiteralYml);
+ const processedFields = processFields(fields);
+ const mappings = generateMappings(processedFields);
+ expect(mappings).toEqual(objectFieldWithPropertyReversedMapping);
+ });
+
it('tests processing nested field with property', () => {
const nestedYaml = `
- name: a.b
diff --git a/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.ts b/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.ts
index a26aa2c8e011..a60e9dc0c7ce 100644
--- a/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.ts
+++ b/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.ts
@@ -222,9 +222,11 @@ function _generateMappings(
properties: IndexTemplateMappings['properties'];
hasNonDynamicTemplateMappings: boolean;
hasDynamicTemplateMappings: boolean;
+ subobjects?: boolean;
} {
let hasNonDynamicTemplateMappings = false;
let hasDynamicTemplateMappings = false;
+ let subobjects: boolean | undefined;
const props: Properties = {};
function addParentObjectAsStaticProperty(field: Field) {
@@ -237,6 +239,7 @@ function _generateMappings(
const fieldProps = {
type: 'object',
dynamic: true,
+ ...(field.subobjects !== undefined && { subobjects: field.subobjects }),
};
props[field.name] = fieldProps;
@@ -435,6 +438,17 @@ function _generateMappings(
);
}
+ // When a wildcard field specifies the subobjects setting,
+ // the parent intermediate object should set the subobjects
+ // setting.
+ //
+ // For example, if a wildcard field `foo.*` has subobjects,
+ // we should set subobjects on the intermediate object `foo`.
+ //
+ if (field.subobjects !== undefined && path.includes('*')) {
+ subobjects = field.subobjects;
+ }
+
if (dynProperties && matchingType) {
addDynamicMappingWithIntermediateObjects(path, pathMatch, matchingType, dynProperties);
@@ -476,6 +490,9 @@ function _generateMappings(
} else {
return;
}
+ if (mappings.subobjects !== undefined) {
+ fieldProps.subobjects = mappings.subobjects;
+ }
break;
case 'group-nested':
fieldProps = {
@@ -583,6 +600,10 @@ function _generateMappings(
fieldProps.time_series_dimension = field.dimension;
}
+ if (field.subobjects !== undefined) {
+ fieldProps.subobjects = field.subobjects;
+ }
+
// Even if we don't add the property because it has a wildcard, notify
// the parent that there is some kind of property, so the intermediate object
// is still created.
@@ -601,7 +622,12 @@ function _generateMappings(
});
}
- return { properties: props, hasNonDynamicTemplateMappings, hasDynamicTemplateMappings };
+ return {
+ properties: props,
+ hasNonDynamicTemplateMappings,
+ hasDynamicTemplateMappings,
+ subobjects,
+ };
}
function generateDynamicAndEnabled(field: Field) {
diff --git a/x-pack/plugins/fleet/server/services/epm/fields/field.ts b/x-pack/plugins/fleet/server/services/epm/fields/field.ts
index 437eed7c6419..495c0ddcaaf8 100644
--- a/x-pack/plugins/fleet/server/services/epm/fields/field.ts
+++ b/x-pack/plugins/fleet/server/services/epm/fields/field.ts
@@ -40,6 +40,7 @@ export interface Field {
dimension?: boolean;
default_field?: boolean;
runtime?: boolean | string;
+ subobjects?: boolean;
// Fields specific of the aggregate_metric_double type
metrics?: string[];
diff --git a/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts b/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts
index 23327a2253f8..27be17ef2a17 100644
--- a/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts
+++ b/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts
@@ -32,7 +32,11 @@ import type {
PackageSpecTags,
} from '../../../../types';
import { savedObjectTypes } from '../../packages';
-import { indexPatternTypes, getIndexPatternSavedObjects } from '../index_pattern/install';
+import {
+ indexPatternTypes,
+ getIndexPatternSavedObjects,
+ makeManagedIndexPatternsGlobal,
+} from '../index_pattern/install';
import { saveKibanaAssetsRefs } from '../../packages/install';
import { deleteKibanaSavedObjectsAssets } from '../../packages/remove';
import { KibanaSOReferenceError } from '../../../../errors';
@@ -114,12 +118,14 @@ export function createSavedObjectKibanaAsset(asset: ArchiveAsset): SavedObjectTo
}
export async function installKibanaAssets(options: {
+ savedObjectsClient: SavedObjectsClientContract;
savedObjectsImporter: SavedObjectsImporterContract;
logger: Logger;
pkgName: string;
kibanaAssets: Record;
}): Promise {
- const { kibanaAssets, savedObjectsImporter, logger } = options;
+ const { kibanaAssets, savedObjectsClient, savedObjectsImporter, logger } = options;
+
const assetsToInstall = Object.entries(kibanaAssets).flatMap(([assetType, assets]) => {
if (!validKibanaAssetTypes.has(assetType as KibanaAssetType)) {
return [];
@@ -152,6 +158,8 @@ export async function installKibanaAssets(options: {
managed: true,
});
+ await makeManagedIndexPatternsGlobal(savedObjectsClient);
+
const installedAssets = await installKibanaSavedObjects({
logger,
savedObjectsImporter,
@@ -196,6 +204,7 @@ export async function installKibanaAssetsAndReferences({
);
const importedAssets = await installKibanaAssets({
+ savedObjectsClient,
logger,
savedObjectsImporter,
pkgName,
diff --git a/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.test.ts b/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.test.ts
new file mode 100644
index 000000000000..9e826d7f126a
--- /dev/null
+++ b/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.test.ts
@@ -0,0 +1,54 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import type { SavedObjectsClientContract } from '@kbn/core-saved-objects-api-server';
+import { savedObjectsClientMock } from '@kbn/core-saved-objects-api-server-mocks';
+
+import { createAppContextStartContractMock } from '../../../../mocks';
+
+import { appContextService } from '../../../app_context';
+
+import { makeManagedIndexPatternsGlobal } from './install';
+
+describe('Fleet index patterns', () => {
+ let mockSoClient: jest.Mocked;
+ let mockContract: ReturnType;
+
+ beforeEach(() => {
+ mockSoClient = savedObjectsClientMock.create();
+ mockContract = createAppContextStartContractMock();
+ appContextService.start(mockContract);
+ });
+
+ afterEach(() => {
+ appContextService.stop();
+ });
+
+ describe('makeManagedIndexPatternsGlobal', () => {
+ it('should call updateObjectsSpaces with the correct params', async () => {
+ const result = await makeManagedIndexPatternsGlobal(mockSoClient);
+
+ for (const pattern of ['logs-*', 'metrics-*']) {
+ expect(mockSoClient.updateObjectsSpaces).toHaveBeenCalledWith(
+ [{ id: pattern, type: 'index-pattern' }],
+ ['*'],
+ []
+ );
+ }
+
+ expect(result).toHaveLength(2);
+ });
+
+ it('handles errors from updateObjectsSpaces', async () => {
+ mockSoClient.updateObjectsSpaces.mockRejectedValue(new Error('foo'));
+
+ const result = await makeManagedIndexPatternsGlobal(mockSoClient);
+
+ expect(result).toHaveLength(0);
+ });
+ });
+});
diff --git a/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.ts b/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.ts
index 91e603e80aee..6f1390f5e17c 100644
--- a/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.ts
+++ b/x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.ts
@@ -28,6 +28,30 @@ export function getIndexPatternSavedObjects() {
}));
}
+export async function makeManagedIndexPatternsGlobal(
+ savedObjectsClient: SavedObjectsClientContract
+) {
+ const logger = appContextService.getLogger();
+
+ const results = [];
+
+ for (const indexPatternType of indexPatternTypes) {
+ try {
+ const result = await savedObjectsClient.updateObjectsSpaces(
+ [{ id: `${indexPatternType}-*`, type: INDEX_PATTERN_SAVED_OBJECT_TYPE }],
+ ['*'],
+ []
+ );
+
+ results.push(result);
+ } catch (error) {
+ logger.error(`Error making managed index patterns global: ${error.message}`);
+ }
+ }
+
+ return results;
+}
+
export async function removeUnusedIndexPatterns(savedObjectsClient: SavedObjectsClientContract) {
const logger = appContextService.getLogger();
// get all user installed packages
diff --git a/x-pack/plugins/fleet/server/services/epm/package_service.mock.ts b/x-pack/plugins/fleet/server/services/epm/package_service.mock.ts
index 4007ad7545ec..3eb689dfa1a2 100644
--- a/x-pack/plugins/fleet/server/services/epm/package_service.mock.ts
+++ b/x-pack/plugins/fleet/server/services/epm/package_service.mock.ts
@@ -10,6 +10,7 @@ import type { PackageClient, PackageService } from './package_service';
const createClientMock = (): jest.Mocked => ({
getInstallation: jest.fn(),
ensureInstalledPackage: jest.fn(),
+ installPackage: jest.fn(),
fetchFindLatestPackage: jest.fn(),
readBundledPackage: jest.fn(),
getPackage: jest.fn(),
diff --git a/x-pack/plugins/fleet/server/services/epm/package_service.ts b/x-pack/plugins/fleet/server/services/epm/package_service.ts
index eee1afb37dca..a535af9636d1 100644
--- a/x-pack/plugins/fleet/server/services/epm/package_service.ts
+++ b/x-pack/plugins/fleet/server/services/epm/package_service.ts
@@ -8,34 +8,40 @@
/* eslint-disable max-classes-per-file */
import type {
- KibanaRequest,
ElasticsearchClient,
- SavedObjectsClientContract,
+ KibanaRequest,
Logger,
+ SavedObjectsClientContract,
} from '@kbn/core/server';
+import { DEFAULT_SPACE_ID } from '@kbn/spaces-plugin/common';
+
import { HTTPAuthorizationHeader } from '../../../common/http_authorization_header';
import type { PackageList } from '../../../common';
import type {
+ ArchivePackage,
+ BundledPackage,
CategoryId,
EsAssetReference,
InstallablePackage,
Installation,
RegistryPackage,
- ArchivePackage,
- BundledPackage,
} from '../../types';
import type { FleetAuthzRouteConfig } from '../security/types';
-import { checkSuperuser, getAuthzFromRequest, doesNotHaveRequiredFleetAuthz } from '../security';
-import { FleetUnauthorizedError, FleetError } from '../../errors';
+import { checkSuperuser, doesNotHaveRequiredFleetAuthz, getAuthzFromRequest } from '../security';
+import { FleetError, FleetUnauthorizedError } from '../../errors';
import { INSTALL_PACKAGES_AUTHZ, READ_PACKAGE_INFO_AUTHZ } from '../../routes/epm';
-import { installTransforms, isTransform } from './elasticsearch/transform/install';
+import type { InstallResult } from '../../../common';
+
import type { FetchFindLatestPackageOptions } from './registry';
+import * as Registry from './registry';
import { fetchFindLatestPackageOrThrow, getPackage } from './registry';
-import { ensureInstalledPackage, getInstallation, getPackages } from './packages';
+
+import { installTransforms, isTransform } from './elasticsearch/transform/install';
+import { ensureInstalledPackage, getInstallation, getPackages, installPackage } from './packages';
import { generatePackageInfoFromArchiveBuffer } from './archive';
export type InstalledAssetType = EsAssetReference;
@@ -52,8 +58,16 @@ export interface PackageClient {
pkgName: string;
pkgVersion?: string;
spaceId?: string;
+ force?: boolean;
}): Promise;
+ installPackage(options: {
+ pkgName: string;
+ pkgVersion?: string;
+ spaceId?: string;
+ force?: boolean;
+ }): Promise;
+
fetchFindLatestPackage(
packageName: string,
options?: FetchFindLatestPackageOptions
@@ -151,6 +165,7 @@ class PackageClientImpl implements PackageClient {
pkgName: string;
pkgVersion?: string;
spaceId?: string;
+ force?: boolean;
}): Promise {
await this.#runPreflight(INSTALL_PACKAGES_AUTHZ);
@@ -160,6 +175,32 @@ class PackageClientImpl implements PackageClient {
savedObjectsClient: this.internalSoClient,
});
}
+ public async installPackage(options: {
+ pkgName: string;
+ pkgVersion?: string;
+ spaceId?: string;
+ force?: boolean;
+ }): Promise {
+ await this.#runPreflight(INSTALL_PACKAGES_AUTHZ);
+
+ const { pkgName, pkgVersion, spaceId = DEFAULT_SPACE_ID, force = false } = options;
+
+ // If pkgVersion isn't specified, find the latest package version
+ const pkgKeyProps = pkgVersion
+ ? { name: pkgName, version: pkgVersion }
+ : await Registry.fetchFindLatestPackageOrThrow(pkgName, { prerelease: true });
+ const pkgkey = Registry.pkgToPkgKey(pkgKeyProps);
+
+ return await installPackage({
+ force,
+ pkgkey,
+ spaceId,
+ installSource: 'registry',
+ esClient: this.internalEsClient,
+ savedObjectsClient: this.internalSoClient,
+ neverIgnoreVerificationError: !force,
+ });
+ }
public async fetchFindLatestPackage(
packageName: string,
diff --git a/x-pack/plugins/fleet/server/services/epm/packages/_install_package.ts b/x-pack/plugins/fleet/server/services/epm/packages/_install_package.ts
index d8a943fef534..8f45e8eee6b1 100644
--- a/x-pack/plugins/fleet/server/services/epm/packages/_install_package.ts
+++ b/x-pack/plugins/fleet/server/services/epm/packages/_install_package.ts
@@ -100,7 +100,6 @@ export async function _installPackage({
skipDataStreamRollover?: boolean;
}): Promise {
const { name: pkgName, version: pkgVersion, title: pkgTitle } = packageInfo;
-
try {
// if some installation already exists
if (installedPkg) {
@@ -108,12 +107,16 @@ export async function _installPackage({
const hasExceededTimeout =
Date.now() - Date.parse(installedPkg.attributes.install_started_at) <
MAX_TIME_COMPLETE_INSTALL;
+ logger.debug(`Package install - Install status ${installedPkg.attributes.install_status}`);
// if the installation is currently running, don't try to install
// instead, only return already installed assets
if (isStatusInstalling && hasExceededTimeout) {
// If this is a forced installation, ignore the timeout and restart the installation anyway
+ logger.debug(`Package install - Installation is running and has exceeded timeout`);
+
if (force) {
+ logger.debug(`Package install - Forced installation, restarting`);
await restartInstallation({
savedObjectsClient,
pkgName,
@@ -131,6 +134,9 @@ export async function _installPackage({
} else {
// if no installation is running, or the installation has been running longer than MAX_TIME_COMPLETE_INSTALL
// (it might be stuck) update the saved object and proceed
+ logger.debug(
+ `Package install - no installation running or the installation has been running longer than ${MAX_TIME_COMPLETE_INSTALL}, restarting`
+ );
await restartInstallation({
savedObjectsClient,
pkgName,
@@ -140,6 +146,7 @@ export async function _installPackage({
});
}
} else {
+ logger.debug(`Package install - Create installation`);
await createInstallation({
savedObjectsClient,
packageInfo,
@@ -148,7 +155,7 @@ export async function _installPackage({
verificationResult,
});
}
-
+ logger.debug(`Package install - Installing Kibana assets`);
const kibanaAssetPromise = withPackageSpan('Install Kibana assets', () =>
installKibanaAssetsAndReferences({
savedObjectsClient,
@@ -182,7 +189,7 @@ export async function _installPackage({
esReferences = await withPackageSpan('Install ILM policies', () =>
installILMPolicy(packageInfo, paths, esClient, savedObjectsClient, logger, esReferences)
);
-
+ logger.debug(`Package install - Installing Data Stream ILM policies`);
({ esReferences } = await withPackageSpan('Install Data Stream ILM policies', () =>
installIlmForDataStream(
packageInfo,
@@ -196,6 +203,7 @@ export async function _installPackage({
}
// installs ml models
+ logger.debug(`Package install - installing ML models`);
esReferences = await withPackageSpan('Install ML models', () =>
installMlModel(packageInfo, paths, esClient, savedObjectsClient, logger, esReferences)
);
@@ -203,6 +211,9 @@ export async function _installPackage({
let indexTemplates: IndexTemplateEntry[] = [];
if (packageInfo.type === 'integration') {
+ logger.debug(
+ `Package install - Installing index templates and pipelines, packageInfo.type ${packageInfo.type}`
+ );
const { installedTemplates, esReferences: templateEsReferences } =
await installIndexTemplatesAndPipelines({
installedPkg: installedPkg ? installedPkg.attributes : undefined,
@@ -221,6 +232,7 @@ export async function _installPackage({
// input packages create their data streams during package policy creation
// we must use installed_es to infer which streams exist first then
// we can install the new index templates
+ logger.debug(`Package install - packageInfo.type ${packageInfo.type}`);
const dataStreamNames = installedPkg.attributes.installed_es
.filter((ref) => ref.type === 'index_template')
// index templates are named {type}-{dataset}, remove everything before first hyphen
@@ -231,6 +243,9 @@ export async function _installPackage({
);
if (dataStreams.length) {
+ logger.debug(
+ `Package install - installing index templates and pipelines with datastreams length ${dataStreams.length}`
+ );
const { installedTemplates, esReferences: templateEsReferences } =
await installIndexTemplatesAndPipelines({
installedPkg: installedPkg ? installedPkg.attributes : undefined,
@@ -248,19 +263,21 @@ export async function _installPackage({
}
try {
+ logger.debug(`Package install - Removing legacy templates`);
await removeLegacyTemplates({ packageInfo, esClient, logger });
} catch (e) {
logger.warn(`Error removing legacy templates: ${e.message}`);
}
// update current backing indices of each data stream
+ logger.debug(`Package install - Updating backing indices of each data stream`);
await withPackageSpan('Update write indices', () =>
updateCurrentWriteIndices(esClient, logger, indexTemplates, {
ignoreMappingUpdateErrors,
skipDataStreamRollover,
})
);
-
+ logger.debug(`Package install - Installing transforms`);
({ esReferences } = await withPackageSpan('Install transforms', () =>
installTransforms({
installablePackage: packageInfo,
@@ -282,6 +299,9 @@ export async function _installPackage({
(installType === 'update' || installType === 'reupdate') &&
installedPkg
) {
+ logger.debug(
+ `Package install - installType ${installType} Deleting previous ingest pipelines`
+ );
esReferences = await withPackageSpan('Delete previous ingest pipelines', () =>
deletePreviousPipelines(
esClient,
@@ -294,6 +314,9 @@ export async function _installPackage({
}
// pipelines from a different version may have installed during a failed update
if (installType === 'rollback' && installedPkg) {
+ logger.debug(
+ `Package install - installType ${installType} Deleting previous ingest pipelines`
+ );
esReferences = await withPackageSpan('Delete previous ingest pipelines', () =>
deletePreviousPipelines(
esClient,
@@ -306,6 +329,7 @@ export async function _installPackage({
}
const installedKibanaAssetsRefs = await kibanaAssetPromise;
+ logger.debug(`Package install - Updating archive entries`);
const packageAssetResults = await withPackageSpan('Update archive entries', () =>
saveArchiveEntries({
savedObjectsClient,
@@ -326,7 +350,7 @@ export async function _installPackage({
id: pkgName,
savedObjectType: PACKAGES_SAVED_OBJECT_TYPE,
});
-
+ logger.debug(`Package install - Updating install status`);
const updatedPackage = await withPackageSpan('Update install status', () =>
savedObjectsClient.update(PACKAGES_SAVED_OBJECT_TYPE, pkgName, {
version: pkgVersion,
@@ -340,6 +364,7 @@ export async function _installPackage({
),
})
);
+ logger.debug(`Package install - Install status ${updatedPackage?.attributes?.install_status}`);
// If the package is flagged with the `keep_policies_up_to_date` flag, upgrade its
// associated package policies after installation
@@ -350,11 +375,13 @@ export async function _installPackage({
perPage: SO_SEARCH_LIMIT,
kuery: `${PACKAGE_POLICY_SAVED_OBJECT_TYPE}.package.name:${pkgName}`,
});
-
+ logger.debug(
+ `Package install - Package is flagged with keep_policies_up_to_date, upgrading its associated package policies ${policyIdsToUpgrade}`
+ );
await packagePolicyService.upgrade(savedObjectsClient, esClient, policyIdsToUpgrade.items);
});
}
-
+ logger.debug(`Package install - Installation complete`);
return [...installedKibanaAssetsRefs, ...esReferences];
} catch (err) {
if (SavedObjectsErrorHelpers.isConflictError(err)) {
diff --git a/x-pack/plugins/fleet/server/services/epm/packages/install.test.ts b/x-pack/plugins/fleet/server/services/epm/packages/install.test.ts
index c58d14dd4732..bfb99d0f1798 100644
--- a/x-pack/plugins/fleet/server/services/epm/packages/install.test.ts
+++ b/x-pack/plugins/fleet/server/services/epm/packages/install.test.ts
@@ -186,7 +186,7 @@ describe('install', () => {
expect(sendTelemetryEvents).toHaveBeenCalledWith(expect.anything(), undefined, {
currentVersion: 'not_installed',
dryRun: false,
- errorMessage: 'Requires basic license',
+ errorMessage: 'Installation requires basic license',
eventType: 'package-install',
installType: 'install',
newVersion: '1.3.0',
diff --git a/x-pack/plugins/fleet/server/services/epm/packages/install.ts b/x-pack/plugins/fleet/server/services/epm/packages/install.ts
index 0760bd94a56e..33f1b3a6ab73 100644
--- a/x-pack/plugins/fleet/server/services/epm/packages/install.ts
+++ b/x-pack/plugins/fleet/server/services/epm/packages/install.ts
@@ -516,6 +516,7 @@ async function installPackageCommon(options: {
} = options;
let { telemetryEvent } = options;
const logger = appContextService.getLogger();
+ logger.info(`Install - Starting installation of ${pkgName}@${pkgVersion} from ${installSource} `);
// Workaround apm issue with async spans: https://github.com/elastic/apm-agent-nodejs/issues/2611
await Promise.resolve();
@@ -564,7 +565,8 @@ async function installPackageCommon(options: {
}
const elasticSubscription = getElasticSubscription(packageInfo);
if (!licenseService.hasAtLeast(elasticSubscription)) {
- const err = new Error(`Requires ${elasticSubscription} license`);
+ logger.error(`Installation requires ${elasticSubscription} license`);
+ const err = new FleetError(`Installation requires ${elasticSubscription} license`);
sendEvent({
...telemetryEvent,
errorMessage: err.message,
@@ -606,6 +608,7 @@ async function installPackageCommon(options: {
skipDataStreamRollover,
})
.then(async (assets) => {
+ logger.debug(`Removing old assets from previous versions of ${pkgName}`);
await removeOldAssets({
soClient: savedObjectsClient,
pkgName: packageInfo.name,
@@ -759,7 +762,7 @@ export async function installPackage(args: InstallPackageParams): Promise
.at(integrationPosition);
if (!integration) {
- throw new Error(`Index name ${index} does not seem to be a File storage index`);
+ throw new FleetError(`Index name ${index} does not seem to be a File storage index`);
}
response.direction = isDeliveryToHost ? 'to-host' : 'from-host';
@@ -69,7 +70,7 @@ export const parseFileStorageIndex = (index: string): ParsedFileStorageIndex =>
}
}
- throw new Error(
+ throw new FleetError(
`Unable to parse index [${index}]. Does not match a known index pattern: [${fileStorageIndexPatterns.join(
' | '
)}]`
diff --git a/x-pack/plugins/fleet/server/services/fleet_proxies.test.ts b/x-pack/plugins/fleet/server/services/fleet_proxies.test.ts
index 89801b66b49c..730b368495cb 100644
--- a/x-pack/plugins/fleet/server/services/fleet_proxies.test.ts
+++ b/x-pack/plugins/fleet/server/services/fleet_proxies.test.ts
@@ -4,11 +4,16 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
+import { loggerMock } from '@kbn/logging-mocks';
+import type { Logger } from '@kbn/core/server';
+import { securityMock } from '@kbn/security-plugin/server/mocks';
import { savedObjectsClientMock, elasticsearchServiceMock } from '@kbn/core/server/mocks';
import { FLEET_PROXY_SAVED_OBJECT_TYPE } from '../constants';
+import { appContextService } from './app_context';
+
import { deleteFleetProxy } from './fleet_proxies';
import { listFleetServerHostsForProxyId, updateFleetServerHost } from './fleet_server_host';
import { outputService } from './output';
@@ -17,6 +22,7 @@ import { downloadSourceService } from './download_source';
jest.mock('./output');
jest.mock('./download_source');
jest.mock('./fleet_server_host');
+jest.mock('./app_context');
const mockedListFleetServerHostsForProxyId = listFleetServerHostsForProxyId as jest.MockedFunction<
typeof listFleetServerHostsForProxyId
@@ -35,8 +41,19 @@ const PROXY_IDS = {
PRECONFIGURED: 'test-preconfigured',
RELATED_PRECONFIGURED: 'test-related-preconfigured',
};
+const mockedAppContextService = appContextService as jest.Mocked;
+mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
+ ...securityMock.createSetup(),
+}));
+
+let mockedLogger: jest.Mocked;
describe('Fleet proxies service', () => {
+ beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+
const soClientMock = savedObjectsClientMock.create();
const esClientMock = elasticsearchServiceMock.createElasticsearchClient();
diff --git a/x-pack/plugins/fleet/server/services/fleet_proxies.ts b/x-pack/plugins/fleet/server/services/fleet_proxies.ts
index cf45b90804c2..61aa07b8e061 100644
--- a/x-pack/plugins/fleet/server/services/fleet_proxies.ts
+++ b/x-pack/plugins/fleet/server/services/fleet_proxies.ts
@@ -24,6 +24,8 @@ import type {
Output,
} from '../types';
+import { appContextService } from './app_context';
+
import { listFleetServerHostsForProxyId, updateFleetServerHost } from './fleet_server_host';
import { outputService } from './output';
import { downloadSourceService } from './download_source';
@@ -70,6 +72,9 @@ export async function createFleetProxy(
data: NewFleetProxy,
options?: { id?: string; overwrite?: boolean; fromPreconfiguration?: boolean }
): Promise {
+ const logger = appContextService.getLogger();
+ logger.debug(`Creating fleet proxy ${data}`);
+
const res = await soClient.create(
FLEET_PROXY_SAVED_OBJECT_TYPE,
fleetProxyDataToSOAttribute(data),
@@ -78,7 +83,7 @@ export async function createFleetProxy(
overwrite: options?.overwrite,
}
);
-
+ logger.debug(`Created fleet proxy ${options?.id}`);
return savedObjectToFleetProxy(res);
}
@@ -97,6 +102,9 @@ export async function deleteFleetProxy(
id: string,
options?: { fromPreconfiguration?: boolean }
) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Deleting fleet proxy ${id}`);
+
const fleetProxy = await getFleetProxy(soClient, id);
if (fleetProxy.is_preconfigured && !options?.fromPreconfiguration) {
@@ -120,6 +128,7 @@ export async function deleteFleetProxy(
}
await updateRelatedSavedObject(soClient, esClient, fleetServerHosts, outputs, downloadSources);
+ logger.debug(`Deleted fleet proxy ${id}`);
return await soClient.delete(FLEET_PROXY_SAVED_OBJECT_TYPE, id);
}
@@ -130,6 +139,8 @@ export async function updateFleetProxy(
data: Partial,
options?: { fromPreconfiguration?: boolean }
) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Updating fleet proxy ${id}`);
const originalItem = await getFleetProxy(soClient, id);
if (data.is_preconfigured && !options?.fromPreconfiguration) {
@@ -141,7 +152,7 @@ export async function updateFleetProxy(
id,
fleetProxyDataToSOAttribute(data)
);
-
+ logger.debug(`Updated fleet proxy ${id}`);
return {
...originalItem,
...data,
diff --git a/x-pack/plugins/fleet/server/services/fleet_server_host.test.ts b/x-pack/plugins/fleet/server/services/fleet_server_host.test.ts
index 40f65ca21c5e..f92261ffb9f8 100644
--- a/x-pack/plugins/fleet/server/services/fleet_server_host.test.ts
+++ b/x-pack/plugins/fleet/server/services/fleet_server_host.test.ts
@@ -6,6 +6,10 @@
*/
import { savedObjectsClientMock } from '@kbn/core/server/mocks';
+import { loggerMock } from '@kbn/logging-mocks';
+
+import type { Logger } from '@kbn/core/server';
+import { securityMock } from '@kbn/security-plugin/server/mocks';
import {
GLOBAL_SETTINGS_SAVED_OBJECT_TYPE,
@@ -13,9 +17,25 @@ import {
DEFAULT_FLEET_SERVER_HOST_ID,
} from '../constants';
+import { appContextService } from './app_context';
+
import { migrateSettingsToFleetServerHost } from './fleet_server_host';
+jest.mock('./app_context');
+
+const mockedAppContextService = appContextService as jest.Mocked;
+mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
+ ...securityMock.createSetup(),
+}));
+
+let mockedLogger: jest.Mocked;
+
describe('migrateSettingsToFleetServerHost', () => {
+ beforeEach(() => {
+ mockedLogger = loggerMock.create();
+ mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
+ });
+
it('should not migrate settings if a default fleet server policy config exists', async () => {
const soClient = savedObjectsClientMock.create();
soClient.find.mockImplementation(({ type }) => {
diff --git a/x-pack/plugins/fleet/server/services/fleet_server_host.ts b/x-pack/plugins/fleet/server/services/fleet_server_host.ts
index 156d7e478b02..66bed0b61977 100644
--- a/x-pack/plugins/fleet/server/services/fleet_server_host.ts
+++ b/x-pack/plugins/fleet/server/services/fleet_server_host.ts
@@ -26,7 +26,9 @@ import type {
NewFleetServerHost,
AgentPolicy,
} from '../types';
-import { FleetServerHostUnauthorizedError } from '../errors';
+import { FleetServerHostUnauthorizedError, FleetServerHostNotFoundError } from '../errors';
+
+import { appContextService } from './app_context';
import { agentPolicyService } from './agent_policy';
import { escapeSearchQueryPhrase } from './saved_object';
@@ -46,6 +48,7 @@ export async function createFleetServerHost(
data: NewFleetServerHost,
options?: { id?: string; overwrite?: boolean; fromPreconfiguration?: boolean }
): Promise {
+ const logger = appContextService.getLogger();
if (data.is_default) {
const defaultItem = await getDefaultFleetServerHost(soClient);
if (defaultItem && defaultItem.id !== options?.id) {
@@ -61,13 +64,13 @@ export async function createFleetServerHost(
if (data.host_urls) {
data.host_urls = data.host_urls.map(normalizeHostsForAgents);
}
-
+ logger.debug(`Creating fleet server host with ${data}`);
const res = await soClient.create(
FLEET_SERVER_HOST_SAVED_OBJECT_TYPE,
data,
{ id: options?.id, overwrite: options?.overwrite }
);
-
+ logger.debug(`Created fleet server host ${options?.id}`);
return savedObjectToFleetServerHost(res);
}
@@ -122,6 +125,9 @@ export async function deleteFleetServerHost(
id: string,
options?: { fromPreconfiguration?: boolean }
) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Deleting fleet server host ${id}`);
+
const fleetServerHost = await getFleetServerHost(soClient, id);
if (fleetServerHost.is_preconfigured && !options?.fromPreconfiguration) {
@@ -147,6 +153,9 @@ export async function updateFleetServerHost(
data: Partial,
options?: { fromPreconfiguration?: boolean }
) {
+ const logger = appContextService.getLogger();
+ logger.debug(`Updating fleet server host ${id}`);
+
const originalItem = await getFleetServerHost(soClient, id);
if (data.is_preconfigured && !options?.fromPreconfiguration) {
@@ -174,7 +183,7 @@ export async function updateFleetServerHost(
}
await soClient.update(FLEET_SERVER_HOST_SAVED_OBJECT_TYPE, id, data);
-
+ logger.debug(`Updated fleet server host ${id}`);
return {
...originalItem,
...data,
@@ -224,7 +233,7 @@ export async function getFleetServerHostsForAgentPolicy(
const defaultFleetServerHost = await getDefaultFleetServerHost(soClient);
if (!defaultFleetServerHost) {
- throw new Error('Default Fleet Server host is not setup');
+ throw new FleetServerHostNotFoundError('Default Fleet Server host is not setup');
}
return defaultFleetServerHost;
diff --git a/x-pack/plugins/fleet/server/services/output.test.ts b/x-pack/plugins/fleet/server/services/output.test.ts
index 6e7df5c7d4e5..c17cf9d3af21 100644
--- a/x-pack/plugins/fleet/server/services/output.test.ts
+++ b/x-pack/plugins/fleet/server/services/output.test.ts
@@ -1841,4 +1841,66 @@ describe('Output Service', () => {
});
});
});
+
+ describe('backfillAllOutputPresets', () => {
+ it('should update non-preconfigured output', async () => {
+ const soClient = getMockedSoClient({});
+
+ soClient.find.mockResolvedValue({
+ saved_objects: [
+ {
+ ...mockOutputSO('non-preconfigured-output', {
+ is_preconfigured: false,
+ type: 'elasticsearch',
+ }),
+ score: 0,
+ },
+ ],
+ total: 1,
+ per_page: 1,
+ page: 1,
+ });
+
+ soClient.get.mockResolvedValue({
+ ...mockOutputSO('non-preconfigured-output', {
+ is_preconfigured: false,
+ type: 'elasticsearch',
+ }),
+ });
+
+ const promise = outputService.backfillAllOutputPresets(soClient, esClientMock);
+
+ await expect(promise).resolves.not.toThrow();
+ });
+
+ it('should update preconfigured output', async () => {
+ const soClient = getMockedSoClient({});
+
+ soClient.find.mockResolvedValue({
+ saved_objects: [
+ {
+ ...mockOutputSO('preconfigured-output', {
+ is_preconfigured: true,
+ type: 'elasticsearch',
+ }),
+ score: 0,
+ },
+ ],
+ total: 1,
+ per_page: 1,
+ page: 1,
+ });
+
+ soClient.get.mockResolvedValue({
+ ...mockOutputSO('preconfigured-output', {
+ is_preconfigured: true,
+ type: 'elasticsearch',
+ }),
+ });
+
+ const promise = outputService.backfillAllOutputPresets(soClient, esClientMock);
+
+ await expect(promise).resolves.not.toThrow();
+ });
+ });
});
diff --git a/x-pack/plugins/fleet/server/services/output.ts b/x-pack/plugins/fleet/server/services/output.ts
index 32784a94f672..7b838d9b9b0a 100644
--- a/x-pack/plugins/fleet/server/services/output.ts
+++ b/x-pack/plugins/fleet/server/services/output.ts
@@ -57,6 +57,7 @@ import {
FleetEncryptedSavedObjectEncryptionKeyRequired,
OutputInvalidError,
OutputUnauthorizedError,
+ FleetError,
} from '../errors';
import type { OutputType } from '../types';
@@ -436,6 +437,9 @@ class OutputService {
secretHashes?: Record;
}
): Promise