diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml
index 8d7b3fee29006..9067ecfb25e78 100644
--- a/.buildkite/ftr_configs.yml
+++ b/.buildkite/ftr_configs.yml
@@ -79,24 +79,12 @@ disabled:
- x-pack/test_serverless/functional/config.base.ts
- x-pack/test_serverless/shared/config.base.ts
- # Serverless configs, currently only for manual tests runs, CI integration planned
- - x-pack/test_serverless/api_integration/test_suites/common/config.ts
- - x-pack/test_serverless/api_integration/test_suites/observability/config.ts
- - x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts
- - x-pack/test_serverless/api_integration/test_suites/search/config.ts
- - x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts
- - x-pack/test_serverless/api_integration/test_suites/security/config.ts
- - x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts
- - x-pack/test_serverless/functional/test_suites/common/config.ts
- - x-pack/test_serverless/functional/test_suites/observability/config.ts
+ # Serverless feature flag config files (move to enabled after tests are added)
- x-pack/test_serverless/functional/test_suites/observability/config.feature_flags.ts
- - x-pack/test_serverless/functional/test_suites/observability/config.examples.ts
- - x-pack/test_serverless/functional/test_suites/search/config.ts
+ - x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts
- x-pack/test_serverless/functional/test_suites/search/config.feature_flags.ts
- - x-pack/test_serverless/functional/test_suites/search/config.examples.ts
- - x-pack/test_serverless/functional/test_suites/security/config.ts
+ - x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts
- x-pack/test_serverless/functional/test_suites/security/config.feature_flags.ts
- - x-pack/test_serverless/functional/test_suites/security/config.examples.ts
defaultQueue: 'n2-4-spot'
enabled:
@@ -410,6 +398,17 @@ enabled:
- x-pack/test/ui_capabilities/spaces_only/config.ts
- x-pack/test/upgrade_assistant_integration/config.js
- x-pack/test/usage_collection/config.ts
+ - x-pack/test_serverless/api_integration/test_suites/observability/config.ts
+ - x-pack/test_serverless/api_integration/test_suites/search/config.ts
+ - x-pack/test_serverless/api_integration/test_suites/security/config.ts
+ - x-pack/test_serverless/functional/test_suites/observability/config.ts
+ - x-pack/test_serverless/functional/test_suites/observability/config.examples.ts
+ - x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts
+ - x-pack/test_serverless/functional/test_suites/search/config.ts
+ - x-pack/test_serverless/functional/test_suites/search/config.examples.ts
+ - x-pack/test_serverless/functional/test_suites/search/config.screenshots.ts
+ - x-pack/test_serverless/functional/test_suites/security/config.ts
+ - x-pack/test_serverless/functional/test_suites/security/config.examples.ts
- x-pack/performance/journeys/ecommerce_dashboard.ts
- x-pack/performance/journeys/ecommerce_dashboard_map_only.ts
- x-pack/performance/journeys/flight_dashboard.ts
diff --git a/.buildkite/pipelines/on_merge.yml b/.buildkite/pipelines/on_merge.yml
index 521a0c76317a0..133004f468948 100644
--- a/.buildkite/pipelines/on_merge.yml
+++ b/.buildkite/pipelines/on_merge.yml
@@ -78,16 +78,44 @@ steps:
- exit_status: '*'
limit: 1
- - command: '.buildkite/scripts/steps/functional/on_merge_unsupported_ftrs.sh'
- label: Trigger unsupported ftr tests
- timeout_in_minutes: 10
- depends_on:
- - build
+ - command: .buildkite/scripts/steps/functional/security_serverless.sh
+ label: 'Serverless Security Cypress Tests'
agents:
- queue: 'kibana-default'
+ queue: n2-4-spot
+ depends_on: build
+ timeout_in_minutes: 40
+ parallelism: 2
+ retry:
+ automatic:
+ - exit_status: '*'
+ limit: 1
+
+ - command: .buildkite/scripts/steps/functional/security_serverless_explore.sh
+ label: 'Serverless Explore - Security Solution Cypress Tests'
+ agents:
+ queue: n2-4-spot
+ depends_on: build
+ timeout_in_minutes: 60
+ parallelism: 2
+ retry:
+ automatic:
+ - exit_status: '*'
+ limit: 1
+
+ - command: .buildkite/scripts/steps/functional/security_serverless_investigations.sh
+ label: 'Serverless Investigations - Security Solution Cypress Tests'
+ agents:
+ queue: n2-4-spot
+ depends_on: build
+ timeout_in_minutes: 120
+ parallelism: 2
+ retry:
+ automatic:
+ - exit_status: '*'
+ limit: 1
- - command: '.buildkite/scripts/steps/functional/on_merge_serverless_ftrs.sh'
- label: Trigger serverless ftr tests
+ - command: '.buildkite/scripts/steps/functional/on_merge_unsupported_ftrs.sh'
+ label: Trigger unsupported ftr tests
timeout_in_minutes: 10
depends_on:
- build
diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml
index 60c26c8bce2fb..158c22c0bb0c5 100644
--- a/.buildkite/pipelines/pull_request/base.yml
+++ b/.buildkite/pipelines/pull_request/base.yml
@@ -56,84 +56,6 @@ steps:
- exit_status: '*'
limit: 1
- - command: SERVERLESS_ENVIRONMENT=observability .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Observability Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- soft_fail:
- - exit_status: 10
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- - command: SERVERLESS_ENVIRONMENT=observability.examples .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Observability Examples Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- soft_fail:
- - exit_status: 10
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- - command: SERVERLESS_ENVIRONMENT=search .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Search Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- soft_fail:
- - exit_status: 10
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- - command: SERVERLESS_ENVIRONMENT=search.examples .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Search Examples Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- soft_fail:
- - exit_status: 10
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- - command: SERVERLESS_ENVIRONMENT=security .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Security Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- soft_fail:
- - exit_status: 10
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- - command: SERVERLESS_ENVIRONMENT=security.examples .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Security Examples Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- soft_fail:
- - exit_status: 10
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- command: .buildkite/scripts/steps/functional/security_serverless.sh
label: 'Serverless Security Cypress Tests'
agents:
@@ -141,7 +63,6 @@ steps:
depends_on: build
timeout_in_minutes: 40
parallelism: 2
- soft_fail: true
retry:
automatic:
- exit_status: '*'
@@ -154,7 +75,6 @@ steps:
# queue: n2-4-spot
# depends_on: build
# timeout_in_minutes: 40
- # soft_fail: true
# retry:
# automatic:
# - exit_status: '*'
@@ -167,7 +87,6 @@ steps:
depends_on: build
timeout_in_minutes: 40
parallelism: 2
- soft_fail: true
retry:
automatic:
- exit_status: '*'
@@ -180,7 +99,6 @@ steps:
depends_on: build
timeout_in_minutes: 40
parallelism: 2
- soft_fail: true
retry:
automatic:
- exit_status: '*'
diff --git a/.buildkite/pipelines/serverless.yml b/.buildkite/pipelines/serverless.yml
deleted file mode 100644
index 0a9cc038088ff..0000000000000
--- a/.buildkite/pipelines/serverless.yml
+++ /dev/null
@@ -1,137 +0,0 @@
-steps:
- - command: .buildkite/scripts/lifecycle/pre_build.sh
- label: Pre-Build
- timeout_in_minutes: 10
- agents:
- queue: kibana-default
- retry:
- automatic:
- - exit_status: '*'
- limit: 1
-
- - command: .buildkite/scripts/steps/build_kibana.sh
- label: Build Kibana Distribution and Plugins
- agents:
- queue: n2-16-spot
- key: build
- if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
- timeout_in_minutes: 60
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
-
- - command: SERVERLESS_ENVIRONMENT=observability .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Observability Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
- - exit_status: '*'
- limit: 1
-
- - command: SERVERLESS_ENVIRONMENT=observability.examples .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Observability Examples Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
- - exit_status: '*'
- limit: 1
-
- - command: SERVERLESS_ENVIRONMENT=search .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Search Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
- - exit_status: '*'
- limit: 1
-
- - command: SERVERLESS_ENVIRONMENT=search.examples .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Search Examples Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
- - exit_status: '*'
- limit: 1
-
- - command: SERVERLESS_ENVIRONMENT=security .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Security Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
- - exit_status: '*'
- limit: 1
-
- - command: SERVERLESS_ENVIRONMENT=security.examples .buildkite/scripts/steps/functional/serverless_ftr.sh
- label: 'Serverless Security Examples Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- retry:
- automatic:
- - exit_status: '-1'
- limit: 3
- - exit_status: '*'
- limit: 1
-
- - command: .buildkite/scripts/steps/functional/security_serverless.sh
- label: 'Serverless Security Cypress Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 40
- parallelism: 2
- retry:
- automatic:
- - exit_status: '*'
- limit: 1
-
- - command: .buildkite/scripts/steps/functional/security_serverless_investigations.sh
- label: 'Serverless Security Investigations Cypress Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 120
- parallelism: 2
- retry:
- automatic:
- - exit_status: '*'
- limit: 1
-
- - command: .buildkite/scripts/steps/functional/security_serverless_explore.sh
- label: 'Serverless Security Explore Cypress Tests'
- agents:
- queue: n2-4-spot
- depends_on: build
- timeout_in_minutes: 60
- parallelism: 2
- retry:
- automatic:
- - exit_status: '*'
- limit: 1
-
diff --git a/.buildkite/scripts/steps/functional/on_merge_serverless_ftrs.sh b/.buildkite/scripts/steps/functional/on_merge_serverless_ftrs.sh
deleted file mode 100755
index 96a7d82498105..0000000000000
--- a/.buildkite/scripts/steps/functional/on_merge_serverless_ftrs.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-set -euo pipefail
-
-if [[ "$BUILDKITE_BRANCH" == "main" ]]; then
- echo "--- Trigger serverless ftr tests"
- ts-node .buildkite/scripts/steps/trigger_pipeline.ts kibana-serverless "$BUILDKITE_BRANCH" "$BUILDKITE_COMMIT" "$BUILDKITE_BUILD_ID"
-fi
diff --git a/.buildkite/scripts/steps/functional/serverless_ftr.sh b/.buildkite/scripts/steps/functional/serverless_ftr.sh
deleted file mode 100755
index 335b4b97f1445..0000000000000
--- a/.buildkite/scripts/steps/functional/serverless_ftr.sh
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/usr/bin/env bash
-
-set -euo pipefail
-
-source .buildkite/scripts/steps/functional/common.sh
-
-export JOB="kibana-serverless-$SERVERLESS_ENVIRONMENT"
-
-if [[ "$SERVERLESS_ENVIRONMENT" == "search" ]]; then
- SERVERLESS_CONFIGS=(
- "x-pack/test_serverless/api_integration/test_suites/search/config.ts"
- "x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts"
- "x-pack/test_serverless/functional/test_suites/search/config.ts"
- )
-elif [[ "$SERVERLESS_ENVIRONMENT" == "search.examples" ]]; then
- SERVERLESS_CONFIGS=(
- "x-pack/test_serverless/functional/test_suites/search/config.examples.ts"
- )
-elif [[ "$SERVERLESS_ENVIRONMENT" == "observability" ]]; then
- SERVERLESS_CONFIGS=(
- "x-pack/test_serverless/api_integration/test_suites/observability/config.ts"
- "x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts"
- "x-pack/test_serverless/functional/test_suites/observability/config.ts"
- "x-pack/test_serverless/functional/test_suites/observability/cypress/config_headless.ts"
- )
-elif [[ "$SERVERLESS_ENVIRONMENT" == "observability.examples" ]]; then
- SERVERLESS_CONFIGS=(
- "x-pack/test_serverless/functional/test_suites/observability/config.examples.ts"
- )
-elif [[ "$SERVERLESS_ENVIRONMENT" == "security" ]]; then
- SERVERLESS_CONFIGS=(
- "x-pack/test_serverless/api_integration/test_suites/security/config.ts"
- "x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts"
- "x-pack/test_serverless/functional/test_suites/security/config.ts"
- )
-elif [[ "$SERVERLESS_ENVIRONMENT" == "security.examples" ]]; then
- SERVERLESS_CONFIGS=(
- "x-pack/test_serverless/functional/test_suites/security/config.examples.ts"
- )
-fi
-
-EXIT_CODE=0
-OFFENDING_CONFIG=
-
-for CONFIG in "${SERVERLESS_CONFIGS[@]}"
-do
- echo "--- $ node scripts/functional_tests --bail --config $CONFIG"
- set +e;
- node ./scripts/functional_tests \
- --bail \
- --kibana-install-dir "$KIBANA_BUILD_LOCATION" \
- --config="$CONFIG"
- LAST_CODE=$?
- set -e;
-
- if [ $LAST_CODE -ne 0 ]; then
- EXIT_CODE=10
- OFFENDING_CONFIG=$CONFIG
- fi
-done
-
-echo "--- Serverless FTR Results for $JOB"
-if [ $EXIT_CODE -eq 0 ]; then
- echo "✅ Success!"
-elif [ $EXIT_CODE -eq 10 ]; then
- echo "❌ Failed in config: $OFFENDING_CONFIG, exit code set to 10 for soft-failure"
-else
- echo "❌ Failed."
-fi
-
-exit $EXIT_CODE
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index df64d99949b9c..5f7502062abdc 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -297,6 +297,7 @@ x-pack/plugins/cross_cluster_replication @elastic/platform-deployment-management
packages/kbn-crypto @elastic/kibana-security
packages/kbn-crypto-browser @elastic/kibana-core
x-pack/plugins/custom_branding @elastic/appex-sharedux
+packages/kbn-custom-integrations @elastic/infra-monitoring-ui
src/plugins/custom_integrations @elastic/fleet
packages/kbn-cypress-config @elastic/kibana-operations
x-pack/plugins/dashboard_enhanced @elastic/kibana-presentation
@@ -480,7 +481,13 @@ packages/kbn-managed-vscode-config @elastic/kibana-operations
packages/kbn-managed-vscode-config-cli @elastic/kibana-operations
packages/kbn-management/cards_navigation @elastic/platform-deployment-management
src/plugins/management @elastic/platform-deployment-management
+packages/kbn-management/settings/components/field_input @elastic/platform-deployment-management @elastic/appex-sharedux
+packages/kbn-management/settings/components/field_row @elastic/platform-deployment-management @elastic/appex-sharedux
+packages/kbn-management/settings/field_definition @elastic/platform-deployment-management @elastic/appex-sharedux
+packages/kbn-management/settings/setting_ids @elastic/appex-sharedux @elastic/platform-deployment-management
packages/kbn-management/settings/section_registry @elastic/appex-sharedux @elastic/platform-deployment-management
+packages/kbn-management/settings/types @elastic/platform-deployment-management @elastic/appex-sharedux
+packages/kbn-management/settings/utilities @elastic/platform-deployment-management @elastic/appex-sharedux
packages/kbn-management/storybook/config @elastic/platform-deployment-management
test/plugin_functional/plugins/management_test_plugin @elastic/kibana-app-services
packages/kbn-mapbox-gl @elastic/kibana-gis
@@ -547,6 +554,7 @@ examples/preboot_example @elastic/kibana-security @elastic/kibana-core
src/plugins/presentation_util @elastic/kibana-presentation
x-pack/plugins/profiling_data_access @elastic/profiling-ui
x-pack/plugins/profiling @elastic/profiling-ui
+packages/kbn-profiling-utils @elastic/profiling-ui
x-pack/packages/kbn-random-sampling @elastic/kibana-visualizations
packages/kbn-react-field @elastic/kibana-data-discovery
packages/react/kibana_context/common @elastic/appex-sharedux
@@ -633,9 +641,13 @@ packages/kbn-securitysolution-utils @elastic/security-detection-engine
packages/kbn-server-http-tools @elastic/kibana-core
packages/kbn-server-route-repository @elastic/apm-ui
x-pack/plugins/serverless @elastic/appex-sharedux
+packages/serverless/settings/common @elastic/appex-sharedux @elastic/platform-deployment-management
x-pack/plugins/serverless_observability @elastic/appex-sharedux @elastic/apm-ui
+packages/serverless/settings/observability_project @elastic/appex-sharedux @elastic/apm-ui @elastic/platform-deployment-management
packages/serverless/project_switcher @elastic/appex-sharedux
x-pack/plugins/serverless_search @elastic/enterprise-search-frontend
+packages/serverless/settings/search_project @elastic/enterprise-search-frontend @elastic/platform-deployment-management
+packages/serverless/settings/security_project @elastic/security-solution @elastic/platform-deployment-management
packages/serverless/storybook/config @elastic/appex-sharedux
packages/serverless/types @elastic/appex-sharedux
test/plugin_functional/plugins/session_notifications @elastic/kibana-core
@@ -795,6 +807,7 @@ src/plugins/visualizations @elastic/kibana-visualizations
x-pack/plugins/watcher @elastic/platform-deployment-management
packages/kbn-web-worker-stub @elastic/kibana-operations
packages/kbn-whereis-pkg-cli @elastic/kibana-operations
+packages/kbn-xstate-utils @elastic/infra-monitoring-ui
packages/kbn-yarn-lock-validator @elastic/kibana-operations
####
## Everything below this line overrides the default assignments for each package.
@@ -1012,7 +1025,7 @@ x-pack/plugins/infra/server/lib/alerting @elastic/actionable-observability
/.buildkite/ @elastic/kibana-operations
/kbn_pm/ @elastic/kibana-operations
/x-pack/dev-tools @elastic/kibana-operations
-catalog-info.yaml @elastic/kibana-operations @elastic/kibana-tech-leads
+/catalog-info.yaml @elastic/kibana-operations @elastic/kibana-tech-leads
# Appex QA
/src/dev/code_coverage @elastic/appex-qa
@@ -1293,8 +1306,7 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
/x-pack/plugins/security_solution/server/lists_integration/endpoint/ @elastic/security-defend-workflows
/x-pack/plugins/security_solution/server/lib/license/ @elastic/security-defend-workflows
/x-pack/plugins/security_solution/server/fleet_integration/ @elastic/security-defend-workflows
-/x-pack/plugins/security_solution/scripts/endpoint/event_filters/ @elastic/security-defend-workflows
-/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/ @elastic/security-defend-workflows
+/x-pack/plugins/security_solution/scripts/endpoint/ @elastic/security-defend-workflows
/x-pack/test/security_solution_endpoint/ @elastic/security-defend-workflows
/x-pack/test/security_solution_endpoint_api_int/ @elastic/security-defend-workflows
/x-pack/test_serverless/shared/lib/security/kibana_roles/ @elastic/security-defend-workflows
diff --git a/.i18nrc.json b/.i18nrc.json
index 373f28219a8cb..f5de3b91a9a01 100644
--- a/.i18nrc.json
+++ b/.i18nrc.json
@@ -18,6 +18,7 @@
"packages/core"
],
"customIntegrations": "src/plugins/custom_integrations",
+ "customIntegrationsPackage": "packages/kbn-custom-integrations",
"dashboard": "src/plugins/dashboard",
"domDragDrop": "packages/kbn-dom-drag-drop",
"controls": "src/plugins/controls",
diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx
index 77ae4552b9494..74c2df42d3ebe 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-09-11
+date: 2023-09-13
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 ea04a15079483..2b846854e3332 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx
index 948af04dfa6cc..7080314757917 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx
index 2742fa1ee38c0..49ebca6cd544b 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
diff --git a/api_docs/apm.devdocs.json b/api_docs/apm.devdocs.json
index 8bd384647c099..65b7ea4e15948 100644
--- a/api_docs/apm.devdocs.json
+++ b/api_docs/apm.devdocs.json
@@ -408,7 +408,7 @@
"label": "APIEndpoint",
"description": [],
"signature": [
- "\"POST /internal/apm/data_view/static\" | \"GET /internal/apm/data_view/title\" | \"GET /internal/apm/environments\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics_by_transaction_name\" | \"POST /internal/apm/services/{serviceName}/errors/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/samples\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/error/{errorId}\" | \"GET /internal/apm/services/{serviceName}/errors/distribution\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/top_erroneous_transactions\" | \"POST /internal/apm/latency/overall_distribution/transactions\" | \"GET /internal/apm/services/{serviceName}/metrics/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/nodes\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/summary\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/functions_overview\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/active_instances\" | \"GET /internal/apm/observability_overview\" | \"GET /internal/apm/observability_overview/has_data\" | \"GET /internal/apm/service-map\" | \"GET /internal/apm/service-map/service/{serviceName}\" | \"GET /internal/apm/service-map/dependency\" | \"GET /internal/apm/services\" | \"POST /internal/apm/services/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/metadata/details\" | \"GET /internal/apm/services/{serviceName}/metadata/icons\" | \"GET /internal/apm/services/{serviceName}/agent\" | \"GET /internal/apm/services/{serviceName}/transaction_types\" | \"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\" | \"GET /api/apm/services/{serviceName}/annotation/search 2023-10-31\" | \"POST /api/apm/services/{serviceName}/annotation 2023-10-31\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\" | \"GET /internal/apm/services/{serviceName}/throughput\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/dependencies\" | \"GET /internal/apm/services/{serviceName}/dependencies/breakdown\" | \"GET /internal/apm/services/{serviceName}/anomaly_charts\" | \"GET /internal/apm/services/{serviceName}/alerts_count\" | \"GET /internal/apm/service-groups\" | \"GET /internal/apm/service-group\" | \"POST /internal/apm/service-group\" | \"DELETE /internal/apm/service-group\" | \"GET /internal/apm/service-group/services\" | \"GET /internal/apm/service-group/counts\" | \"GET /internal/apm/suggestions\" | \"GET /internal/apm/traces/{traceId}\" | \"GET /internal/apm/traces\" | \"GET /internal/apm/traces/{traceId}/root_transaction\" | \"GET /internal/apm/transactions/{transactionId}\" | \"GET /internal/apm/traces/find\" | \"POST /internal/apm/traces/aggregated_critical_path\" | \"GET /internal/apm/traces/{traceId}/transactions/{transactionId}\" | \"GET /internal/apm/traces/{traceId}/spans/{spanId}\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/latency\" | \"GET /internal/apm/services/{serviceName}/transactions/traces/samples\" | \"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate_by_transaction_name\" | \"GET /internal/apm/rule_types/transaction_error_rate/chart_preview\" | \"GET /internal/apm/rule_types/error_count/chart_preview\" | \"GET /internal/apm/rule_types/transaction_duration/chart_preview\" | \"GET /api/apm/settings/agent-configuration 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/view 2023-10-31\" | \"DELETE /api/apm/settings/agent-configuration 2023-10-31\" | \"PUT /api/apm/settings/agent-configuration 2023-10-31\" | \"POST /api/apm/settings/agent-configuration/search 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/environments 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/agent_name 2023-10-31\" | \"GET /internal/apm/settings/anomaly-detection/jobs\" | \"POST /internal/apm/settings/anomaly-detection/jobs\" | \"GET /internal/apm/settings/anomaly-detection/environments\" | \"POST /internal/apm/settings/anomaly-detection/update_to_v3\" | \"GET /internal/apm/settings/apm-index-settings\" | \"GET /internal/apm/settings/apm-indices\" | \"POST /internal/apm/settings/apm-indices/save\" | \"GET /internal/apm/settings/custom_links/transaction\" | \"GET /internal/apm/settings/custom_links\" | \"POST /internal/apm/settings/custom_links\" | \"PUT /internal/apm/settings/custom_links/{id}\" | \"DELETE /internal/apm/settings/custom_links/{id}\" | \"GET /api/apm/sourcemaps 2023-10-31\" | \"POST /api/apm/sourcemaps 2023-10-31\" | \"DELETE /api/apm/sourcemaps/{id} 2023-10-31\" | \"POST /internal/apm/sourcemaps/migrate_fleet_artifacts\" | \"GET /internal/apm/fleet/has_apm_policies\" | \"GET /internal/apm/fleet/agents\" | \"POST /api/apm/fleet/apm_server_schema 2023-10-31\" | \"GET /internal/apm/fleet/apm_server_schema/unsupported\" | \"GET /internal/apm/fleet/migration_check\" | \"POST /internal/apm/fleet/cloud_apm_package_policy\" | \"GET /internal/apm/fleet/java_agent_versions\" | \"GET /internal/apm/dependencies/top_dependencies\" | \"GET /internal/apm/dependencies/upstream_services\" | \"GET /internal/apm/dependencies/metadata\" | \"GET /internal/apm/dependencies/charts/latency\" | \"GET /internal/apm/dependencies/charts/throughput\" | \"GET /internal/apm/dependencies/charts/error_rate\" | \"GET /internal/apm/dependencies/operations\" | \"GET /internal/apm/dependencies/charts/distribution\" | \"GET /internal/apm/dependencies/operations/spans\" | \"GET /internal/apm/correlations/field_candidates/transactions\" | \"GET /internal/apm/correlations/field_value_stats/transactions\" | \"POST /internal/apm/correlations/field_value_pairs/transactions\" | \"POST /internal/apm/correlations/significant_correlations/transactions\" | \"POST /internal/apm/correlations/p_values/transactions\" | \"GET /internal/apm/fallback_to_transactions\" | \"GET /internal/apm/has_data\" | \"GET /internal/apm/event_metadata/{processorEvent}/{id}\" | \"GET /internal/apm/agent_keys\" | \"GET /internal/apm/agent_keys/privileges\" | \"POST /internal/apm/api_key/invalidate\" | \"POST /api/apm/agent_keys 2023-10-31\" | \"GET /internal/apm/storage_explorer\" | \"GET /internal/apm/services/{serviceName}/storage_details\" | \"GET /internal/apm/storage_chart\" | \"GET /internal/apm/storage_explorer/privileges\" | \"GET /internal/apm/storage_explorer_summary_stats\" | \"GET /internal/apm/storage_explorer/is_cross_cluster_search\" | \"GET /internal/apm/storage_explorer/get_services\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/parents\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/children\" | \"GET /internal/apm/services/{serviceName}/infrastructure_attributes\" | \"GET /internal/apm/debug-telemetry\" | \"GET /internal/apm/time_range_metadata\" | \"GET /internal/apm/settings/labs\" | \"GET /internal/apm/get_agents_per_service\" | \"GET /internal/apm/get_latest_agent_versions\" | \"GET /internal/apm/services/{serviceName}/agent_instances\" | \"GET /internal/apm/services/{serviceName}/mobile/filters\" | \"GET /internal/apm/mobile-services/{serviceName}/most_used_charts\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/sessions\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/http_requests\" | \"GET /internal/apm/mobile-services/{serviceName}/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/location/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/terms\" | \"GET /internal/apm/mobile-services/{serviceName}/main_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/detailed_statistics\" | \"GET /internal/apm/diagnostics\" | \"POST /internal/apm/assistant/get_apm_timeseries\" | \"GET /internal/apm/assistant/get_service_summary\" | \"GET /internal/apm/assistant/get_error_document\" | \"POST /internal/apm/assistant/get_correlation_values\" | \"GET /internal/apm/assistant/get_downstream_dependencies\" | \"POST /internal/apm/assistant/get_services_list\""
+ "\"POST /internal/apm/data_view/static\" | \"GET /internal/apm/data_view/title\" | \"GET /internal/apm/environments\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics_by_transaction_name\" | \"POST /internal/apm/services/{serviceName}/errors/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/samples\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/error/{errorId}\" | \"GET /internal/apm/services/{serviceName}/errors/distribution\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/top_erroneous_transactions\" | \"POST /internal/apm/latency/overall_distribution/transactions\" | \"GET /internal/apm/services/{serviceName}/metrics/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/nodes\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/summary\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/functions_overview\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/active_instances\" | \"GET /internal/apm/observability_overview\" | \"GET /internal/apm/observability_overview/has_data\" | \"GET /internal/apm/service-map\" | \"GET /internal/apm/service-map/service/{serviceName}\" | \"GET /internal/apm/service-map/dependency\" | \"GET /internal/apm/services\" | \"POST /internal/apm/services/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/metadata/details\" | \"GET /internal/apm/services/{serviceName}/metadata/icons\" | \"GET /internal/apm/services/{serviceName}/agent\" | \"GET /internal/apm/services/{serviceName}/transaction_types\" | \"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\" | \"GET /api/apm/services/{serviceName}/annotation/search 2023-10-31\" | \"POST /api/apm/services/{serviceName}/annotation 2023-10-31\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\" | \"GET /internal/apm/services/{serviceName}/throughput\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/dependencies\" | \"GET /internal/apm/services/{serviceName}/dependencies/breakdown\" | \"GET /internal/apm/services/{serviceName}/anomaly_charts\" | \"GET /internal/apm/services/{serviceName}/alerts_count\" | \"GET /internal/apm/service-groups\" | \"GET /internal/apm/service-group\" | \"POST /internal/apm/service-group\" | \"DELETE /internal/apm/service-group\" | \"GET /internal/apm/service-group/services\" | \"GET /internal/apm/service-group/counts\" | \"GET /internal/apm/suggestions\" | \"GET /internal/apm/traces/{traceId}\" | \"GET /internal/apm/traces\" | \"GET /internal/apm/traces/{traceId}/root_transaction\" | \"GET /internal/apm/transactions/{transactionId}\" | \"GET /internal/apm/traces/find\" | \"POST /internal/apm/traces/aggregated_critical_path\" | \"GET /internal/apm/traces/{traceId}/transactions/{transactionId}\" | \"GET /internal/apm/traces/{traceId}/spans/{spanId}\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/latency\" | \"GET /internal/apm/services/{serviceName}/transactions/traces/samples\" | \"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate_by_transaction_name\" | \"GET /internal/apm/rule_types/transaction_error_rate/chart_preview\" | \"GET /internal/apm/rule_types/error_count/chart_preview\" | \"GET /internal/apm/rule_types/transaction_duration/chart_preview\" | \"GET /api/apm/settings/agent-configuration 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/view 2023-10-31\" | \"DELETE /api/apm/settings/agent-configuration 2023-10-31\" | \"PUT /api/apm/settings/agent-configuration 2023-10-31\" | \"POST /api/apm/settings/agent-configuration/search 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/environments 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/agent_name 2023-10-31\" | \"GET /internal/apm/settings/anomaly-detection/jobs\" | \"POST /internal/apm/settings/anomaly-detection/jobs\" | \"GET /internal/apm/settings/anomaly-detection/environments\" | \"POST /internal/apm/settings/anomaly-detection/update_to_v3\" | \"GET /internal/apm/settings/apm-index-settings\" | \"GET /internal/apm/settings/apm-indices\" | \"POST /internal/apm/settings/apm-indices/save\" | \"GET /internal/apm/settings/custom_links/transaction\" | \"GET /internal/apm/settings/custom_links\" | \"POST /internal/apm/settings/custom_links\" | \"PUT /internal/apm/settings/custom_links/{id}\" | \"DELETE /internal/apm/settings/custom_links/{id}\" | \"GET /api/apm/sourcemaps 2023-10-31\" | \"POST /api/apm/sourcemaps 2023-10-31\" | \"DELETE /api/apm/sourcemaps/{id} 2023-10-31\" | \"POST /internal/apm/sourcemaps/migrate_fleet_artifacts\" | \"GET /internal/apm/fleet/has_apm_policies\" | \"GET /internal/apm/fleet/agents\" | \"POST /api/apm/fleet/apm_server_schema 2023-10-31\" | \"GET /internal/apm/fleet/apm_server_schema/unsupported\" | \"GET /internal/apm/fleet/migration_check\" | \"POST /internal/apm/fleet/cloud_apm_package_policy\" | \"GET /internal/apm/fleet/java_agent_versions\" | \"GET /internal/apm/dependencies/top_dependencies\" | \"GET /internal/apm/dependencies/upstream_services\" | \"GET /internal/apm/dependencies/metadata\" | \"GET /internal/apm/dependencies/charts/latency\" | \"GET /internal/apm/dependencies/charts/throughput\" | \"GET /internal/apm/dependencies/charts/error_rate\" | \"GET /internal/apm/dependencies/operations\" | \"GET /internal/apm/dependencies/charts/distribution\" | \"GET /internal/apm/dependencies/operations/spans\" | \"GET /internal/apm/correlations/field_candidates/transactions\" | \"GET /internal/apm/correlations/field_value_stats/transactions\" | \"POST /internal/apm/correlations/field_value_pairs/transactions\" | \"POST /internal/apm/correlations/significant_correlations/transactions\" | \"POST /internal/apm/correlations/p_values/transactions\" | \"GET /internal/apm/fallback_to_transactions\" | \"GET /internal/apm/has_data\" | \"GET /internal/apm/event_metadata/{processorEvent}/{id}\" | \"GET /internal/apm/agent_keys\" | \"GET /internal/apm/agent_keys/privileges\" | \"POST /internal/apm/api_key/invalidate\" | \"POST /api/apm/agent_keys 2023-10-31\" | \"GET /internal/apm/storage_explorer\" | \"GET /internal/apm/services/{serviceName}/storage_details\" | \"GET /internal/apm/storage_chart\" | \"GET /internal/apm/storage_explorer/privileges\" | \"GET /internal/apm/storage_explorer_summary_stats\" | \"GET /internal/apm/storage_explorer/is_cross_cluster_search\" | \"GET /internal/apm/storage_explorer/get_services\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/parents\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/children\" | \"GET /internal/apm/services/{serviceName}/infrastructure_attributes\" | \"GET /internal/apm/debug-telemetry\" | \"GET /internal/apm/time_range_metadata\" | \"GET /internal/apm/settings/labs\" | \"GET /internal/apm/get_agents_per_service\" | \"GET /internal/apm/get_latest_agent_versions\" | \"GET /internal/apm/services/{serviceName}/agent_instances\" | \"GET /internal/apm/services/{serviceName}/mobile/filters\" | \"GET /internal/apm/mobile-services/{serviceName}/most_used_charts\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/sessions\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/http_requests\" | \"GET /internal/apm/mobile-services/{serviceName}/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/location/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/terms\" | \"GET /internal/apm/mobile-services/{serviceName}/main_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/detailed_statistics\" | \"GET /internal/apm/diagnostics\" | \"POST /internal/apm/assistant/get_apm_timeseries\" | \"GET /internal/apm/assistant/get_service_summary\" | \"GET /internal/apm/assistant/get_error_document\" | \"POST /internal/apm/assistant/get_correlation_values\" | \"GET /internal/apm/assistant/get_downstream_dependencies\" | \"POST /internal/apm/assistant/get_services_list\" | \"GET /internal/apm/services/{serviceName}/profiling/flamegraph\""
],
"path": "x-pack/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts",
"deprecated": false,
@@ -455,7 +455,109 @@
"label": "APMServerRouteRepository",
"description": [],
"signature": [
- "{ \"POST /internal/apm/assistant/get_services_list\": { endpoint: \"POST /internal/apm/assistant/get_services_list\"; params?: ",
+ "{ \"GET /internal/apm/services/{serviceName}/profiling/flamegraph\": { endpoint: \"GET /internal/apm/services/{serviceName}/profiling/flamegraph\"; params?: ",
+ "TypeC",
+ "<{ path: ",
+ "TypeC",
+ "<{ serviceName: ",
+ "StringC",
+ "; }>; query: ",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ start: ",
+ "Type",
+ "; end: ",
+ "Type",
+ "; }>, ",
+ "TypeC",
+ "<{ kuery: ",
+ "StringC",
+ "; }>, ",
+ "TypeC",
+ "<{ environment: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"ENVIRONMENT_NOT_DEFINED\">, ",
+ "LiteralC",
+ "<\"ENVIRONMENT_ALL\">, ",
+ "BrandC",
+ "<",
+ "StringC",
+ ", ",
+ {
+ "pluginId": "@kbn/io-ts-utils",
+ "scope": "common",
+ "docId": "kibKbnIoTsUtilsPluginApi",
+ "section": "def-common.NonEmptyStringBrand",
+ "text": "NonEmptyStringBrand"
+ },
+ ">]>; }>, ",
+ "TypeC",
+ "<{ documentType: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<",
+ "ApmDocumentType",
+ ".ServiceTransactionMetric>, ",
+ "LiteralC",
+ "<",
+ "ApmDocumentType",
+ ".TransactionMetric>, ",
+ "LiteralC",
+ "<",
+ "ApmDocumentType",
+ ".TransactionEvent>]>; rollupInterval: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<",
+ "RollupInterval",
+ ".OneMinute>, ",
+ "LiteralC",
+ "<",
+ "RollupInterval",
+ ".TenMinutes>, ",
+ "LiteralC",
+ "<",
+ "RollupInterval",
+ ".SixtyMinutes>, ",
+ "LiteralC",
+ "<",
+ "RollupInterval",
+ ".None>]>; }>]>; }> | undefined; handler: ({}: ",
+ "APMRouteHandlerResources",
+ " & { params: { path: { serviceName: string; }; query: { start: number; end: number; } & { kuery: string; } & { environment: \"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ",
+ "Branded",
+ "; } & { documentType: ",
+ "ApmDocumentType",
+ ".TransactionMetric | ",
+ "ApmDocumentType",
+ ".ServiceTransactionMetric | ",
+ "ApmDocumentType",
+ ".TransactionEvent; rollupInterval: ",
+ "RollupInterval",
+ "; }; }; }) => Promise<",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.BaseFlameGraph",
+ "text": "BaseFlameGraph"
+ },
+ " | undefined>; } & ",
+ "APMRouteCreateOptions",
+ "; \"POST /internal/apm/assistant/get_services_list\": { endpoint: \"POST /internal/apm/assistant/get_services_list\"; params?: ",
"TypeC",
"<{ body: ",
"IntersectionC",
@@ -4809,9 +4911,13 @@
"TypeC",
"<{ entryTransactionId: ",
"StringC",
- "; }>]>; }> | undefined; handler: ({}: ",
+ "; }>, ",
+ "PartialC",
+ "<{ maxTraceItems: ",
+ "Type",
+ "; }>]>; }> | undefined; handler: ({}: ",
"APMRouteHandlerResources",
- " & { params: { path: { traceId: string; }; query: { start: number; end: number; } & { entryTransactionId: string; }; }; }) => Promise<{ traceItems: ",
+ " & { params: { path: { traceId: string; }; query: { start: number; end: number; } & { entryTransactionId: string; } & { maxTraceItems?: number | undefined; }; }; }) => Promise<{ traceItems: ",
"TraceItems",
"; entryTransaction?: ",
"Transaction",
diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx
index 1bf54763ec8f0..0321e08da232e 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-09-11
+date: 2023-09-13
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 b52bd14caca63..ccc6dae388e7c 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
---
import apmDataAccessObj from './apm_data_access.devdocs.json';
diff --git a/api_docs/asset_manager.devdocs.json b/api_docs/asset_manager.devdocs.json
index fcc5f81df2922..7f2baa50411c4 100644
--- a/api_docs/asset_manager.devdocs.json
+++ b/api_docs/asset_manager.devdocs.json
@@ -22,7 +22,7 @@
"label": "AssetManagerConfig",
"description": [],
"signature": [
- "{ readonly alphaEnabled?: boolean | undefined; readonly sourceIndices: Readonly<{} & { metrics: string; traces: string; logs: string; serviceMetrics: string; serviceLogs: string; }>; readonly lockedSource: \"assets\" | \"signals\"; }"
+ "{ readonly alphaEnabled?: boolean | undefined; readonly sourceIndices: Readonly<{} & { metrics: string; logs: string; }>; readonly lockedSource: \"assets\" | \"signals\"; }"
],
"path": "x-pack/plugins/asset_manager/server/types.ts",
"deprecated": false,
diff --git a/api_docs/asset_manager.mdx b/api_docs/asset_manager.mdx
index 34a38503bc482..2bad7c5caf69e 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-09-11
+date: 2023-09-13
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 ea27403f79cd4..b7b359acda646 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-09-11
+date: 2023-09-13
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 116c8ec5511e3..9f3e7bacf423f 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-09-11
+date: 2023-09-13
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 b0aeb19ddc3a4..35c31f24455e0 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-09-11
+date: 2023-09-13
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 4d8fe0b736679..c4ea980bdfd40 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
---
import casesObj from './cases.devdocs.json';
diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx
index 7f8cebd9c601f..aaf83ded16c82 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-09-11
+date: 2023-09-13
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 052d01b821dfb..8baed658a86d9 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
---
import cloudObj from './cloud.devdocs.json';
diff --git a/api_docs/cloud_chat.mdx b/api_docs/cloud_chat.mdx
index 4050a4485826a..2da12d342ced2 100644
--- a/api_docs/cloud_chat.mdx
+++ b/api_docs/cloud_chat.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChat
title: "cloudChat"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudChat plugin
-date: 2023-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChat']
---
import cloudChatObj from './cloud_chat.devdocs.json';
diff --git a/api_docs/cloud_chat_provider.mdx b/api_docs/cloud_chat_provider.mdx
index 022d5abf4e688..cfefd3c8175fe 100644
--- a/api_docs/cloud_chat_provider.mdx
+++ b/api_docs/cloud_chat_provider.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChatProvider
title: "cloudChatProvider"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudChatProvider plugin
-date: 2023-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChatProvider']
---
import cloudChatProviderObj from './cloud_chat_provider.devdocs.json';
diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx
index dc8e55c22fc37..ad12a3d3293e5 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-09-11
+date: 2023-09-13
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 fdbbbec14d777..07ba774eeb694 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-09-11
+date: 2023-09-13
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 e712da700e1c4..77d1d81611094 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-09-11
+date: 2023-09-13
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 b869e5f9100bf..fa344b8cd1e08 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-09-11
+date: 2023-09-13
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 3340eb4323321..a5647838823c2 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-09-11
+date: 2023-09-13
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 15cd6b51ccc39..678f4bc4d01d6 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-09-11
+date: 2023-09-13
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 d8aa02a236d4c..6222fdddf3101 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-09-11
+date: 2023-09-13
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 cc3b8b98886a7..ed8b09b8aa01d 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-09-11
+date: 2023-09-13
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 044d3c18c32b2..29e6604854c95 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-09-11
+date: 2023-09-13
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 08c3a62bf6fe4..d0984d0dba3e1 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-09-11
+date: 2023-09-13
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 ef9a68c32f6d8..84b3aa93242c4 100644
--- a/api_docs/data.devdocs.json
+++ b/api_docs/data.devdocs.json
@@ -13415,10 +13415,6 @@
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx"
},
- {
- "plugin": "securitySolution",
- "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx"
@@ -21160,10 +21156,6 @@
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx"
},
- {
- "plugin": "securitySolution",
- "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx"
diff --git a/api_docs/data.mdx b/api_docs/data.mdx
index dccb5a70b606f..e03cb84f065e1 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
---
import dataObj from './data.devdocs.json';
diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx
index d49aec8aedb4d..94a4d83f941cd 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';
diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx
index 38913c8ead517..d05211b72db28 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
---
import dataSearchObj from './data_search.devdocs.json';
diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx
index 08db90c7bd89a..bc9c5332b1d5c 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-09-11
+date: 2023-09-13
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 9a2fb90fbc842..09560e1cd46cd 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-09-11
+date: 2023-09-13
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 6f6c4e9640185..146d057db3d61 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-09-11
+date: 2023-09-13
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 306fa6e5ed4d4..70cff55c9937b 100644
--- a/api_docs/data_views.devdocs.json
+++ b/api_docs/data_views.devdocs.json
@@ -107,10 +107,6 @@
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx"
},
- {
- "plugin": "securitySolution",
- "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx"
@@ -8100,10 +8096,6 @@
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx"
},
- {
- "plugin": "securitySolution",
- "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx"
@@ -15154,10 +15146,6 @@
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx"
},
- {
- "plugin": "securitySolution",
- "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx"
- },
{
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx"
diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx
index 4f2d2cb766082..8944c31b46bde 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-09-11
+date: 2023-09-13
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 7d0c90421fea6..45e1f8b045824 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';
diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx
index 9621d6a7d6bdf..36e26120e41e0 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -66,7 +66,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | discover | - |
| | data, discover, imageEmbeddable, embeddable | - |
| | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - |
-| | advancedSettings, discover | - |
+| | advancedSettings, discover, @kbn/management-settings-field-definition | - |
| | @kbn/core-saved-objects-api-server-internal | - |
| | @kbn/core-saved-objects-api-server-internal | - |
| | @kbn/core-saved-objects-api-server-internal, canvas, @kbn/core-saved-objects-browser-internal | - |
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index fdc39aec44eff..0c396bf1c2d0c 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -304,6 +304,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
+## @kbn/management-settings-field-definition
+
+| Deprecated API | Reference location(s) | Remove By |
+| ---------------|-----------|-----------|
+| | [get_definition.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-management/settings/field_definition/get_definition.ts#:~:text=metric) | - |
+
+
+
## @kbn/react-kibana-context-styled
| Deprecated API | Reference location(s) | Remove By |
@@ -1459,12 +1467,12 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 12 more | - |
| | [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - |
| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 78 more | - |
-| | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title)+ 30 more | - |
+| | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title)+ 28 more | - |
| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - |
| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - |
| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/eql/api.ts#:~:text=options) | - |
-| | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title)+ 30 more | - |
-| | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title)+ 10 more | - |
+| | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title)+ 28 more | - |
+| | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title)+ 9 more | - |
| | [use_update_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx#:~:text=toMountPoint), [use_update_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx#:~:text=toMountPoint), [use_update_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx#:~:text=toMountPoint), [ingest_pipelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts#:~:text=toMountPoint), [ingest_pipelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts#:~:text=toMountPoint), [ingest_pipelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts#:~:text=toMountPoint), [stored_scripts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts#:~:text=toMountPoint), [stored_scripts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts#:~:text=toMountPoint), [stored_scripts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts#:~:text=toMountPoint), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/saved_objects.ts#:~:text=toMountPoint)+ 5 more | - |
| | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=KibanaThemeProvider) | - |
| | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 |
diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx
index ec5149568ca7e..35aa77b621a4d 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx
index 1e4729e6e3fd6..5c28c06fd69c0 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
---
import devToolsObj from './dev_tools.devdocs.json';
diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx
index eed219f241c70..ef5fa29530011 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-09-11
+date: 2023-09-13
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 b03643efebe31..ff158f6a5a37f 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-09-11
+date: 2023-09-13
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 14b6bf9f4585a..b653fb78036e4 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-09-11
+date: 2023-09-13
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 c14d11fc00a65..70c1b911bda7e 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-09-11
+date: 2023-09-13
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 a84163a8085ca..9217763484b93 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-09-11
+date: 2023-09-13
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 405e184101803..947b0e22a3a51 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-09-11
+date: 2023-09-13
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 1a8ec1b332282..a203be3c2e59b 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-09-11
+date: 2023-09-13
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 6a7ea6a4ed438..025b910b17d62 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-09-11
+date: 2023-09-13
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 211240e83892f..2996d73375ba5 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
---
import esUiSharedObj from './es_ui_shared.devdocs.json';
diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx
index 918abc119a91f..252d84810e54b 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
---
import eventAnnotationObj from './event_annotation.devdocs.json';
diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx
index 5450d5fdf8039..3fff455b0a940 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-09-11
+date: 2023-09-13
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 41758dac77bbb..a7af7966142de 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-09-11
+date: 2023-09-13
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 ff5edb3e8db22..e022424c3bcfd 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
---
import expressionErrorObj from './expression_error.devdocs.json';
diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx
index fac0b4e9335a5..025a92714cb2b 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
---
import expressionGaugeObj from './expression_gauge.devdocs.json';
diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx
index 714943cebb37f..f77caa84872dd 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx
index e16e5e8cfd402..df0d244e525e0 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';
diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx
index 6e830e2a28c70..216d05dfda4b5 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
---
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx
index 93c86b3f2998d..7447f9267eeab 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
---
import expressionMetricObj from './expression_metric.devdocs.json';
diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx
index cb1fd2689b0ef..7f318a76a2e2a 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
---
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx
index eb961744db7e6..fcc3d1cdddc09 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
---
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx
index 9ac6e136ea595..1e57837174182 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-09-11
+date: 2023-09-13
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 572d48f180198..4d8583e8c96ed 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
---
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx
index 8d53983c480a0..55b73dc07e946 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
---
import expressionShapeObj from './expression_shape.devdocs.json';
diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx
index 72eb012d4e584..a7ea5594dc7e1 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
---
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx
index f10c76d5dd824..4fc8bfe7e5077 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
---
import expressionXYObj from './expression_x_y.devdocs.json';
diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx
index e2ed986a1b698..8ff4021bced53 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-09-11
+date: 2023-09-13
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 ed98a4da42874..b6ead9d135807 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-09-11
+date: 2023-09-13
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 cf2d312c2cdc4..340c879e1b751 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-09-11
+date: 2023-09-13
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 7a5b54185b565..b97278b601b79 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-09-11
+date: 2023-09-13
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 1681a79d83ea8..d9370b426ba25 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-09-11
+date: 2023-09-13
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 45cd2d17bc559..e2b7e5da3f308 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-09-11
+date: 2023-09-13
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 81f16a4569943..a2d2ac414a189 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-09-11
+date: 2023-09-13
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 a3ed95291ed2c..1e0c1befd77ce 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-09-11
+date: 2023-09-13
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 ee71d0e7f902c..727ef69690db4 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
---
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
diff --git a/api_docs/home.devdocs.json b/api_docs/home.devdocs.json
index e39bab658985d..ffae4fbc9f5a5 100644
--- a/api_docs/home.devdocs.json
+++ b/api_docs/home.devdocs.json
@@ -693,6 +693,54 @@
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "home",
+ "id": "def-public.FeatureCatalogueSolution.isVisible",
+ "type": "Function",
+ "tags": [],
+ "label": "isVisible",
+ "description": [
+ "Optional function to control visibility of this solution."
+ ],
+ "signature": [
+ "((capabilities: ",
+ {
+ "pluginId": "@kbn/core-capabilities-common",
+ "scope": "common",
+ "docId": "kibKbnCoreCapabilitiesCommonPluginApi",
+ "section": "def-common.Capabilities",
+ "text": "Capabilities"
+ },
+ ") => boolean) | undefined"
+ ],
+ "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "home",
+ "id": "def-public.FeatureCatalogueSolution.isVisible.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "capabilities",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-capabilities-common",
+ "scope": "common",
+ "docId": "kibKbnCoreCapabilitiesCommonPluginApi",
+ "section": "def-common.Capabilities",
+ "text": "Capabilities"
+ }
+ ],
+ "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
}
],
"initialIsOpen": false
diff --git a/api_docs/home.mdx b/api_docs/home.mdx
index 45486fc1ebc57..aeebb152ddbb7 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
---
import homeObj from './home.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 147 | 0 | 108 | 0 |
+| 149 | 0 | 109 | 0 |
## Client
diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx
index 344be405fc7f0..30e0ffc11e61b 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-09-11
+date: 2023-09-13
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 7d94b8b112d3b..461076745bfca 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-09-11
+date: 2023-09-13
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 15df24ec989d6..10df7ee6b8495 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-09-11
+date: 2023-09-13
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 fe2315d3a5d42..81c6d278ba6c5 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-09-11
+date: 2023-09-13
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 8574468784dbc..05d5cf4824821 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-09-11
+date: 2023-09-13
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 2d25ac27c5816..70bd1093402f0 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-09-11
+date: 2023-09-13
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 48640452cda1a..ced2a0416e5ef 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
---
import kbnAceObj from './kbn_ace.devdocs.json';
diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx
index a380549bc7b5f..840621476fc4a 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-09-11
+date: 2023-09-13
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 ef2c6c09fa491..30fafa575aa86 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-09-11
+date: 2023-09-13
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 8234fee3fbbef..a50005a3eb4d3 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-09-11
+date: 2023-09-13
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 0a303f602d63c..087548ae3f2c7 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types']
---
import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json';
diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx
index d0d8506de6910..31dabd1555c9c 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-09-11
+date: 2023-09-13
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 3bcba254073bd..377eb4a494990 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-09-11
+date: 2023-09-13
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 e4aed184e4032..ad361f8e3e7c1 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-09-11
+date: 2023-09-13
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 d211931f25de7..7c8bad3bcf0bd 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
---
import kbnAnalyticsClientObj from './kbn_analytics_client.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 fd3aecb07e896..612a946dbe6b5 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-09-11
+date: 2023-09-13
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 2af8818ec4115..29c87b3489d74 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-09-11
+date: 2023-09-13
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 8dde494334be2..d0a75d3834b97 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-09-11
+date: 2023-09-13
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 c5e5b566ffd0e..c7d43d33f7678 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-09-11
+date: 2023-09-13
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 79107120ff34b..4dd5ec04c8753 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-09-11
+date: 2023-09-13
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 68eb7cb3375fd..16349148ffbdb 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-09-11
+date: 2023-09-13
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 bab117e8a909f..211f858c95038 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-09-11
+date: 2023-09-13
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 3b83da8832a95..9b59ec8bc69b5 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-09-11
+date: 2023-09-13
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 11c6d7bc0a729..caa146e8e0c55 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-09-11
+date: 2023-09-13
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 8aba8b71f2726..ce33e7094b5d3 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config']
---
import kbnAxeConfigObj from './kbn_axe_config.devdocs.json';
diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx
index 53526edcc3c6c..e154d1876617a 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-09-11
+date: 2023-09-13
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 f038efa40b43d..43c2d48d8d503 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-09-11
+date: 2023-09-13
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 efd0a58540321..dc2a22537cfbd 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-09-11
+date: 2023-09-13
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 9318cb4121328..3057e387f2dce 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-09-11
+date: 2023-09-13
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 37633ea374d3b..624246f3f1cbe 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-09-11
+date: 2023-09-13
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 5be8ad1610d2a..9bc2481809ebc 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-09-11
+date: 2023-09-13
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 5efb6eece1487..bed3382b721da 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-09-11
+date: 2023-09-13
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 a69b0235e1fc2..e004b83be3ba0 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-09-11
+date: 2023-09-13
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 0c120b3a98ed5..bcf1edf67f4d6 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor']
---
import kbnCodeEditorObj from './kbn_code_editor.devdocs.json';
diff --git a/api_docs/kbn_code_editor_mocks.mdx b/api_docs/kbn_code_editor_mocks.mdx
index 87d61f9888249..0693c819d3639 100644
--- a/api_docs/kbn_code_editor_mocks.mdx
+++ b/api_docs/kbn_code_editor_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mocks
title: "@kbn/code-editor-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/code-editor-mocks plugin
-date: 2023-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mocks']
---
import kbnCodeEditorMocksObj from './kbn_code_editor_mocks.devdocs.json';
diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx
index 620fe6f680f1a..837799a3183ab 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-09-11
+date: 2023-09-13
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 66bd6a690d2cf..ea2afb6cebc6e 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-09-11
+date: 2023-09-13
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 a147b6e933771..fd1b2b0704e5c 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-09-11
+date: 2023-09-13
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 e101f15d83815..fad14faae22ab 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-09-11
+date: 2023-09-13
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 1ae2b948d5b23..689fffafe3d10 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-09-11
+date: 2023-09-13
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 45e66d0da2aea..d60366283c07f 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-09-11
+date: 2023-09-13
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 d2317b1c5ea49..7685973bf5445 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-09-11
+date: 2023-09-13
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_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx
index 1d47d3c65bee5..3e120dd75aa81 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-09-11
+date: 2023-09-13
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 2b4bc1a023ca8..638a0719fbc92 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-09-11
+date: 2023-09-13
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 eb62fee67e360..38a5af9bca204 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-09-11
+date: 2023-09-13
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 ca9ea007c1229..cdd8ddc274859 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-09-11
+date: 2023-09-13
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 e9526a3f62d06..b0e98295e3651 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-09-11
+date: 2023-09-13
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 8e7284fca387d..d3fc29b22133c 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-09-11
+date: 2023-09-13
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 53139c789c468..f75467bf89bd3 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-09-11
+date: 2023-09-13
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 896ed47f6b98f..83bf6e86b3882 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-09-11
+date: 2023-09-13
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 0c73e53450d52..3bceef68891e7 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-09-11
+date: 2023-09-13
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 e2db3a4984bca..e6e96eac11a67 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-09-11
+date: 2023-09-13
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 3e3ea42dd5e98..e69b9cbd85f31 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-09-11
+date: 2023-09-13
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 94081823b76db..89677d63998f6 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-09-11
+date: 2023-09-13
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 8737727eefc6f..1da42e9b40e3b 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-09-11
+date: 2023-09-13
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 395bd8af7a4ad..f089280e74a0e 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-09-11
+date: 2023-09-13
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 869c202932378..3be5e340de76f 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-09-11
+date: 2023-09-13
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 909a9c2ab53ad..fb8a09425d2e4 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-09-11
+date: 2023-09-13
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 160145bfb45f2..f2e2d4e81d5c0 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-09-11
+date: 2023-09-13
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 ec889e3d06cb3..799955a5d8168 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-09-11
+date: 2023-09-13
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 faeeada886cb2..a343df6e423d4 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-09-11
+date: 2023-09-13
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 0714270b41c9d..2e0c77ef52b11 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-09-11
+date: 2023-09-13
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 1a5cc7bcc6878..d002a63d85cb6 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-09-11
+date: 2023-09-13
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 e1c2581a42639..9078dd27a2cd2 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-09-11
+date: 2023-09-13
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 0f26384bbfd39..627a503686bea 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-09-11
+date: 2023-09-13
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 b8f589f7a9927..18c9cf8270f55 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-09-11
+date: 2023-09-13
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 56e2bc70b26d6..cac16801c9b61 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-09-11
+date: 2023-09-13
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 3dc3181eeca29..ec21285b3e2a8 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-09-11
+date: 2023-09-13
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 d2c2dbba8301d..2f5550e57d5d3 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-09-11
+date: 2023-09-13
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 e69ca643265e7..4ad9e7c5b741b 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-09-11
+date: 2023-09-13
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 152b093856f27..dba337f90278c 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-09-11
+date: 2023-09-13
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 e3d548172b49d..ade37e92fa17b 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-09-11
+date: 2023-09-13
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 95dfd3b0c0c78..b129f94245a42 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-09-11
+date: 2023-09-13
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 17c16c8037cc2..b8426f93d901d 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-09-11
+date: 2023-09-13
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 04b1cf3e67f9e..b223b8ad24295 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-09-11
+date: 2023-09-13
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 e0073b947fb11..94ff3b5d15f66 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-09-11
+date: 2023-09-13
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 8dae3e842dee9..85a3df5bd0d3f 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-09-11
+date: 2023-09-13
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 48bd9aeff76dd..f65063eff2d64 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-09-11
+date: 2023-09-13
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 b9c22f819e6ae..24a60c23de605 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-09-11
+date: 2023-09-13
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 126eafe6962b8..ad7bbeba00b9c 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-09-11
+date: 2023-09-13
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 482e19fb7897d..e7601e739d8d0 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-09-11
+date: 2023-09-13
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 73533ae4e293c..019dae5622e00 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-09-11
+date: 2023-09-13
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 fa0cb91975686..625aea26f97c2 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-09-11
+date: 2023-09-13
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 90cc607972980..bb05db24ec7ee 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-09-11
+date: 2023-09-13
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 64067d62e9b04..8d84a1cda3a30 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-09-11
+date: 2023-09-13
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 cce93a3bc27e9..2bebe89767c7b 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-09-11
+date: 2023-09-13
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 e0714d4dc9b32..960f0bf180c46 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-09-11
+date: 2023-09-13
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 acbe2d77c3d6b..b129f424bc4d6 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-09-11
+date: 2023-09-13
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 9fdf41e26eeeb..efc5ffba7900a 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-09-11
+date: 2023-09-13
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 b41e1bb91a3df..8f44d2fbc2bf3 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-09-11
+date: 2023-09-13
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 325f5e5fc791f..12fc7c154011e 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-09-11
+date: 2023-09-13
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 162a8a4dc86b9..5d373c4a6d75f 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-09-11
+date: 2023-09-13
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 e076d5c0e6c33..fa14ca9284b8e 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-09-11
+date: 2023-09-13
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 a5259752a003e..04251bcddd9b9 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-09-11
+date: 2023-09-13
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 6853187b735fd..df8abf49b100c 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-09-11
+date: 2023-09-13
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 0022f2405c73a..b6efb8777a1b2 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-09-11
+date: 2023-09-13
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 700f5bba684dd..8d820a4a6512c 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-09-11
+date: 2023-09-13
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 5cc3009ddbc95..0a82ff6f4bb98 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-09-11
+date: 2023-09-13
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 3706816087145..6f255b40819c5 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-09-11
+date: 2023-09-13
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 6878ef8377f73..990ac7a7691a4 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-09-11
+date: 2023-09-13
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 24c75daf246ab..7e3fc0712d744 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-09-11
+date: 2023-09-13
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 3e864f602dafe..788740f733e54 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-09-11
+date: 2023-09-13
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 9f277729ca71f..7620efe9b717b 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-09-11
+date: 2023-09-13
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 a8734ff233603..e45995f2ba22f 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-09-11
+date: 2023-09-13
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 cbbb33985a8ae..edf36ab2b9b30 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-09-11
+date: 2023-09-13
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 dd8967d2d75a0..73eaab5107815 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-09-11
+date: 2023-09-13
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 dd1bfb90c43ad..333bc2ef14e47 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-09-11
+date: 2023-09-13
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 b29bfb37a617c..c939eccfa85f0 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-09-11
+date: 2023-09-13
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 c17f9b534fb39..75c5bafb6656d 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-09-11
+date: 2023-09-13
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 0c60e77a9eaa6..e1a27e29f13d0 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-09-11
+date: 2023-09-13
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 45557ff7be6e1..1db0150620673 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-09-11
+date: 2023-09-13
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 b6c5a7e685515..190f4aaba37e2 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-09-11
+date: 2023-09-13
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 ca7fe489ebcf6..2b6111f5ee4b7 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-09-11
+date: 2023-09-13
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.mdx b/api_docs/kbn_core_http_server.mdx
index 6e71f4170fcef..56192d84288a0 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-09-11
+date: 2023-09-13
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 d9f00ec296c72..fac7054f4bedd 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-09-11
+date: 2023-09-13
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 595a8c0a7bc5a..ebc8c2badc6d4 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-09-11
+date: 2023-09-13
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 2f7008b48665e..6793915901fca 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-09-11
+date: 2023-09-13
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 de9987938dad4..297bc703eced0 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-09-11
+date: 2023-09-13
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 0f4873c88eb94..f16a926b45ab2 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-09-11
+date: 2023-09-13
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 4de8474a2b1a9..5f57f2d579b04 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-09-11
+date: 2023-09-13
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 46137a50c99f5..f6299a3b0cbe9 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-09-11
+date: 2023-09-13
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 ffc17fd3a1b79..4d3182846eda3 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-09-11
+date: 2023-09-13
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 ea3ae42127387..edffd877512c5 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-09-11
+date: 2023-09-13
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 5fb24186b29f6..fd71c7f8d2581 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-09-11
+date: 2023-09-13
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 bf3d68df6c495..67205cc60f586 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-09-11
+date: 2023-09-13
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 0fb20058e4d36..4cb2b9b7aa27c 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-09-11
+date: 2023-09-13
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 7b3901871f01a..622f94777e1e9 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-09-11
+date: 2023-09-13
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 dccbf7cad5822..af0d5329fdbe3 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-09-11
+date: 2023-09-13
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 2802be031c000..70f69fadbc86c 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-09-11
+date: 2023-09-13
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 03d6560a158c0..c0954438f8bbc 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-09-11
+date: 2023-09-13
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 d2ea1e51d7a43..cb285fcbc0817 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-09-11
+date: 2023-09-13
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 5c55790e89ff2..53d61904513b7 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-09-11
+date: 2023-09-13
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 11ccf89fcff3b..c1c6e19ab8a68 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-09-11
+date: 2023-09-13
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 64dc089190e9e..b10208998bcd7 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-09-11
+date: 2023-09-13
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 6672f79c7d316..3ff5150143804 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-09-11
+date: 2023-09-13
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 1d833a7694d80..c44b0b2117ce5 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-09-11
+date: 2023-09-13
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 65bd727e2462b..55e9bb16959e5 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-09-11
+date: 2023-09-13
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 56130fa76a230..8fac50c57da1a 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-09-11
+date: 2023-09-13
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 c82b126e96db4..1b172c825ace1 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-09-11
+date: 2023-09-13
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 b9621eef0f7bf..7008beab1738c 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-09-11
+date: 2023-09-13
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 a9537b375e5aa..8b7335baad4bf 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-09-11
+date: 2023-09-13
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 2c6b086076c71..5ddb00dd955e7 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-09-11
+date: 2023-09-13
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 5d6f02c127f66..3f2acf7b4fb3e 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-09-11
+date: 2023-09-13
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 2dbc851e3e0b6..2ac5493f2b133 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-09-11
+date: 2023-09-13
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 a59c4125b51d2..90cf4cb1f9fd0 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-09-11
+date: 2023-09-13
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 33688eca59573..7d88695f51048 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-09-11
+date: 2023-09-13
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 139f9ee076b9c..94583af89cadb 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-09-11
+date: 2023-09-13
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 7d471f27cff87..8ae081bcb9b1e 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-09-11
+date: 2023-09-13
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 b62ce573dc715..3e535f141bc30 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-09-11
+date: 2023-09-13
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 7f2922b8c4f64..2e20f288f809a 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-09-11
+date: 2023-09-13
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_server.mdx b/api_docs/kbn_core_plugins_server.mdx
index f46f55fdc1669..724b2e312ed06 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-09-11
+date: 2023-09-13
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 e1dad980db9aa..b509c9f5e2c6c 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-09-11
+date: 2023-09-13
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 9174b9b6e19af..43e99414f7c20 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-09-11
+date: 2023-09-13
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 4e35dbd7588a2..1b35bf41a48fc 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-09-11
+date: 2023-09-13
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 8b2c6d23e7412..3572eec8dc6d7 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-09-11
+date: 2023-09-13
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 203dfe3c687b5..280ccbc6fbe40 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-09-11
+date: 2023-09-13
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 2db8f031780bd..95c7012b86872 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-09-11
+date: 2023-09-13
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 345e2a6c99d4c..da17aa9946e86 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-09-11
+date: 2023-09-13
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 9462f7fdda267..d6855a30e4fcb 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-09-11
+date: 2023-09-13
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 5bc681f863793..641c6f84c886a 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-09-11
+date: 2023-09-13
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 b8ea126d1ca9a..5ffbe9c75bf4a 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-09-11
+date: 2023-09-13
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 bec74fb2e248e..9d68a4399bdb8 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-09-11
+date: 2023-09-13
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 d27d9553efca5..2169deffd755e 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-09-11
+date: 2023-09-13
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 aef1539126a30..595e680adcd92 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-09-11
+date: 2023-09-13
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 a80bf5ebddea8..c8ada6c1d565d 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-09-11
+date: 2023-09-13
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 f33a08e3ab1a3..9ff3c6997fdad 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-09-11
+date: 2023-09-13
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 f0543399fd9ff..d237c9e4d649c 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-09-11
+date: 2023-09-13
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 625ba12e43461..6e9cd37dd72d1 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-09-11
+date: 2023-09-13
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 b012699c60759..cad186b2dc033 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json
index 4788fa89a6be4..4706f5a6e2e38 100644
--- a/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json
+++ b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json
@@ -843,6 +843,8 @@
"IndexNotGreenTimeout",
" | ",
"ClusterShardLimitExceeded",
+ " | ",
+ "OperationNotSupported",
", ",
"AcknowledgeResponse",
">"
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 0a702618c7d71..6e1664e89b1bd 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal']
---
import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 125 | 0 | 91 | 46 |
+| 125 | 0 | 91 | 47 |
## Common
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 bda8a397aa4fe..c1f3776997875 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-09-11
+date: 2023-09-13
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 747e30cab90b1..be93347de8bf6 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-09-11
+date: 2023-09-13
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 19ff53584bbc2..21b3f41f0fee1 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-09-11
+date: 2023-09-13
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 cf0f2654d762b..46ead18c42752 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-09-11
+date: 2023-09-13
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 9f3d0a5523949..1f28dab63ff5b 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-09-11
+date: 2023-09-13
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 8b965cd2818b9..647c4e01d8b17 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-09-11
+date: 2023-09-13
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 6513dbf6cdefb..20d65f134cf1c 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-09-11
+date: 2023-09-13
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 8cd9a106b7ccb..0707e03010fb3 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-09-11
+date: 2023-09-13
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 fe529edb5cb7c..33a38b2a54919 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-09-11
+date: 2023-09-13
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 c1b3a997b8e9c..481cd2b4bfd41 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-09-11
+date: 2023-09-13
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 84c79532de133..b23a31f9048d2 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-09-11
+date: 2023-09-13
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 2e8c43eab6511..e8e77e92f6c28 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-09-11
+date: 2023-09-13
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 78de562017185..abfa1570e05ed 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-09-11
+date: 2023-09-13
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_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
index 23fb18aaa0ad9..371e3c6f42444 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-09-11
+date: 2023-09-13
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 3c1cd7de18613..db1e0f76d4d62 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-09-11
+date: 2023-09-13
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 c2db09a9a65e4..f276b62a73423 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-09-11
+date: 2023-09-13
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 55504deb98020..7c24094965b1e 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_core_ui_settings_browser.devdocs.json
index f39807e781468..4804d0fac6dac 100644
--- a/api_docs/kbn_core_ui_settings_browser.devdocs.json
+++ b/api_docs/kbn_core_ui_settings_browser.devdocs.json
@@ -554,7 +554,15 @@
"section": "def-common.UiSettingsScope",
"text": "UiSettingsScope"
},
- " | undefined; order?: number | undefined; name?: string | undefined; description?: string | undefined; category?: string[] | undefined; optionLabels?: Record | undefined; requiresPageReload?: boolean | undefined; readonly?: boolean | undefined; sensitive?: boolean | undefined; deprecation?: ",
+ " | undefined; order?: number | undefined; name?: string | undefined; description?: string | undefined; category?: string[] | undefined; optionLabels?: Record | undefined; requiresPageReload?: boolean | undefined; readonly?: boolean | undefined; readonlyMode?: ",
+ {
+ "pluginId": "@kbn/core-ui-settings-common",
+ "scope": "common",
+ "docId": "kibKbnCoreUiSettingsCommonPluginApi",
+ "section": "def-common.ReadonlyModeType",
+ "text": "ReadonlyModeType"
+ },
+ " | undefined; sensitive?: boolean | undefined; deprecation?: ",
{
"pluginId": "@kbn/core-ui-settings-common",
"scope": "common",
diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx
index f33556054d4b6..770daf63751bf 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-09-11
+date: 2023-09-13
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 bd5f2306dd104..9b21cae907972 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-09-11
+date: 2023-09-13
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 58e1cab74c117..65327a6f206fd 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_core_ui_settings_common.devdocs.json
index 252e14a65d219..16e4a9397621c 100644
--- a/api_docs/kbn_core_ui_settings_common.devdocs.json
+++ b/api_docs/kbn_core_ui_settings_common.devdocs.json
@@ -213,6 +213,29 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "@kbn/core-ui-settings-common",
+ "id": "def-common.UiSettingsParams.readonlyMode",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "readonlyMode",
+ "description": [
+ "a flag indicating the level of restriction of the readonly settings {@link ReadonlyModeType}"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-ui-settings-common",
+ "scope": "common",
+ "docId": "kibKbnCoreUiSettingsCommonPluginApi",
+ "section": "def-common.ReadonlyModeType",
+ "text": "ReadonlyModeType"
+ },
+ " | undefined"
+ ],
+ "path": "packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/core-ui-settings-common",
"id": "def-common.UiSettingsParams.sensitive",
@@ -345,6 +368,10 @@
{
"plugin": "discover",
"path": "src/plugins/discover/server/ui_settings.ts"
+ },
+ {
+ "plugin": "@kbn/management-settings-field-definition",
+ "path": "packages/kbn-management/settings/field_definition/get_definition.ts"
}
]
},
@@ -431,6 +458,23 @@
],
"enums": [],
"misc": [
+ {
+ "parentPluginId": "@kbn/core-ui-settings-common",
+ "id": "def-common.ReadonlyModeType",
+ "type": "Type",
+ "tags": [],
+ "label": "ReadonlyModeType",
+ "description": [
+ "\nType for the readonly mode of the readonly settings.\n'strict' indicates that the value cannot be changed through API and is not displayed in the UI\n'ui' indicates that the value is just not displayed in the UI"
+ ],
+ "signature": [
+ "\"strict\" | \"ui\""
+ ],
+ "path": "packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/core-ui-settings-common",
"id": "def-common.TIMEZONE_OPTIONS",
diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx
index e31ad7dd9f5b1..1aa4a737229d7 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common']
---
import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 25 | 0 | 4 | 0 |
+| 27 | 0 | 4 | 0 |
## Common
diff --git a/api_docs/kbn_core_ui_settings_server.devdocs.json b/api_docs/kbn_core_ui_settings_server.devdocs.json
index e4d4c0c5eedd1..9db8a89dd3d1f 100644
--- a/api_docs/kbn_core_ui_settings_server.devdocs.json
+++ b/api_docs/kbn_core_ui_settings_server.devdocs.json
@@ -525,6 +525,40 @@
}
],
"returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/core-ui-settings-server",
+ "id": "def-common.UiSettingsServiceSetup.setAllowlist",
+ "type": "Function",
+ "tags": [],
+ "label": "setAllowlist",
+ "description": [
+ "\nSets an allowlist of setting keys."
+ ],
+ "signature": [
+ "(keys: string[]) => void"
+ ],
+ "path": "packages/core/ui-settings/core-ui-settings-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/core-ui-settings-server",
+ "id": "def-common.UiSettingsServiceSetup.setAllowlist.$1",
+ "type": "Array",
+ "tags": [],
+ "label": "keys",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/core/ui-settings/core-ui-settings-server/src/contracts.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
}
],
"initialIsOpen": false
diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx
index 3cfc74cad599c..9cb79338d1682 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server']
---
import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 32 | 1 | 16 | 0 |
+| 34 | 1 | 17 | 0 |
## Common
diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx
index 2eb87fb8bcec8..ff32cbf0d8e3c 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-09-11
+date: 2023-09-13
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 c5881c5a04f5d..404134d87f917 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-09-11
+date: 2023-09-13
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 eaad95ac09495..da875bbf0e182 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-09-11
+date: 2023-09-13
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 40d2b80827510..1e64c972845b0 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-09-11
+date: 2023-09-13
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 3548346752b88..771d2a438138c 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-09-11
+date: 2023-09-13
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 112929653a148..06fbdc6d3125b 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-09-11
+date: 2023-09-13
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 23eea95f2dd5f..06b5995f2a0a1 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-09-11
+date: 2023-09-13
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 3391bb253ca79..dd2186a3171b8 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-09-11
+date: 2023-09-13
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 dfb13ab5fb375..a853e8d288304 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-09-11
+date: 2023-09-13
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 47454781f9179..905bcbc3d5f6f 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser']
---
import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json';
diff --git a/api_docs/kbn_custom_integrations.devdocs.json b/api_docs/kbn_custom_integrations.devdocs.json
new file mode 100644
index 0000000000000..931ffe65e4a92
--- /dev/null
+++ b/api_docs/kbn_custom_integrations.devdocs.json
@@ -0,0 +1,404 @@
+{
+ "id": "@kbn/custom-integrations",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.ConnectedCustomIntegrationsButton",
+ "type": "Function",
+ "tags": [],
+ "label": "ConnectedCustomIntegrationsButton",
+ "description": [],
+ "signature": [
+ "({ isDisabled, onClick, testSubj, }: ConnectedCustomIntegrationsButtonProps) => JSX.Element | null"
+ ],
+ "path": "packages/kbn-custom-integrations/src/components/custom_integrations_button.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.ConnectedCustomIntegrationsButton.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "{\n isDisabled,\n onClick,\n testSubj = 'customIntegrationsPackageConnectedButton',\n}",
+ "description": [],
+ "signature": [
+ "ConnectedCustomIntegrationsButtonProps"
+ ],
+ "path": "packages/kbn-custom-integrations/src/components/custom_integrations_button.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.ConnectedCustomIntegrationsForm",
+ "type": "Function",
+ "tags": [],
+ "label": "ConnectedCustomIntegrationsForm",
+ "description": [],
+ "signature": [
+ "({ testSubjects }: Props) => JSX.Element | null"
+ ],
+ "path": "packages/kbn-custom-integrations/src/components/custom_integrations_form.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.ConnectedCustomIntegrationsForm.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "{ testSubjects }",
+ "description": [],
+ "signature": [
+ "Props"
+ ],
+ "path": "packages/kbn-custom-integrations/src/components/custom_integrations_form.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.CustomIntegrationsProvider",
+ "type": "Function",
+ "tags": [],
+ "label": "CustomIntegrationsProvider",
+ "description": [],
+ "signature": [
+ "React.FunctionComponent>"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.CustomIntegrationsProvider.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "props",
+ "description": [],
+ "signature": [
+ "P & { children?: React.ReactNode; }"
+ ],
+ "path": "node_modules/@types/react/index.d.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.CustomIntegrationsProvider.$2",
+ "type": "Any",
+ "tags": [],
+ "label": "context",
+ "description": [],
+ "signature": [
+ "any"
+ ],
+ "path": "node_modules/@types/react/index.d.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.useConsumerCustomIntegrations",
+ "type": "Function",
+ "tags": [],
+ "label": "useConsumerCustomIntegrations",
+ "description": [],
+ "signature": [
+ "() => { mode: ",
+ "Mode",
+ "; dispatchableEvents: { saveCreateFields: (() => void) | undefined; updateCreateFields: ((fields: Partial<{ integrationName: string; datasets: { name: string; type: \"metrics\" | \"logs\"; }[]; }>) => void) | undefined; }; }"
+ ],
+ "path": "packages/kbn-custom-integrations/src/hooks/use_consumer_custom_integrations.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.useCustomIntegrations",
+ "type": "Function",
+ "tags": [],
+ "label": "useCustomIntegrations",
+ "description": [],
+ "signature": [
+ "() => { customIntegrationsState: ",
+ "State",
+ "<",
+ "WithSelectedMode",
+ ", ",
+ "CreateCustomIntegrationNotificationEvent",
+ ", any, ",
+ "CustomIntegrationsTypestate",
+ ", ",
+ "ResolveTypegenMeta",
+ "<",
+ "TypegenDisabled",
+ ", ",
+ "CreateCustomIntegrationNotificationEvent",
+ ", ",
+ "BaseActionObject",
+ ", ",
+ "ServiceMap",
+ ">>; customIntegrationsPageSend: (event: ",
+ "SingleOrArray",
+ "<",
+ "Event",
+ "<",
+ "CreateCustomIntegrationNotificationEvent",
+ ">> | ",
+ "SCXML",
+ ".Event<",
+ "CreateCustomIntegrationNotificationEvent",
+ ">, payload?: ",
+ "EventData",
+ " | undefined) => ",
+ "State",
+ "<",
+ "WithSelectedMode",
+ ", ",
+ "CreateCustomIntegrationNotificationEvent",
+ ", any, ",
+ "CustomIntegrationsTypestate",
+ ", ",
+ "ResolveTypegenMeta",
+ "<",
+ "TypegenDisabled",
+ ", ",
+ "CreateCustomIntegrationNotificationEvent",
+ ", ",
+ "BaseActionObject",
+ ", ",
+ "ServiceMap",
+ ">>; customIntegrationsStateService: ",
+ "Interpreter",
+ "<",
+ "WithSelectedMode",
+ ", any, ",
+ "CreateCustomIntegrationNotificationEvent",
+ ", ",
+ "CustomIntegrationsTypestate",
+ ", ",
+ "ResolveTypegenMeta",
+ "<",
+ "TypegenDisabled",
+ ", ",
+ "CreateCustomIntegrationNotificationEvent",
+ ", ",
+ "BaseActionObject",
+ ", ",
+ "ServiceMap",
+ ">>; }"
+ ],
+ "path": "packages/kbn-custom-integrations/src/hooks/use_custom_integrations.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks",
+ "type": "Interface",
+ "tags": [],
+ "label": "Callbacks",
+ "description": [],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks.onIntegrationCreation",
+ "type": "Function",
+ "tags": [],
+ "label": "onIntegrationCreation",
+ "description": [],
+ "signature": [
+ "((integrationOptions: { integrationName: string; datasets: { name: string; type: \"metrics\" | \"logs\"; }[]; }) => void) | undefined"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks.onIntegrationCreation.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "integrationOptions",
+ "description": [],
+ "signature": [
+ "{ integrationName: string; datasets: { name: string; type: \"metrics\" | \"logs\"; }[]; }"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks.onIntegrationCleanup",
+ "type": "Function",
+ "tags": [],
+ "label": "onIntegrationCleanup",
+ "description": [],
+ "signature": [
+ "((integrationName: string) => void) | undefined"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks.onIntegrationCleanup.$1",
+ "type": "string",
+ "tags": [],
+ "label": "integrationName",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks.onIntegrationCleanupFailed",
+ "type": "Function",
+ "tags": [],
+ "label": "onIntegrationCleanupFailed",
+ "description": [],
+ "signature": [
+ "((error: ",
+ "IntegrationError",
+ ") => void) | undefined"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.Callbacks.onIntegrationCleanupFailed.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ "IntegrationError"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/provider.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.CustomIntegrationOptions",
+ "type": "Type",
+ "tags": [],
+ "label": "CustomIntegrationOptions",
+ "description": [],
+ "signature": [
+ "{ integrationName: string; datasets: { name: string; type: \"metrics\" | \"logs\"; }[]; }"
+ ],
+ "path": "packages/kbn-custom-integrations/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.DispatchableEvents",
+ "type": "Type",
+ "tags": [],
+ "label": "DispatchableEvents",
+ "description": [],
+ "signature": [
+ "{ saveCreateFields: (() => void) | undefined; updateCreateFields: ((fields: Partial<{ integrationName: string; datasets: { name: string; type: \"metrics\" | \"logs\"; }[]; }>) => void) | undefined; }"
+ ],
+ "path": "packages/kbn-custom-integrations/src/hooks/use_consumer_custom_integrations.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/custom-integrations",
+ "id": "def-common.InitialState",
+ "type": "Type",
+ "tags": [],
+ "label": "InitialState",
+ "description": [],
+ "signature": [
+ "{ context?: Partial<",
+ "CreateInitialState",
+ "> | undefined; } & ",
+ "WithSelectedMode"
+ ],
+ "path": "packages/kbn-custom-integrations/src/state_machines/custom_integrations/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx
new file mode 100644
index 0000000000000..a601161cb0b97
--- /dev/null
+++ b/api_docs/kbn_custom_integrations.mdx
@@ -0,0 +1,36 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnCustomIntegrationsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations']
+---
+import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json';
+
+
+
+Contact [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 19 | 0 | 17 | 6 |
+
+## Common
+
+### Functions
+
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx
index 61a5673a23a60..8ac9dd661d0df 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-09-11
+date: 2023-09-13
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 87b53d6af25e9..20099207784ab 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-09-11
+date: 2023-09-13
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 d1035c4aabf5a..64ee037296eed 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-09-11
+date: 2023-09-13
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 1cd8529c53d9d..c4a834b032daa 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-09-11
+date: 2023-09-13
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 754a7fd601c2c..ba3d070bf504c 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-09-11
+date: 2023-09-13
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 a68c219b5d404..625bce98cf1d1 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-09-11
+date: 2023-09-13
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 92128db57cc4d..c775e2c4cf663 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml']
---
import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx
index f98356b52804d..e50ede7967e03 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability']
---
import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json';
diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx
index 31a54811cb680..785c22d4ff37f 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-09-11
+date: 2023-09-13
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 3c844b072791d..638eab6243550 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-09-11
+date: 2023-09-13
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 f8220cf020878..caed466a20784 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-09-11
+date: 2023-09-13
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 36c772a510e15..99894427aa689 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-09-11
+date: 2023-09-13
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 5f07faffe9633..ee9ee501515d8 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-09-11
+date: 2023-09-13
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 7c8aad2286cc1..925f6e916d4b8 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-09-11
+date: 2023-09-13
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 002ce28d1ad35..93ed8330f7bf1 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-09-11
+date: 2023-09-13
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 1091513673be2..2d9fbd7349e62 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-09-11
+date: 2023-09-13
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 df3bda28f55c0..3720039d4bfe4 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-09-11
+date: 2023-09-13
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 35f90b549c342..01964ac5527d7 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-09-11
+date: 2023-09-13
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 0fddfa76328c4..c9b0fa9ec9aac 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-09-11
+date: 2023-09-13
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 0a6b75c10f0f8..f0d79b25235ba 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-09-11
+date: 2023-09-13
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 32cdf613a3691..2bc1fc8dc1528 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-09-11
+date: 2023-09-13
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 777be0261da60..7c97e78475f7e 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-09-11
+date: 2023-09-13
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 02c8546c578a3..0173d4a028259 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-09-11
+date: 2023-09-13
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 c4ea201f1b60b..96f106702aae0 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-09-11
+date: 2023-09-13
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_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx
index 439c15c1fd37d..ab3c82e8fcdc8 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant']
---
import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json';
diff --git a/api_docs/kbn_es.devdocs.json b/api_docs/kbn_es.devdocs.json
index b7cfd2bbebb2e..a8542adedc15a 100644
--- a/api_docs/kbn_es.devdocs.json
+++ b/api_docs/kbn_es.devdocs.json
@@ -17,7 +17,656 @@
"objects": []
},
"common": {
- "classes": [],
+ "classes": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster",
+ "type": "Class",
+ "tags": [],
+ "label": "Cluster",
+ "description": [],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.Unnamed",
+ "type": "Function",
+ "tags": [],
+ "label": "Constructor",
+ "description": [],
+ "signature": [
+ "any"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.Unnamed.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "{ log = defaultLog, ssl = false }",
+ "description": [],
+ "signature": [
+ "{ log?: ",
+ {
+ "pluginId": "@kbn/tooling-log",
+ "scope": "common",
+ "docId": "kibKbnToolingLogPluginApi",
+ "section": "def-common.ToolingLog",
+ "text": "ToolingLog"
+ },
+ " | undefined; ssl?: boolean | undefined; }"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installSource",
+ "type": "Function",
+ "tags": [],
+ "label": "installSource",
+ "description": [
+ "\nBuilds and installs ES from source"
+ ],
+ "signature": [
+ "(options: ",
+ "InstallSourceOptions",
+ ") => Promise<{ installPath: string; }>"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installSource.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "InstallSourceOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.downloadSnapshot",
+ "type": "Function",
+ "tags": [],
+ "label": "downloadSnapshot",
+ "description": [
+ "\nDownload ES from a snapshot"
+ ],
+ "signature": [
+ "(options: ",
+ "DownloadSnapshotOptions",
+ ") => Promise<{ downloadPath: string; }>"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.downloadSnapshot.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "DownloadSnapshotOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installSnapshot",
+ "type": "Function",
+ "tags": [],
+ "label": "installSnapshot",
+ "description": [
+ "\nDownload and installs ES from a snapshot"
+ ],
+ "signature": [
+ "(options: ",
+ "InstallSnapshotOptions",
+ ") => Promise<{ installPath: string; }>"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installSnapshot.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "InstallSnapshotOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installArchive",
+ "type": "Function",
+ "tags": [],
+ "label": "installArchive",
+ "description": [
+ "\nInstalls ES from a local tar"
+ ],
+ "signature": [
+ "(archivePath: string, options?: ",
+ "InstallArchiveOptions",
+ " | undefined) => Promise<{ installPath: string; }>"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installArchive.$1",
+ "type": "string",
+ "tags": [],
+ "label": "archivePath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installArchive.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "InstallArchiveOptions",
+ " | undefined"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.extractDataDirectory",
+ "type": "Function",
+ "tags": [],
+ "label": "extractDataDirectory",
+ "description": [
+ "\nUnpacks a tar or zip file containing the data directory for an ES cluster."
+ ],
+ "signature": [
+ "(installPath: string, archivePath: string, extractDirName?: string) => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.extractDataDirectory.$1",
+ "type": "string",
+ "tags": [],
+ "label": "installPath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.extractDataDirectory.$2",
+ "type": "string",
+ "tags": [],
+ "label": "archivePath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.extractDataDirectory.$3",
+ "type": "string",
+ "tags": [],
+ "label": "extractDirName",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installPlugins",
+ "type": "Function",
+ "tags": [],
+ "label": "installPlugins",
+ "description": [
+ "\nInstalls comma separated list of ES plugins to the specified path"
+ ],
+ "signature": [
+ "(installPath: string, plugins: string, esJavaOpts?: string | undefined) => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installPlugins.$1",
+ "type": "string",
+ "tags": [],
+ "label": "installPath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installPlugins.$2",
+ "type": "string",
+ "tags": [],
+ "label": "plugins",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.installPlugins.$3",
+ "type": "string",
+ "tags": [],
+ "label": "esJavaOpts",
+ "description": [],
+ "signature": [
+ "string | undefined"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.configureKeystoreWithSecureSettingsFiles",
+ "type": "Function",
+ "tags": [],
+ "label": "configureKeystoreWithSecureSettingsFiles",
+ "description": [],
+ "signature": [
+ "(installPath: string, secureSettingsFiles: string[][]) => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.configureKeystoreWithSecureSettingsFiles.$1",
+ "type": "string",
+ "tags": [],
+ "label": "installPath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.configureKeystoreWithSecureSettingsFiles.$2",
+ "type": "Array",
+ "tags": [],
+ "label": "secureSettingsFiles",
+ "description": [],
+ "signature": [
+ "string[][]"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.start",
+ "type": "Function",
+ "tags": [],
+ "label": "start",
+ "description": [
+ "\nStarts ES and returns resolved promise once started"
+ ],
+ "signature": [
+ "(installPath: string, options: ",
+ "EsClusterExecOptions",
+ ") => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.start.$1",
+ "type": "string",
+ "tags": [],
+ "label": "installPath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.start.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "EsClusterExecOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.run",
+ "type": "Function",
+ "tags": [],
+ "label": "run",
+ "description": [
+ "\nStarts Elasticsearch and waits for Elasticsearch to exit"
+ ],
+ "signature": [
+ "(installPath: string, options: ",
+ "EsClusterExecOptions",
+ ") => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.run.$1",
+ "type": "string",
+ "tags": [],
+ "label": "installPath",
+ "description": [],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.run.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "EsClusterExecOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.stop",
+ "type": "Function",
+ "tags": [],
+ "label": "stop",
+ "description": [
+ "\nStops ES process, if it's running"
+ ],
+ "signature": [
+ "() => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.kill",
+ "type": "Function",
+ "tags": [],
+ "label": "kill",
+ "description": [
+ "\nStops ES process without waiting for it to shutdown gracefully"
+ ],
+ "signature": [
+ "() => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.waitForClusterReady",
+ "type": "Function",
+ "tags": [],
+ "label": "waitForClusterReady",
+ "description": [],
+ "signature": [
+ "(client: ",
+ "default",
+ ", readyTimeout?: number) => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.waitForClusterReady.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "client",
+ "description": [],
+ "signature": [
+ "default"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.waitForClusterReady.$2",
+ "type": "number",
+ "tags": [],
+ "label": "readyTimeout",
+ "description": [],
+ "signature": [
+ "number"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.runServerless",
+ "type": "Function",
+ "tags": [],
+ "label": "runServerless",
+ "description": [
+ "\nRuns an Elasticsearch Serverless Docker cluster and returns node names"
+ ],
+ "signature": [
+ "(options: ",
+ "ServerlessOptions",
+ ") => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.runServerless.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "ServerlessOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.runDocker",
+ "type": "Function",
+ "tags": [],
+ "label": "runDocker",
+ "description": [
+ "\nRun an Elasticsearch Docker container"
+ ],
+ "signature": [
+ "(options: ",
+ "DockerOptions",
+ ") => Promise"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.Cluster.runDocker.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [],
+ "signature": [
+ "DockerOptions"
+ ],
+ "path": "packages/kbn-es/src/cluster.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
"functions": [
{
"parentPluginId": "@kbn/es",
@@ -91,6 +740,21 @@
"interfaces": [],
"enums": [],
"misc": [
+ {
+ "parentPluginId": "@kbn/es",
+ "id": "def-common.ArtifactLicense",
+ "type": "Type",
+ "tags": [],
+ "label": "ArtifactLicense",
+ "description": [],
+ "signature": [
+ "\"basic\" | \"trial\" | \"oss\""
+ ],
+ "path": "packages/kbn-es/src/artifact.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/es",
"id": "def-common.ELASTIC_SERVERLESS_SUPERUSER",
@@ -134,29 +798,6 @@
"initialIsOpen": false
}
],
- "objects": [
- {
- "parentPluginId": "@kbn/es",
- "id": "def-common.Cluster",
- "type": "Object",
- "tags": [],
- "label": "Cluster",
- "description": [],
- "signature": [
- "typeof ",
- {
- "pluginId": "@kbn/es",
- "scope": "common",
- "docId": "kibKbnEsPluginApi",
- "section": "def-common.Cluster",
- "text": "Cluster"
- }
- ],
- "path": "packages/kbn-es/src/cluster.js",
- "deprecated": false,
- "trackAdoption": false,
- "initialIsOpen": false
- }
- ]
+ "objects": []
}
}
\ No newline at end of file
diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx
index effd8d9c13d83..22c9ba4d80ae4 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es']
---
import kbnEsObj from './kbn_es.devdocs.json';
@@ -21,16 +21,16 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 8 | 0 | 7 | 0 |
+| 46 | 0 | 33 | 7 |
## Common
-### Objects
-
-
### Functions
+### Classes
+
+
### Consts, variables and types
diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx
index 2b656af9f702c..be71956d98fe5 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-09-11
+date: 2023-09-13
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 51ed065ecafd3..40439d20ca089 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors']
---
import kbnEsErrorsObj from './kbn_es_errors.devdocs.json';
diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx
index 350fdfec8cb44..0712fca6d837e 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query']
---
import kbnEsQueryObj from './kbn_es_query.devdocs.json';
diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx
index 9d4e11583b97e..5e31bfaa121ad 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-09-11
+date: 2023-09-13
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 5e8bd7b7e52ec..dc6d7d4741330 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-09-11
+date: 2023-09-13
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 ca0839e55844f..0580b7ba9cfd2 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-09-11
+date: 2023-09-13
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 38ef1215e1df8..fd16db558722a 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-09-11
+date: 2023-09-13
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 ab10123d1b9e9..ec132a7ca87dd 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-09-11
+date: 2023-09-13
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 806c65bb3d0ae..8e0ef67baf5a6 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types']
---
import kbnFieldTypesObj from './kbn_field_types.devdocs.json';
diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx
index 4eaf9c2153bed..5d7f29a0e55eb 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-09-11
+date: 2023-09-13
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 20e101f50464b..ff41b34f565ab 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-09-11
+date: 2023-09-13
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 64e47d147eda6..482c6066fece2 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-09-11
+date: 2023-09-13
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 f839ad02f249d..d577c348169ca 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-09-11
+date: 2023-09-13
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 3a912ac8c3702..6f0d7a49bb273 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv']
---
import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json';
diff --git a/api_docs/kbn_generate_csv_types.mdx b/api_docs/kbn_generate_csv_types.mdx
index 22aebb53a72ce..d3b65b32e9eb8 100644
--- a/api_docs/kbn_generate_csv_types.mdx
+++ b/api_docs/kbn_generate_csv_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv-types
title: "@kbn/generate-csv-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate-csv-types plugin
-date: 2023-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv-types']
---
import kbnGenerateCsvTypesObj from './kbn_generate_csv_types.devdocs.json';
diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx
index 42a99fcfbbc28..6f045381a2937 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-09-11
+date: 2023-09-13
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 1babc719e08b7..83c2936d49330 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-09-11
+date: 2023-09-13
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 e786f9e31b8d8..df3d2a40d9d89 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-09-11
+date: 2023-09-13
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 99ba2cd9d8956..5b6264973a3f8 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-09-11
+date: 2023-09-13
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 6ee3c47ceed81..9c2be72f59c22 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-09-11
+date: 2023-09-13
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 5fbfeda9b8389..f6741ecb0ed6a 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-09-11
+date: 2023-09-13
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 5c57d2a0252d0..980f13dd03aac 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-09-11
+date: 2023-09-13
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 70b376e9341e4..ec3f632afabc2 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-09-11
+date: 2023-09-13
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 3bfa007a046e9..6bc9021130a7c 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-09-11
+date: 2023-09-13
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 414e53852d0f0..101c3b4da4f6f 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-09-11
+date: 2023-09-13
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 3c1391f2dda0e..0f4a144df6b34 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-09-11
+date: 2023-09-13
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 a8aaedacf28e8..530eb8d508e45 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-09-11
+date: 2023-09-13
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 fd4f081636afb..6b234c62eb11c 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-09-11
+date: 2023-09-13
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 9f6cd75e6395f..f2a811ec6aa63 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-09-11
+date: 2023-09-13
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 f8b2888220e46..485643ab2d9b2 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-09-11
+date: 2023-09-13
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 2020cfb51fe88..6c6c91aaea30d 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-09-11
+date: 2023-09-13
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 6db717c3867f6..777ae2876d2ba 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-09-11
+date: 2023-09-13
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 e1ccfad3c19b6..d5b016137948e 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-09-11
+date: 2023-09-13
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 756c8364143f9..9406e406bd882 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-09-11
+date: 2023-09-13
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 eb878c93087a7..1b70ff4c25a95 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-09-11
+date: 2023-09-13
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 c2f0d0c1b5a0f..147084d2cb7df 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-09-11
+date: 2023-09-13
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 0b7a79b90bcc9..972b00f385842 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-09-11
+date: 2023-09-13
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_components_field_input.devdocs.json b/api_docs/kbn_management_settings_components_field_input.devdocs.json
new file mode 100644
index 0000000000000..06abcd536d7b3
--- /dev/null
+++ b/api_docs/kbn_management_settings_components_field_input.devdocs.json
@@ -0,0 +1,482 @@
+{
+ "id": "@kbn/management-settings-components-field-input",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInput",
+ "type": "Function",
+ "tags": [],
+ "label": "FieldInput",
+ "description": [
+ "\nAn input that allows one to change a setting in Kibana.\n"
+ ],
+ "signature": [
+ "(props: ",
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.FieldInputProps",
+ "text": "FieldInputProps"
+ },
+ ") => JSX.Element"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInput.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "props",
+ "description": [
+ "The props for the {@link FieldInput } component."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.FieldInputProps",
+ "text": "FieldInputProps"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputKibanaDependencies",
+ "type": "Interface",
+ "tags": [],
+ "label": "FieldInputKibanaDependencies",
+ "description": [
+ "\nAn interface containing a collection of Kibana plugins and services required to\nrender this component."
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputKibanaDependencies.toasts",
+ "type": "Object",
+ "tags": [],
+ "label": "toasts",
+ "description": [
+ "The portion of the {@link ToastsStart} contract used by this component."
+ ],
+ "signature": [
+ "{ addDanger: (toastOrTitle: ",
+ {
+ "pluginId": "@kbn/core-notifications-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreNotificationsBrowserPluginApi",
+ "section": "def-common.ToastInput",
+ "text": "ToastInput"
+ },
+ ", options?: any) => ",
+ {
+ "pluginId": "@kbn/core-notifications-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreNotificationsBrowserPluginApi",
+ "section": "def-common.Toast",
+ "text": "Toast"
+ },
+ "; }"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps",
+ "type": "Interface",
+ "tags": [],
+ "label": "FieldInputProps",
+ "description": [
+ "\nThe props that are passed to the {@link FieldInput} component."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.FieldInputProps",
+ "text": "FieldInputProps"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps.field",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [
+ "The {@link FieldDefinition} for the component."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps.unsavedChange",
+ "type": "Object",
+ "tags": [],
+ "label": "unsavedChange",
+ "description": [
+ "An {@link UnsavedFieldChange} for the component, if any."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps.onChange",
+ "type": "Function",
+ "tags": [],
+ "label": "onChange",
+ "description": [
+ "The `onChange` handler for the input."
+ ],
+ "signature": [
+ "(params: ",
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.OnChangeParams",
+ "text": "OnChangeParams"
+ },
+ ") => void"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps.onChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "params",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.OnChangeParams",
+ "text": "OnChangeParams"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ]
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps.isDisabled",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "isDisabled",
+ "description": [
+ "True if the input is disabled, false otherwise."
+ ],
+ "signature": [
+ "boolean | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputProps.isInvalid",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "isInvalid",
+ "description": [
+ "True if the value within the input is invalid, false otherwise."
+ ],
+ "signature": [
+ "boolean | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/field_input.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputServices",
+ "type": "Interface",
+ "tags": [],
+ "label": "FieldInputServices",
+ "description": [
+ "\nContextual services used by a {@link FieldInput} component."
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputServices.showDanger",
+ "type": "Function",
+ "tags": [],
+ "label": "showDanger",
+ "description": [
+ "\nDisplays a danger toast message."
+ ],
+ "signature": [
+ "(value: string) => void"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.FieldInputServices.showDanger.$1",
+ "type": "string",
+ "tags": [],
+ "label": "value",
+ "description": [
+ "The message to display."
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.OnChangeParams",
+ "type": "Interface",
+ "tags": [],
+ "label": "OnChangeParams",
+ "description": [
+ "\nParameters for the {@link OnChangeFn} handler."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.OnChangeParams",
+ "text": "OnChangeParams"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.OnChangeParams.value",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "value",
+ "description": [
+ "The value provided to the handler."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.KnownTypeToValue",
+ "text": "KnownTypeToValue"
+ },
+ " | null | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.OnChangeParams.error",
+ "type": "string",
+ "tags": [],
+ "label": "error",
+ "description": [
+ "An error message, if one occurred."
+ ],
+ "signature": [
+ "string | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.OnChangeParams.isInvalid",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "isInvalid",
+ "description": [
+ "True if the format of a change is not valid, false otherwise."
+ ],
+ "signature": [
+ "boolean | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.OnChangeFn",
+ "type": "Type",
+ "tags": [],
+ "label": "OnChangeFn",
+ "description": [
+ "\nA function that is called when the value of a {@link FieldInput} changes."
+ ],
+ "signature": [
+ "(params: ",
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.OnChangeParams",
+ "text": "OnChangeParams"
+ },
+ ") => void"
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-input",
+ "id": "def-common.OnChangeFn.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "params",
+ "description": [
+ "The {@link OnChangeParams } parameters passed to the handler."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-input",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi",
+ "section": "def-common.OnChangeParams",
+ "text": "OnChangeParams"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_input/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx
new file mode 100644
index 0000000000000..559629a02eae2
--- /dev/null
+++ b/api_docs/kbn_management_settings_components_field_input.mdx
@@ -0,0 +1,36 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnManagementSettingsComponentsFieldInputPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input']
+---
+import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json';
+
+
+
+Contact [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 20 | 0 | 1 | 0 |
+
+## Common
+
+### Functions
+
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_management_settings_components_field_row.devdocs.json b/api_docs/kbn_management_settings_components_field_row.devdocs.json
new file mode 100644
index 0000000000000..117654406892d
--- /dev/null
+++ b/api_docs/kbn_management_settings_components_field_row.devdocs.json
@@ -0,0 +1,277 @@
+{
+ "id": "@kbn/management-settings-components-field-row",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRow",
+ "type": "Function",
+ "tags": [],
+ "label": "FieldRow",
+ "description": [
+ "\nComponent for displaying a {@link FieldDefinition} in a form row, using a {@link FieldInput}."
+ ],
+ "signature": [
+ "(props: ",
+ {
+ "pluginId": "@kbn/management-settings-components-field-row",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi",
+ "section": "def-common.FieldRowProps",
+ "text": "FieldRowProps"
+ },
+ ") => JSX.Element"
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRow.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "props",
+ "description": [
+ "The {@link FieldRowProps } for the {@link FieldRow } component."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-row",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi",
+ "section": "def-common.FieldRowProps",
+ "text": "FieldRowProps"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps",
+ "type": "Interface",
+ "tags": [],
+ "label": "FieldRowProps",
+ "description": [
+ "\nProps for a {@link FieldRow} component."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-components-field-row",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi",
+ "section": "def-common.FieldRowProps",
+ "text": "FieldRowProps"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.isSavingEnabled",
+ "type": "boolean",
+ "tags": [],
+ "label": "isSavingEnabled",
+ "description": [
+ "True if saving settings is enabled, false otherwise."
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.onChange",
+ "type": "Function",
+ "tags": [],
+ "label": "onChange",
+ "description": [
+ "The {@link OnChangeFn} handler."
+ ],
+ "signature": [
+ "(id: string, change: ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ ") => void"
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "returnComment": [],
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.onChange.$1",
+ "type": "string",
+ "tags": [],
+ "label": "id",
+ "description": [],
+ "path": "packages/kbn-management/settings/components/field_row/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.onChange.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ]
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.onClear",
+ "type": "Function",
+ "tags": [],
+ "label": "onClear",
+ "description": [
+ "\nThe onClear handler, if a value is cleared to an empty or default state."
+ ],
+ "signature": [
+ "((id: string) => void) | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.onClear.$1",
+ "type": "string",
+ "tags": [],
+ "label": "id",
+ "description": [
+ "The id relating to the field to clear."
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.field",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [
+ "The {@link FieldDefinition} corresponding the setting."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>"
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-components-field-row",
+ "id": "def-common.FieldRowProps.unsavedChange",
+ "type": "Object",
+ "tags": [],
+ "label": "unsavedChange",
+ "description": [
+ "The {@link UnsavedFieldChange} corresponding to any unsaved change to the field."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-management/settings/components/field_row/field_row.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx
new file mode 100644
index 0000000000000..9a012764d458d
--- /dev/null
+++ b/api_docs/kbn_management_settings_components_field_row.mdx
@@ -0,0 +1,33 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnManagementSettingsComponentsFieldRowPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row']
+---
+import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json';
+
+
+
+Contact [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 11 | 0 | 2 | 0 |
+
+## Common
+
+### Functions
+
+
+### Interfaces
+
+
diff --git a/api_docs/kbn_management_settings_field_definition.devdocs.json b/api_docs/kbn_management_settings_field_definition.devdocs.json
new file mode 100644
index 0000000000000..f19d32aba14fa
--- /dev/null
+++ b/api_docs/kbn_management_settings_field_definition.devdocs.json
@@ -0,0 +1,969 @@
+{
+ "id": "@kbn/management-settings-field-definition",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.getFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "getFieldDefinition",
+ "description": [
+ "\nCreate a {@link FieldDefinition} from a {@link UiSettingMetadata} object for use\nin the UI.\n"
+ ],
+ "signature": [
+ "(parameters: GetDefinitionParams) => ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/get_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.getFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "parameters",
+ "description": [
+ "The {@link GetDefinitionParams } for creating the {@link FieldDefinition }."
+ ],
+ "signature": [
+ "GetDefinitionParams"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/get_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isArrayFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isArrayFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link ArrayFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ArrayFieldDefinition",
+ "text": "ArrayFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isArrayFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isArrayFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isArrayFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link ArrayUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ArrayUnsavedFieldChange",
+ "text": "ArrayUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isArrayFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isBooleanFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isBooleanFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link BooleanFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.BooleanFieldDefinition",
+ "text": "BooleanFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isBooleanFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isBooleanFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isBooleanFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link BooleanUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.BooleanUnsavedFieldChange",
+ "text": "BooleanUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isBooleanFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isColorFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isColorFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link ColorFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ColorFieldDefinition",
+ "text": "ColorFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isColorFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isColorFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isColorFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link ColorUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ColorUnsavedFieldChange",
+ "text": "ColorUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isColorFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isImageFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isImageFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link ImageFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ImageFieldDefinition",
+ "text": "ImageFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isImageFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isImageFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isImageFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link ImageUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ImageUnsavedFieldChange",
+ "text": "ImageUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isImageFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isJsonFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isJsonFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link JsonFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.JsonFieldDefinition",
+ "text": "JsonFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isJsonFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isJsonFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isJsonFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link JsonUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.JsonUnsavedFieldChange",
+ "text": "JsonUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isJsonFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isMarkdownFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isMarkdownFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link MarkdownFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.MarkdownFieldDefinition",
+ "text": "MarkdownFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isMarkdownFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isMarkdownFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isMarkdownFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link MarkdownUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.MarkdownUnsavedFieldChange",
+ "text": "MarkdownUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isMarkdownFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isNumberFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isNumberFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link NumberFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.NumberFieldDefinition",
+ "text": "NumberFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isNumberFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isNumberFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isNumberFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link NumberUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.NumberUnsavedFieldChange",
+ "text": "NumberUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isNumberFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isSelectFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isSelectFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link SelectFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.SelectFieldDefinition",
+ "text": "SelectFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isSelectFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isSelectFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isSelectFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link SelectUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.SelectUnsavedFieldChange",
+ "text": "SelectUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isSelectFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isStringFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isStringFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link StringFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.StringFieldDefinition",
+ "text": "StringFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isStringFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isStringFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isStringFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link StringUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.StringUnsavedFieldChange",
+ "text": "StringUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isStringFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isUndefinedFieldDefinition",
+ "type": "Function",
+ "tags": [],
+ "label": "isUndefinedFieldDefinition",
+ "description": [
+ "\nReturns `true` if the given {@link FieldDefinition} is an {@link UndefinedFieldDefinition},\n`false` otherwise."
+ ],
+ "signature": [
+ "(d: Definition) => d is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UndefinedFieldDefinition",
+ "text": "UndefinedFieldDefinition"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isUndefinedFieldDefinition.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "d",
+ "description": [
+ "The {@link FieldDefinition } to check."
+ ],
+ "signature": [
+ "Definition"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isUndefinedFieldUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "isUndefinedFieldUnsavedChange",
+ "description": [
+ "\nReturns `true` if the given {@link FieldUnsavedChange} is an {@link UndefinedUnsavedFieldChange},\n`false` otherwise."
+ ],
+ "signature": [
+ "(c?: Change | undefined) => c is ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UndefinedUnsavedFieldChange",
+ "text": "UndefinedUnsavedFieldChange"
+ }
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-field-definition",
+ "id": "def-common.isUndefinedFieldUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "c",
+ "description": [
+ "The {@link FieldUnsavedChange } to check."
+ ],
+ "signature": [
+ "Change | undefined"
+ ],
+ "path": "packages/kbn-management/settings/field_definition/is/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx
new file mode 100644
index 0000000000000..63f3d5df631bf
--- /dev/null
+++ b/api_docs/kbn_management_settings_field_definition.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnManagementSettingsFieldDefinitionPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition']
+---
+import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json';
+
+
+
+Contact [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 42 | 0 | 0 | 0 |
+
+## Common
+
+### Functions
+
+
diff --git a/api_docs/kbn_management_settings_ids.devdocs.json b/api_docs/kbn_management_settings_ids.devdocs.json
new file mode 100644
index 0000000000000..65f9349533995
--- /dev/null
+++ b/api_docs/kbn_management_settings_ids.devdocs.json
@@ -0,0 +1,1933 @@
+{
+ "id": "@kbn/management-settings-ids",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.ACCESSIBILITY_DISABLE_ANIMATIONS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "ACCESSIBILITY_DISABLE_ANIMATIONS_ID",
+ "description": [],
+ "signature": [
+ "\"accessibility:disableAnimations\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.AUTOCOMPLETE_USE_TIME_RANGE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "AUTOCOMPLETE_USE_TIME_RANGE_ID",
+ "description": [],
+ "signature": [
+ "\"autocomplete:useTimeRange\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.AUTOCOMPLETE_VALUE_SUGGESTION_METHOD_ID",
+ "type": "string",
+ "tags": [],
+ "label": "AUTOCOMPLETE_VALUE_SUGGESTION_METHOD_ID",
+ "description": [],
+ "signature": [
+ "\"autocomplete:valueSuggestionMethod\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.BANNERS_BACKGROUND_COLOR_ID",
+ "type": "string",
+ "tags": [],
+ "label": "BANNERS_BACKGROUND_COLOR_ID",
+ "description": [],
+ "signature": [
+ "\"banners:backgroundColor\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.BANNERS_PLACEMENT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "BANNERS_PLACEMENT_ID",
+ "description": [],
+ "signature": [
+ "\"banners:placement\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.BANNERS_TEXT_COLOR_ID",
+ "type": "string",
+ "tags": [],
+ "label": "BANNERS_TEXT_COLOR_ID",
+ "description": [],
+ "signature": [
+ "\"banners:textColor\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.BANNERS_TEXT_CONTENT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "BANNERS_TEXT_CONTENT_ID",
+ "description": [],
+ "signature": [
+ "\"banners:textContent\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.CONTEXT_DEFAULT_SIZE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "CONTEXT_DEFAULT_SIZE_ID",
+ "description": [],
+ "signature": [
+ "\"context:defaultSize\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.CONTEXT_STEP_ID",
+ "type": "string",
+ "tags": [],
+ "label": "CONTEXT_STEP_ID",
+ "description": [],
+ "signature": [
+ "\"context:step\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.CONTEXT_TIE_BREAKER_FIELDS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "CONTEXT_TIE_BREAKER_FIELDS_ID",
+ "description": [],
+ "signature": [
+ "\"context:tieBreakerFields\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.COURIER_CUSTOM_REQUEST_PREFERENCE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "COURIER_CUSTOM_REQUEST_PREFERENCE_ID",
+ "description": [],
+ "signature": [
+ "\"courier:customRequestPreference\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX_ID",
+ "type": "string",
+ "tags": [],
+ "label": "COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX_ID",
+ "description": [],
+ "signature": [
+ "\"courier:ignoreFilterIfFieldNotInIndex\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.COURIER_MAX_CONCURRENT_SHARD_REQUEST_ID",
+ "type": "string",
+ "tags": [],
+ "label": "COURIER_MAX_CONCURRENT_SHARD_REQUEST_ID",
+ "description": [],
+ "signature": [
+ "\"courier:maxConcurrentShardRequests\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.COURIER_SET_REQUEST_PREFERENCE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "COURIER_SET_REQUEST_PREFERENCE_ID",
+ "description": [],
+ "signature": [
+ "\"courier:setRequestPreference\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.CSV_QUOTE_VALUES_ID",
+ "type": "string",
+ "tags": [],
+ "label": "CSV_QUOTE_VALUES_ID",
+ "description": [],
+ "signature": [
+ "\"csv:quoteValues\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.CSV_SEPARATOR_ID",
+ "type": "string",
+ "tags": [],
+ "label": "CSV_SEPARATOR_ID",
+ "description": [],
+ "signature": [
+ "\"csv:separator\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DATE_FORMAT_DOW_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DATE_FORMAT_DOW_ID",
+ "description": [],
+ "signature": [
+ "\"dateFormat:dow\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DATE_FORMAT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DATE_FORMAT_ID",
+ "description": [],
+ "signature": [
+ "\"dateFormat\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DATE_FORMAT_NANOS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DATE_FORMAT_NANOS_ID",
+ "description": [],
+ "signature": [
+ "\"dateNanosFormat\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DATE_FORMAT_SCALED_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DATE_FORMAT_SCALED_ID",
+ "description": [],
+ "signature": [
+ "\"dateFormat:scaled\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DATE_FORMAT_TZ_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DATE_FORMAT_TZ_ID",
+ "description": [],
+ "signature": [
+ "\"dateFormat:tz\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DEFAULT_COLUMNS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DEFAULT_COLUMNS_ID",
+ "description": [],
+ "signature": [
+ "\"defaultColumns\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DEFAULT_INDEX_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DEFAULT_INDEX_ID",
+ "description": [],
+ "signature": [
+ "\"defaultIndex\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DEFAULT_ROUTE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DEFAULT_ROUTE_ID",
+ "description": [],
+ "signature": [
+ "\"defaultRoute\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISABLE_BATCH_COMPRESSION_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISABLE_BATCH_COMPRESSION_ID",
+ "description": [],
+ "signature": [
+ "\"bfetch:disableCompression\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISABLE_REQUEST_BATCHING_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISABLE_REQUEST_BATCHING_ID",
+ "description": [],
+ "signature": [
+ "\"bfetch:disable\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_ENABLE_SQL_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_ENABLE_SQL_ID",
+ "description": [],
+ "signature": [
+ "\"discover:enableSql\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_MAX_DOC_FIELDS_DISPLAYED_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_MAX_DOC_FIELDS_DISPLAYED_ID",
+ "description": [],
+ "signature": [
+ "\"discover:maxDocFieldsDisplayed\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_MODIFY_COLUMNS_ON_SWITCH_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_MODIFY_COLUMNS_ON_SWITCH_ID",
+ "description": [],
+ "signature": [
+ "\"discover:modifyColumnsOnSwitch\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_ROW_HEIGHT_OPTION_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_ROW_HEIGHT_OPTION_ID",
+ "description": [],
+ "signature": [
+ "\"discover:rowHeightOption\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SAMPLE_ROWS_PER_PAGE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SAMPLE_ROWS_PER_PAGE_ID",
+ "description": [],
+ "signature": [
+ "\"discover:sampleRowsPerPage\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SAMPLE_SIZE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SAMPLE_SIZE_ID",
+ "description": [],
+ "signature": [
+ "\"discover:sampleSize\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SEARCH_FIELDS_FROM_SOURCE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SEARCH_FIELDS_FROM_SOURCE_ID",
+ "description": [],
+ "signature": [
+ "\"discover:searchFieldsFromSource\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SEARCH_ON_PAGE_LOAD_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SEARCH_ON_PAGE_LOAD_ID",
+ "description": [],
+ "signature": [
+ "\"discover:searchOnPageLoad\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SHOW_FIELD_STATISTICS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SHOW_FIELD_STATISTICS_ID",
+ "description": [],
+ "signature": [
+ "\"discover:showFieldStatistics\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SHOW_LEGACY_FIELD_TOP_VALUES_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SHOW_LEGACY_FIELD_TOP_VALUES_ID",
+ "description": [],
+ "signature": [
+ "\"discover:showLegacyFieldTopValues\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SHOW_MULTI_FIELDS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SHOW_MULTI_FIELDS_ID",
+ "description": [],
+ "signature": [
+ "\"discover:showMultiFields\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DISCOVER_SORT_DEFAULT_ORDER_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DISCOVER_SORT_DEFAULT_ORDER_ID",
+ "description": [],
+ "signature": [
+ "\"discover:sort:defaultOrder\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DOC_TABLE_HIDE_TIME_COLUMNS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DOC_TABLE_HIDE_TIME_COLUMNS_ID",
+ "description": [],
+ "signature": [
+ "\"doc_table:hideTimeColumn\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DOC_TABLE_HIGHLIGHT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DOC_TABLE_HIGHLIGHT_ID",
+ "description": [],
+ "signature": [
+ "\"doc_table:highlight\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.DOC_TABLE_LEGACY_ID",
+ "type": "string",
+ "tags": [],
+ "label": "DOC_TABLE_LEGACY_ID",
+ "description": [],
+ "signature": [
+ "\"doc_table:legacy\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FIELDS_POPULAR_LIMIT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FIELDS_POPULAR_LIMIT_ID",
+ "description": [],
+ "signature": [
+ "\"fields:popularLimit\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FILE_UPLOAD_MAX_SIZE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FILE_UPLOAD_MAX_SIZE_ID",
+ "description": [],
+ "signature": [
+ "\"fileUpload:maxFileSize\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FILTER_EDITOR_SUGGEST_VALUES_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FILTER_EDITOR_SUGGEST_VALUES_ID",
+ "description": [],
+ "signature": [
+ "\"filterEditor:suggestValues\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FILTERS_PINNED_BY_DEFAULT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FILTERS_PINNED_BY_DEFAULT_ID",
+ "description": [],
+ "signature": [
+ "\"filters:pinnedByDefault\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FORMAT_BYTES_DEFAULT_PATTERN_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FORMAT_BYTES_DEFAULT_PATTERN_ID",
+ "description": [],
+ "signature": [
+ "\"format:bytes:defaultPattern\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FORMAT_CURRENCY_DEFAULT_PATTERN_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FORMAT_CURRENCY_DEFAULT_PATTERN_ID",
+ "description": [],
+ "signature": [
+ "\"format:currency:defaultPattern\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FORMAT_DEFAULT_TYPE_MAP_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FORMAT_DEFAULT_TYPE_MAP_ID",
+ "description": [],
+ "signature": [
+ "\"format:defaultTypeMap\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FORMAT_NUMBER_DEFAULT_LOCALE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FORMAT_NUMBER_DEFAULT_LOCALE_ID",
+ "description": [],
+ "signature": [
+ "\"format:number:defaultLocale\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FORMAT_NUMBER_DEFAULT_PATTERN_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FORMAT_NUMBER_DEFAULT_PATTERN_ID",
+ "description": [],
+ "signature": [
+ "\"format:number:defaultPattern\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.FORMAT_PERCENT_DEFAULT_PATTERN_ID",
+ "type": "string",
+ "tags": [],
+ "label": "FORMAT_PERCENT_DEFAULT_PATTERN_ID",
+ "description": [],
+ "signature": [
+ "\"format:percent:defaultPattern\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.HIDE_ANNOUNCEMENTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "HIDE_ANNOUNCEMENTS_ID",
+ "description": [],
+ "signature": [
+ "\"hideAnnouncements\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.HISTOGRAM_BAR_TARGET_ID",
+ "type": "string",
+ "tags": [],
+ "label": "HISTOGRAM_BAR_TARGET_ID",
+ "description": [],
+ "signature": [
+ "\"histogram:barTarget\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.HISTOGRAM_MAX_BARS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "HISTOGRAM_MAX_BARS_ID",
+ "description": [],
+ "signature": [
+ "\"histogram:maxBars\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.HISTORY_LIMIT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "HISTORY_LIMIT_ID",
+ "description": [],
+ "signature": [
+ "\"history:limit\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.LABS_CANVAS_BY_VALUE_EMBEDDABLE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "LABS_CANVAS_BY_VALUE_EMBEDDABLE_ID",
+ "description": [],
+ "signature": [
+ "\"labs:canvas:byValueEmbeddable\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.LABS_CANVAS_ENABLE_UI_ID",
+ "type": "string",
+ "tags": [],
+ "label": "LABS_CANVAS_ENABLE_UI_ID",
+ "description": [],
+ "signature": [
+ "\"labs:canvas:enable_ui\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.LABS_DASHBOARD_CONTROLS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "LABS_DASHBOARD_CONTROLS_ID",
+ "description": [],
+ "signature": [
+ "\"labs:dashboard:dashboardControls\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.LABS_DASHBOARD_DEFER_BELOW_FOLD_ID",
+ "type": "string",
+ "tags": [],
+ "label": "LABS_DASHBOARD_DEFER_BELOW_FOLD_ID",
+ "description": [],
+ "signature": [
+ "\"labs:dashboard:deferBelowFold\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.LABS_DASHBOARDS_ENABLE_UI_ID",
+ "type": "string",
+ "tags": [],
+ "label": "LABS_DASHBOARDS_ENABLE_UI_ID",
+ "description": [],
+ "signature": [
+ "\"labs:dashboard:enable_ui\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.META_FIELDS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "META_FIELDS_ID",
+ "description": [],
+ "signature": [
+ "\"metaFields\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.METRICS_ALLOW_CHECKING_FOR_FAILED_SHARDS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "METRICS_ALLOW_CHECKING_FOR_FAILED_SHARDS_ID",
+ "description": [],
+ "signature": [
+ "\"metrics:allowCheckingForFailedShards\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.METRICS_ALLOW_STRING_INDICES_ID",
+ "type": "string",
+ "tags": [],
+ "label": "METRICS_ALLOW_STRING_INDICES_ID",
+ "description": [],
+ "signature": [
+ "\"metrics:allowStringIndices\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.METRICS_MAX_BUCKETS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "METRICS_MAX_BUCKETS_ID",
+ "description": [],
+ "signature": [
+ "\"metrics:max_buckets\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.ML_ANOMALY_DETECTION_RESULTS_ENABLE_TIME_DEFAULTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "ML_ANOMALY_DETECTION_RESULTS_ENABLE_TIME_DEFAULTS_ID",
+ "description": [],
+ "signature": [
+ "\"ml:anomalyDetection:results:enableTimeDefaults\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.ML_ANOMALY_DETECTION_RESULTS_TIME_DEFAULTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "ML_ANOMALY_DETECTION_RESULTS_TIME_DEFAULTS_ID",
+ "description": [],
+ "signature": [
+ "\"ml:anomalyDetection:results:timeDefaults\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.NOTIFICATIONS_BANNER_ID",
+ "type": "string",
+ "tags": [],
+ "label": "NOTIFICATIONS_BANNER_ID",
+ "description": [],
+ "signature": [
+ "\"notifications:banner\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.NOTIFICATIONS_LIFETIME_BANNER_ID",
+ "type": "string",
+ "tags": [],
+ "label": "NOTIFICATIONS_LIFETIME_BANNER_ID",
+ "description": [],
+ "signature": [
+ "\"notifications:lifetime:banner\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.NOTIFICATIONS_LIFETIME_ERROR_ID",
+ "type": "string",
+ "tags": [],
+ "label": "NOTIFICATIONS_LIFETIME_ERROR_ID",
+ "description": [],
+ "signature": [
+ "\"notifications:lifetime:error\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.NOTIFICATIONS_LIFETIME_INFO_ID",
+ "type": "string",
+ "tags": [],
+ "label": "NOTIFICATIONS_LIFETIME_INFO_ID",
+ "description": [],
+ "signature": [
+ "\"notifications:lifetime:info\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.NOTIFICATIONS_LIFETIME_WARNING_ID",
+ "type": "string",
+ "tags": [],
+ "label": "NOTIFICATIONS_LIFETIME_WARNING_ID",
+ "description": [],
+ "signature": [
+ "\"notifications:lifetime:warning\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_AGENT_EXPLORER_VIEW_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_AGENT_EXPLORER_VIEW_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmAgentExplorerView\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_AWS_LAMBDA_PRICE_FACTOR_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_AWS_LAMBDA_PRICE_FACTOR_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmAWSLambdaPriceFactor\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_AWS_LAMBDA_REQUEST_COST_PER_MILLION_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_AWS_LAMBDA_REQUEST_COST_PER_MILLION_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmAWSLambdaRequestCostPerMillion\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_DEFAULT_SERVICE_ENVIRONMENT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_DEFAULT_SERVICE_ENVIRONMENT_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmDefaultServiceEnvironment\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_ENABLE_CRITICAL_PATH_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_ENABLE_CRITICAL_PATH_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmEnableCriticalPath\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_LABS_BUTTON_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_LABS_BUTTON_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmLabsButton\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_PROGRESSIVE_LOADING_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_PROGRESSIVE_LOADING_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmProgressiveLoading\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_SERVICE_GROUP_MAX_NUMBER_OF_SERVCIE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_SERVICE_GROUP_MAX_NUMBER_OF_SERVCIE_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmServiceGroupMaxNumberOfServices\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_SERVICE_INVENTORY_OPTIMIZED_SORTING_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_SERVICE_INVENTORY_OPTIMIZED_SORTING_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmServiceInventoryOptimizedSorting\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_APM_TRACE_EXPLORER_TAB_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_APM_TRACE_EXPLORER_TAB_ID",
+ "description": [],
+ "signature": [
+ "\"observability:apmTraceExplorerTab\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_ENABLE_AWS_LAMBDA_METRICS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_ENABLE_AWS_LAMBDA_METRICS_ID",
+ "description": [],
+ "signature": [
+ "\"observability:enableAwsLambdaMetrics\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_ENABLE_COMPARISON_BY_DEFAULT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_ENABLE_COMPARISON_BY_DEFAULT_ID",
+ "description": [],
+ "signature": [
+ "\"observability:enableComparisonByDefault\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_ENABLE_INFRASTRUCTURE_HOSTS_VIEW_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_ENABLE_INFRASTRUCTURE_HOSTS_VIEW_ID",
+ "description": [],
+ "signature": [
+ "\"observability:enableInfrastructureHostsView\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_ENABLE_INSPECT_ES_QUERIES_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_ENABLE_INSPECT_ES_QUERIES_ID",
+ "description": [],
+ "signature": [
+ "\"observability:enableInspectEsQueries\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_MAX_SUGGESTIONS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_MAX_SUGGESTIONS_ID",
+ "description": [],
+ "signature": [
+ "\"observability:maxSuggestions\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.OBSERVABILITY_PROFILING_ELASTICSEARCH_PLUGIN_ID",
+ "type": "string",
+ "tags": [],
+ "label": "OBSERVABILITY_PROFILING_ELASTICSEARCH_PLUGIN_ID",
+ "description": [],
+ "signature": [
+ "\"observability:profilingElasticsearchPlugin\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.QUERY_ALLOW_LEADING_WILDCARDS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "QUERY_ALLOW_LEADING_WILDCARDS_ID",
+ "description": [],
+ "signature": [
+ "\"query:allowLeadingWildcards\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.QUERY_STRING_OPTIONS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "QUERY_STRING_OPTIONS_ID",
+ "description": [],
+ "signature": [
+ "\"query:queryString:options\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.ROLLUPS_ENABLE_INDEX_PATTERNS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "ROLLUPS_ENABLE_INDEX_PATTERNS_ID",
+ "description": [],
+ "signature": [
+ "\"rollups.enableIndexPatterns\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SAVED_OBJECTS_LISTING_LIMIT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SAVED_OBJECTS_LISTING_LIMIT_ID",
+ "description": [],
+ "signature": [
+ "\"savedObjects:listingLimit\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SAVED_OBJECTS_PER_PAGE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SAVED_OBJECTS_PER_PAGE_ID",
+ "description": [],
+ "signature": [
+ "\"savedObjects:perPage\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SEARCH_INCLUDE_FROZEN_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SEARCH_INCLUDE_FROZEN_ID",
+ "description": [],
+ "signature": [
+ "\"search:includeFrozen\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SEARCH_QUERY_LANGUAGE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SEARCH_QUERY_LANGUAGE_ID",
+ "description": [],
+ "signature": [
+ "\"search:queryLanguage\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SEARCH_TIMEOUT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SEARCH_TIMEOUT_ID",
+ "description": [],
+ "signature": [
+ "\"search:timeout\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_DEFAULT_ANOMALY_SCORE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_DEFAULT_ANOMALY_SCORE_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:defaultAnomalyScore\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_DEFAULT_INDEX_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_DEFAULT_INDEX_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:defaultIndex\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_DEFAULT_THREAT_INDEX_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_DEFAULT_THREAT_INDEX_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:defaultThreatIndex\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_ENABLE_CCS_WARNING_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_ENABLE_CCS_WARNING_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:enableCcsWarning\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_ENABLE_GROUPED_NAV_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_ENABLE_GROUPED_NAV_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:enableGroupedNav\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_ENABLE_NEWS_FEED_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_ENABLE_NEWS_FEED_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:enableNewsFeed\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_IP_REPUTATION_LINKS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_IP_REPUTATION_LINKS_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:ipReputationLinks\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_NEWS_FEED_URL_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_NEWS_FEED_URL_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:newsFeedUrl\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_REFRESH_INTERVAL_DEFAULTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_REFRESH_INTERVAL_DEFAULTS_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:refreshIntervalDefaults\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_RULES_TABLE_REFRESH_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_RULES_TABLE_REFRESH_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:rulesTableRefresh\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_SHOW_RELATED_INTEGRATIONS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_SHOW_RELATED_INTEGRATIONS_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:showRelatedIntegrations\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SECURITY_SOLUTION_TIME_DEFAULTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SECURITY_SOLUTION_TIME_DEFAULTS_ID",
+ "description": [],
+ "signature": [
+ "\"securitySolution:timeDefaults\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SHORT_DOTS_ENABLE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SHORT_DOTS_ENABLE_ID",
+ "description": [],
+ "signature": [
+ "\"shortDots:enable\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.SORT_OPTIONS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "SORT_OPTIONS_ID",
+ "description": [],
+ "signature": [
+ "\"sort:options\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.STATE_STORE_IN_SESSION_STORAGE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "STATE_STORE_IN_SESSION_STORAGE_ID",
+ "description": [],
+ "signature": [
+ "\"state:storeInSessionStorage\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.THEME_DARK_MODE_ID",
+ "type": "string",
+ "tags": [],
+ "label": "THEME_DARK_MODE_ID",
+ "description": [],
+ "signature": [
+ "\"theme:darkMode\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMELION_ES_DEFAULT_INDEX_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMELION_ES_DEFAULT_INDEX_ID",
+ "description": [],
+ "signature": [
+ "\"timelion:es.default_index\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMELION_ES_TIME_FIELD_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMELION_ES_TIME_FIELD_ID",
+ "description": [],
+ "signature": [
+ "\"timelion:es.timefield\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMELION_MAX_BUCKETS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMELION_MAX_BUCKETS_ID",
+ "description": [],
+ "signature": [
+ "\"timelion:max_buckets\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMELION_MIN_INTERVAL_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMELION_MIN_INTERVAL_ID",
+ "description": [],
+ "signature": [
+ "\"timelion:min_interval\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMELION_TARGET_BUCKETS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMELION_TARGET_BUCKETS_ID",
+ "description": [],
+ "signature": [
+ "\"timelion:target_buckets\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMEPICKER_QUICK_RANGES_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMEPICKER_QUICK_RANGES_ID",
+ "description": [],
+ "signature": [
+ "\"timepicker:quickRanges\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMEPICKER_REFRESH_INTERVAL_DEFAULTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMEPICKER_REFRESH_INTERVAL_DEFAULTS_ID",
+ "description": [],
+ "signature": [
+ "\"timepicker:refreshIntervalDefaults\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TIMEPICKER_TIME_DEFAULTS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TIMEPICKER_TIME_DEFAULTS_ID",
+ "description": [],
+ "signature": [
+ "\"timepicker:timeDefaults\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.TRUNCATE_MAX_HEIGHT_ID",
+ "type": "string",
+ "tags": [],
+ "label": "TRUNCATE_MAX_HEIGHT_ID",
+ "description": [],
+ "signature": [
+ "\"truncate:maxHeight\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.VISUALIZATION_COLOR_MAPPING_ID",
+ "type": "string",
+ "tags": [],
+ "label": "VISUALIZATION_COLOR_MAPPING_ID",
+ "description": [],
+ "signature": [
+ "\"visualization:colorMapping\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.VISUALIZATION_ENABLE_LABS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "VISUALIZATION_ENABLE_LABS_ID",
+ "description": [],
+ "signature": [
+ "\"visualize:enableLabs\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.VISUALIZATION_HEATMAP_MAX_BUCKETS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "VISUALIZATION_HEATMAP_MAX_BUCKETS_ID",
+ "description": [],
+ "signature": [
+ "\"visualization:heatmap:maxBuckets\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.VISUALIZATION_LEGACY_GAUGE_CHARTS_LIBRARY_ID",
+ "type": "string",
+ "tags": [],
+ "label": "VISUALIZATION_LEGACY_GAUGE_CHARTS_LIBRARY_ID",
+ "description": [],
+ "signature": [
+ "\"visualization:visualize:legacyGaugeChartsLibrary\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.VISUALIZATION_LEGACY_HEATMAP_CHARTS_LIBRARY_ID",
+ "type": "string",
+ "tags": [],
+ "label": "VISUALIZATION_LEGACY_HEATMAP_CHARTS_LIBRARY_ID",
+ "description": [],
+ "signature": [
+ "\"visualization:visualize:legacyHeatmapChartsLibrary\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.VISUALIZATION_USE_LEGACY_TIME_AXIS_ID",
+ "type": "string",
+ "tags": [],
+ "label": "VISUALIZATION_USE_LEGACY_TIME_AXIS_ID",
+ "description": [],
+ "signature": [
+ "\"visualization:useLegacyTimeAxis\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-ids",
+ "id": "def-common.XPACK_REPORTING_CUSTOM_PDF_LOGO_ID",
+ "type": "string",
+ "tags": [],
+ "label": "XPACK_REPORTING_CUSTOM_PDF_LOGO_ID",
+ "description": [],
+ "signature": [
+ "\"xpackReporting:customPdfLogo\""
+ ],
+ "path": "packages/kbn-management/settings/setting_ids/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx
new file mode 100644
index 0000000000000..c294a94fe7007
--- /dev/null
+++ b/api_docs/kbn_management_settings_ids.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnManagementSettingsIdsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids']
+---
+import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json';
+
+
+
+Contact [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 127 | 0 | 127 | 0 |
+
+## Common
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx
index a757c8ba9946f..17370654b494a 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_management_settings_types.devdocs.json
new file mode 100644
index 0000000000000..e9c76c4189fca
--- /dev/null
+++ b/api_docs/kbn_management_settings_types.devdocs.json
@@ -0,0 +1,1523 @@
+{
+ "id": "@kbn/management-settings-types",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition",
+ "type": "Interface",
+ "tags": [],
+ "label": "FieldDefinition",
+ "description": [
+ "\nA {@link FieldDefinition} adapts a {@link UiSettingMetadata} object to be more\neasily consumed by the UI. It contains additional information about the field\nthat is determined from a given UiSettingMetadata object, (which is a type\nrepresenting a UiSetting)."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.ariaAttributes",
+ "type": "Object",
+ "tags": [],
+ "label": "ariaAttributes",
+ "description": [
+ "UX ARIA attributes derived from the setting."
+ ],
+ "signature": [
+ "{ ariaLabel: string; ariaDescribedBy?: string | undefined; }"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.categories",
+ "type": "Array",
+ "tags": [],
+ "label": "categories",
+ "description": [
+ "A list of categories related to the field."
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.defaultValue",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "defaultValue",
+ "description": [
+ "The default value of the field from Kibana."
+ ],
+ "signature": [
+ "V | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.defaultValueDisplay",
+ "type": "string",
+ "tags": [],
+ "label": "defaultValueDisplay",
+ "description": [
+ "The text-based display of the default value, for use in the UI."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.deprecation",
+ "type": "Object",
+ "tags": [
+ "see"
+ ],
+ "label": "deprecation",
+ "description": [
+ "\nDeprecation information for the field"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-ui-settings-common",
+ "scope": "common",
+ "docId": "kibKbnCoreUiSettingsCommonPluginApi",
+ "section": "def-common.DeprecationSettings",
+ "text": "DeprecationSettings"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.description",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "description",
+ "description": [
+ "A description of the field."
+ ],
+ "signature": [
+ "string | React.ReactElement> | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.displayName",
+ "type": "string",
+ "tags": [],
+ "label": "displayName",
+ "description": [
+ "The name of the field suitable for display in the UX."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.groupId",
+ "type": "string",
+ "tags": [],
+ "label": "groupId",
+ "description": [
+ "The grouping identifier for the field."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.id",
+ "type": "string",
+ "tags": [],
+ "label": "id",
+ "description": [
+ "The unique identifier of the field, typically separated by `:`"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.isCustom",
+ "type": "boolean",
+ "tags": [],
+ "label": "isCustom",
+ "description": [
+ "True if the field is a custom setting, false otherwise."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.isDefaultValue",
+ "type": "boolean",
+ "tags": [],
+ "label": "isDefaultValue",
+ "description": [
+ "True if the current saved setting matches the default setting."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.isOverridden",
+ "type": "boolean",
+ "tags": [],
+ "label": "isOverridden",
+ "description": [
+ "True if the setting is overridden in Kibana, false otherwise."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.isReadOnly",
+ "type": "boolean",
+ "tags": [],
+ "label": "isReadOnly",
+ "description": [
+ "True if the setting is read-only, false otherwise."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.metric",
+ "type": "Object",
+ "tags": [],
+ "label": "metric",
+ "description": [
+ "Metric information when one interacts with the field."
+ ],
+ "signature": [
+ "{ name?: string | undefined; type?: string | undefined; } | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.name",
+ "type": "string",
+ "tags": [],
+ "label": "name",
+ "description": [
+ "The name of the field suitable for use in the UX."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.options",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [
+ "Option information if the field represents a `select` setting."
+ ],
+ "signature": [
+ "{ values: string[] | number[]; labels: Record; } | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.order",
+ "type": "number",
+ "tags": [],
+ "label": "order",
+ "description": [
+ "A rank order for the field relative to other fields."
+ ],
+ "signature": [
+ "number | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.requiresPageReload",
+ "type": "boolean",
+ "tags": [],
+ "label": "requiresPageReload",
+ "description": [
+ "True if the browser must be reloaded for the setting to take effect, false otherwise."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.savedValue",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "savedValue",
+ "description": [
+ "The current saved value of the setting."
+ ],
+ "signature": [
+ "V | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.type",
+ "type": "Uncategorized",
+ "tags": [
+ "see"
+ ],
+ "label": "type",
+ "description": [
+ "\nThe type of setting the field represents."
+ ],
+ "signature": [
+ "T"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.FieldDefinition.unsavedFieldId",
+ "type": "string",
+ "tags": [],
+ "label": "unsavedFieldId",
+ "description": [
+ "An identifier of the field when it has an unsaved change."
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.SelectFieldDefinition",
+ "type": "Interface",
+ "tags": [],
+ "label": "SelectFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `select` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.SelectFieldDefinition",
+ "text": "SelectFieldDefinition"
+ },
+ " extends ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"select\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.SelectFieldDefinition.options",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [
+ "Options are required when this definition is used."
+ ],
+ "signature": [
+ "{ values: string[] | number[]; labels: Record; }"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UiSettingMetadata",
+ "type": "Interface",
+ "tags": [],
+ "label": "UiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} type, whose fields\nare not only optional, but also not strongly typed to\n{@link @kbn/core-ui-settings-common#UiSettingsType}.\n"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ " extends UiSetting"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UiSettingMetadata.type",
+ "type": "Uncategorized",
+ "tags": [
+ "see"
+ ],
+ "label": "type",
+ "description": [
+ "\nThe type of setting being represented."
+ ],
+ "signature": [
+ "T"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UiSettingMetadata.value",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "value",
+ "description": [
+ "The default value in Kibana for the setting."
+ ],
+ "signature": [
+ "V | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UiSettingMetadata.userValue",
+ "type": "Uncategorized",
+ "tags": [],
+ "label": "userValue",
+ "description": [
+ "The value saved by the user."
+ ],
+ "signature": [
+ "V | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UnsavedFieldChange",
+ "type": "Interface",
+ "tags": [],
+ "label": "UnsavedFieldChange",
+ "description": [
+ "\nA {@link UnsavedFieldChange} represents local changes to a field that have not\nyet been saved."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ ""
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UnsavedFieldChange.type",
+ "type": "Uncategorized",
+ "tags": [
+ "see"
+ ],
+ "label": "type",
+ "description": [
+ "\nThe type of setting."
+ ],
+ "signature": [
+ "T"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UnsavedFieldChange.error",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "error",
+ "description": [
+ "An error message, if any, from the change."
+ ],
+ "signature": [
+ "string | null | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UnsavedFieldChange.isInvalid",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "isInvalid",
+ "description": [
+ "True if the change is invalid for the field, false otherwise."
+ ],
+ "signature": [
+ "boolean | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UnsavedFieldChange.unsavedValue",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "unsavedValue",
+ "description": [
+ "The current unsaved value stored in the field."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.KnownTypeToValue",
+ "text": "KnownTypeToValue"
+ },
+ " | null | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ArrayFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "ArrayFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `array` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"array\", (string | number)[] | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ArraySettingType",
+ "type": "Type",
+ "tags": [],
+ "label": "ArraySettingType",
+ "description": [
+ "\nA narrowing type representing all {@link SettingType} values that correspond\nto an `array` primitive type value."
+ ],
+ "signature": [
+ "\"array\""
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ArrayUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "ArrayUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `array` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"array\", (string | number)[] | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ArrayUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "ArrayUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `number` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"array\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.BooleanFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "BooleanFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `boolean` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"boolean\", boolean | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.BooleanSettingType",
+ "type": "Type",
+ "tags": [],
+ "label": "BooleanSettingType",
+ "description": [
+ "\nA narrowing type representing all {@link SettingType} values that correspond\nto an `boolean` primitive type value."
+ ],
+ "signature": [
+ "\"boolean\""
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.BooleanUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "BooleanUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `boolean` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"boolean\", boolean | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.BooleanUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "BooleanUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `boolean` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"boolean\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ColorFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "ColorFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `color` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"color\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ColorUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "ColorUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `color` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"color\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ColorUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "ColorUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `color` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"color\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ImageFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "ImageFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `image` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"image\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ImageUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "ImageUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `image` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"image\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.ImageUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "ImageUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `image` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"image\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.JsonFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "JsonFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `json` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"json\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.JsonUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "JsonUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `json` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"json\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.JsonUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "JsonUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `json` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"json\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.KnownTypeToMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "KnownTypeToMetadata",
+ "description": [
+ "\nThis is a narrowing type, which finds the correct {@link UiSettingMetadata}\ntype based on a given {@link SettingType}."
+ ],
+ "signature": [
+ "T extends \"array\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ArrayUiSettingMetadata",
+ "text": "ArrayUiSettingMetadata"
+ },
+ " : T extends \"boolean\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.BooleanUiSettingMetadata",
+ "text": "BooleanUiSettingMetadata"
+ },
+ " : T extends \"color\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ColorUiSettingMetadata",
+ "text": "ColorUiSettingMetadata"
+ },
+ " : T extends \"image\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.ImageUiSettingMetadata",
+ "text": "ImageUiSettingMetadata"
+ },
+ " : T extends \"json\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.JsonUiSettingMetadata",
+ "text": "JsonUiSettingMetadata"
+ },
+ " : T extends \"markdown\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.MarkdownUiSettingMetadata",
+ "text": "MarkdownUiSettingMetadata"
+ },
+ " : T extends \"number\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.NumberUiSettingMetadata",
+ "text": "NumberUiSettingMetadata"
+ },
+ " : T extends \"select\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.SelectUiSettingMetadata",
+ "text": "SelectUiSettingMetadata"
+ },
+ " : T extends \"string\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.StringUiSettingMetadata",
+ "text": "StringUiSettingMetadata"
+ },
+ " : T extends \"undefined\" ? ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UndefinedUiSettingMetadata",
+ "text": "UndefinedUiSettingMetadata"
+ },
+ " : never"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.KnownTypeToValue",
+ "type": "Type",
+ "tags": [],
+ "label": "KnownTypeToValue",
+ "description": [
+ "\nThis is a narrowing type, which finds the correct primitive type based on a\ngiven {@link SettingType}."
+ ],
+ "signature": [
+ "T extends \"string\" | \"color\" | \"image\" | \"select\" | \"json\" | \"markdown\" ? string : T extends \"boolean\" ? boolean : T extends \"number\" | \"bigint\" ? number : T extends \"array\" ? (string | number)[] : T extends \"undefined\" ? undefined : never"
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.MarkdownFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "MarkdownFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `markdown` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"markdown\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.MarkdownUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "MarkdownUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `markdown` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"markdown\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.MarkdownUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "MarkdownUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `markdown` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"markdown\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.NumberFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "NumberFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `number` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"number\", number | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.NumberSettingType",
+ "type": "Type",
+ "tags": [],
+ "label": "NumberSettingType",
+ "description": [
+ "\nA narrowing type representing all {@link SettingType} values that correspond\nto an `number` primitive type value."
+ ],
+ "signature": [
+ "\"number\""
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.NumberUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "NumberUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `number` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"number\", number | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.NumberUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "NumberUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `number` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"number\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.SelectUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "SelectUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `select` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"select\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.SelectUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "SelectUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `select` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"select\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.SettingType",
+ "type": "Type",
+ "tags": [],
+ "label": "SettingType",
+ "description": [
+ "\nThis is a local type equivalent to {@link UiSettingsType} for flexibility."
+ ],
+ "signature": [
+ "\"string\" | \"number\" | \"boolean\" | \"undefined\" | \"color\" | \"image\" | \"select\" | \"json\" | \"markdown\" | \"array\""
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.StringFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "StringFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `string` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"string\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.StringSettingType",
+ "type": "Type",
+ "tags": [],
+ "label": "StringSettingType",
+ "description": [
+ "\nA narrowing type representing all {@link SettingType} values that correspond\nto an `string` primitive type value."
+ ],
+ "signature": [
+ "\"string\" | \"color\" | \"image\" | \"select\" | \"json\" | \"markdown\""
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.StringUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "StringUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `string` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"string\", string | null>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.StringUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "StringUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `string` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"string\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UndefinedFieldDefinition",
+ "type": "Type",
+ "tags": [],
+ "label": "UndefinedFieldDefinition",
+ "description": [
+ "\nThis is a {@link FieldDefinition} representing {@link UiSetting} `undefined` type\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ "<\"undefined\", null | undefined>"
+ ],
+ "path": "packages/kbn-management/settings/types/field_definition.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UndefinedSettingType",
+ "type": "Type",
+ "tags": [],
+ "label": "UndefinedSettingType",
+ "description": [
+ "\nA narrowing type representing all {@link SettingType} values that correspond\nto an `undefined` type value."
+ ],
+ "signature": [
+ "\"undefined\""
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UndefinedUiSettingMetadata",
+ "type": "Type",
+ "tags": [],
+ "label": "UndefinedUiSettingMetadata",
+ "description": [
+ "\nThis is an type-safe abstraction over the {@link UiSetting} `undefined` type."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UiSettingMetadata",
+ "text": "UiSettingMetadata"
+ },
+ "<\"undefined\", null | undefined>"
+ ],
+ "path": "packages/kbn-management/settings/types/metadata.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.UndefinedUnsavedFieldChange",
+ "type": "Type",
+ "tags": [],
+ "label": "UndefinedUnsavedFieldChange",
+ "description": [
+ "\nThis is a {@link UnsavedFieldChange} representing an unsaved change to a\n{@link FieldDefinition} which has a {@link UiSetting} `undefined` value\nfor use in the UI."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ "<\"undefined\">"
+ ],
+ "path": "packages/kbn-management/settings/types/unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-types",
+ "id": "def-common.Value",
+ "type": "Type",
+ "tags": [],
+ "label": "Value",
+ "description": [
+ "\nA type representing all possible values corresponding to a given {@link SettingType}."
+ ],
+ "signature": [
+ "string | number | boolean | (string | number)[] | null | undefined"
+ ],
+ "path": "packages/kbn-management/settings/types/setting_type.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx
new file mode 100644
index 0000000000000..c8592100f1456
--- /dev/null
+++ b/api_docs/kbn_management_settings_types.mdx
@@ -0,0 +1,33 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnManagementSettingsTypesPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types']
+---
+import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json';
+
+
+
+Contact [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 71 | 0 | 0 | 0 |
+
+## Common
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_management_settings_utilities.devdocs.json b/api_docs/kbn_management_settings_utilities.devdocs.json
new file mode 100644
index 0000000000000..462a359ec8b85
--- /dev/null
+++ b/api_docs/kbn_management_settings_utilities.devdocs.json
@@ -0,0 +1,788 @@
+{
+ "id": "@kbn/management-settings-utilities",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [
+ "\nConvenience function that, given a {@link FieldDefinition} and an {@link UnsavedFieldChange},\nreturns the value to be displayed in the input field, and a boolean indicating whether the\nvalue is an unsaved value.\n"
+ ],
+ "signature": [
+ "(field: F<\"array\">, change: C<\"array\">) => [string[], boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [
+ "The field to compare."
+ ],
+ "signature": [
+ "F<\"array\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [
+ "The unsaved change to compare."
+ ],
+ "signature": [
+ "C<\"array\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"color\">, change: C<\"color\">) => [string, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"color\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"color\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"boolean\">, change: C<\"boolean\">) => [boolean, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"boolean\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"boolean\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"image\">, change: C<\"image\">) => [string, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"image\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"image\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"json\">, change: C<\"json\">) => [string, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"json\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"json\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"markdown\">, change: C<\"markdown\">) => [string, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"markdown\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"markdown\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"number\">, change: C<\"number\">) => [number, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"number\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"number\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"select\">, change: C<\"select\">) => [string, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"select\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"select\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"string\">, change: C<\"string\">) => [string, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"string\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"string\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F<\"undefined\">, change: C<\"undefined\">) => [string | null | undefined, boolean]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F<\"undefined\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C<\"undefined\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue",
+ "type": "Function",
+ "tags": [],
+ "label": "getInputValue",
+ "description": [],
+ "signature": [
+ "(field: F, change: C) => (boolean | ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.KnownTypeToValue",
+ "text": "KnownTypeToValue"
+ },
+ " | null | undefined)[]"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [],
+ "signature": [
+ "F"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.getInputValue.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "change",
+ "description": [],
+ "signature": [
+ "C"
+ ],
+ "path": "packages/kbn-management/settings/utilities/get_input_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.hasUnsavedChange",
+ "type": "Function",
+ "tags": [],
+ "label": "hasUnsavedChange",
+ "description": [
+ "\nCompares a given {@link FieldDefinition} to an {@link UnsavedFieldChange} to determine\nif the field has an unsaved change in the UI.\n"
+ ],
+ "signature": [
+ "(field: Pick<",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>, \"savedValue\">, unsavedChange?: Pick<",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ ", \"unsavedValue\"> | undefined) => boolean"
+ ],
+ "path": "packages/kbn-management/settings/utilities/has_unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.hasUnsavedChange.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [
+ "The field to compare."
+ ],
+ "signature": [
+ "Pick<",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>, \"savedValue\">"
+ ],
+ "path": "packages/kbn-management/settings/utilities/has_unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.hasUnsavedChange.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "unsavedChange",
+ "description": [
+ "The unsaved change to compare."
+ ],
+ "signature": [
+ "Pick<",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.UnsavedFieldChange",
+ "text": "UnsavedFieldChange"
+ },
+ ", \"unsavedValue\"> | undefined"
+ ],
+ "path": "packages/kbn-management/settings/utilities/has_unsaved_change.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.isUnsavedValue",
+ "type": "Function",
+ "tags": [],
+ "label": "isUnsavedValue",
+ "description": [
+ "\nConvenience function to compare a given {@link FieldDefinition} to an {@link UnsavedFieldChange}\nto determine if the value in the unsaved change is a different value from what is saved.\n"
+ ],
+ "signature": [
+ "(field: ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>, unsavedValue?: ",
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.KnownTypeToValue",
+ "text": "KnownTypeToValue"
+ },
+ " | null | undefined) => boolean"
+ ],
+ "path": "packages/kbn-management/settings/utilities/is_unsaved_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.isUnsavedValue.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "field",
+ "description": [
+ "The field to compare."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.FieldDefinition",
+ "text": "FieldDefinition"
+ },
+ " | null>"
+ ],
+ "path": "packages/kbn-management/settings/utilities/is_unsaved_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/management-settings-utilities",
+ "id": "def-common.isUnsavedValue.$2",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "unsavedValue",
+ "description": [
+ "The unsaved value to compare."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/management-settings-types",
+ "scope": "common",
+ "docId": "kibKbnManagementSettingsTypesPluginApi",
+ "section": "def-common.KnownTypeToValue",
+ "text": "KnownTypeToValue"
+ },
+ " | null | undefined"
+ ],
+ "path": "packages/kbn-management/settings/utilities/is_unsaved_value.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx
new file mode 100644
index 0000000000000..31e0ff94a2a40
--- /dev/null
+++ b/api_docs/kbn_management_settings_utilities.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnManagementSettingsUtilitiesPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities']
+---
+import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json';
+
+
+
+Contact [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 39 | 0 | 30 | 0 |
+
+## Common
+
+### Functions
+
+
diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx
index 2a9ddbb07a4b5..8364e5c6de53c 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-09-11
+date: 2023-09-13
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.mdx b/api_docs/kbn_mapbox_gl.mdx
index c3cbea6836261..f309595582bc4 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-09-11
+date: 2023-09-13
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 d9ebcbcfcc291..233ec13546216 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-09-11
+date: 2023-09-13
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 fd2c4d0b9705e..657ff4b8264ad 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-09-11
+date: 2023-09-13
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 dc98d4a337fd0..be9336d573cd2 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-09-11
+date: 2023-09-13
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 8e82d093dfc8f..1a3afc43e56d7 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-09-11
+date: 2023-09-13
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_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx
index 6c8ac5595d6d6..c13c54d34121b 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-09-11
+date: 2023-09-13
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 b6856d0f6287f..647cb07b3eb64 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-09-11
+date: 2023-09-13
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 1ef076df35097..c6f8376c47a28 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-09-11
+date: 2023-09-13
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 c1ae85ddfa961..be18567cbb014 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-09-11
+date: 2023-09-13
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 881d24c69923a..726d94891ed72 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-09-11
+date: 2023-09-13
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 13368efa8d0e7..06ab4563359c0 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-09-11
+date: 2023-09-13
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 46577b3b8d6c7..b74d2f40fb222 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-09-11
+date: 2023-09-13
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 97784b0c9fc7d..e04b238a09c40 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-09-11
+date: 2023-09-13
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 e656ff02146f7..3c6e582f76844 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-09-11
+date: 2023-09-13
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 7bb19a981c248..863d2d28a4e24 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-09-11
+date: 2023-09-13
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 f88b847127d4d..03269cb0d0ed3 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-09-11
+date: 2023-09-13
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 9877effcae9fe..0dae3a21c7702 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-09-11
+date: 2023-09-13
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 d8a617a6fa58f..381ef607c2a62 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-09-11
+date: 2023-09-13
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 ab6266640c94c..05c5b586cab36 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-09-11
+date: 2023-09-13
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 a129d2a44cd92..16c8571c874e4 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-09-11
+date: 2023-09-13
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 e86565fef21fe..57a5df70840ad 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-09-11
+date: 2023-09-13
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 6133597b9ce2e..9dec182d24c48 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-09-11
+date: 2023-09-13
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 4d60bacb6e59a..c6a77c39a1a26 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-09-11
+date: 2023-09-13
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_url_state.mdx b/api_docs/kbn_ml_url_state.mdx
index 135635c505ef4..0d9473a6f86f5 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_monaco.devdocs.json
index a02324fc33509..c7d87a27c0872 100644
--- a/api_docs/kbn_monaco.devdocs.json
+++ b/api_docs/kbn_monaco.devdocs.json
@@ -892,6 +892,61 @@
"children": [],
"returnComment": []
},
+ {
+ "parentPluginId": "@kbn/monaco",
+ "id": "def-common.ESQLLang.languageConfiguration",
+ "type": "Object",
+ "tags": [],
+ "label": "languageConfiguration",
+ "description": [],
+ "path": "packages/kbn-monaco/src/esql/language.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/monaco",
+ "id": "def-common.ESQLLang.languageConfiguration.brackets",
+ "type": "Array",
+ "tags": [],
+ "label": "brackets",
+ "description": [],
+ "signature": [
+ "[string, string][]"
+ ],
+ "path": "packages/kbn-monaco/src/esql/language.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/monaco",
+ "id": "def-common.ESQLLang.languageConfiguration.autoClosingPairs",
+ "type": "Array",
+ "tags": [],
+ "label": "autoClosingPairs",
+ "description": [],
+ "signature": [
+ "{ open: string; close: string; }[]"
+ ],
+ "path": "packages/kbn-monaco/src/esql/language.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/monaco",
+ "id": "def-common.ESQLLang.languageConfiguration.surroundingPairs",
+ "type": "Array",
+ "tags": [],
+ "label": "surroundingPairs",
+ "description": [],
+ "signature": [
+ "{ open: string; close: string; }[]"
+ ],
+ "path": "packages/kbn-monaco/src/esql/language.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ]
+ },
{
"parentPluginId": "@kbn/monaco",
"id": "def-common.ESQLLang.getSuggestionProvider",
diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx
index 997fbcdd0238c..9e5313ea98c4a 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco']
---
import kbnMonacoObj from './kbn_monaco.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 74 | 0 | 72 | 3 |
+| 78 | 0 | 76 | 3 |
## Common
diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx
index 5c952503c898c..dc9d79bfa9777 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-09-11
+date: 2023-09-13
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 e38ab1e481143..56b02aebfb5ea 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details']
---
import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json';
diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx
index 641253b7f126b..5380d1d3b8d3a 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-09-11
+date: 2023-09-13
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 8689722e24020..d010e5fe75378 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-09-11
+date: 2023-09-13
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 4ea9e6457b96f..7c70442dd6f6b 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-09-11
+date: 2023-09-13
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_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx
index 8a84dd2c0ed78..e581c401d18e4 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-09-11
+date: 2023-09-13
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 8ad0ae42f131c..d6a167647782b 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-09-11
+date: 2023-09-13
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 e41a4bd68c978..1f1a6f95d8d1c 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers']
---
import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json';
diff --git a/api_docs/kbn_profiling_utils.devdocs.json b/api_docs/kbn_profiling_utils.devdocs.json
new file mode 100644
index 0000000000000..91934b1fb9ad9
--- /dev/null
+++ b/api_docs/kbn_profiling_utils.devdocs.json
@@ -0,0 +1,2609 @@
+{
+ "id": "@kbn/profiling-utils",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createBaseFlameGraph",
+ "type": "Function",
+ "tags": [],
+ "label": "createBaseFlameGraph",
+ "description": [
+ "\ncreateBaseFlameGraph encapsulates the tree representation into a serialized form."
+ ],
+ "signature": [
+ "(tree: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.CalleeTree",
+ "text": "CalleeTree"
+ },
+ ", samplingRate: number, totalSeconds: number) => ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.BaseFlameGraph",
+ "text": "BaseFlameGraph"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createBaseFlameGraph.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "tree",
+ "description": [
+ "CalleeTree"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.CalleeTree",
+ "text": "CalleeTree"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createBaseFlameGraph.$2",
+ "type": "number",
+ "tags": [],
+ "label": "samplingRate",
+ "description": [
+ "number"
+ ],
+ "signature": [
+ "number"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createBaseFlameGraph.$3",
+ "type": "number",
+ "tags": [],
+ "label": "totalSeconds",
+ "description": [
+ "number"
+ ],
+ "signature": [
+ "number"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "BaseFlameGraph"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree",
+ "type": "Function",
+ "tags": [],
+ "label": "createCalleeTree",
+ "description": [
+ "\nCreate a callee tree"
+ ],
+ "signature": [
+ "(events: Map, stackTraces: Map, stackFrames: Map, executables: Map, totalFrames: number, samplingRate: number) => ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.CalleeTree",
+ "text": "CalleeTree"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "events",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "stackTraces",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree.$3",
+ "type": "Object",
+ "tags": [],
+ "label": "stackFrames",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree.$4",
+ "type": "Object",
+ "tags": [],
+ "label": "executables",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree.$5",
+ "type": "number",
+ "tags": [],
+ "label": "totalFrames",
+ "description": [
+ "number"
+ ],
+ "signature": [
+ "number"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createCalleeTree.$6",
+ "type": "number",
+ "tags": [],
+ "label": "samplingRate",
+ "description": [
+ "number"
+ ],
+ "signature": [
+ "number"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFlameGraph",
+ "type": "Function",
+ "tags": [],
+ "label": "createFlameGraph",
+ "description": [
+ "\n\ncreateFlameGraph combines the base flamegraph with CPU-intensive values.\nThis allows us to create a flamegraph in two steps (e.g. first on the server\nand finally in the browser)."
+ ],
+ "signature": [
+ "(base: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.BaseFlameGraph",
+ "text": "BaseFlameGraph"
+ },
+ ") => ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.ElasticFlameGraph",
+ "text": "ElasticFlameGraph"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFlameGraph.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "base",
+ "description": [
+ "BaseFlameGraph"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.BaseFlameGraph",
+ "text": "BaseFlameGraph"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "ElasticFlameGraph"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFrameGroupID",
+ "type": "Function",
+ "tags": [],
+ "label": "createFrameGroupID",
+ "description": [
+ "\n\ncreateFrameGroupID is the \"standard\" way of grouping frames, by commonly shared group identifiers.\nFor ELF-symbolized frames, group by FunctionName, ExeFileName and FileID.\nFor non-symbolized frames, group by FileID and AddressOrLine.\notherwise group by ExeFileName, SourceFilename and FunctionName."
+ ],
+ "signature": [
+ "(fileID: string, addressOrLine: number, exeFilename: string, sourceFilename: string, functionName: string) => string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFrameGroupID.$1",
+ "type": "string",
+ "tags": [],
+ "label": "fileID",
+ "description": [
+ "string"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFrameGroupID.$2",
+ "type": "number",
+ "tags": [],
+ "label": "addressOrLine",
+ "description": [
+ "string"
+ ],
+ "signature": [
+ "number"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFrameGroupID.$3",
+ "type": "string",
+ "tags": [],
+ "label": "exeFilename",
+ "description": [
+ "string"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFrameGroupID.$4",
+ "type": "string",
+ "tags": [],
+ "label": "sourceFilename",
+ "description": [
+ "string"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createFrameGroupID.$5",
+ "type": "string",
+ "tags": [],
+ "label": "functionName",
+ "description": [
+ "string"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "FrameGroupID"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createStackFrameMetadata",
+ "type": "Function",
+ "tags": [],
+ "label": "createStackFrameMetadata",
+ "description": [
+ "\ncreate stackframe metadata"
+ ],
+ "signature": [
+ "(options: Partial<",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ },
+ ">) => ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.createStackFrameMetadata.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "options",
+ "description": [
+ "Partial"
+ ],
+ "signature": [
+ "Partial<",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ },
+ ">"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "StackFrameMetadata"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.decodeStackTraceResponse",
+ "type": "Function",
+ "tags": [],
+ "label": "decodeStackTraceResponse",
+ "description": [
+ "\nDecodes stack trace response"
+ ],
+ "signature": [
+ "(response: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackTraceResponse",
+ "text": "StackTraceResponse"
+ },
+ ") => ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.DecodedStackTraceResponse",
+ "text": "DecodedStackTraceResponse"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.decodeStackTraceResponse.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "response",
+ "description": [
+ "StackTraceResponse"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackTraceResponse",
+ "text": "StackTraceResponse"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "DecodedStackTraceResponse"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.describeFrameType",
+ "type": "Function",
+ "tags": [],
+ "label": "describeFrameType",
+ "description": [
+ "\nget frame type name"
+ ],
+ "signature": [
+ "(ft: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.FrameType",
+ "text": "FrameType"
+ },
+ ") => string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.describeFrameType.$1",
+ "type": "Enum",
+ "tags": [],
+ "label": "ft",
+ "description": [
+ "FrameType"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.FrameType",
+ "text": "FrameType"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "string"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getCalleeFunction",
+ "type": "Function",
+ "tags": [],
+ "label": "getCalleeFunction",
+ "description": [
+ "\nGet callee function name"
+ ],
+ "signature": [
+ "(frame: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ },
+ ") => string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getCalleeFunction.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "frame",
+ "description": [
+ "StackFrameMetadata"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "string"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getCalleeSource",
+ "type": "Function",
+ "tags": [],
+ "label": "getCalleeSource",
+ "description": [
+ "\nGet callee source information.\nIf we don't have the executable filename, display \nIf no source line or filename available, display the executable offset"
+ ],
+ "signature": [
+ "(frame: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ },
+ ") => string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getCalleeSource.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "frame",
+ "description": [
+ "StackFrameMetadata"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.StackFrameMetadata",
+ "text": "StackFrameMetadata"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "string"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getFieldNameForTopNType",
+ "type": "Function",
+ "tags": [],
+ "label": "getFieldNameForTopNType",
+ "description": [
+ "\nGet Profiling ES field based on TopN Type"
+ ],
+ "signature": [
+ "(type: ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.TopNType",
+ "text": "TopNType"
+ },
+ ") => string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getFieldNameForTopNType.$1",
+ "type": "Enum",
+ "tags": [],
+ "label": "type",
+ "description": [
+ "TopNType"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.TopNType",
+ "text": "TopNType"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "string"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getFrameSymbolStatus",
+ "type": "Function",
+ "tags": [],
+ "label": "getFrameSymbolStatus",
+ "description": [
+ "\nGet frame symbol status"
+ ],
+ "signature": [
+ "(param: FrameSymbolStatusParams) => ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.FrameSymbolStatus",
+ "text": "FrameSymbolStatus"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getFrameSymbolStatus.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "param",
+ "description": [
+ "FrameSymbolStatusParams"
+ ],
+ "signature": [
+ "FrameSymbolStatusParams"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "FrameSymbolStatus"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getLanguageType",
+ "type": "Function",
+ "tags": [],
+ "label": "getLanguageType",
+ "description": [
+ "\nGet language type"
+ ],
+ "signature": [
+ "(param: LanguageTypeParams) => \"NATIVE\" | \"INTERPRETED\""
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.getLanguageType.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "param",
+ "description": [
+ "LanguageTypeParams"
+ ],
+ "signature": [
+ "LanguageTypeParams"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "string"
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.groupStackFrameMetadataByStackTrace",
+ "type": "Function",
+ "tags": [],
+ "label": "groupStackFrameMetadataByStackTrace",
+ "description": [
+ "\nGroup stackframe by stack trace"
+ ],
+ "signature": [
+ "(stackTraces: Map, stackFrames: Map, executables: Map) => Record"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.groupStackFrameMetadataByStackTrace.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "stackTraces",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.groupStackFrameMetadataByStackTrace.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "stackFrames",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.groupStackFrameMetadataByStackTrace.$3",
+ "type": "Object",
+ "tags": [],
+ "label": "executables",
+ "description": [
+ "Map"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [
+ "Record"
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph",
+ "type": "Interface",
+ "tags": [],
+ "label": "BaseFlameGraph",
+ "description": [
+ "\nBase Flamegraph"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.Size",
+ "type": "number",
+ "tags": [],
+ "label": "Size",
+ "description": [
+ "size"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.Edges",
+ "type": "Array",
+ "tags": [],
+ "label": "Edges",
+ "description": [
+ "edges"
+ ],
+ "signature": [
+ "number[][]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.FileID",
+ "type": "Array",
+ "tags": [],
+ "label": "FileID",
+ "description": [
+ "file ids"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.FrameType",
+ "type": "Array",
+ "tags": [],
+ "label": "FrameType",
+ "description": [
+ "frame types"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.Inline",
+ "type": "Array",
+ "tags": [],
+ "label": "Inline",
+ "description": [
+ "inlines"
+ ],
+ "signature": [
+ "boolean[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.ExeFilename",
+ "type": "Array",
+ "tags": [],
+ "label": "ExeFilename",
+ "description": [
+ "executable file names"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.AddressOrLine",
+ "type": "Array",
+ "tags": [],
+ "label": "AddressOrLine",
+ "description": [
+ "address or line"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.FunctionName",
+ "type": "Array",
+ "tags": [],
+ "label": "FunctionName",
+ "description": [
+ "function names"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.FunctionOffset",
+ "type": "Array",
+ "tags": [],
+ "label": "FunctionOffset",
+ "description": [
+ "function offsets"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.SourceFilename",
+ "type": "Array",
+ "tags": [],
+ "label": "SourceFilename",
+ "description": [
+ "source file names"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.SourceLine",
+ "type": "Array",
+ "tags": [],
+ "label": "SourceLine",
+ "description": [
+ "source lines"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.CountInclusive",
+ "type": "Array",
+ "tags": [],
+ "label": "CountInclusive",
+ "description": [
+ "total cpu"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.CountExclusive",
+ "type": "Array",
+ "tags": [],
+ "label": "CountExclusive",
+ "description": [
+ "self cpu"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.TotalSeconds",
+ "type": "number",
+ "tags": [],
+ "label": "TotalSeconds",
+ "description": [
+ "total seconds"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.BaseFlameGraph.SamplingRate",
+ "type": "number",
+ "tags": [],
+ "label": "SamplingRate",
+ "description": [
+ "sampling rate"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree",
+ "type": "Interface",
+ "tags": [],
+ "label": "CalleeTree",
+ "description": [
+ "\nCallee tree"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.Size",
+ "type": "number",
+ "tags": [],
+ "label": "Size",
+ "description": [
+ "size"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.Edges",
+ "type": "Array",
+ "tags": [],
+ "label": "Edges",
+ "description": [
+ "edges"
+ ],
+ "signature": [
+ "Map[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.FileID",
+ "type": "Array",
+ "tags": [],
+ "label": "FileID",
+ "description": [
+ "file ids"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.FrameType",
+ "type": "Array",
+ "tags": [],
+ "label": "FrameType",
+ "description": [
+ "frame types"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.Inline",
+ "type": "Array",
+ "tags": [],
+ "label": "Inline",
+ "description": [
+ "inlines"
+ ],
+ "signature": [
+ "boolean[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.ExeFilename",
+ "type": "Array",
+ "tags": [],
+ "label": "ExeFilename",
+ "description": [
+ "executable file names"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.AddressOrLine",
+ "type": "Array",
+ "tags": [],
+ "label": "AddressOrLine",
+ "description": [
+ "address or lines"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.FunctionName",
+ "type": "Array",
+ "tags": [],
+ "label": "FunctionName",
+ "description": [
+ "function names"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.FunctionOffset",
+ "type": "Array",
+ "tags": [],
+ "label": "FunctionOffset",
+ "description": [
+ "function offsets"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.SourceFilename",
+ "type": "Array",
+ "tags": [],
+ "label": "SourceFilename",
+ "description": [
+ "source file names"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.SourceLine",
+ "type": "Array",
+ "tags": [],
+ "label": "SourceLine",
+ "description": [
+ "source lines"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.CountInclusive",
+ "type": "Array",
+ "tags": [],
+ "label": "CountInclusive",
+ "description": [
+ "total cpu"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.CalleeTree.CountExclusive",
+ "type": "Array",
+ "tags": [],
+ "label": "CountExclusive",
+ "description": [
+ "self cpu"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/callee.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse",
+ "type": "Interface",
+ "tags": [],
+ "label": "DecodedStackTraceResponse",
+ "description": [
+ "Decoded stack trace response"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse.events",
+ "type": "Object",
+ "tags": [],
+ "label": "events",
+ "description": [
+ "Map of Stacktrace ID and event"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse.stackTraces",
+ "type": "Object",
+ "tags": [],
+ "label": "stackTraces",
+ "description": [
+ "Map of stacktrace ID and stacktrace"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse.stackFrames",
+ "type": "Object",
+ "tags": [],
+ "label": "stackFrames",
+ "description": [
+ "Map of stackframe ID and stackframe"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse.executables",
+ "type": "Object",
+ "tags": [],
+ "label": "executables",
+ "description": [
+ "Map of file ID and Executables"
+ ],
+ "signature": [
+ "Map"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse.totalFrames",
+ "type": "number",
+ "tags": [],
+ "label": "totalFrames",
+ "description": [
+ "Total number of frames"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.DecodedStackTraceResponse.samplingRate",
+ "type": "number",
+ "tags": [],
+ "label": "samplingRate",
+ "description": [
+ "sampling rate"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ElasticFlameGraph",
+ "type": "Interface",
+ "tags": [],
+ "label": "ElasticFlameGraph",
+ "description": [
+ "Elasticsearch flamegraph"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.ElasticFlameGraph",
+ "text": "ElasticFlameGraph"
+ },
+ " extends ",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.BaseFlameGraph",
+ "text": "BaseFlameGraph"
+ }
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ElasticFlameGraph.ID",
+ "type": "Array",
+ "tags": [],
+ "label": "ID",
+ "description": [
+ "ID"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ElasticFlameGraph.Label",
+ "type": "Array",
+ "tags": [],
+ "label": "Label",
+ "description": [
+ "Label"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/flamegraph.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.Executable",
+ "type": "Interface",
+ "tags": [],
+ "label": "Executable",
+ "description": [
+ "Executable"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.Executable.FileName",
+ "type": "string",
+ "tags": [],
+ "label": "FileName",
+ "description": [
+ "file name"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ProfilingStatusResponse",
+ "type": "Interface",
+ "tags": [],
+ "label": "ProfilingStatusResponse",
+ "description": [
+ "Profiling status response"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ProfilingStatusResponse.profiling",
+ "type": "Object",
+ "tags": [],
+ "label": "profiling",
+ "description": [
+ "profiling enabled"
+ ],
+ "signature": [
+ "{ enabled: boolean; }"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ProfilingStatusResponse.resource_management",
+ "type": "Object",
+ "tags": [],
+ "label": "resource_management",
+ "description": [
+ "resource management status"
+ ],
+ "signature": [
+ "{ enabled: boolean; }"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ProfilingStatusResponse.resources",
+ "type": "Object",
+ "tags": [],
+ "label": "resources",
+ "description": [
+ "Indices creates / pre 8.9.1 data still available"
+ ],
+ "signature": [
+ "{ created: boolean; pre_8_9_1_data: boolean; }"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrame",
+ "type": "Interface",
+ "tags": [],
+ "label": "StackFrame",
+ "description": [
+ "Stack frame"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrame.FileName",
+ "type": "string",
+ "tags": [],
+ "label": "FileName",
+ "description": [
+ "file name"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrame.FunctionName",
+ "type": "string",
+ "tags": [],
+ "label": "FunctionName",
+ "description": [
+ "function name"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrame.FunctionOffset",
+ "type": "number",
+ "tags": [],
+ "label": "FunctionOffset",
+ "description": [
+ "function offset"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrame.LineNumber",
+ "type": "number",
+ "tags": [],
+ "label": "LineNumber",
+ "description": [
+ "line number"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrame.Inline",
+ "type": "boolean",
+ "tags": [],
+ "label": "Inline",
+ "description": [
+ "inline"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata",
+ "type": "Interface",
+ "tags": [],
+ "label": "StackFrameMetadata",
+ "description": [
+ "Stack frame metadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.FrameID",
+ "type": "string",
+ "tags": [],
+ "label": "FrameID",
+ "description": [
+ "StackTrace.FrameID"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.FileID",
+ "type": "string",
+ "tags": [],
+ "label": "FileID",
+ "description": [
+ "StackTrace.FileID"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.FrameType",
+ "type": "Enum",
+ "tags": [],
+ "label": "FrameType",
+ "description": [
+ "StackTrace.Type"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.Inline",
+ "type": "boolean",
+ "tags": [],
+ "label": "Inline",
+ "description": [
+ "StackFrame.Inline"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.AddressOrLine",
+ "type": "number",
+ "tags": [],
+ "label": "AddressOrLine",
+ "description": [
+ "StackTrace.AddressOrLine"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.FunctionName",
+ "type": "string",
+ "tags": [],
+ "label": "FunctionName",
+ "description": [
+ "StackFrame.FunctionName"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.FunctionOffset",
+ "type": "number",
+ "tags": [],
+ "label": "FunctionOffset",
+ "description": [
+ "StackFrame.FunctionOffset"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SourceID",
+ "type": "string",
+ "tags": [],
+ "label": "SourceID",
+ "description": [
+ "should this be StackFrame.SourceID?"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SourceFilename",
+ "type": "string",
+ "tags": [],
+ "label": "SourceFilename",
+ "description": [
+ "StackFrame.Filename"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SourceLine",
+ "type": "number",
+ "tags": [],
+ "label": "SourceLine",
+ "description": [
+ "StackFrame.LineNumber"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.FunctionSourceLine",
+ "type": "number",
+ "tags": [],
+ "label": "FunctionSourceLine",
+ "description": [
+ "auto-generated - see createStackFrameMetadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.ExeFileName",
+ "type": "string",
+ "tags": [],
+ "label": "ExeFileName",
+ "description": [
+ "Executable.FileName"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.CommitHash",
+ "type": "string",
+ "tags": [],
+ "label": "CommitHash",
+ "description": [
+ "unused atm due to lack of symbolization metadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SourceCodeURL",
+ "type": "string",
+ "tags": [],
+ "label": "SourceCodeURL",
+ "description": [
+ "unused atm due to lack of symbolization metadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SourcePackageHash",
+ "type": "string",
+ "tags": [],
+ "label": "SourcePackageHash",
+ "description": [
+ "unused atm due to lack of symbolization metadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SourcePackageURL",
+ "type": "string",
+ "tags": [],
+ "label": "SourcePackageURL",
+ "description": [
+ "unused atm due to lack of symbolization metadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameMetadata.SamplingRate",
+ "type": "number",
+ "tags": [],
+ "label": "SamplingRate",
+ "description": [
+ "unused atm due to lack of symbolization metadata"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTrace",
+ "type": "Interface",
+ "tags": [],
+ "label": "StackTrace",
+ "description": [
+ "Stack trace"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTrace.FrameIDs",
+ "type": "Array",
+ "tags": [],
+ "label": "FrameIDs",
+ "description": [
+ "frame ids"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTrace.FileIDs",
+ "type": "Array",
+ "tags": [],
+ "label": "FileIDs",
+ "description": [
+ "file ids"
+ ],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTrace.AddressOrLines",
+ "type": "Array",
+ "tags": [],
+ "label": "AddressOrLines",
+ "description": [
+ "address or lines"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTrace.Types",
+ "type": "Array",
+ "tags": [],
+ "label": "Types",
+ "description": [
+ "types"
+ ],
+ "signature": [
+ "number[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse",
+ "type": "Interface",
+ "tags": [],
+ "label": "StackTraceResponse",
+ "description": [
+ "Profiling stacktrace"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse.stack_trace_events",
+ "type": "Object",
+ "tags": [],
+ "label": "['stack_trace_events']",
+ "description": [
+ "stack trace events"
+ ],
+ "signature": [
+ "ProfilingEvents | undefined"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse.stack_traces",
+ "type": "Object",
+ "tags": [],
+ "label": "['stack_traces']",
+ "description": [
+ "stack traces"
+ ],
+ "signature": [
+ "ProfilingStackTraces | undefined"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse.stack_frames",
+ "type": "Object",
+ "tags": [],
+ "label": "['stack_frames']",
+ "description": [
+ "stack frames"
+ ],
+ "signature": [
+ "ProfilingStackFrames | undefined"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse.executables",
+ "type": "Object",
+ "tags": [],
+ "label": "['executables']",
+ "description": [
+ "executables"
+ ],
+ "signature": [
+ "ProfilingExecutables | undefined"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse.total_frames",
+ "type": "number",
+ "tags": [],
+ "label": "['total_frames']",
+ "description": [
+ "total frames"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceResponse.sampling_rate",
+ "type": "number",
+ "tags": [],
+ "label": "['sampling_rate']",
+ "description": [
+ "sampling rate"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.FrameSymbolStatus",
+ "type": "Enum",
+ "tags": [],
+ "label": "FrameSymbolStatus",
+ "description": [
+ "\nFrame symbol status"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.FrameType",
+ "type": "Enum",
+ "tags": [],
+ "label": "FrameType",
+ "description": [
+ "\nFrame type"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.ProfilingESField",
+ "type": "Enum",
+ "tags": [],
+ "label": "ProfilingESField",
+ "description": [
+ "\nProfiling Elasticsearch fields"
+ ],
+ "path": "packages/kbn-profiling-utils/common/elasticsearch.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTracesDisplayOption",
+ "type": "Enum",
+ "tags": [],
+ "label": "StackTracesDisplayOption",
+ "description": [
+ "\nStacktraces options"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.TopNType",
+ "type": "Enum",
+ "tags": [],
+ "label": "TopNType",
+ "description": [
+ "\nFunctions TopN types definition"
+ ],
+ "path": "packages/kbn-profiling-utils/common/stack_traces.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.FileID",
+ "type": "Type",
+ "tags": [],
+ "label": "FileID",
+ "description": [
+ "\nFile ID"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.FrameGroupID",
+ "type": "Type",
+ "tags": [],
+ "label": "FrameGroupID",
+ "description": [
+ "Frame group ID"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/frame_group.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackFrameID",
+ "type": "Type",
+ "tags": [],
+ "label": "StackFrameID",
+ "description": [
+ "\nStackFrame ID"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.StackTraceID",
+ "type": "Type",
+ "tags": [],
+ "label": "StackTraceID",
+ "description": [
+ "\nStacktrace ID"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyExecutable",
+ "type": "Object",
+ "tags": [],
+ "label": "emptyExecutable",
+ "description": [
+ "\nEmpty exectutable"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyExecutable.FileName",
+ "type": "string",
+ "tags": [],
+ "label": "FileName",
+ "description": [
+ "/** file name */"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackFrame",
+ "type": "Object",
+ "tags": [],
+ "label": "emptyStackFrame",
+ "description": [
+ "\nEmpty stack frame"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackFrame.FileName",
+ "type": "string",
+ "tags": [],
+ "label": "FileName",
+ "description": [
+ "/** File name */"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackFrame.FunctionName",
+ "type": "string",
+ "tags": [],
+ "label": "FunctionName",
+ "description": [
+ "/** Function name */"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackFrame.FunctionOffset",
+ "type": "number",
+ "tags": [],
+ "label": "FunctionOffset",
+ "description": [
+ "/** Function offset */"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackFrame.LineNumber",
+ "type": "number",
+ "tags": [],
+ "label": "LineNumber",
+ "description": [
+ "/** Line number */"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackFrame.Inline",
+ "type": "boolean",
+ "tags": [],
+ "label": "Inline",
+ "description": [
+ "/** Inline */"
+ ],
+ "signature": [
+ "false"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackTrace",
+ "type": "Object",
+ "tags": [],
+ "label": "emptyStackTrace",
+ "description": [
+ "\nEmpty stack trace"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackTrace.FrameIDs",
+ "type": "Array",
+ "tags": [],
+ "label": "FrameIDs",
+ "description": [
+ "/** Frame IDs */"
+ ],
+ "signature": [
+ "never[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackTrace.FileIDs",
+ "type": "Array",
+ "tags": [],
+ "label": "FileIDs",
+ "description": [
+ "/** File IDs */"
+ ],
+ "signature": [
+ "never[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackTrace.AddressOrLines",
+ "type": "Array",
+ "tags": [],
+ "label": "AddressOrLines",
+ "description": [
+ "/** Address or lines */"
+ ],
+ "signature": [
+ "never[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/profiling-utils",
+ "id": "def-common.emptyStackTrace.Types",
+ "type": "Array",
+ "tags": [],
+ "label": "Types",
+ "description": [
+ "/** Types */"
+ ],
+ "signature": [
+ "never[]"
+ ],
+ "path": "packages/kbn-profiling-utils/common/profiling.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx
new file mode 100644
index 0000000000000..a864a8f52e917
--- /dev/null
+++ b/api_docs/kbn_profiling_utils.mdx
@@ -0,0 +1,42 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnProfilingUtilsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils']
+---
+import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json';
+
+
+
+Contact [@elastic/profiling-ui](https://github.com/orgs/elastic/teams/profiling-ui) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 143 | 0 | 0 | 0 |
+
+## Common
+
+### Objects
+
+
+### Functions
+
+
+### Interfaces
+
+
+### Enums
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx
index c941a4230691b..62f75661a564a 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-09-11
+date: 2023-09-13
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 edca020f7b175..934776daccf4c 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-09-11
+date: 2023-09-13
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 b9825703651a2..be5b4d7317203 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-09-11
+date: 2023-09-13
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 52e28e2d0a5f6..47a7840f07b8d 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-09-11
+date: 2023-09-13
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 4f5158dd1d757..2284a1ab60842 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-09-11
+date: 2023-09-13
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 156f56ad7f86c..a2b1c5c67e218 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-09-11
+date: 2023-09-13
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 e5c06379661f2..1a9f28711e615 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-09-11
+date: 2023-09-13
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 4243cb83a8370..32ecfc853ef48 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-09-11
+date: 2023-09-13
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 049ed34456bd9..da1599e7fc66f 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-09-11
+date: 2023-09-13
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 11cea446958c8..76950102c2693 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-09-11
+date: 2023-09-13
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 700068ec3b0bf..3decad6e6e1c3 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-09-11
+date: 2023-09-13
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 d2becb7a3a507..3e2c73632a132 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-09-11
+date: 2023-09-13
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 b3909478fcb7e..6a2412a96fc1f 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common']
---
import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json';
diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx
index cf4e4a4a5088c..bd1de89298aa7 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-09-11
+date: 2023-09-13
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 8fd3865b9bce2..679ea275d904d 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-09-11
+date: 2023-09-13
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 ff9d7fc6c0928..6089cf1b5a99a 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-09-11
+date: 2023-09-13
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 24eda1fcc6bb4..f6c4935a70707 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-09-11
+date: 2023-09-13
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 60025be84f67b..4234000350c4d 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-09-11
+date: 2023-09-13
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.mdx b/api_docs/kbn_search_connectors.mdx
index 15915df6bd097..091ec4908a5e1 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors']
---
import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json';
diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx
index 4c141b7db37e1..6acb8bc0ab314 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-09-11
+date: 2023-09-13
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_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx
index 4064387335207..a50f73e7ca604 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-09-11
+date: 2023-09-13
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 8827e825dfa97..265af90e0d81a 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-09-11
+date: 2023-09-13
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 43456475aa285..90a55a8147350 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-09-11
+date: 2023-09-13
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 38aa39a46852c..349822c41dd04 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-09-11
+date: 2023-09-13
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 3e879e3947138..676bd50193170 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-09-11
+date: 2023-09-13
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 c8b779d2542a9..45cea3ee8386b 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-09-11
+date: 2023-09-13
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 f6e9a1b05b169..425802eee52dc 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-09-11
+date: 2023-09-13
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 a76440bff5dff..f401066e69335 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-09-11
+date: 2023-09-13
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 e7a40a9627e1b..7666acc49edef 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-09-11
+date: 2023-09-13
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 d8142ad2df020..c0d0505a3c8ad 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-09-11
+date: 2023-09-13
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 136ca71b15d61..47686702540aa 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-09-11
+date: 2023-09-13
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 088d9921ab31e..6c3fa9690485a 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-09-11
+date: 2023-09-13
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 382ea471d0a96..c88f5a634e9d7 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-09-11
+date: 2023-09-13
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 cd08f582f3f12..fbd9cea5e3ccd 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-09-11
+date: 2023-09-13
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 1cbb8d7a7da20..2e40e7c12c181 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-09-11
+date: 2023-09-13
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 4e3b0747394dc..e542cc8df8dac 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-09-11
+date: 2023-09-13
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 1d01058054cd8..05eb8cc077765 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-09-11
+date: 2023-09-13
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 987788c92a3cf..c38ace33dbbc1 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-09-11
+date: 2023-09-13
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 327490c35b35e..d1acab8a34fd8 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-09-11
+date: 2023-09-13
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 e37d46a0d5cb5..d8e7c5a7d078f 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-09-11
+date: 2023-09-13
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 a1867708dd125..1bc4ef4d225e4 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-09-11
+date: 2023-09-13
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 0164520dde720..69ec92ff8e812 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-09-11
+date: 2023-09-13
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 a8399cfbbc35b..d172148a6b99c 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-09-11
+date: 2023-09-13
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 cdfb540ac13a2..04c06dd1c5630 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_serverless_common_settings.devdocs.json
new file mode 100644
index 0000000000000..7a9606cbc24d0
--- /dev/null
+++ b/api_docs/kbn_serverless_common_settings.devdocs.json
@@ -0,0 +1,43 @@
+{
+ "id": "@kbn/serverless-common-settings",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/serverless-common-settings",
+ "id": "def-common.ALL_COMMON_SETTINGS",
+ "type": "Array",
+ "tags": [],
+ "label": "ALL_COMMON_SETTINGS",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/serverless/settings/common/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx
new file mode 100644
index 0000000000000..ee878f57220cc
--- /dev/null
+++ b/api_docs/kbn_serverless_common_settings.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnServerlessCommonSettingsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings']
+---
+import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json';
+
+
+
+Contact [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 1 | 0 | 1 | 0 |
+
+## Common
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_serverless_observability_settings.devdocs.json b/api_docs/kbn_serverless_observability_settings.devdocs.json
new file mode 100644
index 0000000000000..35b798a42f024
--- /dev/null
+++ b/api_docs/kbn_serverless_observability_settings.devdocs.json
@@ -0,0 +1,43 @@
+{
+ "id": "@kbn/serverless-observability-settings",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/serverless-observability-settings",
+ "id": "def-common.OBSERVABILITY_PROJECT_SETTINGS",
+ "type": "Array",
+ "tags": [],
+ "label": "OBSERVABILITY_PROJECT_SETTINGS",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/serverless/settings/observability_project/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx
new file mode 100644
index 0000000000000..02c5606b0aa82
--- /dev/null
+++ b/api_docs/kbn_serverless_observability_settings.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnServerlessObservabilitySettingsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings']
+---
+import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json';
+
+
+
+Contact [@elastic/appex-sharedux @elastic/apm-ui @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 1 | 0 | 1 | 0 |
+
+## Common
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_serverless_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx
index 03e303d69ab4c..0844f0e999d77 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_serverless_search_settings.devdocs.json
new file mode 100644
index 0000000000000..772c029aea954
--- /dev/null
+++ b/api_docs/kbn_serverless_search_settings.devdocs.json
@@ -0,0 +1,43 @@
+{
+ "id": "@kbn/serverless-search-settings",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/serverless-search-settings",
+ "id": "def-common.SEARCH_PROJECT_SETTINGS",
+ "type": "Array",
+ "tags": [],
+ "label": "SEARCH_PROJECT_SETTINGS",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/serverless/settings/search_project/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx
new file mode 100644
index 0000000000000..575c3a99a7c68
--- /dev/null
+++ b/api_docs/kbn_serverless_search_settings.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnServerlessSearchSettingsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings']
+---
+import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json';
+
+
+
+Contact [@elastic/enterprise-search-frontend @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/enterprise-search-frontend ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 1 | 0 | 1 | 0 |
+
+## Common
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_serverless_security_settings.devdocs.json b/api_docs/kbn_serverless_security_settings.devdocs.json
new file mode 100644
index 0000000000000..fd54e257a28c8
--- /dev/null
+++ b/api_docs/kbn_serverless_security_settings.devdocs.json
@@ -0,0 +1,43 @@
+{
+ "id": "@kbn/serverless-security-settings",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/serverless-security-settings",
+ "id": "def-common.SECURITY_PROJECT_SETTINGS",
+ "type": "Array",
+ "tags": [],
+ "label": "SECURITY_PROJECT_SETTINGS",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "packages/serverless/settings/security_project/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx
new file mode 100644
index 0000000000000..9961dbdbed79f
--- /dev/null
+++ b/api_docs/kbn_serverless_security_settings.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnServerlessSecuritySettingsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings']
+---
+import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json';
+
+
+
+Contact [@elastic/security-solution @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/security-solution ) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 1 | 0 | 1 | 0 |
+
+## Common
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx
index b9cb6f105cc37..29344ddbe1e98 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-09-11
+date: 2023-09-13
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 97be347b347cf..2d8ba2d0494b8 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-09-11
+date: 2023-09-13
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 4415cab557213..96c052166a38b 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-09-11
+date: 2023-09-13
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_avatar_user_profile_components.mdx b/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx
index 361649cc4a441..a7c0873016a7e 100644
--- a/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx
+++ b/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-user-profile-components
title: "@kbn/shared-ux-avatar-user-profile-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-avatar-user-profile-components plugin
-date: 2023-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-user-profile-components']
---
import kbnSharedUxAvatarUserProfileComponentsObj from './kbn_shared_ux_avatar_user_profile_components.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 a729d51080db2..5e4e0be470993 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-09-11
+date: 2023-09-13
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_exit_full_screen_mocks.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx
index c687fc670021a..a9da1a6e22917 100644
--- a/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx
+++ b/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen-mocks
title: "@kbn/shared-ux-button-exit-full-screen-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-button-exit-full-screen-mocks plugin
-date: 2023-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen-mocks']
---
import kbnSharedUxButtonExitFullScreenMocksObj from './kbn_shared_ux_button_exit_full_screen_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx
index fcc1adbbb6ee2..f5826bcf9adda 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-09-11
+date: 2023-09-13
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 5d0723f9acb7b..2c583dc3e77ac 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-09-11
+date: 2023-09-13
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 79ceb1909b814..860e878a2a25c 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-09-11
+date: 2023-09-13
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 98f73bb37866d..65ec1953880ad 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-09-11
+date: 2023-09-13
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_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx
index a3a237257d9ca..3d5ebbcc325ef 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-09-11
+date: 2023-09-13
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 15cf4d369bd2d..05df1e3c48d61 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-09-11
+date: 2023-09-13
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 7a58d73ef6027..170065a54c9f7 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-09-11
+date: 2023-09-13
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 040ac97a76d8d..2c46fdac34a17 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-09-11
+date: 2023-09-13
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 a0b3f16b680c2..2a6fd8a8efa67 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-09-11
+date: 2023-09-13
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 d639424d3f860..2a06b6994f5d1 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-09-11
+date: 2023-09-13
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 6c4f3a13c1c73..270775d965ea4 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-09-11
+date: 2023-09-13
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 a57ca6ce18e56..aa952107aa3c7 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-09-11
+date: 2023-09-13
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 c1def5499b274..0ceccc88c158b 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-09-11
+date: 2023-09-13
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 e5f1be438f261..85f28f39af24e 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-09-11
+date: 2023-09-13
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 6fced1f1bb474..460ee093f305b 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-09-11
+date: 2023-09-13
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 b2342f44da029..7cab462394e11 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-09-11
+date: 2023-09-13
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 63f2eb961476e..e95b52c7c244f 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-09-11
+date: 2023-09-13
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 179fdfeb91e11..8c3fb6850cb95 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-09-11
+date: 2023-09-13
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 6f62d52fd1040..eb426bcaba79e 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-09-11
+date: 2023-09-13
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 1ae7f98535dd9..49c8f063f8e85 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-09-11
+date: 2023-09-13
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 6bbbb9c68f1fb..48326fcb14531 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-09-11
+date: 2023-09-13
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 e828b6e615193..20246a63b2fda 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-09-11
+date: 2023-09-13
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 1c0f41eb8605d..f7e47aceaa5d8 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-09-11
+date: 2023-09-13
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 226d202053dec..b4f83099a82e3 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-09-11
+date: 2023-09-13
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 a63eafcd33b29..c97a83e2a4f7c 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-09-11
+date: 2023-09-13
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 4b05a2bf34a37..e1defde765930 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-09-11
+date: 2023-09-13
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 6748f8fb93727..e283143b1c9e6 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-09-11
+date: 2023-09-13
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 108f2b8805b71..cd1ed4e1ae3c6 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-09-11
+date: 2023-09-13
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 a5c810427ab61..6ce1356fa6531 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-09-11
+date: 2023-09-13
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 ed3bafb114169..58f84c6c6b8a5 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-09-11
+date: 2023-09-13
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 e6645be3d6a82..426ee9804e6bd 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-09-11
+date: 2023-09-13
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 bf9d96e5ce41b..a40d398aa75e2 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-09-11
+date: 2023-09-13
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 47502f92effa3..74e0173895b61 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-09-11
+date: 2023-09-13
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 b9434c039d32b..e2098bf0cff02 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-09-11
+date: 2023-09-13
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 b4edfb19ccf99..e9ff3a531ff1b 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-09-11
+date: 2023-09-13
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 396ba1c2cb05b..8bd2a0a66f841 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-09-11
+date: 2023-09-13
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 c157ab5ba33c2..79e5777d0b021 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-09-11
+date: 2023-09-13
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 0ef122cf78543..7ae5e6ab1827e 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-09-11
+date: 2023-09-13
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 99a57252b4cea..4cf9de783e1cb 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-09-11
+date: 2023-09-13
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 83e1de0f426bf..29e0fe389034a 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-09-11
+date: 2023-09-13
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 e3e61795e7ec9..953065aae5fe0 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools']
---
import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json';
diff --git a/api_docs/kbn_test.devdocs.json b/api_docs/kbn_test.devdocs.json
index 86f6572ae1162..222a0d35f68c6 100644
--- a/api_docs/kbn_test.devdocs.json
+++ b/api_docs/kbn_test.devdocs.json
@@ -3136,7 +3136,14 @@
"\nLicense to run your cluster under. Keep in mind that a `trial` license\nhas an expiration date. If you are using a `dataArchive` with your tests,\nyou'll likely need to use `basic` or `gold` to prevent the test from failing\nwhen the license expires."
],
"signature": [
- "\"basic\" | \"gold\" | \"trial\" | undefined"
+ {
+ "pluginId": "@kbn/es",
+ "scope": "common",
+ "docId": "kibKbnEsPluginApi",
+ "section": "def-common.ArtifactLicense",
+ "text": "ArtifactLicense"
+ },
+ " | undefined"
],
"path": "packages/kbn-test/src/es/test_es_cluster.ts",
"deprecated": false,
diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx
index a03a0bf66e4bc..bc1f0cceeae58 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-09-11
+date: 2023-09-13
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 32b779494e656..7afa74db5d8da 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-09-11
+date: 2023-09-13
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 4501b58596a04..46134be6ad400 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-09-11
+date: 2023-09-13
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 523f2582faba6..e7e110038a130 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-09-11
+date: 2023-09-13
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 82c0d0f252595..2a80fe3482872 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log']
---
import kbnToolingLogObj from './kbn_tooling_log.devdocs.json';
diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx
index c4668fefd0aa2..14dc50ec51bf4 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-09-11
+date: 2023-09-13
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 c97b1a23a77db..a62c7030a00d2 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-09-11
+date: 2023-09-13
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 28c4a2e7e49da..7e28e9a4d322b 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-09-11
+date: 2023-09-13
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 06329a47f3c24..9f5852794430a 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-09-11
+date: 2023-09-13
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 ceb7c941ea529..a43a72a165881 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_unified_data_table.devdocs.json
index ae7cb737b9638..66f136070b569 100644
--- a/api_docs/kbn_unified_data_table.devdocs.json
+++ b/api_docs/kbn_unified_data_table.devdocs.json
@@ -1579,6 +1579,56 @@
"initialIsOpen": false
}
],
- "objects": []
+ "objects": [
+ {
+ "parentPluginId": "@kbn/unified-data-table",
+ "id": "def-common.ROWS_HEIGHT_OPTIONS",
+ "type": "Object",
+ "tags": [],
+ "label": "ROWS_HEIGHT_OPTIONS",
+ "description": [
+ "\nRow height might be a value from -1 to 20\nA value of -1 automatically adjusts the row height to fit the contents.\nA value of 0 displays the content in a single line.\nA value from 1 to 20 represents number of lines of Document explorer row to display."
+ ],
+ "path": "packages/kbn-unified-data-table/src/constants.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/unified-data-table",
+ "id": "def-common.ROWS_HEIGHT_OPTIONS.auto",
+ "type": "number",
+ "tags": [],
+ "label": "auto",
+ "description": [],
+ "path": "packages/kbn-unified-data-table/src/constants.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/unified-data-table",
+ "id": "def-common.ROWS_HEIGHT_OPTIONS.single",
+ "type": "number",
+ "tags": [],
+ "label": "single",
+ "description": [],
+ "path": "packages/kbn-unified-data-table/src/constants.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/unified-data-table",
+ "id": "def-common.ROWS_HEIGHT_OPTIONS.default",
+ "type": "number",
+ "tags": [],
+ "label": "default",
+ "description": [],
+ "path": "packages/kbn-unified-data-table/src/constants.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ]
}
}
\ No newline at end of file
diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx
index 7482eee3c7898..2f7a28bcca9ac 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table']
---
import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json';
@@ -21,10 +21,13 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 88 | 0 | 39 | 1 |
+| 92 | 0 | 42 | 1 |
## Common
+### Objects
+
+
### Functions
diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx
index de651f9526958..fb88b69a01b1c 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-09-11
+date: 2023-09-13
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.devdocs.json b/api_docs/kbn_unified_field_list.devdocs.json
index dddaeb04aa725..d8aeafc25ecbe 100644
--- a/api_docs/kbn_unified_field_list.devdocs.json
+++ b/api_docs/kbn_unified_field_list.devdocs.json
@@ -1520,7 +1520,7 @@
},
" | undefined; }; getCreationOptions: () => ",
"UnifiedFieldListSidebarContainerCreationOptions",
- "; isSidebarCollapsed?: boolean | undefined; prependInFlyout?: (() => React.ReactNode) | undefined; variant?: \"responsive\" | \"button-and-flyout-always\" | \"list-always\" | undefined; onSelectedFieldFilter?: ((field: ",
+ "; prependInFlyout?: (() => React.ReactNode) | undefined; variant?: \"responsive\" | \"button-and-flyout-always\" | \"list-always\" | undefined; onSelectedFieldFilter?: ((field: ",
{
"pluginId": "dataViews",
"scope": "common",
@@ -2985,6 +2985,20 @@
}
]
},
+ {
+ "parentPluginId": "@kbn/unified-field-list",
+ "id": "def-common.FieldListFiltersProps.compressed",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "compressed",
+ "description": [],
+ "signature": [
+ "boolean | undefined"
+ ],
+ "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "@kbn/unified-field-list",
"id": "def-common.FieldListFiltersProps.nameFilter",
@@ -5733,7 +5747,7 @@
},
" | undefined; }; getCreationOptions: () => ",
"UnifiedFieldListSidebarContainerCreationOptions",
- "; isSidebarCollapsed?: boolean | undefined; prependInFlyout?: (() => React.ReactNode) | undefined; variant?: \"responsive\" | \"button-and-flyout-always\" | \"list-always\" | undefined; onSelectedFieldFilter?: ((field: ",
+ "; prependInFlyout?: (() => React.ReactNode) | undefined; variant?: \"responsive\" | \"button-and-flyout-always\" | \"list-always\" | undefined; onSelectedFieldFilter?: ((field: ",
{
"pluginId": "dataViews",
"scope": "common",
diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx
index d615ff67dbdab..257f9d38d9e90 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list']
---
import kbnUnifiedFieldListObj from './kbn_unified_field_list.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 |
|-------------------|-----------|------------------------|-----------------|
-| 302 | 0 | 275 | 9 |
+| 303 | 0 | 276 | 9 |
## Common
diff --git a/api_docs/kbn_url_state.mdx b/api_docs/kbn_url_state.mdx
index ed8f275a6ca28..f96bf45a0263b 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-09-11
+date: 2023-09-13
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 963430e66b98b..3f6ef80b04d09 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-09-11
+date: 2023-09-13
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 2f6fc7ec348c8..e2494c484925a 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-09-11
+date: 2023-09-13
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 fb3468c4c0ead..62eb2672f9c27 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-09-11
+date: 2023-09-13
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 e8176f1bf8820..0378171610dcb 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-09-11
+date: 2023-09-13
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 472e8e9941830..141f78735f1b5 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-09-11
+date: 2023-09-13
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 b453b8f3929e7..275fee7af2303 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components']
---
import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json';
diff --git a/api_docs/kbn_xstate_utils.devdocs.json b/api_docs/kbn_xstate_utils.devdocs.json
new file mode 100644
index 0000000000000..b67854e217961
--- /dev/null
+++ b/api_docs/kbn_xstate_utils.devdocs.json
@@ -0,0 +1,274 @@
+{
+ "id": "@kbn/xstate-utils",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.createNotificationChannel",
+ "type": "Function",
+ "tags": [],
+ "label": "createNotificationChannel",
+ "description": [],
+ "signature": [
+ "(shouldReplayLastEvent?: boolean) => ",
+ {
+ "pluginId": "@kbn/xstate-utils",
+ "scope": "common",
+ "docId": "kibKbnXstateUtilsPluginApi",
+ "section": "def-common.NotificationChannel",
+ "text": "NotificationChannel"
+ },
+ ""
+ ],
+ "path": "packages/kbn-xstate-utils/src/notification_channel.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.createNotificationChannel.$1",
+ "type": "boolean",
+ "tags": [],
+ "label": "shouldReplayLastEvent",
+ "description": [],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/kbn-xstate-utils/src/notification_channel.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.isDevMode",
+ "type": "Function",
+ "tags": [],
+ "label": "isDevMode",
+ "description": [],
+ "signature": [
+ "() => boolean"
+ ],
+ "path": "packages/kbn-xstate-utils/src/dev_tools.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.sendIfDefined",
+ "type": "Function",
+ "tags": [],
+ "label": "sendIfDefined",
+ "description": [],
+ "signature": [
+ "(target: string | ",
+ "ActorRef",
+ ") => (eventExpr: ",
+ "Expr",
+ ", options?: ",
+ "SendActionOptions",
+ " | undefined) => ",
+ "PureAction",
+ ""
+ ],
+ "path": "packages/kbn-xstate-utils/src/actions.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.sendIfDefined.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "target",
+ "description": [],
+ "signature": [
+ "string | ",
+ "ActorRef",
+ ""
+ ],
+ "path": "packages/kbn-xstate-utils/src/actions.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.NotificationChannel",
+ "type": "Interface",
+ "tags": [],
+ "label": "NotificationChannel",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/xstate-utils",
+ "scope": "common",
+ "docId": "kibKbnXstateUtilsPluginApi",
+ "section": "def-common.NotificationChannel",
+ "text": "NotificationChannel"
+ },
+ ""
+ ],
+ "path": "packages/kbn-xstate-utils/src/notification_channel.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.NotificationChannel.createService",
+ "type": "Function",
+ "tags": [],
+ "label": "createService",
+ "description": [],
+ "signature": [
+ "() => ",
+ "Subscribable",
+ ""
+ ],
+ "path": "packages/kbn-xstate-utils/src/notification_channel.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.NotificationChannel.notify",
+ "type": "Function",
+ "tags": [],
+ "label": "notify",
+ "description": [],
+ "signature": [
+ "(eventExpr: ",
+ "Expr",
+ ") => (context: TContext, event: TEvent, meta: ",
+ "ActionMeta",
+ ") => void"
+ ],
+ "path": "packages/kbn-xstate-utils/src/notification_channel.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.NotificationChannel.notify.$1",
+ "type": "Function",
+ "tags": [],
+ "label": "eventExpr",
+ "description": [],
+ "signature": [
+ "Expr",
+ ""
+ ],
+ "path": "packages/kbn-xstate-utils/src/notification_channel.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.MatchedState",
+ "type": "Type",
+ "tags": [],
+ "label": "MatchedState",
+ "description": [],
+ "signature": [
+ "TState extends ",
+ "State",
+ " ? ",
+ "State",
+ "<(TTypestate extends any ? { value: TStateValue; context: any; } extends TTypestate ? TTypestate : never : never)[\"context\"], TEvent, TStateSchema, TTypestate, TResolvedTypesMeta> & { value: TStateValue; } : never"
+ ],
+ "path": "packages/kbn-xstate-utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.MatchedStateFromActor",
+ "type": "Type",
+ "tags": [],
+ "label": "MatchedStateFromActor",
+ "description": [],
+ "signature": [
+ "EmittedFrom",
+ " extends ",
+ "State",
+ " ? ",
+ "State",
+ "<(TTypestate extends any ? { value: TStateValue; context: any; } extends TTypestate ? TTypestate : never : never)[\"context\"], TEvent, TStateSchema, TTypestate, TResolvedTypesMeta> & { value: TStateValue; } : never"
+ ],
+ "path": "packages/kbn-xstate-utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/xstate-utils",
+ "id": "def-common.OmitDeprecatedState",
+ "type": "Type",
+ "tags": [],
+ "label": "OmitDeprecatedState",
+ "description": [],
+ "signature": [
+ "{ [P in Exclude]: T[P]; }"
+ ],
+ "path": "packages/kbn-xstate-utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx
new file mode 100644
index 0000000000000..7ff4e23d1da27
--- /dev/null
+++ b/api_docs/kbn_xstate_utils.mdx
@@ -0,0 +1,36 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnXstateUtilsPluginApi
+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-09-13
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils']
+---
+import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json';
+
+
+
+Contact [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 12 | 0 | 12 | 0 |
+
+## Common
+
+### Functions
+
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx
index b75e89764ddc0..bffee930c8051 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator']
---
import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json';
diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx
index 5ec17d8bcfbf0..a68c974f1d405 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-09-11
+date: 2023-09-13
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 35ad48136e0b0..5e89af9eabac7 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-09-11
+date: 2023-09-13
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 e1c1921520ace..b7f26f3ec2903 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-09-11
+date: 2023-09-13
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 7132d1ede17aa..5b0c16a73152b 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-09-11
+date: 2023-09-13
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 36b60c21bb285..8688b219874c8 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-09-11
+date: 2023-09-13
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 cc854c14e0f5f..e2877b9552ceb 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-09-11
+date: 2023-09-13
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 8b51e3667ada8..b6e081cc6a736 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-09-11
+date: 2023-09-13
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 4ed2bdb7c390b..451cd31cd5996 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing']
---
import licensingObj from './licensing.devdocs.json';
diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx
index 0662d4b7040c1..32f3640893098 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists']
---
import listsObj from './lists.devdocs.json';
diff --git a/api_docs/log_explorer.mdx b/api_docs/log_explorer.mdx
index 9af6a308e22fb..a3c52e411f77a 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logExplorer']
---
import logExplorerObj from './log_explorer.devdocs.json';
diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx
index 3dcef684f7bf1..25409f679ad5f 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-09-11
+date: 2023-09-13
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 7dc9516107ced..8ccfceeddf4e6 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-09-11
+date: 2023-09-13
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 f2b767de0f681..faa9c48aa838a 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-09-11
+date: 2023-09-13
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 d203b48392d1e..2289ee7785b59 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms']
---
import mapsEmsObj from './maps_ems.devdocs.json';
diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx
index b88d5590a3318..5e1771d3df8bd 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml']
---
import mlObj from './ml.devdocs.json';
diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx
index 39c682a0d54ed..c825cb956660b 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-09-11
+date: 2023-09-13
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 951f145a0db6b..37d9d39cbf00e 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-09-11
+date: 2023-09-13
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 cf01fd47fb193..4480c9f083529 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-09-11
+date: 2023-09-13
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 c2d5cbca4b7fb..2d7b01467c5db 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-09-11
+date: 2023-09-13
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 207660cec507f..d2c175ae44c3d 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-09-11
+date: 2023-09-13
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 0f227793babbe..b48fefcb206e6 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-09-11
+date: 2023-09-13
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 cd87630124a6c..2489775b841ae 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-09-11
+date: 2023-09-13
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 03ec22dff6d71..f27a9bd1cfe11 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant']
---
import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json';
diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx
index 673fa4ae078a0..35fa1d82dc54b 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding']
---
import observabilityOnboardingObj from './observability_onboarding.devdocs.json';
diff --git a/api_docs/observability_shared.devdocs.json b/api_docs/observability_shared.devdocs.json
index 03a774e515760..d6d93fdc5e06e 100644
--- a/api_docs/observability_shared.devdocs.json
+++ b/api_docs/observability_shared.devdocs.json
@@ -270,6 +270,39 @@
"returnComment": [],
"initialIsOpen": false
},
+ {
+ "parentPluginId": "observabilityShared",
+ "id": "def-public.EmbeddableFlamegraph",
+ "type": "Function",
+ "tags": [],
+ "label": "EmbeddableFlamegraph",
+ "description": [],
+ "signature": [
+ "({ data, height, isLoading }: Props) => JSX.Element"
+ ],
+ "path": "x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "observabilityShared",
+ "id": "def-public.EmbeddableFlamegraph.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "{ data, height, isLoading }",
+ "description": [],
+ "signature": [
+ "Props"
+ ],
+ "path": "x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "observabilityShared",
"id": "def-public.getContextMenuItemsFromActions",
@@ -2362,6 +2395,23 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "observabilityShared",
+ "id": "def-public.EMBEDDABLE_FLAMEGRAPH",
+ "type": "string",
+ "tags": [],
+ "label": "EMBEDDABLE_FLAMEGRAPH",
+ "description": [
+ "Profiling flamegraph embeddable key"
+ ],
+ "signature": [
+ "\"EMBEDDABLE_FLAMEGRAPH\""
+ ],
+ "path": "x-pack/plugins/observability_shared/public/components/profiling/embeddables/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "observabilityShared",
"id": "def-public.LazyObservabilityPageTemplateProps",
diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx
index a66d4ddf512a3..1fa1a145ce13f 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared']
---
import observabilitySharedObj from './observability_shared.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observ
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 278 | 1 | 277 | 11 |
+| 281 | 1 | 279 | 11 |
## Client
diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx
index b2172038fc1d6..88c1929639562 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-09-11
+date: 2023-09-13
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 43ee3ea001aec..ec3b948caf653 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-09-11
+date: 2023-09-13
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 f12e88afa6fd3..6b709b1457498 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Count | Plugins or Packages with a
public API | Number of teams |
|--------------|----------|------------------------|
-| 675 | 566 | 39 |
+| 688 | 579 | 43 |
### Public API health stats
| API Count | Any Count | Missing comments | Missing exports |
|--------------|----------|-----------------|--------|
-| 74242 | 223 | 63618 | 1516 |
+| 74788 | 223 | 63851 | 1530 |
## Plugin Directory
@@ -103,7 +103,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| graph | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 0 | 0 | 0 | 0 |
| grokdebugger | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 0 | 0 | 0 | 0 |
| | [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/platform-onboarding) | Guided onboarding framework | 58 | 0 | 57 | 0 |
-| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 147 | 0 | 108 | 0 |
+| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 149 | 0 | 109 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Image embeddable | 3 | 0 | 3 | 1 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 4 | 0 | 4 | 0 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 194 | 0 | 189 | 4 |
@@ -139,7 +139,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 42 | 0 | 39 | 7 |
| observabilityLogExplorer | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | This plugin exposes and registers observability log consumption features. | 0 | 0 | 0 | 0 |
| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 15 | 0 | 15 | 0 |
-| | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 278 | 1 | 277 | 11 |
+| | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 281 | 1 | 279 | 11 |
| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 24 | 0 | 24 | 7 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 2 | 0 | 2 | 0 |
| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas). | 218 | 2 | 164 | 11 |
@@ -163,7 +163,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 172 | 0 | 106 | 32 |
| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | ESS customizations for Security Solution. | 6 | 0 | 6 | 0 |
| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | Serverless customizations for security. | 6 | 0 | 6 | 0 |
-| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | The core Serverless plugin, providing APIs to Serverless Project plugins. | 17 | 0 | 16 | 0 |
+| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | The core Serverless plugin, providing APIs to Serverless Project plugins. | 19 | 0 | 18 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Serverless customizations for observability. | 6 | 0 | 6 | 0 |
| | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | Serverless customizations for search. | 6 | 0 | 6 | 0 |
| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 134 | 0 | 134 | 8 |
@@ -378,7 +378,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 40 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 26 | 0 | 23 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 |
-| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 125 | 0 | 91 | 46 |
+| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 125 | 0 | 91 | 47 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 12 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 547 | 1 | 121 | 4 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 69 | 0 | 69 | 4 |
@@ -399,8 +399,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 1 | 18 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 1 | 11 | 3 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 |
-| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 25 | 0 | 4 | 0 |
-| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 1 | 16 | 0 |
+| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 27 | 0 | 4 | 0 |
+| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 1 | 17 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 1 | 17 | 3 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 155 | 0 | 144 | 0 |
@@ -411,6 +411,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 3 | 0 | 3 | 0 |
| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 13 | 0 | 7 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 10 | 0 |
+| | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | - | 19 | 0 | 17 | 6 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 |
| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 14 | 0 | 9 | 0 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 44 | 0 | 43 | 0 |
@@ -436,7 +437,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 35125 | 0 | 34718 | 0 |
| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 13 | 0 | 5 | 0 |
| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 84 | 0 | 64 | 5 |
-| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 8 | 0 | 7 | 0 |
+| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 46 | 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) | - | 259 | 1 | 199 | 15 |
@@ -474,7 +475,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 1 | 1 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 10 | 0 | 10 | 1 |
+| | [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) | - | 20 | 0 | 1 | 0 |
+| | [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) | - | 11 | 0 | 2 | 0 |
+| | [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) | - | 42 | 0 | 0 | 0 |
+| | [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 127 | 0 | 127 | 0 |
| | [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 20 | 0 | 11 | 0 |
+| | [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) | - | 71 | 0 | 0 | 0 |
+| | [@elastic/platform-deployment-management @elastic/appex-sharedux](https://github.com/orgs/elastic/teams/platform-deployment-management ) | - | 39 | 0 | 30 | 0 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 2 | 0 | 0 | 0 |
| | [@elastic/kibana-gis](https://github.com/orgs/elastic/teams/kibana-gis) | - | 582 | 1 | 1 | 0 |
| | [@elastic/kibana-gis](https://github.com/orgs/elastic/teams/kibana-gis) | - | 2 | 0 | 2 | 0 |
@@ -500,7 +507,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 1 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 0 | 8 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 31 | 1 | 24 | 1 |
-| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 74 | 0 | 72 | 3 |
+| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 78 | 0 | 76 | 3 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 1 | 50 | 0 |
| | [@elastic/actionable-observability](https://github.com/orgs/elastic/teams/actionable-observability) | - | 13 | 0 | 13 | 3 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 45 | 0 | 45 | 10 |
@@ -509,6 +516,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-performance-testing](https://github.com/orgs/elastic/teams/kibana-performance-testing) | - | 3 | 0 | 3 | 1 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 |
+| | [@elastic/profiling-ui](https://github.com/orgs/elastic/teams/profiling-ui) | - | 143 | 0 | 0 | 0 |
| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 13 | 0 | 7 | 0 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 9 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 0 |
@@ -553,7 +561,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 31 | 0 | 29 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 54 | 0 | 51 | 1 |
| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 31 | 0 | 30 | 1 |
+| | [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 1 | 0 | 1 | 0 |
+| | [@elastic/appex-sharedux @elastic/apm-ui @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 1 | 0 | 1 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 7 | 1 |
+| | [@elastic/enterprise-search-frontend @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/enterprise-search-frontend ) | - | 1 | 0 | 1 | 0 |
+| | [@elastic/security-solution @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/security-solution ) | - | 1 | 0 | 1 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 0 | 0 |
| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 2 | 0 | 2 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 2 |
@@ -611,9 +623,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 49 | 0 | 35 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 47 | 0 | 38 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 6 | 0 |
-| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the unified data table which can be integrated into apps | 88 | 0 | 39 | 1 |
+| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the unified data table which can be integrated into apps | 92 | 0 | 42 | 1 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 10 | 0 | 7 | 6 |
-| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 302 | 0 | 275 | 9 |
+| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 303 | 0 | 276 | 9 |
| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 4 | 0 | 0 | 0 |
| | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | - | 3 | 0 | 2 | 1 |
| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 80 | 0 | 21 | 2 |
@@ -621,5 +633,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 |
| | [@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) | - | 155 | 0 | 151 | 3 |
+| | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | - | 12 | 0 | 12 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 2 | 0 |
diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx
index dd23bb92c20e3..e4ff920b0c8d6 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-09-11
+date: 2023-09-13
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 fece1b2898c56..6a6a990f614b1 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling']
---
import profilingObj from './profiling.devdocs.json';
diff --git a/api_docs/profiling_data_access.devdocs.json b/api_docs/profiling_data_access.devdocs.json
index 3528e7e26c101..e6d9a9ba73a6c 100644
--- a/api_docs/profiling_data_access.devdocs.json
+++ b/api_docs/profiling_data_access.devdocs.json
@@ -37,8 +37,16 @@
"label": "ProfilingDataAccessPluginStart",
"description": [],
"signature": [
- "{ services: { fetchFlamechartData: ({ esClient, rangeFrom, rangeTo, kuery }: FetchFlamechartParams) => Promise<",
- "BaseFlameGraph",
+ "{ services: { fetchFlamechartData: ({ esClient, rangeFromMs, rangeToMs, kuery }: ",
+ "FetchFlamechartParams",
+ ") => Promise<",
+ {
+ "pluginId": "@kbn/profiling-utils",
+ "scope": "common",
+ "docId": "kibKbnProfilingUtilsPluginApi",
+ "section": "def-common.BaseFlameGraph",
+ "text": "BaseFlameGraph"
+ },
">; }; }"
],
"path": "x-pack/plugins/profiling_data_access/server/plugin.ts",
diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx
index 0d83b3e8c649d..79326ba432d7a 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-09-11
+date: 2023-09-13
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 fb8b75082e805..ccc7a2726c35c 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-09-11
+date: 2023-09-13
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 269001e97e882..4b22ef69d9458 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-09-11
+date: 2023-09-13
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 b0b31aa639810..9dc448dc57502 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-09-11
+date: 2023-09-13
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 56b2eb0ffb7de..41d6c0a704b8f 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-09-11
+date: 2023-09-13
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 a49bed582a808..43cec5adfb93a 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-09-11
+date: 2023-09-13
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 75448b7c8c3b6..f2276867e82bf 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-09-11
+date: 2023-09-13
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 a274462e7eddb..f0749afca0cb3 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-09-11
+date: 2023-09-13
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 9216b0deb6992..3a6386cb22f4e 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-09-11
+date: 2023-09-13
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 4eba229b09521..245d1d7032fd6 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-09-11
+date: 2023-09-13
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 de080068e2adc..4bae1c0a95f03 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-09-11
+date: 2023-09-13
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 a312361070bab..129b5871103ee 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-09-11
+date: 2023-09-13
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 516a44c44da81..8ecfc548b34a4 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-09-11
+date: 2023-09-13
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 68e2b39a28ae9..786531b718120 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-09-11
+date: 2023-09-13
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 2b4a4fa1dd893..6e2e6e30e7ea1 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-09-11
+date: 2023-09-13
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 338851fa6b7c2..fd1c2715fd1f6 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-09-11
+date: 2023-09-13
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 797bbe8a76a15..ed5161597c071 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-09-11
+date: 2023-09-13
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 e415a4ea57ae1..64c8cd2aeaa93 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless']
---
import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json';
diff --git a/api_docs/serverless.devdocs.json b/api_docs/serverless.devdocs.json
index 4a9258ba58353..6275b9f9b0688 100644
--- a/api_docs/serverless.devdocs.json
+++ b/api_docs/serverless.devdocs.json
@@ -274,7 +274,40 @@
"path": "x-pack/plugins/serverless/server/types.ts",
"deprecated": false,
"trackAdoption": false,
- "children": [],
+ "children": [
+ {
+ "parentPluginId": "serverless",
+ "id": "def-server.ServerlessPluginSetup.setupProjectSettings",
+ "type": "Function",
+ "tags": [],
+ "label": "setupProjectSettings",
+ "description": [],
+ "signature": [
+ "(keys: string[]) => void"
+ ],
+ "path": "x-pack/plugins/serverless/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "serverless",
+ "id": "def-server.ServerlessPluginSetup.setupProjectSettings.$1",
+ "type": "Array",
+ "tags": [],
+ "label": "keys",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "x-pack/plugins/serverless/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
"lifecycle": "setup",
"initialIsOpen": true
},
diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx
index a90ac98a80785..98e11bb21c91c 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless']
---
import serverlessObj from './serverless.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 17 | 0 | 16 | 0 |
+| 19 | 0 | 18 | 0 |
## Client
diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx
index 39092b0d5a24e..bc210ab3c6ce9 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-09-11
+date: 2023-09-13
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 1414a460b4554..19608208fd71b 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-09-11
+date: 2023-09-13
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 445384c4ba469..295391e8a034b 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-09-11
+date: 2023-09-13
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 ae3cb141a437f..791df54b06f27 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-09-11
+date: 2023-09-13
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 7ae4482f16e6a..e74f26d598679 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-09-11
+date: 2023-09-13
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 d041ebaed30fd..5f971d4f8c9e4 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-09-11
+date: 2023-09-13
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 c7eabdafe3609..6cc3dec6ffe10 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-09-11
+date: 2023-09-13
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 536b9df363712..6fe4521717e3f 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-09-11
+date: 2023-09-13
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 1f19c43dfedba..888da9894e207 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-09-11
+date: 2023-09-13
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 a7fd02c178a82..1642f2fb8d7df 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-09-11
+date: 2023-09-13
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 8f18dc00450e4..d86425638a738 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-09-11
+date: 2023-09-13
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 0ad8e33594e54..acb98267b441b 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-09-11
+date: 2023-09-13
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 781b2930aa38d..af8357713f14c 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-09-11
+date: 2023-09-13
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 c66088670cb14..167bf0fd570c2 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-09-11
+date: 2023-09-13
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 52cdd2bf3fc1e..26cd5c79d1dc5 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-09-11
+date: 2023-09-13
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 0482f29b3954d..c2fbff2affc30 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-09-11
+date: 2023-09-13
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 97775eaf12331..92cb909761fa4 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-09-11
+date: 2023-09-13
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 165eb8e250979..e8d467d363418 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-09-11
+date: 2023-09-13
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 0ba38cb342601..62661096c057c 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-09-11
+date: 2023-09-13
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 a25a6be77a104..482d62bbf6f76 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-09-11
+date: 2023-09-13
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 831a758e2fb2e..fd4de8afb7c49 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-09-11
+date: 2023-09-13
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 7a23e3fc88357..7357d15dcff9d 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram']
---
import unifiedHistogramObj from './unified_histogram.devdocs.json';
diff --git a/api_docs/unified_search.devdocs.json b/api_docs/unified_search.devdocs.json
index 143aaf552bfb8..b02f9ce5f11be 100644
--- a/api_docs/unified_search.devdocs.json
+++ b/api_docs/unified_search.devdocs.json
@@ -603,7 +603,7 @@
},
"[] | undefined; refreshInterval?: number | undefined; iconType?: ",
"IconType",
- " | undefined; dataTestSubj?: string | undefined; timeHistory?: ",
+ " | undefined; showQueryInput?: boolean | undefined; dataTestSubj?: string | undefined; timeHistory?: ",
{
"pluginId": "data",
"scope": "public",
@@ -611,7 +611,7 @@
"section": "def-public.TimeHistoryContract",
"text": "TimeHistoryContract"
},
- " | undefined; customSubmitButton?: React.ReactNode; dataViewPickerOverride?: React.ReactNode; screenTitle?: string | undefined; showQueryMenu?: boolean | undefined; showQueryInput?: boolean | undefined; showFilterBar?: boolean | undefined; showDatePicker?: boolean | undefined; showAutoRefreshOnly?: boolean | undefined; filtersForSuggestions?: ",
+ " | undefined; customSubmitButton?: React.ReactNode; dataViewPickerOverride?: React.ReactNode; screenTitle?: string | undefined; showQueryMenu?: boolean | undefined; showFilterBar?: boolean | undefined; showDatePicker?: boolean | undefined; showAutoRefreshOnly?: boolean | undefined; filtersForSuggestions?: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx
index baccc62e45ac5..20509874fc91c 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-09-11
+date: 2023-09-13
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 643ea02bc4662..c17109be851c7 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-09-11
+date: 2023-09-13
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 f94ab2d8e65a0..7dfeea17d0844 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-09-11
+date: 2023-09-13
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 65f7a1ba5db01..00b55be3b9d36 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-09-11
+date: 2023-09-13
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 7deace1164dcb..24f9bd750a5bf 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-09-11
+date: 2023-09-13
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 4d4c24a9e07b2..6389bb834a1af 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-09-11
+date: 2023-09-13
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 47bd6e32a5fb9..b277a26fa2f95 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-09-11
+date: 2023-09-13
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 76223a9ba7331..5feee7e62166c 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-09-11
+date: 2023-09-13
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 b6ce6d2ec6e5a..a0a65e0ff8b6c 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-09-11
+date: 2023-09-13
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 0ff8f01aae9b1..f635d9b5fcab3 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-09-11
+date: 2023-09-13
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 d44411689fa25..c74d6003d6b76 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-09-11
+date: 2023-09-13
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 603aaafa2691d..bc0bbc7d21c85 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-09-11
+date: 2023-09-13
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 61f1efcd48e69..7dc780b576f66 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-09-11
+date: 2023-09-13
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 bce044bc10202..b5fe2abb212ff 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-09-11
+date: 2023-09-13
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 6173705f349ce..a2d355e89a5d3 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-09-11
+date: 2023-09-13
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 fcfe1903490ab..f924d3a80161e 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy']
---
import visTypeXyObj from './vis_type_xy.devdocs.json';
diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx
index 7f132497a9452..29d5001163434 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-09-11
+date: 2023-09-13
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations']
---
import visualizationsObj from './visualizations.devdocs.json';
diff --git a/dev_docs/contributing/code_walkthrough.mdx b/dev_docs/contributing/code_walkthrough.mdx
index 617b54e519f13..139ac4df93070 100644
--- a/dev_docs/contributing/code_walkthrough.mdx
+++ b/dev_docs/contributing/code_walkthrough.mdx
@@ -86,7 +86,7 @@ This code primarily belongs to the Core team and contains the plugin infrastruct
### [src/dev](https://github.com/elastic/kibana/tree/main/src/dev)
-Maintained by the Operations team, this code contains build and development tooling related code. This folder existed before `packages`, so contains mostly older code that hasn't been migrated to packages. Prefer creating a `package` if possible. Can be ignored for the most part if you are not on the Ops team. Prefer
+Maintained by the Operations team, this code contains build and development tooling related code. This folder existed before `packages`, so contains mostly older code that hasn't been migrated to packages. Prefer creating a `package` if possible. Can be ignored for the most part if you are not on the Ops team.
### [src/plugins](https://github.com/elastic/kibana/tree/main/src/plugins)
diff --git a/dev_docs/contributing/standards.mdx b/dev_docs/contributing/standards.mdx
index aba29e5fab2f2..80df5f4752131 100644
--- a/dev_docs/contributing/standards.mdx
+++ b/dev_docs/contributing/standards.mdx
@@ -91,11 +91,12 @@ Every public API should have a release tag specified at the top of it’s docume
#### Release tags
| Type | Description | Documentation | Asciidoc Tag |
-| Undocumented | Every public API should be documented, but if it isn’t, we make no guarantees about it. These need to be eliminated and should become internal or documented. |
-| Experimental | A public API that may break or be removed at any time. | experimental[] |
-| Beta | A public API that we make a best effort not to break or remove. However, there are no guarantees. | beta[] |
-| Stable | No breaking changes outside of a Major\* | stable[] |
-| Deprecated | Do not use, will be removed. | deprecated[] |
+| -----| ------------| ------------- | ------------ |
+| Undocumented | Every public API should be documented, but if it isn’t, we make no guarantees about it. These need to be eliminated and should become internal or documented. | | |
+| Experimental | A public API that may break or be removed at any time. | experimental[] | |
+| Beta | A public API that we make a best effort not to break or remove. However, there are no guarantees. | beta[] | |
+| Stable | No breaking changes outside of a Major\* | stable[] | |
+| Deprecated | Do not use, will be removed. | deprecated[] | |
\*This is likely to change with Make it Minor as we move towards a calendar based rolling deprecation and removal policy.
diff --git a/docs/api-generated/connectors/connector-apis-passthru.asciidoc b/docs/api-generated/connectors/connector-apis-passthru.asciidoc
index 004946cfdb335..73a0bf8df1da0 100644
--- a/docs/api-generated/connectors/connector-apis-passthru.asciidoc
+++ b/docs/api-generated/connectors/connector-apis-passthru.asciidoc
@@ -1002,6 +1002,7 @@ Any modifications made to this file will be overwritten.
Update_connector_request_body_properties
- Update connector request body properties
action_response_properties
- Action response properties
config_properties_cases_webhook
- Connector request properties for Webhook - Case Management connector
+ config_properties_d3security
- Connector request properties for a D3 Security connector
config_properties_genai
- Connector request properties for a generative AI connector
config_properties_index
- Connector request properties for an index connector
config_properties_jira
- Connector request properties for a Jira connector
@@ -1012,8 +1013,10 @@ Any modifications made to this file will be overwritten.
config_properties_servicenow_itom
- Connector request properties for a ServiceNow ITSM connector
config_properties_swimlane
- Connector request properties for a Swimlane connector
config_properties_webhook
- Connector request properties for a Webhook connector
+ config_properties_xmatters
- Connector request properties for an xMatters connector
connector_response_properties
- Connector response properties
connector_response_properties_cases_webhook
- Connector request properties for a Webhook - Case Management connector
+ connector_response_properties_d3security
- Connector response properties for a D3 Security connector
connector_response_properties_email
- Connector response properties for an email connector
connector_response_properties_index
- Connector response properties for an index connector
connector_response_properties_jira
- Connector response properties for a Jira connector
@@ -1033,6 +1036,7 @@ Any modifications made to this file will be overwritten.
connector_response_properties_xmatters
- Connector response properties for an xMatters connector
connector_types
- Connector types
create_connector_request_cases_webhook
- Create Webhook - Case Managment connector request
+ create_connector_request_d3security
- Create D3 Security connector request
create_connector_request_email
- Create email connector request
create_connector_request_genai
- Create generative AI connector request
create_connector_request_index
- Create index connector request
@@ -1087,6 +1091,7 @@ Any modifications made to this file will be overwritten.
run_connector_subaction_pushtoservice_subActionParams_incident_malware_url
-
run_connector_subaction_pushtoservice_subActionParams_incident_source_ip
-
secrets_properties_cases_webhook
- Connector secrets properties for Webhook - Case Management connector
+ secrets_properties_d3security
- Connector secrets properties for a D3 Security connector
secrets_properties_genai
- Connector secrets properties for a generative AI connector
secrets_properties_jira
- Connector secrets properties for a Jira connector
secrets_properties_opsgenie
- Connector secrets properties for an Opsgenie connector
@@ -1096,9 +1101,12 @@ Any modifications made to this file will be overwritten.
secrets_properties_slack_api
- Connector secrets properties for a Web API Slack connector
secrets_properties_slack_webhook
- Connector secrets properties for a Webhook Slack connector
secrets_properties_swimlane
- Connector secrets properties for a Swimlane connector
+ secrets_properties_teams
- Connector secrets properties for a Microsoft Teams connector
secrets_properties_webhook
- Connector secrets properties for a Webhook connector
+ secrets_properties_xmatters
- Connector secrets properties for an xMatters connector
updateConnector_400_response
-
update_connector_request_cases_webhook
- Update Webhook - Case Managment connector request
+ update_connector_request_d3security
- Update D3 Security connector request
update_connector_request_index
- Update index connector request
update_connector_request_jira
- Update Jira connector request
update_connector_request_opsgenie
- Update Opsgenie connector request
@@ -1110,6 +1118,8 @@ Any modifications made to this file will be overwritten.
update_connector_request_slack_api
- Update Slack connector request
update_connector_request_slack_webhook
- Update Slack connector request
update_connector_request_swimlane
- Update Swimlane connector request
+ update_connector_request_teams
- Update Microsoft Teams connector request
+ update_connector_request_xmatters
- Update xMatters connector request
@@ -1179,12 +1189,12 @@ Any modifications made to this file will be overwritten.
The properties vary depending on the connector type.
-
config
+
config
connector_type_id
.xmatters
name
String The display name for the connector.
-
secrets
+
secrets
@@ -1335,9 +1345,9 @@ Any modifications made to this file will be overwritten.
The properties vary depending on the connector type.
-
config
+
config
name
String The display name for the connector.
-
secrets
+
secrets
@@ -1380,6 +1390,13 @@ Any modifications made to this file will be overwritten.
viewIncidentUrl
String The URL to view the case in the external system. You can use variables to add the external system ID or external system title to the URL.
+
+
+
Defines properties for connectors when type is .d3security
.
+
+
url
String The D3 Security API request URL. If you are using the
xpack.actions.allowedHosts
setting, add the hostname to the allowed hosts.
+
+
Defines properties for connectors when type is .gen-ai
.
@@ -1484,11 +1501,19 @@ Any modifications made to this file will be overwritten.
certificate
full
none
+
+
+
Defines properties for connectors when type is .xmatters
.
+
+
configUrl (optional)
String The request URL for the Elastic Alerts trigger in xMatters. It is applicable only when
usesBasic
is
true
.
+
usesBasic (optional)
Boolean Specifies whether the connector uses HTTP basic authentication (
true
) or URL authentication (
false
).
+
+
The properties vary depending on the connector type.
-
config
+
config
connector_type_id
.xmatters
@@ -1513,6 +1538,22 @@ Any modifications made to this file will be overwritten.
is_missing_secrets (optional)
Boolean Indicates whether secrets are missing for the connector. Secrets configuration properties vary depending on the connector type.
is_preconfigured
Boolean Indicates whether it is a preconfigured connector. If true, the
config
and
is_missing_secrets
properties are omitted from the response.
is_system_action (optional)
Boolean Indicates whether the connector is used for system actions.
+
name
String The display name for the connector.
+
+
+
+
+
+
+
config
+
connector_type_id
+
+
.d3security
+
id
String The identifier for the connector.
+
is_deprecated
Boolean Indicates whether the connector type is deprecated.
+
is_missing_secrets (optional)
Boolean Indicates whether secrets are missing for the connector. Secrets configuration properties vary depending on the connector type.
+
is_preconfigured
Boolean Indicates whether it is a preconfigured connector. If true, the
config
and
is_missing_secrets
properties are omitted from the response.
+
is_system_action (optional)
Boolean Indicates whether the connector is used for system actions.
name
String The display name for the connector.
@@ -1726,7 +1767,8 @@ Any modifications made to this file will be overwritten.
-
connector_type_id
+
config (optional)
+
connector_type_id
.teams
id
String The identifier for the connector.
@@ -1773,7 +1815,7 @@ Any modifications made to this file will be overwritten.
-
config
+
config
connector_type_id
.xmatters
@@ -1803,6 +1845,18 @@ Any modifications made to this file will be overwritten.
secrets (optional)
+
+
+
The connector uses axios to send a POST request to a D3 Security endpoint.
+
+
config
+
connector_type_id
+
+
.d3security
+
name
String The display name for the connector.
+
secrets
+
+
The email connector uses the SMTP protocol to send mail messages, using an integration of Nodemailer. An exception is Microsoft Exchange, which uses HTTP protocol for sending emails, Send mail. Email message text is sent as both plain text and html text.
@@ -1974,7 +2028,7 @@ Any modifications made to this file will be overwritten.
.teams
name
String The display name for the connector.
-
secrets
+
secrets
@@ -2005,12 +2059,12 @@ Any modifications made to this file will be overwritten.
The xMatters connector uses the xMatters Workflow for Elastic to send actionable alerts to on-call xMatters resources.
-
config
+
config
connector_type_id
.xmatters
name
String The display name for the connector.
-
secrets
+
secrets
@@ -2364,6 +2418,13 @@ Any modifications made to this file will be overwritten.
user (optional)
String The username for HTTP basic authentication. If
hasAuth
is set to
true
, this property is required.
+
+
+
Defines secrets for connectors when type is .d3security
.
+
+
Defines secrets for connectors when type is .gen-ai
.
@@ -2433,6 +2494,13 @@ Any modifications made to this file will be overwritten.
apiToken (optional)
String Swimlane API authentication token.
+
+
+
Defines secrets for connectors when type is .teams
.
+
+
webhookUrl
String The URL of the incoming webhook. If you are using the
xpack.actions.allowedHosts
setting, add the hostname to the allowed hosts.
+
+
Defines secrets for connectors when type is .webhook
.
@@ -2444,6 +2512,15 @@ Any modifications made to this file will be overwritten.
user (optional)
String The username for HTTP basic authentication. If
hasAuth
is set to
true
and
authType
is
webhook-authentication-basic
, this property is required.
+
+
+
Defines secrets for connectors when type is .xmatters
.
+
+
password (optional)
String A user name for HTTP basic authentication. It is applicable only when
usesBasic
is
true
.
+
secretsUrl (optional)
String The request URL for the Elastic Alerts trigger in xMatters with the API key included in the URL. It is applicable only when
usesBasic
is
false
.
+
user (optional)
String A password for HTTP basic authentication. It is applicable only when
usesBasic
is
true
.
+
+
@@ -2462,6 +2539,15 @@ Any modifications made to this file will be overwritten.
secrets (optional)
+
+
+
+
+
config
+
name
String The display name for the connector.
+
secrets
+
+
@@ -2556,5 +2642,22 @@ Any modifications made to this file will be overwritten.
secrets
+
+
+
+
+
name
String The display name for the connector.
+
secrets
+
+
+
+
+
+
+
config
+
name
String The display name for the connector.
+
secrets
+
+
++++
diff --git a/docs/apm/api.asciidoc b/docs/apm/api.asciidoc
index fb672b2884af2..341e75bbb835c 100644
--- a/docs/apm/api.asciidoc
+++ b/docs/apm/api.asciidoc
@@ -503,6 +503,16 @@ The following APIs are available:
* <>
* <>
+[float]
+[[limit-sourcemap-api]]
+==== Max payload size
+
+{kib}'s maximum payload size is 1mb.
+If you attempt to upload a source map that exceeds the max payload size, you will get a `413` error.
+
+Before uploading source maps that exceed this default, change the maximum payload size allowed by {kib}
+with the <> variable.
+
[float]
[[use-sourcemap-api]]
==== How to use APM APIs
diff --git a/docs/landing-page.asciidoc b/docs/landing-page.asciidoc
index 1cb3e188d6121..79b7fdf2a7ec4 100644
--- a/docs/landing-page.asciidoc
+++ b/docs/landing-page.asciidoc
@@ -71,8 +71,8 @@
- What's new
- Release notes
+ What's new
+ Release notes
Install
diff --git a/docs/management/action-types.asciidoc b/docs/management/action-types.asciidoc
index 1e45c9c64fa14..bbaba806386e2 100644
--- a/docs/management/action-types.asciidoc
+++ b/docs/management/action-types.asciidoc
@@ -27,9 +27,9 @@ a| <>
| Send a message to a Microsoft Teams channel.
-a| <>
+a| <>
-| Create or close an alert in Opsgenie.
+| Create or close an alert in {opsgenie}.
a| <>
diff --git a/docs/management/connectors/action-types/d3security.asciidoc b/docs/management/connectors/action-types/d3security.asciidoc
index 095e5f5980328..76152365f76cd 100644
--- a/docs/management/connectors/action-types/d3security.asciidoc
+++ b/docs/management/connectors/action-types/d3security.asciidoc
@@ -3,21 +3,14 @@
++++
D3 Security
++++
+:frontmatter-description: Add a connector that can send requests to D3 Security.
+:frontmatter-tags-products: [alerting]
+:frontmatter-tags-content-type: [how-to]
+:frontmatter-tags-user-goals: [configure]
The D3 Security connector uses https://github.com/axios/axios[axios] to send a POST request to a D3 Security endpoint. The connector uses the <> to send the request. You can use the connector for rule actions.
-[float]
-[[d3security-connector-prerequisites]]
-=== Prerequisites
-
-To use a D3 Security connector, you must first configure a webhook key in your D3 SOAR environment. To generate an API URL and a token in D3 Security:
-1. Log in to your D3 SOAR environment.
-2. Navigate to Configuration.
-3. Navigate to Integration > Search for “Kibana”. Click “Fetch Event”.
-4. Select the "Enable Webhook" checkbox.
-5. Click Set up Webhook Keys.
-6. Under Event Ingestion, Click +. Select the site for the webhook integration, then click Generate.
-7. Copy the Request URL and Request Header Value to configure the Kibana connector
+To create this connector, you must first configure a webhook key in your D3 SOAR environment. For configuration tips, refer to <>.
[float]
[[define-d3security-ui]]
@@ -36,35 +29,7 @@ D3 Security connectors have the following configuration properties:
Name:: The name of the connector.
URL:: The D3 Security API request URL.
-Token:: The D3 Security token
-
-[float]
-[[preconfigured-d3security-configuration]]
-=== Create preconfigured connectors
-
-If you are running {kib} on-prem, you can define connectors by
-adding `xpack.actions.preconfigured` settings to your `kibana.yml` file.
-For example:
-
-[source,text]
---
-xpack.actions.preconfigured:
- my-d3security:
- name: preconfigured-d3security-connector-type
- actionTypeId: .d3security
- config:
- url: https://testurl.com/elasticsearch/VSOC/api/Data/Kibana/Security%20Operations/CreateEvents
- secrets:
- token: superlongtoken
---
-
-Config defines information for the connector type.
-
-`url`:: A URL string that corresponds to the *D3 Security API URL*.
-
-Secrets defines sensitive information for the connector type.
-
-`token`:: A string that corresponds to *D3 Security API Token*.
+Token:: The D3 Security token.
[float]
[[d3security-action-configuration]]
@@ -88,4 +53,18 @@ this can be any type, it is not validated
[[d3security-connector-networking-configuration]]
=== Connector networking configuration
-Use the <> to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations.
\ No newline at end of file
+Use the <> to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations.
+
+[float]
+[[configure-d3security]]
+=== Configure D3 Security
+
+To generate an API URL and a token in D3 Security:
+
+1. Log in to your D3 SOAR environment.
+2. Navigate to *Configuration*.
+3. Navigate to *Integration*. Search for {kib}. Click *Fetch Event*.
+4. Select the *Enable Webhook* checkbox.
+5. Click *Set up Webhook Keys*.
+6. Under *Event Ingestion*, click the plus sign(+). Select the site for the webhook integration, then click *Generate*.
+7. Copy the request URL and request header value to configure the connector.
\ No newline at end of file
diff --git a/docs/management/connectors/action-types/opsgenie.asciidoc b/docs/management/connectors/action-types/opsgenie.asciidoc
index e7cb784ca31fc..79c03edf964cc 100644
--- a/docs/management/connectors/action-types/opsgenie.asciidoc
+++ b/docs/management/connectors/action-types/opsgenie.asciidoc
@@ -3,8 +3,16 @@
++++
Opsgenie
++++
+:frontmatter-description: Add a connector that can create and close alerts in {opsgenie}.
+:frontmatter-tags-products: [alerting]
+:frontmatter-tags-content-type: [how-to]
+:frontmatter-tags-user-goals: [configure]
-The Opsgenie connector uses the https://docs.opsgenie.com/docs/alert-api[Opsgenie alert API].
+An {opsgenie} connector enables you to create and close alerts in {opsgenie}.
+In particular, it uses the https://docs.opsgenie.com/docs/alert-api[{opsgenie} alert API].
+
+To create this connector, you must have a valid {opsgenie} URL and API key.
+For configuration tips, refer to <>.
[float]
[[define-opsgenie-ui]]
@@ -27,28 +35,28 @@ Name:: The name of the connector. The name is used to identify a connector in th
URL:: The Opsgenie URL. For example, https://api.opsgenie.com or https://api.eu.opsgenie.com.
+
NOTE: If you are using the <> setting, make sure the hostname is added to the allowed hosts.
-API Key:: The Opsgenie API authentication key for HTTP Basic authentication. For more details about generating Opsgenie API keys, refer to https://support.atlassian.com/opsgenie/docs/create-a-default-api-integration/[Opsgenie documentation].
+
+API Key:: The Opsgenie API authentication key for HTTP basic authentication. For more details about generating Opsgenie API keys, refer to https://support.atlassian.com/opsgenie/docs/create-a-default-api-integration/[Opsgenie documentation].
[float]
[[opsgenie-action-configuration]]
=== Test connectors
-You can test connectors with the <> or
-as you're creating or editing the connector in {kib}. For example:
-
-[role="screenshot"]
-image::management/connectors/images/opsgenie-params-test.png[Opsgenie params test]
-// NOTE: This is an autogenerated screenshot. Do not edit it directly.
-
-The Opsgenie connector supports two types of actions: Create alert and Close alert. The properties supported for each action are different because Opsgenie defines different properties for each operation.
+After you create a connector, use the *Test* tab to test its actions:
-When testing the Opsgenie connector, choose the appropriate action from the selector. Each action has different properties that can be configured.
-
-Action:: Select *Create alert* to configure the actions that occur when a rule's conditions are met. Select *Close alert* to define the recovery actions that occur when a rule's conditions are no longer met.
+* <>
+* <>
[float]
[[opsgenie-action-create-alert-configuration]]
-==== Configure the create alert action
+==== Create alert action
+
+When you create a rule that uses an {opsgenie} connector, its actions (with the exception of recovery actions) create {opsgenie} alerts.
+You can test this type of action when you create or edit your connector:
+
+[role="screenshot"]
+image::management/connectors/images/opsgenie-create-alert-test.png[{opsgenie} create alert action test]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
You can configure the create alert action through the form view or using a JSON editor.
@@ -115,7 +123,14 @@ Example JSON editor contents
[float]
[[opsgenie-action-close-alert-configuration]]
-==== Close alert configuration
+==== Close alert action
+
+When you create a rule that uses an {opsgenie} connector, its recovery actions close {opsgenie} alerts.
+You can test this type of action when you create or edit your connector:
+
+[role="screenshot"]
+image::management/connectors/images/opsgenie-close-alert-test.png[{opsgenie} close alert action test]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
The close alert action has the following configuration properties.
diff --git a/docs/management/connectors/action-types/pagerduty.asciidoc b/docs/management/connectors/action-types/pagerduty.asciidoc
index e9db3eb00360d..0a7cf2b584d11 100644
--- a/docs/management/connectors/action-types/pagerduty.asciidoc
+++ b/docs/management/connectors/action-types/pagerduty.asciidoc
@@ -8,7 +8,11 @@
:frontmatter-tags-content-type: [how-to]
:frontmatter-tags-user-goals: [configure]
-The PagerDuty connector uses the https://v2.developer.pagerduty.com/docs/events-api-v2[v2 Events API] to trigger, acknowledge, and resolve PagerDuty alerts.
+The PagerDuty connector enables you to trigger, acknowledge, and resolve PagerDuty alerts.
+In particular, it uses the https://v2.developer.pagerduty.com/docs/events-api-v2[v2 Events API].
+
+To create this connector, you must have a valid PagerDuty integration key.
+For configuration tips, refer to <>
[float]
[[define-pagerduty-ui]]
@@ -35,24 +39,58 @@ Integration Key:: A 32 character PagerDuty Integration Key for an integration
[[pagerduty-action-configuration]]
=== Test connectors
-You can test connectors with the <> or
-as you're creating or editing the connector in {kib}. For example:
+After you create a connector, use the *Test* tab to test its actions:
+
+* <>
+* <>
+* <>
+
+When you create a rule that uses a PagerDuty connector, you can use any of these types of actions.
+Rule recovery actions also support all types.
+
+[float]
+[[pagerduty-action-acknowledge]]
+==== Acknowledge action
+
+When you test the acknowlege action, you must provide the de-duplication key for a PagerDuty alert:
[role="screenshot"]
-image::management/connectors/images/pagerduty-params-test.png[PagerDuty params test]
+image::management/connectors/images/pagerduty-acknowledge-test.png[PagerDuty params test]
// NOTE: This is an autogenerated screenshot. Do not edit it directly.
-PagerDuty actions have the following properties.
+[float]
+[[pagerduty-action-resolve]]
+==== Resolve action
+
+Likewise when you test the resolve action, you must provide the de-duplication key:
+
+[role="screenshot"]
+image::management/connectors/images/pagerduty-resolve-test.png[PagerDuty params test]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
+
+[float]
+[[pagerduty-action-trigger]]
+==== Trigger action
+
+When you test the trigger action, you must provide a summary for the PagerDuty alert:
+
+[role="screenshot"]
+image::management/connectors/images/pagerduty-trigger-test.png[PagerDuty params test]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
+
+This action has the following properties:
Severity:: The perceived severity of on the affected system. This can be one of `Critical`, `Error`, `Warning` or `Info`(default).
Event action:: One of `Trigger` (default), `Resolve`, or `Acknowledge`. See https://v2.developer.pagerduty.com/docs/events-api-v2#event-action[event action] for more details.
-Dedup Key:: All actions sharing this key will be associated with the same PagerDuty alert. This value is used to correlate trigger and resolution. This value is *optional*, and if not set, defaults to `:`. The maximum length is *255* characters. See https://v2.developer.pagerduty.com/docs/events-api-v2#alert-de-duplication[alert deduplication] for details.
-Timestamp:: An *optional* https://v2.developer.pagerduty.com/v2/docs/types#datetime[ISO-8601 format date-time], indicating the time the event was detected or generated.
-Component:: An *optional* value indicating the component of the source machine that is responsible for the event, for example `mysql` or `eth0`.
-Group:: An *optional* value indicating the logical grouping of components of a service, for example `app-stack`.
-Source:: An *optional* value indicating the affected system, preferably a hostname or fully qualified domain name. Defaults to the {kib} saved object id of the action.
-Summary:: An *optional* text summary of the event, defaults to `No summary provided`. The maximum length is 1024 characters.
-Class:: An *optional* value indicating the class/type of the event, for example `ping failure` or `cpu load`.
+Dedup Key:: All actions sharing this key will be associated with the same PagerDuty alert. This value is used to correlate trigger and resolution. This value is optional, and if not set, defaults to `:`. The maximum length is 255 characters. See https://v2.developer.pagerduty.com/docs/events-api-v2#alert-de-duplication[alert deduplication] for details.
++
+By default, when you create rules that use the PagerDuty connector, the de-duplication key is used to create a new PagerDuty incident for each alert and reuse the incident when a recovered alert reactivates.
+Timestamp:: An optional https://v2.developer.pagerduty.com/v2/docs/types#datetime[ISO-8601 format date-time], indicating the time the event was detected or generated.
+Component:: An optional value indicating the component of the source machine that is responsible for the event, for example `mysql` or `eth0`.
+Group:: An optional value indicating the logical grouping of components of a service, for example `app-stack`.
+Source:: An optional value indicating the affected system, preferably a hostname or fully qualified domain name. Defaults to the {kib} saved object id of the action.
+Summary:: An optional text summary of the event, defaults to `No summary provided`. The maximum length is 1024 characters.
+Class:: An optional value indicating the class/type of the event, for example `ping failure` or `cpu load`.
For more details on these properties, see https://v2.developer.pagerduty.com/v2/docs/send-an-event-events-api-v2[PagerDuty v2 event parameters].
@@ -62,7 +100,6 @@ For more details on these properties, see https://v2.developer.pagerduty.com/v2/
Use the <> to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations.
-
[float]
[[pagerduty-benefits]]
=== Configure PagerDuty
@@ -70,22 +107,11 @@ Use the <> to customize connecto
By integrating PagerDuty with rules, you can:
* Route your rules to the right PagerDuty responder within your team, based on your structure, escalation policies, and workflows.
-* Automatically generate incidents of different types and severity based on each rule’s context.
-* Tailor the incident data to match your needs by easily passing the rule context from Kibana to PagerDuty.
-
-[float]
-[[pagerduty-support]]
-=== Support
-If you need help with this integration, get in touch with the {kib} team by visiting
-https://support.elastic.co[support.elastic.co] or by using the *Ask Elastic* option in the {kib} Help menu.
-You can also select the {kib} category at https://discuss.elastic.co/[discuss.elastic.co].
-
-[float]
-[[pagerduty-integration-walkthrough]]
-=== Integration with PagerDuty walkthrough
+* Automatically generate incidents of different types and severity based on each rule's context.
+* Tailor the incident data to match your needs by easily passing the rule context from {kib} to PagerDuty.
[[pagerduty-in-pagerduty]]
-*In PagerDuty*
+To set up PagerDuty:
. From the *Configuration* menu, select *Services*.
. Add an integration to a service:
@@ -96,8 +122,8 @@ Then, select the *Integrations* tab and click the *New Integration* button.
* If you are creating a new service for your integration,
go to
https://support.pagerduty.com/docs/services-and-integrations#section-configuring-services-and-integrations[Configuring Services and Integrations]
-and follow the steps outlined in the *Create a New Service* section, selecting *Elastic Alerts* as the *Integration Type* in step 4.
-Continue with the <> section once you have finished these steps.
+and follow the steps outlined in the *Create a New Service* section, selecting *Elastic Alerts* as the *Integration Type*.
+Continue with the connector creation in {kib} after you have finished these steps.
. Enter an *Integration Name* in the format Elastic-service-name (for example, Elastic-Alerting or Kibana-APM-Alerting)
and select *Elastic Alerts* from the *Integration Type* menu.
@@ -108,33 +134,4 @@ You will be redirected to the *Integrations* tab for your service. An Integratio
[role="screenshot"]
image::images/pagerduty-integration.png[PagerDuty Integrations tab]
-. Save this key, as you will use it when you configure the integration with Elastic in the next section.
-
-[[pagerduty-in-elastic]]
-*In Elastic*
-
-. Create a PagerDuty connector in Kibana. You can:
-+
-* Create a connector as part of creating an rule by selecting PagerDuty in the *Actions*
-section of the rule configuration and selecting *Add new*.
-* Alternatively, create a connector. To create a connector, go to *{stack-manage-app} > {connectors-ui}*, click *Create connector*, then select the PagerDuty option.
-
-. Configure the connector by giving it a name and entering the Integration Key, optionally entering a custom API URL.
-+
-See <> for how to obtain the endpoint and key information from PagerDuty and
-<> for more details.
-
-. Save the connector.
-
-. To create a rule, go to *{stack-manage-app} > {rules-ui}* or the application of your choice.
-
-. Set up an action using your PagerDuty connector, by determining:
-+
-* The action's type: Trigger, Resolve, or Acknowledge.
-* The event's severity: Info, warning, error, or critical.
-* An array of different fields, including the timestamp, group, class, component, and your dedup key. By default, the dedup is configured to create a new PagerDuty incident for each alert and reuse the incident when a recovered alert reactivates.
-Depending on your custom needs, assign them variables from the rule context.
-To see the available context variables, click on the *Add variable* icon next
-to each corresponding field. For more details on these parameters, see the
-<> and the PagerDuty
-https://v2.developer.pagerduty.com/v2/docs/send-an-event-events-api-v2[API v2 documentation].
+. Save this key for use when you configure the connector in {kib}.
diff --git a/docs/management/connectors/action-types/resilient.asciidoc b/docs/management/connectors/action-types/resilient.asciidoc
index a317adf3bfe3e..04531a71dee62 100644
--- a/docs/management/connectors/action-types/resilient.asciidoc
+++ b/docs/management/connectors/action-types/resilient.asciidoc
@@ -1,8 +1,12 @@
[[resilient-action-type]]
-== IBM Resilient connector and action
+== {ibm-r} connector and action
++++
-IBM Resilient
+{ibm-r}
++++
+:frontmatter-description: Add a connector that can create {ibm-r} incidents.
+:frontmatter-tags-products: [kibana]
+:frontmatter-tags-content-type: [how-to]
+:frontmatter-tags-user-goals: [configure]
The IBM Resilient connector uses the https://developer.ibm.com/security/resilient/rest/[RESILIENT REST v2] to create IBM Resilient incidents.
@@ -28,38 +32,6 @@ Organization ID:: IBM Resilient organization ID.
API key ID:: The authentication key ID for HTTP Basic authentication.
API key secret:: The authentication key secret for HTTP Basic authentication.
-[float]
-[[preconfigured-resilient-configuration]]
-=== Create preconfigured connectors
-
-If you are running {kib} on-prem, you can define connectors by
-adding `xpack.actions.preconfigured` settings to your `kibana.yml` file.
-For example:
-
-[source,text]
---
-xpack.actions.preconfigured:
- my-resilient:
- name: preconfigured-resilient-connector-type
- actionTypeId: .resilient
- config:
- apiUrl: https://elastic.resilient.net
- orgId: ES
- secrets:
- apiKeyId: testuser
- apiKeySecret: tokenkeystorevalue
---
-
-Config defines information for the connector type.
-
-`apiUrl`:: An address that corresponds to *URL*.
-`orgId`:: An ID that corresponds to *Organization ID*.
-
-Secrets defines sensitive information for the connector type.
-
-`apiKeyId`:: A string that corresponds to *API key ID*.
-`apiKeySecret`:: A string that corresponds to *API Key secret*. Should be stored in the <>.
-
[float]
[[resilient-action-configuration]]
=== Test connectors
diff --git a/docs/management/connectors/action-types/slack.asciidoc b/docs/management/connectors/action-types/slack.asciidoc
index c5db456fc56a6..c4f1ea6799fb8 100644
--- a/docs/management/connectors/action-types/slack.asciidoc
+++ b/docs/management/connectors/action-types/slack.asciidoc
@@ -3,6 +3,10 @@
++++
Slack
++++
+:frontmatter-description: Add a connector that can send Slack messages.
+:frontmatter-tags-products: [kibana]
+:frontmatter-tags-content-type: [how-to]
+:frontmatter-tags-user-goals: [configure]
The Slack connector uses incoming webhooks or an API method to send Slack messages.
@@ -28,37 +32,6 @@ Thus a connector can be used in multiple rules and actions to communicate with d
For Slack setup details, go to <>.
-[float]
-[[preconfigured-slack-configuration]]
-=== Create preconfigured connectors
-
-If you are running {kib} on-prem, you can define connectors by
-adding `xpack.actions.preconfigured` settings to your `kibana.yml` file.
-
-.Example Slack connector with webhook
-[source,text]
---
-xpack.actions.preconfigured:
- my-slack:
- name: preconfigured-slack-webhook-connector-type
- actionTypeId: .slack
- secrets:
- webhookUrl: 'https://hooks.slack.com/services/xxxx/xxxx/xxxx' <1>
---
-<1> To obtain this value, go to <>.
-
-.Example Slack connector with web API
-[source,text]
---
-xpack.actions.preconfigured:
- my-slack:
- name: preconfigured-slack-api-connector-type
- actionTypeId: .slack_api
- secrets:
- token: 'xoxb-xxxx-xxxx-xxxx' <1>
---
-<1> To obtain this value, go to <>.
-
[float]
[[slack-action-configuration]]
=== Test connectors
diff --git a/docs/management/connectors/action-types/teams.asciidoc b/docs/management/connectors/action-types/teams.asciidoc
index fd4798be97e56..174b0173cb08a 100644
--- a/docs/management/connectors/action-types/teams.asciidoc
+++ b/docs/management/connectors/action-types/teams.asciidoc
@@ -3,6 +3,10 @@
++++
Microsoft Teams
++++
+:frontmatter-description: Add a connector that can send messages to a Microsoft Teams channel.
+:frontmatter-tags-products: [kibana]
+:frontmatter-tags-content-type: [how-to]
+:frontmatter-tags-user-goals: [configure]
The Microsoft Teams connector uses https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook[Incoming Webhooks].
@@ -25,28 +29,6 @@ Microsoft Teams connectors have the following configuration properties:
Name:: The name of the connector.
Webhook URL:: The URL of the incoming webhook. See https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook#add-an-incoming-webhook-to-a-teams-channel[Add Incoming Webhooks] for instructions on generating this URL. If you are using the <> setting, make sure the hostname is added to the allowed hosts.
-[float]
-[[preconfigured-teams-configuration]]
-=== Create preconfigured connectors
-
-If you are running {kib} on-prem, you can define connectors by
-adding `xpack.actions.preconfigured` settings to your `kibana.yml` file.
-For example:
-
-[source,text]
---
-xpack.actions.preconfigured:
- my-teams:
- name: preconfigured-teams-connector-type
- actionTypeId: .teams
- secrets:
- webhookUrl: 'https://outlook.office.com/webhook/abcd@0123456/IncomingWebhook/abcdefgh/ijklmnopqrstuvwxyz'
---
-
-Secrets defines sensitive information for the connector type.
-
-`webhookUrl`:: A string that corresponds to *Webhook URL*.
-
[float]
[[teams-action-configuration]]
=== Test connectors
diff --git a/docs/management/connectors/action-types/xmatters.asciidoc b/docs/management/connectors/action-types/xmatters.asciidoc
index 333b4a8b666be..ebc230bf0b39b 100644
--- a/docs/management/connectors/action-types/xmatters.asciidoc
+++ b/docs/management/connectors/action-types/xmatters.asciidoc
@@ -33,59 +33,12 @@ xMatters connectors have the following configuration properties:
Name:: The name of the connector.
Authentication Type:: The type of authentication used in the request made to xMatters.
-URL:: The request URL for the Elastic Alerts trigger in xMatters. If you are using the <> setting, make sure the hostname is added to the allowed hosts.
-Username:: Username for HTTP Basic Authentication.
-Password:: Password for HTTP Basic Authentication.
-
-[float]
-[[preconfigured-xmatters-configuration]]
-=== Create preconfigured connectors
-
-If you are running {kib} on-prem, you can define connectors by
-adding `xpack.actions.preconfigured` settings to your `kibana.yml` file.
-For example:
-
-Connector using Basic Authentication
-[source,text]
---
-xpack.actions.preconfigured:
- my-xmatters:
- name: preconfigured-xmatters-connector-type
- actionTypeId: .xmatters
- config:
- configUrl: https://test.host
- usesBasic: true
- secrets:
- user: testuser
- password: passwordkeystorevalue
---
-
-Connector using URL Authentication
-[source,text]
---
-xpack.actions.preconfigured:
- my-xmatters:
- name: preconfigured-xmatters-connector-type
- actionTypeId: .xmatters
- config:
- usesBasic: false
- secrets:
- secretsUrl: https://test.host?apiKey=1234-abcd
---
-
-Config defines information for the connector type:
-
-`configUrl`:: A URL string that corresponds to *URL*. Only used if `usesBasic` is true.
-
-`usesBasic`:: A boolean that corresponds to *Authentication Type*. If `true`, this connector will require values for `user` and `password` inside the secrets configuration. Defaults to `true`.
-
-Secrets defines sensitive information for the connector type:
-
-`user`:: A string that corresponds to *User*. Required if `usesBasic` is set to `true`.
-
-`password`:: A string that corresponds to *Password*. Should be stored in the <>. Required if `usesBasic` is set to `true`.
-
-`secretsUrl`:: A URL string that corresponds to *URL*. Only used if `usesBasic` is false, indicating the API key is included in the URL.
+URL::
+The request URL for the Elastic Alerts trigger in xMatters.
+If you are using URL authentication, include the API key in the URL. For example, `https://example.com?apiKey=1234-abcd`.
+If you are using the <> setting, make sure the hostname is added to the allowed hosts.
+Username:: Username for HTTP basic authentication.
+Password:: Password for HTTP basic authentication.
[float]
[[xmatters-action-configuration]]
@@ -100,7 +53,7 @@ image::management/connectors/images/xmatters-params-test.png[xMatters params tes
xMatters rules have the following properties:
-Severity:: Severity of the rule.
+Severity:: Severity of the rule.
Tags:: Comma-separated list of tags for the rule as provided by the user in Elastic.
[float]
diff --git a/docs/management/connectors/images/opsgenie-close-alert-test.png b/docs/management/connectors/images/opsgenie-close-alert-test.png
new file mode 100644
index 0000000000000..2892674978234
Binary files /dev/null and b/docs/management/connectors/images/opsgenie-close-alert-test.png differ
diff --git a/docs/management/connectors/images/opsgenie-params-test.png b/docs/management/connectors/images/opsgenie-create-alert-test.png
similarity index 100%
rename from docs/management/connectors/images/opsgenie-params-test.png
rename to docs/management/connectors/images/opsgenie-create-alert-test.png
diff --git a/docs/management/connectors/images/pagerduty-acknowledge-test.png b/docs/management/connectors/images/pagerduty-acknowledge-test.png
new file mode 100644
index 0000000000000..e47901f2a90f4
Binary files /dev/null and b/docs/management/connectors/images/pagerduty-acknowledge-test.png differ
diff --git a/docs/management/connectors/images/pagerduty-resolve-test.png b/docs/management/connectors/images/pagerduty-resolve-test.png
new file mode 100644
index 0000000000000..37a3c2b2ea895
Binary files /dev/null and b/docs/management/connectors/images/pagerduty-resolve-test.png differ
diff --git a/docs/management/connectors/images/pagerduty-params-test.png b/docs/management/connectors/images/pagerduty-trigger-test.png
similarity index 100%
rename from docs/management/connectors/images/pagerduty-params-test.png
rename to docs/management/connectors/images/pagerduty-trigger-test.png
diff --git a/docs/management/connectors/pre-configured-connectors.asciidoc b/docs/management/connectors/pre-configured-connectors.asciidoc
index de7297d851a01..60e35eb510597 100644
--- a/docs/management/connectors/pre-configured-connectors.asciidoc
+++ b/docs/management/connectors/pre-configured-connectors.asciidoc
@@ -106,13 +106,61 @@ Index names must start with `kibana-alert-history-` to take advantage of the pre
[float]
=== Examples
+* <>
+* <>
* <>
* <>
* <>
* <>
* <>
+* <>
* <>
* <>
+* <>
+
+[float]
+[[preconfigured-d3security-configuration]]
+==== D3 Security connectors
+
+The following example creates a <>:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+ my-d3security:
+ name: preconfigured-d3security-connector-type
+ actionTypeId: .d3security
+ config:
+ url: https://testurl.com/elasticsearch/VSOC/api/Data/Kibana/Security%20Operations/CreateEvents <1>
+ secrets:
+ token: superlongtoken <2>
+--
+<1> The D3 Security API request URL.
+<2> The D3 Security token.
+
+[float]
+[[preconfigured-resilient-configuration]]
+==== {ibm-r} connectors
+
+The following example creates a <>:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+ my-resilient:
+ name: preconfigured-resilient-connector-type
+ actionTypeId: .resilient
+ config:
+ apiUrl: https://elastic.resilient.net <1>
+ orgId: ES <2>
+ secrets:
+ apiKeyId: testuser <3>
+ apiKeySecret: tokenkeystorevalue <4>
+--
+<1> The {ibm-r} instance URL.
+<2> The {ibm-r} organization identifier.
+<3> The authentication key ID for HTTP basic authentication.
+<4> The authentication key secret for HTTP basic authentication. NOTE: This value should be stored in the <>.
[float]
[[preconfigured-index-configuration]]
@@ -157,6 +205,23 @@ xpack.actions.preconfigured:
<3> The account email for HTTP basic authentication.
<4> The API authentication token for HTTP basic authentication. NOTE: This value should be stored in the <>.
+[float]
+[[preconfigured-teams-configuration]]
+==== Microsoft Teams connectors
+
+The following example creates a <>:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+ my-teams:
+ name: preconfigured-teams-connector-type
+ actionTypeId: .teams
+ secrets:
+ webhookUrl: 'https://outlook.office.com/webhook/abcd@0123456/IncomingWebhook/abcdefgh/ijklmnopqrstuvwxyz' <1>
+--
+<1> The URL of the incoming webhook.
+
[float]
[[preconfigured-opsgenie-configuration]]
==== {opsgenie} connectors
@@ -211,6 +276,37 @@ xpack.actions.preconfigured:
actionTypeId: .server-log
--
+
+[float]
+[[preconfigured-slack-configuration]]
+==== Slack connectors
+
+The following example creates a <> with webhook:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+ my-slack:
+ name: preconfigured-slack-webhook-connector-type
+ actionTypeId: .slack
+ secrets:
+ webhookUrl: 'https://hooks.slack.com/services/xxxx/xxxx/xxxx' <1>
+--
+<1> The Slack webhook URL.
+
+The following example creates a Slack connector with web API:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+ my-slack:
+ name: preconfigured-slack-api-connector-type
+ actionTypeId: .slack_api
+ secrets:
+ token: 'xoxb-xxxx-xxxx-xxxx' <1>
+--
+<1> The Slack bot user OAuth token.
+
[float]
[[preconfigured-webhook-configuration]]
==== Webhook connectors
@@ -292,3 +388,43 @@ xpack.actions.preconfigured:
<14> A stringified JSON payload with Mustache variables that is sent to the create comment URL to create a case comment.
<15> A user name, which is required when `hasAuth` is `true`.
<16> A password, which is required when `hasAuth` is `true`.
+
+[float]
+[[preconfigured-xmatters-configuration]]
+==== xMatters connectors
+
+The following example creates an <> with basic authentication:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+my-xmatters:
+ name: preconfigured-xmatters-connector-type
+ actionTypeId: .xmatters
+ config:
+ configUrl: https://test.host <1>
+ usesBasic: true <2>
+ secrets:
+ user: testuser <3>
+ password: passwordkeystorevalue <4>
+--
+<1> The request URL for the Elastic Alerts trigger in xMatters.
+<2> Indicates whether the connector uses HTTP basic authentication. If `true`, you must provide `user` and `password` values. Defaults to `true`.
+<3> A user name for authentication, which is required when `usesBasic` is `true`.
+<4> A password for authentication, which is required when `usesBasic` is `true`. NOTE: This value should be stored in the <>.
+
+The following example creates an xMatters connector with URL authentication:
+
+[source,text]
+--
+xpack.actions.preconfigured:
+ my-xmatters:
+ name: preconfigured-xmatters-connector-type
+ actionTypeId: .xmatters
+ config:
+ usesBasic: false <1>
+ secrets:
+ secretsUrl: https://test.host?apiKey=1234-abcd <2>
+--
+<1> Indicates whether the connector uses HTTP basic authentication. Set to `false` to use URL authentication. Defaults to `true`.
+<2> The request URL for the Elastic Alerts trigger in xMatters with the API key included in the URL.
diff --git a/docs/settings/alert-action-settings.asciidoc b/docs/settings/alert-action-settings.asciidoc
index 606373ffd7be5..c86678ee3a775 100644
--- a/docs/settings/alert-action-settings.asciidoc
+++ b/docs/settings/alert-action-settings.asciidoc
@@ -262,6 +262,7 @@ The configuration details, which are specific to the type of preconfigured conne
A configuration URL that varies by connector:
+
--
+* For a <>, specifies the {ibm-r} instance URL.
* For a <>, specifies the Jira instance URL.
* For an <>, specifies the {opsgenie} URL. For example, `https://api.opsgenie.com` or `https://api.eu.opsgenie.com`.
* For a <>, specifies the PagerDuty event URL. Defaults to `https://events.pagerduty.com/v2/enqueue`.
@@ -269,6 +270,9 @@ A configuration URL that varies by connector:
NOTE: If you are using the `xpack.actions.allowedHosts` setting, make sure the hostname in the URL is added to the allowed hosts.
--
+`xpack.actions.preconfigured..config.configUrl`::
+For an <> with basic authentication, specifies the request URL for the Elastic Alerts trigger in xMatters.
+
`xpack.actions.preconfigured..config.createCommentJson`::
For a <>, specifies a stringified JSON payload with Mustache variables that is sent to the create comment URL to create a case comment. The required variable is `case.description`.
+
@@ -319,6 +323,9 @@ For a <>, specifies a set of k
`xpack.actions.preconfigured..config.index`::
For an <>, specifies the {es} index.
+`xpack.actions.preconfigured..config.orgId`::
+For an <>, specifies the {ibm-r} organization identifier.
+
`xpack.actions.preconfigured..config.projectKey`::
For a <>, specifies the Jira project key.
@@ -336,6 +343,18 @@ For a <>, specifies the REST A
+
NOTE: If you are using the `xpack.actions.allowedHosts` setting, make sure the hostname in the URL is added to the allowed hosts.
+`xpack.actions.preconfigured..config.url`::
+A configuration URL that varies by connector:
++
+--
+* For a <>, specifies the D3 Security API request URL.
+
+NOTE: If you are using the `xpack.actions.allowedHosts` setting, make sure this hostname is added to the allowed hosts.
+--
+
+`xpack.actions.preconfigured..config.usesBasic`::
+For an <>, specifies whether it uses HTTP basic authentication. Defaults to `true`.
+
`xpack.actions.preconfigured..config.viewIncidentUrl`::
For a <>, specifies a URL string with either the external service ID or external service title Mustache variable to view a case in the external system.
@@ -354,6 +373,12 @@ An API key secret that varies by connector:
* For an <>, specifies the {opsgenie} API authentication key for HTTP basic authentication.
--
+`xpack.actions.preconfigured..secrets.apiKeyId`::
+For an <>, specifies the authentication key ID for HTTP basic authentication.
+
+`xpack.actions.preconfigured..secrets.apiKeySecret`::
+For an <>, specifies the authentication key secret for HTTP basic authentication.
+
`xpack.actions.preconfigured..secrets.apiToken`::
For a <>, specifies the API authentication token for HTTP basic authentication.
@@ -365,16 +390,42 @@ A password secret that varies by connector:
+
--
* For a <>, specifies a password that is required when `xpack.actions.preconfigured..config.hasAuth` is `true`.
+* For an <>, specifies a password that is required when `xpack.actions.preconfigured..config.usesBasic` is `true`.
--
`xpack.actions.preconfigured..secrets.routingKey`::
For a <>, specifies the 32 character PagerDuty Integration Key for an integration on a service, also referred to as the routing key.
+`xpack.actions.preconfigured..secrets.secretsUrl`::
+For an <> with URL authentication, specifies the request URL for the Elastic Alerts trigger in xMatters with the API key included in the URL.
+It is used only when `xpack.actions.preconfigured..config.usesBasic` is `false`.
++
+NOTE: If you are using the `xpack.actions.allowedHosts` setting, make sure this hostname is added to the allowed hosts.
+
+`xpack.actions.preconfigured..secrets.token`::
+A token secret that varies by connector:
++
+--
+* For a <>, specifies the D3 Security token.
+* For a <>, specifies the Slack bot user OAuth token.
+--
+
`xpack.actions.preconfigured..secrets.user`::
A user name secret that varies by connector:
+
--
* For a <>, specifies a user name that is required when `xpack.actions.preconfigured..config.hasAuth` is `true`.
+* For an <>, specifies a user name that is required when `xpack.actions.preconfigured..config.usesBasic` is `true`.
+--
+
+`xpack.actions.preconfigured..secrets.webhookUrl`::
+A URL that varies by connector:
++
+--
+* For a <>, specifies the URL of the incoming webhook.
+For a <>, specifies the Slack webhook URL.
+
+NOTE: If you are using the `xpack.actions.allowedHosts` setting, make sure the hostname is added to the allowed hosts.
--
[float]
diff --git a/docs/user/alerting/create-and-manage-rules.asciidoc b/docs/user/alerting/create-and-manage-rules.asciidoc
index aa72b65944462..670e531350d5b 100644
--- a/docs/user/alerting/create-and-manage-rules.asciidoc
+++ b/docs/user/alerting/create-and-manage-rules.asciidoc
@@ -94,7 +94,8 @@ For example, you can set *Run when* to `Query matched` or `Recovered` for the {e
image::images/es-query-rule-recovery-action.png[UI for defining a recovery action,500]
// NOTE: This is an autogenerated screenshot. Do not edit it directly.
-Each connector enables different action properties. For example, an email connector enables you to set the recipients, the subject, and a message body in markdown format. For more information about connectors, refer to <>.
+Each connector supports a specific set of actions for each action group and enables different action properties.
+For example, you can have actions that create an {opsgenie} alert when rule conditions are met and recovery actions that close the {opsgenie} alert. For more information about connectors, refer to <>.
[[alerting-concepts-suppressing-duplicate-notifications]]
[TIP]
diff --git a/docs/user/alerting/rule-types/es-query.asciidoc b/docs/user/alerting/rule-types/es-query.asciidoc
index f1a391a9e87be..029ec2e1eaa46 100644
--- a/docs/user/alerting/rule-types/es-query.asciidoc
+++ b/docs/user/alerting/rule-types/es-query.asciidoc
@@ -72,6 +72,9 @@ For example:
image::images/es-query-rule-action-query-matched.png[UI for defining a recovery action]
// NOTE: This is an autogenerated screenshot. Do not edit it directly.
+Each connector supports a specific set of actions for each action group.
+For more details, refer to <>.
+
[float]
=== Add action variables
diff --git a/docs/user/alerting/rule-types/index-threshold.asciidoc b/docs/user/alerting/rule-types/index-threshold.asciidoc
index d6a3217f3276d..69cdd2c3bbbcc 100644
--- a/docs/user/alerting/rule-types/index-threshold.asciidoc
+++ b/docs/user/alerting/rule-types/index-threshold.asciidoc
@@ -9,7 +9,7 @@
The index threshold rule type runs an {es} query. It aggregates field values from documents, compares them to threshold values, and schedules actions to run when the thresholds are met.
[float]
-=== Rule conditions
+=== Define the conditions
[role="screenshot"]
image::user/alerting/images/rule-types-index-threshold-conditions.png[Defining index threshold rule conditions in {kib}]
@@ -27,11 +27,24 @@ It also defines a time window, which determines how far back to search for docum
If data is available and all clauses have been defined, a preview chart will render the threshold value and display a line chart showing the value for the last 30 intervals. This can provide an indication of recent values and their proximity to the threshold, and help you tune the clauses.
+[float]
+[[actions-index-threshold]]
+=== Add actions
+
+You can <> to your rule to generate notifications.
+
+Each action uses a connector, which provides connection information for a {kib} service or third party integration, depending on where you want to send the notifications.
+
+After you choose a connector, you must choose an action group, which affects when the action runs.
+The valid action groups for an index threshold rule are: `Threshold met` and `Recovered`.
+Each connector supports a specific set of actions for each action group. For more details, refer to <>.
+
[float]
[[action-variables-index-threshold]]
-=== Action variables
+=== Add action variables
-The following action variables are specific to the index threshold rule. You can also specify <>.
+The following action variables are specific to the index threshold rule.
+You can also specify <>.
`context.conditions`:: A description of the threshold condition. Example: `count greater than 4`
`context.date`:: The date, in ISO format, that the rule met the threshold condition. Example: `2020-01-01T00:00:00.000Z`.
diff --git a/examples/unified_field_list_examples/public/field_list_sidebar.tsx b/examples/unified_field_list_examples/public/field_list_sidebar.tsx
index 121132e89b810..9e71071d327ce 100644
--- a/examples/unified_field_list_examples/public/field_list_sidebar.tsx
+++ b/examples/unified_field_list_examples/public/field_list_sidebar.tsx
@@ -33,6 +33,8 @@ const getCreationOptions: UnifiedFieldListSidebarContainerProps['getCreationOpti
originatingApp: PLUGIN_ID,
localStorageKeyPrefix: 'examples',
timeRangeUpdatesType: 'timefilter',
+ compressed: true,
+ showSidebarToggleButton: true,
disablePopularFields: true,
};
};
diff --git a/package.json b/package.json
index 14cd4677b26b6..6be8542c598b7 100644
--- a/package.json
+++ b/package.json
@@ -100,7 +100,7 @@
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.9.1-canary.1",
"@elastic/ems-client": "8.4.0",
- "@elastic/eui": "88.1.0",
+ "@elastic/eui": "88.2.0",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
@@ -347,6 +347,7 @@
"@kbn/crypto": "link:packages/kbn-crypto",
"@kbn/crypto-browser": "link:packages/kbn-crypto-browser",
"@kbn/custom-branding-plugin": "link:x-pack/plugins/custom_branding",
+ "@kbn/custom-integrations": "link:packages/kbn-custom-integrations",
"@kbn/custom-integrations-plugin": "link:src/plugins/custom_integrations",
"@kbn/dashboard-enhanced-plugin": "link:x-pack/plugins/dashboard_enhanced",
"@kbn/dashboard-plugin": "link:src/plugins/dashboard",
@@ -500,7 +501,13 @@
"@kbn/logstash-plugin": "link:x-pack/plugins/logstash",
"@kbn/management-cards-navigation": "link:packages/kbn-management/cards_navigation",
"@kbn/management-plugin": "link:src/plugins/management",
+ "@kbn/management-settings-components-field-input": "link:packages/kbn-management/settings/components/field_input",
+ "@kbn/management-settings-components-field-row": "link:packages/kbn-management/settings/components/field_row",
+ "@kbn/management-settings-field-definition": "link:packages/kbn-management/settings/field_definition",
+ "@kbn/management-settings-ids": "link:packages/kbn-management/settings/setting_ids",
"@kbn/management-settings-section-registry": "link:packages/kbn-management/settings/section_registry",
+ "@kbn/management-settings-types": "link:packages/kbn-management/settings/types",
+ "@kbn/management-settings-utilities": "link:packages/kbn-management/settings/utilities",
"@kbn/management-test-plugin": "link:test/plugin_functional/plugins/management_test_plugin",
"@kbn/mapbox-gl": "link:packages/kbn-mapbox-gl",
"@kbn/maps-custom-raster-source-plugin": "link:x-pack/examples/third_party_maps_source_example",
@@ -558,6 +565,7 @@
"@kbn/presentation-util-plugin": "link:src/plugins/presentation_util",
"@kbn/profiling-data-access-plugin": "link:x-pack/plugins/profiling_data_access",
"@kbn/profiling-plugin": "link:x-pack/plugins/profiling",
+ "@kbn/profiling-utils": "link:packages/kbn-profiling-utils",
"@kbn/random-sampling": "link:x-pack/packages/kbn-random-sampling",
"@kbn/react-field": "link:packages/kbn-react-field",
"@kbn/react-kibana-context-common": "link:packages/react/kibana_context/common",
@@ -638,9 +646,13 @@
"@kbn/server-http-tools": "link:packages/kbn-server-http-tools",
"@kbn/server-route-repository": "link:packages/kbn-server-route-repository",
"@kbn/serverless": "link:x-pack/plugins/serverless",
+ "@kbn/serverless-common-settings": "link:packages/serverless/settings/common",
"@kbn/serverless-observability": "link:x-pack/plugins/serverless_observability",
+ "@kbn/serverless-observability-settings": "link:packages/serverless/settings/observability_project",
"@kbn/serverless-project-switcher": "link:packages/serverless/project_switcher",
"@kbn/serverless-search": "link:x-pack/plugins/serverless_search",
+ "@kbn/serverless-search-settings": "link:packages/serverless/settings/search_project",
+ "@kbn/serverless-security-settings": "link:packages/serverless/settings/security_project",
"@kbn/serverless-types": "link:packages/serverless/types",
"@kbn/session-notifications-plugin": "link:test/plugin_functional/plugins/session_notifications",
"@kbn/session-view-plugin": "link:x-pack/plugins/session_view",
@@ -784,6 +796,7 @@
"@kbn/visualization-ui-components": "link:packages/kbn-visualization-ui-components",
"@kbn/visualizations-plugin": "link:src/plugins/visualizations",
"@kbn/watcher-plugin": "link:x-pack/plugins/watcher",
+ "@kbn/xstate-utils": "link:packages/kbn-xstate-utils",
"@loaders.gl/core": "^3.4.7",
"@loaders.gl/json": "^3.4.7",
"@loaders.gl/shapefile": "^3.4.7",
diff --git a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx
index ad7c6d8fc52a5..6109a1bd0688c 100644
--- a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx
+++ b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx
@@ -147,16 +147,15 @@ describe('start', () => {
const promise = chrome.getBodyClasses$().pipe(toArray()).toPromise();
service.stop();
await expect(promise).resolves.toMatchInlineSnapshot(`
- Array [
- Array [
- "kbnBody",
- "kbnBody--classicLayout",
- "kbnBody--noHeaderBanner",
- "kbnBody--chromeHidden",
- "kbnVersion-1-2-3",
- ],
- ]
- `);
+ Array [
+ Array [
+ "kbnBody",
+ "kbnBody--noHeaderBanner",
+ "kbnBody--chromeHidden",
+ "kbnVersion-1-2-3",
+ ],
+ ]
+ `);
});
it('strips off "snapshot" from the kibana version if present', async () => {
@@ -166,16 +165,15 @@ describe('start', () => {
const promise = chrome.getBodyClasses$().pipe(toArray()).toPromise();
service.stop();
await expect(promise).resolves.toMatchInlineSnapshot(`
- Array [
- Array [
- "kbnBody",
- "kbnBody--classicLayout",
- "kbnBody--noHeaderBanner",
- "kbnBody--chromeHidden",
- "kbnVersion-8-0-0",
- ],
- ]
- `);
+ Array [
+ Array [
+ "kbnBody",
+ "kbnBody--noHeaderBanner",
+ "kbnBody--chromeHidden",
+ "kbnVersion-8-0-0",
+ ],
+ ]
+ `);
});
it('does not add legacy browser warning if browser supports CSP', async () => {
diff --git a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx
index 76fef465d823c..02ba5a912cd40 100644
--- a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx
+++ b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx
@@ -207,7 +207,6 @@ export class ChromeService {
map(([headerBanner, isVisible, chromeStyle]) => {
return [
'kbnBody',
- chromeStyle === 'project' ? 'kbnBody--projectLayout' : 'kbnBody--classicLayout',
headerBanner ? 'kbnBody--hasHeaderBanner' : 'kbnBody--noHeaderBanner',
isVisible ? 'kbnBody--chromeVisible' : 'kbnBody--chromeHidden',
getKbnVersionClass(),
diff --git a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/collapsible_nav.test.tsx.snap b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/collapsible_nav.test.tsx.snap
index 476776a40a155..0ae5e0504839b 100644
--- a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/collapsible_nav.test.tsx.snap
+++ b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/collapsible_nav.test.tsx.snap
@@ -105,7 +105,7 @@ Array [