diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml
index 4ac592cca57ab..5959ff09cc47c 100644
--- a/.buildkite/ftr_configs.yml
+++ b/.buildkite/ftr_configs.yml
@@ -446,24 +446,24 @@ enabled:
- x-pack/test_serverless/functional/test_suites/security/common_configs/config.group4.ts
- x-pack/test_serverless/functional/test_suites/security/common_configs/config.group5.ts
- x-pack/test_serverless/functional/test_suites/security/common_configs/config.group6.ts
- - x-pack/performance/journeys/ecommerce_dashboard.ts
- - x-pack/performance/journeys/ecommerce_dashboard_map_only.ts
- - x-pack/performance/journeys/flight_dashboard.ts
- - x-pack/performance/journeys/login.ts
- - x-pack/performance/journeys/many_fields_discover.ts
- - x-pack/performance/journeys/many_fields_lens_editor.ts
- - x-pack/performance/journeys/many_fields_transform.ts
- - x-pack/performance/journeys/tsdb_logs_data_visualizer.ts
- - x-pack/performance/journeys/promotion_tracking_dashboard.ts
- - x-pack/performance/journeys/web_logs_dashboard.ts
- - x-pack/performance/journeys/data_stress_test_lens.ts
- - x-pack/performance/journeys/ecommerce_dashboard_saved_search_only.ts
- - x-pack/performance/journeys/ecommerce_dashboard_tsvb_gauge_only.ts
- - x-pack/performance/journeys/dashboard_listing_page.ts
- - x-pack/performance/journeys/tags_listing_page.ts
- - x-pack/performance/journeys/cloud_security_dashboard.ts
- - x-pack/performance/journeys/apm_service_inventory.ts
- - x-pack/performance/journeys/infra_hosts_view.ts
+ - x-pack/performance/journeys_e2e/ecommerce_dashboard.ts
+ - x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts
+ - x-pack/performance/journeys_e2e/flight_dashboard.ts
+ - x-pack/performance/journeys_e2e/login.ts
+ - x-pack/performance/journeys_e2e/many_fields_discover.ts
+ - x-pack/performance/journeys_e2e/many_fields_lens_editor.ts
+ - x-pack/performance/journeys_e2e/many_fields_transform.ts
+ - x-pack/performance/journeys_e2e/tsdb_logs_data_visualizer.ts
+ - x-pack/performance/journeys_e2e/promotion_tracking_dashboard.ts
+ - x-pack/performance/journeys_e2e/web_logs_dashboard.ts
+ - x-pack/performance/journeys_e2e/data_stress_test_lens.ts
+ - x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts
+ - x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts
+ - x-pack/performance/journeys_e2e/dashboard_listing_page.ts
+ - x-pack/performance/journeys_e2e/tags_listing_page.ts
+ - x-pack/performance/journeys_e2e/cloud_security_dashboard.ts
+ - x-pack/performance/journeys_e2e/apm_service_inventory.ts
+ - x-pack/performance/journeys_e2e/infra_hosts_view.ts
- x-pack/test/custom_branding/config.ts
- x-pack/test/profiling_api_integration/cloud/config.ts
- x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/actions/trial_license_complete_tier/configs/ess.config.ts
diff --git a/.buildkite/pipelines/emergency_release.yml b/.buildkite/pipelines/emergency_release.yml
index df9b1dea3cfb7..ac359ab842a25 100644
--- a/.buildkite/pipelines/emergency_release.yml
+++ b/.buildkite/pipelines/emergency_release.yml
@@ -17,3 +17,4 @@ steps:
env:
REMOTE_SERVICE_CONFIG: "${EMERGENCY_RELEASE_REMOTE_SERVICE_CONFIG}"
SERVICE_COMMIT_HASH: "${VERSION}"
+ DRY_RUN: "${DRY_RUN:-false}"
diff --git a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml
index 77ae40971a282..8452416e2a908 100644
--- a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml
+++ b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml
@@ -167,7 +167,7 @@ steps:
queue: n2-4-virt
depends_on: build
timeout_in_minutes: 60
- parallelism: 6
+ parallelism: 10
retry:
automatic:
- exit_status: '*'
diff --git a/.buildkite/scripts/lifecycle/post_build.sh b/.buildkite/scripts/lifecycle/post_build.sh
index 446ca4b28c559..3ca36e9d04b78 100755
--- a/.buildkite/scripts/lifecycle/post_build.sh
+++ b/.buildkite/scripts/lifecycle/post_build.sh
@@ -9,7 +9,10 @@ if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
"$(dirname "${0}")/commit_status_complete.sh"
fi
-ts-node "$(dirname "${0}")/ci_stats_complete.ts"
+# Skip indexing the same metrics twice
+if [[ "${BUILDKITE_RETRY_COUNT:-0}" == "0" ]]; then
+ ts-node "$(dirname "${0}")/ci_stats_complete.ts"
+fi
if [[ "${GITHUB_PR_NUMBER:-}" ]]; then
DOCS_CHANGES_URL="https://kibana_bk_$GITHUB_PR_NUMBER}.docs-preview.app.elstc.co/diff"
diff --git a/.buildkite/scripts/pipelines/pull_request/pipeline.ts b/.buildkite/scripts/pipelines/pull_request/pipeline.ts
index 955409c971198..cd392b00be882 100644
--- a/.buildkite/scripts/pipelines/pull_request/pipeline.ts
+++ b/.buildkite/scripts/pipelines/pull_request/pipeline.ts
@@ -233,6 +233,7 @@ const uploadPipeline = (pipelineContent: string | object) => {
/^x-pack\/packages\/security-solution/,
/^x-pack\/packages\/kbn-elastic-assistant/,
/^x-pack\/packages\/kbn-elastic-assistant-common/,
+ /^x-pack\/test\/functional\/es_archives\/security_solution/,
/^x-pack\/test\/security_solution_cypress/,
])) ||
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
@@ -271,6 +272,7 @@ const uploadPipeline = (pipelineContent: string | object) => {
/^x-pack\/packages\/security-solution/,
/^x-pack\/packages\/kbn-elastic-assistant/,
/^x-pack\/packages\/kbn-elastic-assistant-common/,
+ /^x-pack\/test\/functional\/es_archives\/security_solution/,
/^x-pack\/test\/security_solution_cypress/,
])) ||
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
diff --git a/.buildkite/scripts/serverless/create_deploy_tag/generate_gpctl_trigger.ts b/.buildkite/scripts/serverless/create_deploy_tag/generate_gpctl_trigger.ts
index 231977979c414..2dcfcbce7551d 100644
--- a/.buildkite/scripts/serverless/create_deploy_tag/generate_gpctl_trigger.ts
+++ b/.buildkite/scripts/serverless/create_deploy_tag/generate_gpctl_trigger.ts
@@ -28,15 +28,12 @@ function uploadTriggerStep(commitSha: string) {
env: {
SERVICE_COMMIT_HASH: commitSha.slice(0, 12),
REMOTE_SERVICE_CONFIG,
+ ...(IS_DRY_RUN ? { DRY_RUN: 'true' } : {}),
},
},
};
- if (IS_DRY_RUN) {
- console.log('Dry run: skipping upload of GPCTL trigger step. Step definition:', triggerStep);
- } else {
- buildkite.uploadSteps([triggerStep]);
- }
+ buildkite.uploadSteps([triggerStep]);
}
main()
diff --git a/.buildkite/scripts/steps/artifacts/docker_image.sh b/.buildkite/scripts/steps/artifacts/docker_image.sh
index 0706a21dd4274..1002c9f798c74 100755
--- a/.buildkite/scripts/steps/artifacts/docker_image.sh
+++ b/.buildkite/scripts/steps/artifacts/docker_image.sh
@@ -136,6 +136,7 @@ steps:
SERVICE_COMMIT_HASH: "$GIT_ABBREV_COMMIT"
SERVICE: kibana
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/dev.yaml
+ DRY_RUN: "${DRY_RUN:-false}"
EOF
else
diff --git a/.buildkite/scripts/steps/functional/scalability_dataset_extraction.sh b/.buildkite/scripts/steps/functional/scalability_dataset_extraction.sh
index ebf9e28d2c9ea..75896c687705d 100755
--- a/.buildkite/scripts/steps/functional/scalability_dataset_extraction.sh
+++ b/.buildkite/scripts/steps/functional/scalability_dataset_extraction.sh
@@ -15,7 +15,7 @@ OUTPUT_DIR="${KIBANA_DIR}/${OUTPUT_REL}"
.buildkite/scripts/bootstrap.sh
echo "--- Extract APM metrics"
-for journey in x-pack/performance/journeys/*; do
+for journey in x-pack/performance/journeys_e2e/*; do
echo "Looking for journey=${journey} and BUILD_ID=${BUILD_ID} in APM traces"
node scripts/extract_performance_testing_dataset \
diff --git a/.eslintrc.js b/.eslintrc.js
index 2c58a2aebbea3..1ec3718ec74bc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -911,19 +911,7 @@ module.exports = {
{
files: [
'x-pack/plugins/aiops/**/*.tsx',
- 'x-pack/plugins/infra/**/*.tsx',
- 'x-pack/plugins/observability_solution/apm/**/*.tsx',
- 'x-pack/plugins/observability_solution/dataset_quality/**/*.tsx',
- 'x-pack/plugins/observability_solution/exploratory_view/**/*.tsx',
- 'x-pack/plugins/observability_solution/infra/**/*.tsx',
- 'x-pack/plugins/observability_solution/observability/**/*.tsx',
- 'x-pack/plugins/observability_solution/observability_ai_assistant/**/*.tsx',
- 'x-pack/plugins/observability_solution/observability_onboarding/**/*.tsx',
- 'x-pack/plugins/observability_solution/observability_shared/**/*.tsx',
- 'x-pack/plugins/observability_solution/profiling/**/*.tsx',
- 'x-pack/plugins/observability_solution/synthetics/**/*.tsx',
- 'x-pack/plugins/observability_solution/uptime/**/*.tsx',
- 'x-pack/plugins/observability_solution/ux/**/*.tsx',
+ 'x-pack/plugins/observability_solution/**/*.tsx',
'src/plugins/ai_assistant_management/**/*.tsx',
],
rules: {
@@ -932,16 +920,7 @@ module.exports = {
},
{
files: [
- 'x-pack/plugins/observability_solution/apm/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/exploratory_view/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/infra/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/observability/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/observability_ai_assistant/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/observability_onboarding/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/observability_shared/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/profiling/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/synthetics/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/observability_solution/ux/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
+ 'x-pack/plugins/observability_solution/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
'src/plugins/ai_assistant_management/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
],
rules: {
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e0692ae7f398d..460d8e5094af1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -277,6 +277,13 @@ packages/core/saved-objects/core-saved-objects-server @elastic/kibana-core
packages/core/saved-objects/core-saved-objects-server-internal @elastic/kibana-core
packages/core/saved-objects/core-saved-objects-server-mocks @elastic/kibana-core
packages/core/saved-objects/core-saved-objects-utils-server @elastic/kibana-core
+packages/core/security/core-security-browser @elastic/kibana-core
+packages/core/security/core-security-browser-internal @elastic/kibana-core
+packages/core/security/core-security-browser-mocks @elastic/kibana-core
+packages/core/security/core-security-common @elastic/kibana-core @elastic/kibana-security
+packages/core/security/core-security-server @elastic/kibana-core
+packages/core/security/core-security-server-internal @elastic/kibana-core
+packages/core/security/core-security-server-mocks @elastic/kibana-core
packages/core/status/core-status-common @elastic/kibana-core
packages/core/status/core-status-common-internal @elastic/kibana-core
packages/core/status/core-status-server @elastic/kibana-core
@@ -1543,8 +1550,6 @@ x-pack/plugins/security_solution/server/lib/security_integrations @elastic/secur
**/*.scss @elastic/kibana-design
# Observability design
-/x-pack/plugins/observability_solution/apm/**/*.scss @elastic/observability-design
-/x-pack/plugins/observability_solution/infra/**/*.scss @elastic/observability-design
/x-pack/plugins/fleet/**/*.scss @elastic/observability-design
/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design
@@ -1556,7 +1561,6 @@ x-pack/plugins/security_solution/server/lib/security_integrations @elastic/secur
/x-pack/plugins/security_solution/**/*.scss @elastic/security-design
/x-pack/plugins/security_solution_ess/**/*.scss @elastic/security-design
/x-pack/plugins/security_solution_serverless/**/*.scss @elastic/security-design
-/x-pack/plugins/observability_solution/logs_explorer/**/*.scss @elastic/observability-design
# Logstash
#CC# /x-pack/plugins/logstash/ @elastic/logstash
diff --git a/.github/paths-labeller.yml b/.github/paths-labeller.yml
index 49d89e52abb0c..79bc29dc29b13 100644
--- a/.github/paths-labeller.yml
+++ b/.github/paths-labeller.yml
@@ -22,3 +22,9 @@
- 'x-pack/test/fleet_api_integration/**/*.*'
- 'Team:obs-ux-management':
- 'x-pack/plugins/observability_solution/observability/**/*.*'
+- 'Team:obs-knowledge':
+ - 'src/plugins/ai_assistant_management/observability/**/*.*'
+ - 'x-pack/plugins/observability_solution/observability_ai_assistant/**/*.*'
+ - 'x-pack/plugins/observability_solution/observability_ai_assistant_app/**/*.*'
+ - 'x-pack/test/observability_ai_assistant_api_integration/**/*.*'
+ - 'x-pack/test/observability_ai_assistant_functional/**/*.*'
diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx
index 5537dd212e593..c73b83ad93e39 100644
--- a/api_docs/actions.mdx
+++ b/api_docs/actions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
-date: 2024-03-13
+date: 2024-03-18
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 6a2a3ea26ff76..5ea01f3da2ed1 100644
--- a/api_docs/advanced_settings.mdx
+++ b/api_docs/advanced_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
diff --git a/api_docs/ai_assistant_management_observability.mdx b/api_docs/ai_assistant_management_observability.mdx
index 52338cc79d087..5747b266405ed 100644
--- a/api_docs/ai_assistant_management_observability.mdx
+++ b/api_docs/ai_assistant_management_observability.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementObservability
title: "aiAssistantManagementObservability"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiAssistantManagementObservability plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementObservability']
---
import aiAssistantManagementObservabilityObj from './ai_assistant_management_observability.devdocs.json';
diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx
index e612a3d954944..32990ea9ddcc7 100644
--- a/api_docs/ai_assistant_management_selection.mdx
+++ b/api_docs/ai_assistant_management_selection.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
title: "aiAssistantManagementSelection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiAssistantManagementSelection plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
---
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';
diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx
index 179b491661a1f..704ada4c01add 100644
--- a/api_docs/aiops.mdx
+++ b/api_docs/aiops.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
-date: 2024-03-13
+date: 2024-03-18
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 682853229d16c..332752c51fb2d 100644
--- a/api_docs/alerting.mdx
+++ b/api_docs/alerting.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the alerting plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx
index bbbdbc4e9acce..88aace98c3724 100644
--- a/api_docs/apm.mdx
+++ b/api_docs/apm.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apm plugin
-date: 2024-03-13
+date: 2024-03-18
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 c928e496bfb1a..15c880836ca5c 100644
--- a/api_docs/apm_data_access.mdx
+++ b/api_docs/apm_data_access.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess
title: "apmDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apmDataAccess plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
---
import apmDataAccessObj from './apm_data_access.devdocs.json';
diff --git a/api_docs/asset_manager.mdx b/api_docs/asset_manager.mdx
index 108d290939c20..b023c9eee05d2 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: 2024-03-13
+date: 2024-03-18
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 ad897f930dee1..02d7fdd998619 100644
--- a/api_docs/banners.mdx
+++ b/api_docs/banners.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
description: API docs for the banners plugin
-date: 2024-03-13
+date: 2024-03-18
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 2316e98d09c1e..63637c2968ea9 100644
--- a/api_docs/bfetch.mdx
+++ b/api_docs/bfetch.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the bfetch plugin
-date: 2024-03-13
+date: 2024-03-18
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 1838ee58f61fa..4b9df9e6783c4 100644
--- a/api_docs/canvas.mdx
+++ b/api_docs/canvas.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
description: API docs for the canvas plugin
-date: 2024-03-13
+date: 2024-03-18
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 5fde56fa05cb5..b12771bc615bb 100644
--- a/api_docs/cases.mdx
+++ b/api_docs/cases.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases
title: "cases"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cases plugin
-date: 2024-03-13
+date: 2024-03-18
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 4897df4c4b868..5486641e67a1d 100644
--- a/api_docs/charts.mdx
+++ b/api_docs/charts.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts
title: "charts"
image: https://source.unsplash.com/400x175/?github
description: API docs for the charts plugin
-date: 2024-03-13
+date: 2024-03-18
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 df5af9031d598..acf84d9087541 100644
--- a/api_docs/cloud.mdx
+++ b/api_docs/cloud.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud
title: "cloud"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloud plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
---
import cloudObj from './cloud.devdocs.json';
diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx
index bebab0cbb8244..f4d4914e3bed6 100644
--- a/api_docs/cloud_data_migration.mdx
+++ b/api_docs/cloud_data_migration.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration
title: "cloudDataMigration"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudDataMigration plugin
-date: 2024-03-13
+date: 2024-03-18
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 a34e1859c27b2..bcf0845f2a1e4 100644
--- a/api_docs/cloud_defend.mdx
+++ b/api_docs/cloud_defend.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend
title: "cloudDefend"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudDefend plugin
-date: 2024-03-13
+date: 2024-03-18
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 9328c6c2d7bbb..cb63ebb9cd779 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: 2024-03-13
+date: 2024-03-18
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 f8b512c0bd923..1511dc0781c96 100644
--- a/api_docs/cloud_security_posture.mdx
+++ b/api_docs/cloud_security_posture.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
title: "cloudSecurityPosture"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudSecurityPosture plugin
-date: 2024-03-13
+date: 2024-03-18
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 d8883fb02ede7..7d73066626e3c 100644
--- a/api_docs/console.mdx
+++ b/api_docs/console.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console
title: "console"
image: https://source.unsplash.com/400x175/?github
description: API docs for the console plugin
-date: 2024-03-13
+date: 2024-03-18
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 0f4d73bfaadf1..20a34191f6e19 100644
--- a/api_docs/content_management.mdx
+++ b/api_docs/content_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement
title: "contentManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the contentManagement plugin
-date: 2024-03-13
+date: 2024-03-18
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 9ea5ef9031e73..27ab9507b8e6c 100644
--- a/api_docs/controls.mdx
+++ b/api_docs/controls.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
description: API docs for the controls plugin
-date: 2024-03-13
+date: 2024-03-18
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 fff7e25ccb8a7..92e0d915e35ba 100644
--- a/api_docs/custom_integrations.mdx
+++ b/api_docs/custom_integrations.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations
title: "customIntegrations"
image: https://source.unsplash.com/400x175/?github
description: API docs for the customIntegrations plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
---
import customIntegrationsObj from './custom_integrations.devdocs.json';
diff --git a/api_docs/dashboard.devdocs.json b/api_docs/dashboard.devdocs.json
index 01fcb69b8a2f9..bb7b6e100c934 100644
--- a/api_docs/dashboard.devdocs.json
+++ b/api_docs/dashboard.devdocs.json
@@ -209,8 +209,8 @@
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"docId": "kibKbnPresentationPublishingPluginApi",
- "section": "def-common.PublishesLocalUnifiedSearch",
- "text": "PublishesLocalUnifiedSearch"
+ "section": "def-common.PublishesUnifiedSearch",
+ "text": "PublishesUnifiedSearch"
},
" & ",
{
@@ -225,8 +225,8 @@
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"docId": "kibKbnPresentationPublishingPluginApi",
- "section": "def-common.PublishesLocalUnifiedSearch",
- "text": "PublishesLocalUnifiedSearch"
+ "section": "def-common.PublishesUnifiedSearch",
+ "text": "PublishesUnifiedSearch"
},
">>>, options: ",
{
@@ -263,8 +263,8 @@
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"docId": "kibKbnPresentationPublishingPluginApi",
- "section": "def-common.PublishesLocalUnifiedSearch",
- "text": "PublishesLocalUnifiedSearch"
+ "section": "def-common.PublishesUnifiedSearch",
+ "text": "PublishesUnifiedSearch"
},
" & ",
{
@@ -279,8 +279,8 @@
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"docId": "kibKbnPresentationPublishingPluginApi",
- "section": "def-common.PublishesLocalUnifiedSearch",
- "text": "PublishesLocalUnifiedSearch"
+ "section": "def-common.PublishesUnifiedSearch",
+ "text": "PublishesUnifiedSearch"
},
">>>"
],
@@ -689,8 +689,8 @@
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"docId": "kibKbnPresentationPublishingPluginApi",
- "section": "def-common.PublishesLocalUnifiedSearch",
- "text": "PublishesLocalUnifiedSearch"
+ "section": "def-common.PublishesUnifiedSearch",
+ "text": "PublishesUnifiedSearch"
},
" & ",
{
diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx
index 89a8df053ba55..8be738002f70d 100644
--- a/api_docs/dashboard.mdx
+++ b/api_docs/dashboard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard
title: "dashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboard plugin
-date: 2024-03-13
+date: 2024-03-18
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 90e9e836c318a..a63570fa67d9b 100644
--- a/api_docs/dashboard_enhanced.mdx
+++ b/api_docs/dashboard_enhanced.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
title: "dashboardEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboardEnhanced plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
---
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
diff --git a/api_docs/data.mdx b/api_docs/data.mdx
index c82de1c55c3b1..3a451e6ef5ea7 100644
--- a/api_docs/data.mdx
+++ b/api_docs/data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data
title: "data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data plugin
-date: 2024-03-13
+date: 2024-03-18
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 6bdaaeb8eb5ec..f9badb263963f 100644
--- a/api_docs/data_query.mdx
+++ b/api_docs/data_query.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query
title: "data.query"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data.query plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';
diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json
index 4a605c11c427d..e1011773f1058 100644
--- a/api_docs/data_search.devdocs.json
+++ b/api_docs/data_search.devdocs.json
@@ -1518,9 +1518,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1578,9 +1578,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1644,9 +1644,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1696,9 +1696,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1739,9 +1739,9 @@
"SearchSessionStatusDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1791,9 +1791,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1842,9 +1842,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1902,9 +1902,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -1968,9 +1968,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2020,9 +2020,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2078,9 +2078,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2130,9 +2130,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2173,9 +2173,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2209,9 +2209,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2252,9 +2252,9 @@
"SearchSessionDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2288,9 +2288,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2331,9 +2331,9 @@
"SearchSessionStatusDependencies",
", user: ",
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
@@ -2375,9 +2375,9 @@
"description": [],
"signature": [
{
- "pluginId": "@kbn/security-plugin-types-common",
+ "pluginId": "@kbn/core-security-common",
"scope": "common",
- "docId": "kibKbnSecurityPluginTypesCommonPluginApi",
+ "docId": "kibKbnCoreSecurityCommonPluginApi",
"section": "def-common.AuthenticatedUser",
"text": "AuthenticatedUser"
},
diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx
index 5089c27567150..6c6f3aeca040f 100644
--- a/api_docs/data_search.mdx
+++ b/api_docs/data_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search
title: "data.search"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data.search plugin
-date: 2024-03-13
+date: 2024-03-18
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 a3efde9e9fa94..43d3160639e0d 100644
--- a/api_docs/data_view_editor.mdx
+++ b/api_docs/data_view_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
title: "dataViewEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewEditor plugin
-date: 2024-03-13
+date: 2024-03-18
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 30190b9d98216..89a06512fc055 100644
--- a/api_docs/data_view_field_editor.mdx
+++ b/api_docs/data_view_field_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
title: "dataViewFieldEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewFieldEditor plugin
-date: 2024-03-13
+date: 2024-03-18
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 854a23bfc6163..55304199c058b 100644
--- a/api_docs/data_view_management.mdx
+++ b/api_docs/data_view_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
title: "dataViewManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewManagement plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
---
import dataViewManagementObj from './data_view_management.devdocs.json';
diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx
index af3c446808ff4..62867688d1e55 100644
--- a/api_docs/data_views.mdx
+++ b/api_docs/data_views.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews
title: "dataViews"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViews plugin
-date: 2024-03-13
+date: 2024-03-18
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 1bb3230a9578b..35fc4e85d9fb3 100644
--- a/api_docs/data_visualizer.mdx
+++ b/api_docs/data_visualizer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
title: "dataVisualizer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataVisualizer plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';
diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx
index 17cdc19d4ecc8..7ed04c2cfb3de 100644
--- a/api_docs/dataset_quality.mdx
+++ b/api_docs/dataset_quality.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality
title: "datasetQuality"
image: https://source.unsplash.com/400x175/?github
description: API docs for the datasetQuality plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality']
---
import datasetQualityObj from './dataset_quality.devdocs.json';
diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx
index 98201fc8bb860..ff4f0c12e7231 100644
--- a/api_docs/deprecations_by_api.mdx
+++ b/api_docs/deprecations_by_api.mdx
@@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
title: Deprecated API usage by API
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -204,6 +204,7 @@ Safe to remove.
| | savedObjects |
| | serverless |
| | taskManager |
+| | taskManager |
| | @kbn/core-saved-objects-api-browser |
| | @kbn/core-saved-objects-api-browser |
| | @kbn/storybook |
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index aca5e7b79a5bd..f5481db40831b 100644
--- a/api_docs/deprecations_by_plugin.mdx
+++ b/api_docs/deprecations_by_plugin.mdx
@@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
title: Deprecated API usage by plugin
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx
index 6cf70680d5a23..1678d8f230df5 100644
--- a/api_docs/deprecations_by_team.mdx
+++ b/api_docs/deprecations_by_team.mdx
@@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
title: Deprecated APIs due to be removed, by team
description: Lists the teams that are referencing deprecated APIs with a remove by date.
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx
index 1ab80efc44c3c..1cb2a8fd5a391 100644
--- a/api_docs/dev_tools.mdx
+++ b/api_docs/dev_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools
title: "devTools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the devTools plugin
-date: 2024-03-13
+date: 2024-03-18
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 3c175e610a0bd..f69c8adf26d6d 100644
--- a/api_docs/discover.mdx
+++ b/api_docs/discover.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover
title: "discover"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discover plugin
-date: 2024-03-13
+date: 2024-03-18
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 0558e4c25c421..527798d97384d 100644
--- a/api_docs/discover_enhanced.mdx
+++ b/api_docs/discover_enhanced.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
title: "discoverEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discoverEnhanced plugin
-date: 2024-03-13
+date: 2024-03-18
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 a53a9ec8e0949..a9d8bdc23e997 100644
--- a/api_docs/ecs_data_quality_dashboard.mdx
+++ b/api_docs/ecs_data_quality_dashboard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard
title: "ecsDataQualityDashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ecsDataQualityDashboard plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
---
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
diff --git a/api_docs/elastic_assistant.devdocs.json b/api_docs/elastic_assistant.devdocs.json
index c4d3736d79275..807dfdfa8fd50 100644
--- a/api_docs/elastic_assistant.devdocs.json
+++ b/api_docs/elastic_assistant.devdocs.json
@@ -1499,7 +1499,7 @@
"label": "onNewReplacements",
"description": [],
"signature": [
- "((newReplacements: Record) => void) | undefined"
+ "((newReplacements: { value: string; uuid: string; }[]) => void) | undefined"
],
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
"deprecated": false,
@@ -1508,12 +1508,12 @@
{
"parentPluginId": "elasticAssistant",
"id": "def-server.AssistantToolParams.onNewReplacements.$1",
- "type": "Object",
+ "type": "Array",
"tags": [],
"label": "newReplacements",
"description": [],
"signature": [
- "Record"
+ "{ value: string; uuid: string; }[]"
],
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
"deprecated": false,
@@ -1526,12 +1526,12 @@
{
"parentPluginId": "elasticAssistant",
"id": "def-server.AssistantToolParams.replacements",
- "type": "Object",
+ "type": "Array",
"tags": [],
"label": "replacements",
"description": [],
"signature": [
- "Record | undefined"
+ "{ value: string; uuid: string; }[] | undefined"
],
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
"deprecated": false,
@@ -1552,7 +1552,7 @@
"section": "def-common.KibanaRequest",
"text": "KibanaRequest"
},
- ""
+ ""
],
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
"deprecated": false,
@@ -1639,16 +1639,61 @@
"section": "def-common.KibanaRequest",
"text": "KibanaRequest"
},
- "): { preview: (args_0: Readonly<{} & { timeRange: string; alertParams: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>; sampleSize: number; }>) => Promise; execute: (params: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>, spaceId: string) => Promise<{ payload: ",
+ "): { preview: (args_0: Readonly<{} & { timeRange: string; alertParams: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>; sampleSize: number; }>) => Promise; execute: (params: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>, spaceId: string, state?: ",
+ "AnomalyDetectionRuleState",
+ " | undefined) => Promise<{ payload: ",
"AnomalyDetectionAlertPayload",
"; context: ",
"AnomalyDetectionAlertContext",
- "; name: string; isHealthy: boolean; } | undefined>; }; } & ",
+ "; name: string; isHealthy: boolean; stateUpdate: ",
+ "AnomalyDetectionRuleState",
+ "; } | undefined>; }; } & ",
"TrainedModelsProvider"
],
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.ElasticAssistantPluginSetupDependencies.taskManager",
+ "type": "Object",
+ "tags": [],
+ "label": "taskManager",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "taskManager",
+ "scope": "server",
+ "docId": "kibTaskManagerPluginApi",
+ "section": "def-server.TaskManagerSetupContract",
+ "text": "TaskManagerSetupContract"
+ }
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.ElasticAssistantPluginSetupDependencies.spaces",
+ "type": "Object",
+ "tags": [],
+ "label": "spaces",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "spaces",
+ "scope": "server",
+ "docId": "kibSpacesPluginApi",
+ "section": "def-server.SpacesPluginSetup",
+ "text": "SpacesPluginSetup"
+ },
+ " | undefined"
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -1683,6 +1728,47 @@
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.ElasticAssistantPluginStartDependencies.spaces",
+ "type": "Object",
+ "tags": [],
+ "label": "spaces",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "spaces",
+ "scope": "server",
+ "docId": "kibSpacesPluginApi",
+ "section": "def-server.SpacesPluginStart",
+ "text": "SpacesPluginStart"
+ },
+ " | undefined"
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "elasticAssistant",
+ "id": "def-server.ElasticAssistantPluginStartDependencies.security",
+ "type": "Object",
+ "tags": [],
+ "label": "security",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/security-plugin-types-server",
+ "scope": "server",
+ "docId": "kibKbnSecurityPluginTypesServerPluginApi",
+ "section": "def-server.SecurityPluginStart",
+ "text": "SecurityPluginStart"
+ }
+ ],
+ "path": "x-pack/plugins/elastic_assistant/server/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx
index 6ebda24a11630..130b88d0b97a9 100644
--- a/api_docs/elastic_assistant.mdx
+++ b/api_docs/elastic_assistant.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant
title: "elasticAssistant"
image: https://source.unsplash.com/400x175/?github
description: API docs for the elasticAssistant plugin
-date: 2024-03-13
+date: 2024-03-18
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
---
import elasticAssistantObj from './elastic_assistant.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 41 | 0 | 27 | 0 |
+| 45 | 0 | 31 | 0 |
## Server
diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json
index fbdfaa6630d65..c400ec63a8b1c 100644
--- a/api_docs/embeddable.devdocs.json
+++ b/api_docs/embeddable.devdocs.json
@@ -3039,10 +3039,10 @@
},
{
"parentPluginId": "embeddable",
- "id": "def-public.Embeddable.localQuery",
+ "id": "def-public.Embeddable.query$",
"type": "Object",
"tags": [],
- "label": "localQuery",
+ "label": "query$",
"description": [],
"signature": [
"{ readonly value: ",
@@ -3931,10 +3931,10 @@
},
{
"parentPluginId": "embeddable",
- "id": "def-public.Embeddable.localFilters",
+ "id": "def-public.Embeddable.filters$",
"type": "Object",
"tags": [],
- "label": "localFilters",
+ "label": "filters$",
"description": [],
"signature": [
"{ readonly value: ",
@@ -4868,10 +4868,10 @@
},
{
"parentPluginId": "embeddable",
- "id": "def-public.Embeddable.localTimeRange",
+ "id": "def-public.Embeddable.timeRange$",
"type": "Object",
"tags": [],
- "label": "localTimeRange",
+ "label": "timeRange$",
"description": [],
"signature": [
"{ readonly value: ",
@@ -5768,10 +5768,10 @@
},
{
"parentPluginId": "embeddable",
- "id": "def-public.Embeddable.setLocalTimeRange",
+ "id": "def-public.Embeddable.setTimeRange",
"type": "Function",
"tags": [],
- "label": "setLocalTimeRange",
+ "label": "setTimeRange",
"description": [],
"signature": [
"(timeRange: ",
@@ -5791,7 +5791,7 @@
"children": [
{
"parentPluginId": "embeddable",
- "id": "def-public.Embeddable.setLocalTimeRange.$1",
+ "id": "def-public.Embeddable.setTimeRange.$1",
"type": "Object",
"tags": [],
"label": "timeRange",
@@ -5806,7 +5806,7 @@
},
" | undefined"
],
- "path": "packages/presentation/presentation_publishing/interfaces/publishes_local_unified_search.ts",
+ "path": "packages/presentation/presentation_publishing/interfaces/publishes_unified_search.ts",
"deprecated": false,
"trackAdoption": false
}
@@ -5927,32 +5927,10 @@
},
{
"parentPluginId": "embeddable",
- "id": "def-public.Embeddable.getFallbackTimeRange",
+ "id": "def-public.Embeddable.isCompatibleWithUnifiedSearch",
"type": "Function",
"tags": [],
- "label": "getFallbackTimeRange",
- "description": [],
- "signature": [
- "(() => ",
- {
- "pluginId": "@kbn/es-query",
- "scope": "common",
- "docId": "kibKbnEsQueryPluginApi",
- "section": "def-common.TimeRange",
- "text": "TimeRange"
- },
- " | undefined) | undefined"
- ],
- "path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
- "deprecated": false,
- "trackAdoption": false
- },
- {
- "parentPluginId": "embeddable",
- "id": "def-public.Embeddable.isCompatibleWithLocalUnifiedSearch",
- "type": "Function",
- "tags": [],
- "label": "isCompatibleWithLocalUnifiedSearch",
+ "label": "isCompatibleWithUnifiedSearch",
"description": [],
"signature": [
"(() => boolean) | undefined"
@@ -7988,39 +7966,6 @@
"returnComment": [],
"initialIsOpen": false
},
- {
- "parentPluginId": "embeddable",
- "id": "def-public.initializeReactEmbeddableUuid",
- "type": "Function",
- "tags": [],
- "label": "initializeReactEmbeddableUuid",
- "description": [],
- "signature": [
- "(maybeId?: string | undefined) => string"
- ],
- "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_api.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [
- {
- "parentPluginId": "embeddable",
- "id": "def-public.initializeReactEmbeddableUuid.$1",
- "type": "string",
- "tags": [],
- "label": "maybeId",
- "description": [],
- "signature": [
- "string | undefined"
- ],
- "path": "src/plugins/embeddable/public/react_embeddable_system/react_embeddable_api.ts",
- "deprecated": false,
- "trackAdoption": false,
- "isRequired": false
- }
- ],
- "returnComment": [],
- "initialIsOpen": false
- },
{
"parentPluginId": "embeddable",
"id": "def-public.isContextMenuTriggerContext",
@@ -8842,7 +8787,23 @@
"\nRenders a component from the React Embeddable registry into a Presentation Panel.\n\nTODO: Rename this to simply `Embeddable` when the legacy Embeddable system is removed."
],
"signature": [
- "({ uuid, type, state, }: { uuid?: string | undefined; type: string; state: ",
+ " = ",
+ {
+ "pluginId": "embeddable",
+ "scope": "public",
+ "docId": "kibEmbeddablePluginApi",
+ "section": "def-public.DefaultEmbeddableApi",
+ "text": "DefaultEmbeddableApi"
+ },
+ ">({ maybeId, type, state, parentApi, onApiAvailable, }: { maybeId?: string | undefined; type: string; state: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
@@ -8850,7 +8811,15 @@
"section": "def-common.SerializedPanelState",
"text": "SerializedPanelState"
},
- "