diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml
index dc0eb465b77d..e4d1f6376303 100644
--- a/.buildkite/ftr_configs.yml
+++ b/.buildkite/ftr_configs.yml
@@ -14,7 +14,9 @@ disabled:
- x-pack/test/api_integration/config.ts
- x-pack/test/fleet_api_integration/config.base.ts
- x-pack/test/security_solution_api_integration/config/ess/config.base.ts
+ - x-pack/test/security_solution_api_integration/config/ess/config.base.basic.ts
- x-pack/test/security_solution_api_integration/config/serverless/config.base.ts
+ - x-pack/test/security_solution_api_integration/config/serverless/config.base.essentials.ts
- x-pack/test/security_solution_endpoint/config.base.ts
- x-pack/test/security_solution_endpoint_api_int/config.base.ts
@@ -318,6 +320,7 @@ enabled:
- x-pack/test/functional/apps/transform/feature_controls/config.ts
- x-pack/test/functional/apps/upgrade_assistant/config.ts
- x-pack/test/functional/apps/uptime/config.ts
+ - x-pack/test/functional/apps/user_profiles/config.ts
- x-pack/test/functional/apps/visualize/config.ts
- x-pack/test/functional/apps/watcher/config.ts
- x-pack/test/functional/config_security_basic.ts
@@ -485,3 +488,6 @@ enabled:
- x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/user_roles/configs/ess.config.ts
- x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry/configs/serverless.config.ts
- x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry/configs/ess.config.ts
+ - x-pack/test/security_solution_api_integration/test_suites/detections_response/basic_essentials_license/detection_engine/configs/serverless.config.ts
+ - x-pack/test/security_solution_api_integration/test_suites/detections_response/basic_essentials_license/detection_engine/configs/ess.config.ts
+
diff --git a/.buildkite/pipeline-utils/ci-stats/client.ts b/.buildkite/pipeline-utils/ci-stats/client.ts
index 6a5c048464c7..d7367b89947a 100644
--- a/.buildkite/pipeline-utils/ci-stats/client.ts
+++ b/.buildkite/pipeline-utils/ci-stats/client.ts
@@ -201,7 +201,7 @@ export class CiStatsClient {
headers: this.defaultHeaders,
});
} catch (error) {
- console.error('CI Stats request error:', error);
+ console.error('CI Stats request error:', error?.response?.data?.message);
if (attempt < maxAttempts) {
const sec = attempt * 3;
@@ -210,7 +210,7 @@ export class CiStatsClient {
continue;
}
- throw error;
+ throw new Error('Failed to connect to CI Stats.');
}
}
}
diff --git a/.buildkite/pipelines/security_solution/api_integration.yml b/.buildkite/pipelines/security_solution/api_integration.yml
index b4c6cece31c4..0fbc23bcab68 100644
--- a/.buildkite/pipelines/security_solution/api_integration.yml
+++ b/.buildkite/pipelines/security_solution/api_integration.yml
@@ -1,7 +1,7 @@
steps:
- - label: Running exception_workflows:runner:serverless
+ - label: Running exception_workflows:qa:serverless
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_workflows:qa:serverless
- key: exception_workflows:runner:serverless
+ key: exception_workflows:qa:serverless
agents:
queue: n2-4-spot
timeout_in_minutes: 120
@@ -10,9 +10,9 @@ steps:
- exit_status: '*'
limit: 2
- - label: Running exception_operators_date_numeric_types:runner:serverless
+ - label: Running exception_operators_date_numeric_types:qa:serverless
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_date_numeric_types:qa:serverless
- key: exception_operators_date_numeric_types:runner:serverless
+ key: exception_operators_date_numeric_types:qa:serverless
agents:
queue: n2-4-spot
timeout_in_minutes: 120
@@ -21,9 +21,20 @@ steps:
- exit_status: '*'
limit: 2
- - label: Running exception_operators_keyword_text_long:runner:serverless
- command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_keyword_text_long:qa:serverless
- key: exception_operators_keyword_text_long:runner:serverless
+ - label: Running exception_operators_keyword:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_keyword:qa:serverless
+ key: exception_operators_keyword:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '*'
+ limit: 2
+
+ - label: Running exception_operators_ips:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_ips:qa:serverless
+ key: exception_operators_ips:qa:serverless
agents:
queue: n2-4-spot
timeout_in_minutes: 120
@@ -32,9 +43,9 @@ steps:
- exit_status: '*'
limit: 2
- - label: Running exception_operators_ips_text_array:runner:serverless
- command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_ips_text_array:qa:serverless
- key: exception_operators_ips_text_array:runner:serverless
+ - label: Running exception_operators_long:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_long:qa:serverless
+ key: exception_operators_long:qa:serverless
agents:
queue: n2-4-spot
timeout_in_minutes: 120
@@ -42,10 +53,22 @@ steps:
automatic:
- exit_status: '1'
limit: 2
+
- - label: Running rule_creation:runner:serverless
+ - label: Running exception_operators_text:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_text:qa:serverless
+ key: exception_operators_text:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running rule_creation:qa:serverless
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh rule_creation:qa:serverless
- key: rule_creation:runner:serverless
+ key: rule_creation:qa:serverless
agents:
queue: n2-4-spot
timeout_in_minutes: 120
@@ -64,4 +87,92 @@ steps:
automatic:
- exit_status: '1'
limit: 2
-
+
+ - label: Running entity_analytics:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh entity_analytics:qa:serverless
+ key: entity_analytics:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running prebuilt_rules_management:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_management:qa:serverless
+ key: prebuilt_rules_management:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
+ key: prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running prebuilt_rules_large_prebuilt_rules_package:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_large_prebuilt_rules_package:qa:serverless
+ key: prebuilt_rules_large_prebuilt_rules_package:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running prebuilt_rules_update_prebuilt_rules_package:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_update_prebuilt_rules_package:qa:serverless
+ key: prebuilt_rules_update_prebuilt_rules_package:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running rule_execution_logic:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh rule_execution_logic:qa:serverless
+ key: rule_execution_logic:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running user_roles:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh user_roles:qa:serverless
+ key: user_roles:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
+ - label: Running telemetry:qa:serverless
+ command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh telemetry:qa:serverless
+ key: telemetry:qa:serverless
+ agents:
+ queue: n2-4-spot
+ timeout_in_minutes: 120
+ retry:
+ automatic:
+ - exit_status: '1'
+ limit: 2
+
\ No newline at end of file
diff --git a/.buildkite/scripts/lifecycle/pre_build.sh b/.buildkite/scripts/lifecycle/pre_build.sh
index 62f94dd493fa..b8ccaf04f9bb 100755
--- a/.buildkite/scripts/lifecycle/pre_build.sh
+++ b/.buildkite/scripts/lifecycle/pre_build.sh
@@ -8,8 +8,6 @@ if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
"$(dirname "${0}")/commit_status_start.sh"
fi
-export CI_STATS_TOKEN="$(retry 5 5 vault read -field=api_token secret/kibana-issues/dev/kibana_ci_stats)"
-export CI_STATS_HOST="$(retry 5 5 vault read -field=api_host secret/kibana-issues/dev/kibana_ci_stats)"
ts-node "$(dirname "${0}")/ci_stats_start.ts"
diff --git a/.buildkite/scripts/lifecycle/pre_command.sh b/.buildkite/scripts/lifecycle/pre_command.sh
index 9cfa973b2802..965c09621caa 100755
--- a/.buildkite/scripts/lifecycle/pre_command.sh
+++ b/.buildkite/scripts/lifecycle/pre_command.sh
@@ -77,16 +77,16 @@ EOF
{
CI_STATS_BUILD_ID="$(buildkite-agent meta-data get ci_stats_build_id --default '')"
export CI_STATS_BUILD_ID
+
+ CI_STATS_TOKEN="$(retry 5 5 vault read -field=api_token secret/kibana-issues/dev/kibana_ci_stats)"
+ export CI_STATS_TOKEN
+
+ CI_STATS_HOST="$(retry 5 5 vault read -field=api_host secret/kibana-issues/dev/kibana_ci_stats)"
+ export CI_STATS_HOST
if [[ "$CI_STATS_BUILD_ID" ]]; then
echo "CI Stats Build ID: $CI_STATS_BUILD_ID"
- CI_STATS_TOKEN="$(retry 5 5 vault read -field=api_token secret/kibana-issues/dev/kibana_ci_stats)"
- export CI_STATS_TOKEN
-
- CI_STATS_HOST="$(retry 5 5 vault read -field=api_host secret/kibana-issues/dev/kibana_ci_stats)"
- export CI_STATS_HOST
-
KIBANA_CI_STATS_CONFIG=$(jq -n \
--arg buildId "$CI_STATS_BUILD_ID" \
--arg apiUrl "https://$CI_STATS_HOST" \
diff --git a/.buildkite/scripts/steps/storybooks/build_and_upload.ts b/.buildkite/scripts/steps/storybooks/build_and_upload.ts
index 83f1ecb2a759..19fed0e78885 100644
--- a/.buildkite/scripts/steps/storybooks/build_and_upload.ts
+++ b/.buildkite/scripts/steps/storybooks/build_and_upload.ts
@@ -16,7 +16,6 @@ const STORYBOOKS = [
'canvas',
'cases',
'cell_actions',
- 'ci_composite',
'cloud_chat',
'coloring',
'chart_icons',
@@ -93,14 +92,12 @@ const upload = () => {
console.log('--- Generating Storybooks HTML');
process.chdir(path.join('.', 'built_assets', 'storybook'));
- fs.renameSync('ci_composite', 'composite');
const storybooks = execSync(`ls -1d */`)
.toString()
.trim()
.split('\n')
- .map((filePath) => filePath.replace('/', ''))
- .filter((filePath) => filePath !== 'composite');
+ .map((filePath) => filePath.replace('/', ''));
const listHtml = storybooks
.map((storybook) => `
${storybook}`)
@@ -110,8 +107,6 @@ const upload = () => {
Storybooks
- Composite Storybook
- All
diff --git a/.ci/.storybook/main.js b/.ci/.storybook/main.js
deleted file mode 100644
index c4e017179021..000000000000
--- a/.ci/.storybook/main.js
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
- * in compliance with, at your election, the Elastic License 2.0 or the Server
- * Side Public License, v 1.
- */
-
-const config = require('@kbn/storybook').defaultConfig;
-const aliases = require('../../src/dev/storybook/aliases').storybookAliases;
-
-config.refs = {};
-
-// Required due to https://github.com/storybookjs/storybook/issues/13834
-config.babel = async (options) => ({
- ...options,
- plugins: ['@babel/plugin-transform-typescript', ...options.plugins],
-});
-
-for (const alias of Object.keys(aliases).filter((a) => a !== 'ci_composite')) {
- // snake_case -> Title Case
- const title = alias
- .replace(/_/g, ' ')
- .split(' ')
- .map((n) => n[0].toUpperCase() + n.slice(1))
- .join(' ');
-
- config.refs[alias] = {
- title: title,
- url: `${process.env.STORYBOOK_BASE_URL}/${alias}`,
- };
-}
-
-module.exports = config;
diff --git a/.eslintrc.js b/.eslintrc.js
index 82193a7e2ecb..23706483a442 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -941,7 +941,7 @@ module.exports = {
],
rules: {
'@kbn/i18n/strings_should_be_translated_with_i18n': 'warn',
- '@kbn/i18n/strings_should_be_translated_with_formatted_message': 'warn',
+ '@kbn/i18n/i18n_translate_should_start_with_the_right_id': 'warn',
},
},
{
@@ -1539,6 +1539,17 @@ module.exports = {
},
},
+ /**
+ * Serverless Search overrides
+ */
+ {
+ // All files
+ files: ['x-pack/plugins/serverless_search/**/*.{ts,tsx}', 'packages/kbn-search-*'],
+ rules: {
+ '@kbn/telemetry/event_generating_elements_should_be_instrumented': 'error',
+ },
+ },
+
/**
* Canvas overrides
*/
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 994b92442d00..2da7f440baf1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -368,7 +368,7 @@ src/plugins/es_ui_shared @elastic/platform-deployment-management
packages/kbn-eslint-config @elastic/kibana-operations
packages/kbn-eslint-plugin-disable @elastic/kibana-operations
packages/kbn-eslint-plugin-eslint @elastic/kibana-operations
-packages/kbn-eslint-plugin-i18n @elastic/obs-knowledge-team
+packages/kbn-eslint-plugin-i18n @elastic/obs-knowledge-team @elastic/kibana-operations
packages/kbn-eslint-plugin-imports @elastic/kibana-operations
packages/kbn-eslint-plugin-telemetry @elastic/obs-knowledge-team
x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin @elastic/kibana-security
@@ -536,7 +536,9 @@ x-pack/packages/ml/route_utils @elastic/ml-ui
x-pack/packages/ml/runtime_field_utils @elastic/ml-ui
x-pack/packages/ml/string_hash @elastic/ml-ui
x-pack/packages/ml/trained_models_utils @elastic/ml-ui
+x-pack/packages/ml/ui_actions @elastic/ml-ui
x-pack/packages/ml/url_state @elastic/ml-ui
+packages/kbn-mock-idp-plugin @elastic/kibana-security
packages/kbn-monaco @elastic/appex-sharedux
x-pack/plugins/monitoring_collection @elastic/obs-ux-infra_services-team
x-pack/plugins/monitoring @elastic/obs-ux-infra_services-team
@@ -751,7 +753,6 @@ test/server_integration/plugins/status_plugin_b @elastic/kibana-core
packages/kbn-std @elastic/kibana-core
packages/kbn-stdio-dev-helpers @elastic/kibana-operations
packages/kbn-storybook @elastic/kibana-operations
-packages/kbn-subscription-tracking @elastic/security-threat-hunting-investigations
x-pack/plugins/synthetics @elastic/obs-ux-infra_services-team
x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture @elastic/response-ops
x-pack/test/plugin_api_perf/plugins/task_manager_performance @elastic/response-ops
@@ -1394,6 +1395,7 @@ x-pack/test/security_solution_api_integration/test_suites/detections_response/de
x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/actions @elastic/security-detection-engine
x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/alerts @elastic/security-detection-engine
x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/user_roles @elastic/security-detection-engine
+x-pack/test/security_solution_api_integration/test_suites/detections_response/basic_essentials_license/detection_engine @elastic/security-detection-engine
/x-pack/plugins/security_solution/server/lib/detection_engine/scripts/roles_users @elastic/security-detection-engine
## Security Threat Intelligence - Under Security Platform
@@ -1440,6 +1442,7 @@ x-pack/test/security_solution_api_integration/test_suites/detections_response/de
## Security Solution sub teams - security-telemetry (Data Engineering)
x-pack/plugins/security_solution/server/usage/ @elastic/security-data-analytics
x-pack/plugins/security_solution/server/lib/telemetry/ @elastic/security-data-analytics
+x-pack/test/security_solution_api_integration/test_suites/detections_response/default_license/telemetry @elastic/security-data-analytics
## Security Solution sub teams - security-engineering-productivity
/x-pack/test/security_solution_cypress/* @elastic/security-engineering-productivity
diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx
index 82678433aacc..64c4d32f35f1 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-11-21
+date: 2023-11-27
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 3066b1334ecc..4c785a0867da 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
diff --git a/api_docs/aiops.devdocs.json b/api_docs/aiops.devdocs.json
index 4a976c737c79..6649c83b16df 100644
--- a/api_docs/aiops.devdocs.json
+++ b/api_docs/aiops.devdocs.json
@@ -573,6 +573,29 @@
"deprecated": false,
"trackAdoption": false
},
+ {
+ "parentPluginId": "aiops",
+ "id": "def-public.AiopsAppDependencies.uiActions",
+ "type": "Object",
+ "tags": [],
+ "label": "uiActions",
+ "description": [
+ "\nUI actions."
+ ],
+ "signature": [
+ {
+ "pluginId": "uiActions",
+ "scope": "public",
+ "docId": "kibUiActionsPluginApi",
+ "section": "def-public.UiActionsStart",
+ "text": "UiActionsStart"
+ },
+ " | undefined"
+ ],
+ "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
{
"parentPluginId": "aiops",
"id": "def-public.AiopsAppDependencies.i18n",
diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx
index c14d692c24d5..a54f606decee 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 69 | 1 | 4 | 1 |
+| 70 | 1 | 4 | 1 |
## Client
diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json
index 9505e1de3807..e80f957ba133 100644
--- a/api_docs/alerting.devdocs.json
+++ b/api_docs/alerting.devdocs.json
@@ -7406,12 +7406,15 @@
"parentPluginId": "alerting",
"id": "def-common.MaintenanceWindowSOProperties",
"type": "Interface",
- "tags": [],
+ "tags": [
+ "deprecated"
+ ],
"label": "MaintenanceWindowSOProperties",
"description": [],
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
- "deprecated": false,
+ "deprecated": true,
"trackAdoption": false,
+ "references": [],
"children": [
{
"parentPluginId": "alerting",
@@ -7521,6 +7524,21 @@
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "alerting",
+ "id": "def-common.MaintenanceWindowSOProperties.scopedQuery",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "scopedQuery",
+ "description": [],
+ "signature": [
+ "ScopedQueryAttributes",
+ " | null | undefined"
+ ],
+ "path": "x-pack/plugins/alerting/common/maintenance_window.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -10187,7 +10205,9 @@
"parentPluginId": "alerting",
"id": "def-common.MaintenanceWindow",
"type": "Type",
- "tags": [],
+ "tags": [
+ "deprecated"
+ ],
"label": "MaintenanceWindow",
"description": [],
"signature": [
@@ -10217,8 +10237,94 @@
"; eventStartTime: string | null; eventEndTime: string | null; id: string; }"
],
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
- "deprecated": false,
+ "deprecated": true,
"trackAdoption": false,
+ "references": [
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_alert_list.tsx"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/types.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/types.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts"
+ },
+ {
+ "plugin": "triggersActionsUi",
+ "path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/index.mock.ts"
+ }
+ ],
"initialIsOpen": false
},
{
@@ -10237,7 +10343,9 @@
"section": "def-common.RRuleParams",
"text": "RRuleParams"
},
- "; categoryIds?: string[] | null | undefined; }"
+ "; categoryIds?: string[] | null | undefined; scopedQuery?: ",
+ "ScopedQueryAttributes",
+ " | null | undefined; }"
],
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
"deprecated": false,
@@ -10263,7 +10371,9 @@
"parentPluginId": "alerting",
"id": "def-common.MaintenanceWindowSOAttributes",
"type": "Type",
- "tags": [],
+ "tags": [
+ "deprecated"
+ ],
"label": "MaintenanceWindowSOAttributes",
"description": [],
"signature": [
@@ -10284,8 +10394,9 @@
}
],
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
- "deprecated": false,
+ "deprecated": true,
"trackAdoption": false,
+ "references": [],
"initialIsOpen": false
},
{
diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx
index dbfbad7b56c8..35e5224f252d 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 810 | 1 | 779 | 50 |
+| 811 | 1 | 780 | 51 |
## Client
diff --git a/api_docs/apm.devdocs.json b/api_docs/apm.devdocs.json
index 1f8e4fbabe13..0dfa84c0e423 100644
--- a/api_docs/apm.devdocs.json
+++ b/api_docs/apm.devdocs.json
@@ -597,7 +597,11 @@
"Type",
"; endIndex: ",
"Type",
- "; }>]>; }> | undefined; handler: ({}: ",
+ "; }>, ",
+ "TypeC",
+ "<{ kuery: ",
+ "StringC",
+ "; }>]>; }> | undefined; handler: ({}: ",
"APMRouteHandlerResources",
" & { params: { path: { serviceName: string; }; query: { start: number; end: number; } & { environment: \"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ",
"Branded",
@@ -617,7 +621,7 @@
"ApmDocumentType",
".TransactionEvent; rollupInterval: ",
"RollupInterval",
- "; } & { startIndex: number; endIndex: number; }; }; }) => Promise<{ functions: ",
+ "; } & { startIndex: number; endIndex: number; } & { kuery: string; }; }; }) => Promise<{ functions: ",
{
"pluginId": "@kbn/profiling-utils",
"scope": "common",
@@ -699,7 +703,11 @@
"LiteralC",
"<",
"RollupInterval",
- ".None>]>; }>]>; }> | undefined; handler: ({}: ",
+ ".None>]>; }>, ",
+ "TypeC",
+ "<{ kuery: ",
+ "StringC",
+ "; }>]>; }> | undefined; handler: ({}: ",
"APMRouteHandlerResources",
" & { params: { path: { serviceName: string; }; query: { start: number; end: number; } & { environment: \"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ",
"Branded",
@@ -719,7 +727,7 @@
"ApmDocumentType",
".TransactionEvent; rollupInterval: ",
"RollupInterval",
- "; }; }; }) => Promise<{ flamegraph: ",
+ "; } & { kuery: string; }; }; }) => Promise<{ flamegraph: ",
{
"pluginId": "@kbn/profiling-utils",
"scope": "common",
@@ -5855,7 +5863,41 @@
"section": "def-common.NonEmptyStringBrand",
"text": "NonEmptyStringBrand"
},
- ">]>; }>]>; }> | undefined; handler: ({}: ",
+ ">]>; }>, ",
+ "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; serviceNodeName: string; }; query: { kuery: string; } & { start: number; end: number; } & { environment: \"ENVIRONMENT_NOT_DEFINED\" | \"ENVIRONMENT_ALL\" | ",
"Branded",
@@ -5867,7 +5909,15 @@
"section": "def-common.NonEmptyStringBrand",
"text": "NonEmptyStringBrand"
},
- ">; }; }; }) => Promise<",
+ ">; } & { documentType: ",
+ "ApmDocumentType",
+ ".TransactionMetric | ",
+ "ApmDocumentType",
+ ".ServiceTransactionMetric | ",
+ "ApmDocumentType",
+ ".TransactionEvent; rollupInterval: ",
+ "RollupInterval",
+ "; }; }; }) => Promise<",
"ServiceNodeMetadataResponse",
">; } & ",
"APMRouteCreateOptions",
diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx
index b84e7790f9f7..b9021eb002b5 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-11-21
+date: 2023-11-27
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 a737a3aa03cc..809f8c21afda 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-11-21
+date: 2023-11-27
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 c3fd98697b22..d55f11cd8fd6 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-11-21
+date: 2023-11-27
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 e242cf936564..550b553d91c7 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-11-21
+date: 2023-11-27
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 564ea0889cab..c14441a4d8b1 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-11-21
+date: 2023-11-27
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 a527e0f36e93..79384b882350 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-11-21
+date: 2023-11-27
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 4a0be26d524c..2175518b83b8 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-11-21
+date: 2023-11-27
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 f9cc38fc0831..ce5bc2efd59f 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-11-21
+date: 2023-11-27
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 072ea50c708e..4a5e0348815e 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-11-21
+date: 2023-11-27
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 6ee5118a9f63..fc3f1b6adfdc 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-11-21
+date: 2023-11-27
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 4f48d4c980a4..a6640e58293b 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-11-21
+date: 2023-11-27
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 2f9e2f7f891a..dc98d1f692df 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-11-21
+date: 2023-11-27
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 c918913f93c8..2a6baef1755e 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-11-21
+date: 2023-11-27
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 6ab20e88642c..cb42d5c3df9c 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-11-21
+date: 2023-11-27
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 687bbb3564a0..ec170ede5137 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-11-21
+date: 2023-11-27
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 0e78ff8d63bc..d99580e8b517 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-11-21
+date: 2023-11-27
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 9128f586088e..e9a4c5d3bd82 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-11-21
+date: 2023-11-27
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 a468f244085c..20fd53d59d98 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-11-21
+date: 2023-11-27
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 c3b9a1685c76..3ebdee284f01 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-11-21
+date: 2023-11-27
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 043b2e706493..05273d61198e 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-11-21
+date: 2023-11-27
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 95d6ffb8041d..24918a9b2d9b 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-11-21
+date: 2023-11-27
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 e929191289b6..fe3f4b793d43 100644
--- a/api_docs/data_search.devdocs.json
+++ b/api_docs/data_search.devdocs.json
@@ -267,7 +267,7 @@
"\nCurrent session management\n{@link ISessionService}"
],
"signature": [
- "{ start: () => string; save: () => Promise; clear: () => void; destroy: () => void; readonly state$: ",
+ "{ start: () => string; clear: () => void; save: () => Promise; destroy: () => void; readonly state$: ",
"Observable",
"<",
{
@@ -723,7 +723,7 @@
"\nCurrent session management\n{@link ISessionService}"
],
"signature": [
- "{ start: () => string; save: () => Promise; clear: () => void; destroy: () => void; readonly state$: ",
+ "{ start: () => string; clear: () => void; save: () => Promise; destroy: () => void; readonly state$: ",
"Observable",
"<",
{
@@ -1279,7 +1279,7 @@
"label": "ISessionService",
"description": [],
"signature": [
- "{ start: () => string; save: () => Promise; clear: () => void; destroy: () => void; readonly state$: ",
+ "{ start: () => string; clear: () => void; save: () => Promise; destroy: () => void; readonly state$: ",
"Observable",
"<",
{
diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx
index 1ef69eff529d..1153d9278b2b 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-11-21
+date: 2023-11-27
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 6484d822c69a..7f24893ac941 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-11-21
+date: 2023-11-27
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 7e4a49ec9e83..192413dcae23 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-11-21
+date: 2023-11-27
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 6131c415a04a..9627485b6d55 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-11-21
+date: 2023-11-27
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 4f61e3cce929..b655c5a401b3 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-11-21
+date: 2023-11-27
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 8aec0b9b2e31..4e379a7d611e 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';
diff --git a/api_docs/dataset_quality.devdocs.json b/api_docs/dataset_quality.devdocs.json
index 5b46e39efe55..86ad32dd897c 100644
--- a/api_docs/dataset_quality.devdocs.json
+++ b/api_docs/dataset_quality.devdocs.json
@@ -5,7 +5,20 @@
"functions": [],
"interfaces": [],
"enums": [],
- "misc": [],
+ "misc": [
+ {
+ "parentPluginId": "datasetQuality",
+ "id": "def-public.datasetQualityAppTitle",
+ "type": "string",
+ "tags": [],
+ "label": "datasetQualityAppTitle",
+ "description": [],
+ "path": "x-pack/plugins/dataset_quality/common/translations.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
"objects": [],
"setup": {
"parentPluginId": "datasetQuality",
@@ -31,7 +44,22 @@
"path": "x-pack/plugins/dataset_quality/public/types.ts",
"deprecated": false,
"trackAdoption": false,
- "children": [],
+ "children": [
+ {
+ "parentPluginId": "datasetQuality",
+ "id": "def-public.DatasetQualityPluginStart.DatasetQuality",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "DatasetQuality",
+ "description": [],
+ "signature": [
+ "React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
+ ],
+ "path": "x-pack/plugins/dataset_quality/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
"lifecycle": "start",
"initialIsOpen": true
}
@@ -64,6 +92,104 @@
],
"enums": [],
"misc": [
+ {
+ "parentPluginId": "datasetQuality",
+ "id": "def-common.APIClientRequestParamsOf",
+ "type": "Type",
+ "tags": [],
+ "label": "APIClientRequestParamsOf",
+ "description": [],
+ "signature": [
+ "{ \"GET /internal/dataset_quality/data_streams/stats\": { endpoint: \"GET /internal/dataset_quality/data_streams/stats\"; params?: ",
+ "TypeC",
+ "<{ query: ",
+ "IntersectionC",
+ "<[",
+ "PartialC",
+ "<{ type: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"logs\">, ",
+ "LiteralC",
+ "<\"metrics\">, ",
+ "LiteralC",
+ "<\"traces\">, ",
+ "LiteralC",
+ "<\"synthetics\">, ",
+ "LiteralC",
+ "<\"profiling\">]>; }>, ",
+ "PartialC",
+ "<{ datasetQuery: ",
+ "StringC",
+ "; }>]>; }> | undefined; handler: ({}: ",
+ "DatasetQualityRouteHandlerResources",
+ " & { params: { query: { type?: \"metrics\" | \"synthetics\" | \"profiling\" | \"traces\" | \"logs\" | undefined; } & { datasetQuery?: string | undefined; }; }; }) => Promise<",
+ "DataStreamsStatResponse",
+ ">; } & ",
+ "DatasetQualityRouteCreateOptions",
+ "; }[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT | undefined; handler: ({}: any) => Promise; } & ",
+ "ServerRouteCreateOptions",
+ " ? TRouteParamsRT extends ",
+ {
+ "pluginId": "@kbn/server-route-repository",
+ "scope": "common",
+ "docId": "kibKbnServerRouteRepositoryPluginApi",
+ "section": "def-common.RouteParamsRT",
+ "text": "RouteParamsRT"
+ },
+ " ? ClientRequestParamsOfType : {} : never"
+ ],
+ "path": "x-pack/plugins/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "datasetQuality",
+ "id": "def-common.APIReturnType",
+ "type": "Type",
+ "tags": [],
+ "label": "APIReturnType",
+ "description": [],
+ "signature": [
+ "{ \"GET /internal/dataset_quality/data_streams/stats\": { endpoint: \"GET /internal/dataset_quality/data_streams/stats\"; params?: ",
+ "TypeC",
+ "<{ query: ",
+ "IntersectionC",
+ "<[",
+ "PartialC",
+ "<{ type: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"logs\">, ",
+ "LiteralC",
+ "<\"metrics\">, ",
+ "LiteralC",
+ "<\"traces\">, ",
+ "LiteralC",
+ "<\"synthetics\">, ",
+ "LiteralC",
+ "<\"profiling\">]>; }>, ",
+ "PartialC",
+ "<{ datasetQuery: ",
+ "StringC",
+ "; }>]>; }> | undefined; handler: ({}: ",
+ "DatasetQualityRouteHandlerResources",
+ " & { params: { query: { type?: \"metrics\" | \"synthetics\" | \"profiling\" | \"traces\" | \"logs\" | undefined; } & { datasetQuery?: string | undefined; }; }; }) => Promise<",
+ "DataStreamsStatResponse",
+ ">; } & ",
+ "DatasetQualityRouteCreateOptions",
+ "; }[TEndpoint] extends { endpoint: any; params?: any; handler: ({}: any) => Promise; } & ",
+ "ServerRouteCreateOptions",
+ " ? TReturnType : never"
+ ],
+ "path": "x-pack/plugins/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "datasetQuality",
"id": "def-common.FetchOptions",
diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx
index fd897f93822a..a674a78cc259 100644
--- a/api_docs/dataset_quality.mdx
+++ b/api_docs/dataset_quality.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality
title: "datasetQuality"
image: https://source.unsplash.com/400x175/?github
description: API docs for the datasetQuality plugin
-date: 2023-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality']
---
import datasetQualityObj from './dataset_quality.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 4 | 0 | 4 | 0 |
+| 8 | 0 | 8 | 3 |
## Client
@@ -31,6 +31,9 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
### Start
+### Consts, variables and types
+
+
## Common
### Interfaces
diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx
index 76ed656e45c0..2a8359bcba49 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -27,9 +27,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | stackAlerts, graph, infra, inputControlVis, securitySolution, savedObjects | - |
| | dashboard, dataVisualizer, stackAlerts, expressionPartitionVis | - |
| | stackAlerts, alerting, securitySolution, inputControlVis | - |
+| | triggersActionsUi | - |
+| | inspector, data, savedObjects, runtimeFields, indexManagement, dataViewEditor, unifiedSearch, embeddable, visualizations, controls, dashboard, licensing, savedObjectsTagging, dataViewFieldEditor, lens, security, triggersActionsUi, cases, observabilityShared, advancedSettings, exploratoryView, fleet, telemetry, maps, banners, reporting, timelines, cloudSecurityPosture, dashboardEnhanced, imageEmbeddable, graph, monitoring, securitySolution, synthetics, uptime, cloudLinks, console, dataViewManagement, eventAnnotationListing, filesManagement, uiActions, visTypeVislib | - |
+| | @kbn/core, visualizations, triggersActionsUi, advancedSettings | - |
| | observability, @kbn/securitysolution-data-table, securitySolution | - |
| | monitoring | - |
-| | inspector, data, savedObjects, runtimeFields, indexManagement, dataViewEditor, unifiedSearch, embeddable, visualizations, controls, dashboard, licensing, savedObjectsTagging, dataViewFieldEditor, lens, security, triggersActionsUi, cases, observabilityShared, advancedSettings, exploratoryView, fleet, telemetry, maps, banners, reporting, timelines, cloudSecurityPosture, dashboardEnhanced, imageEmbeddable, graph, monitoring, securitySolution, synthetics, uptime, cloudLinks, console, dataViewManagement, eventAnnotationListing, filesManagement, uiActions, visTypeVislib | - |
| | alerting, discover, securitySolution | - |
| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - |
| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - |
@@ -122,7 +124,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | canvas | - |
| | canvas | - |
| | spaces, savedObjectsManagement | - |
-| | @kbn/core, visualizations, triggersActionsUi, advancedSettings | - |
| | reporting | - |
| | @kbn/reporting-export-types-pdf, reporting | - |
| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, observabilityOnboarding, console | - |
@@ -164,6 +165,8 @@ Safe to remove.
| Deprecated API | Plugin Id |
| ---------------|------------|
| | alerting |
+| | alerting |
+| | alerting |
| | data |
| | data |
| | data |
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index 498a4fe745f1..ab5c0b0fabbc 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -1488,6 +1488,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
+| | [tooltip_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx#:~:text=MaintenanceWindow), [tooltip_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx#:~:text=MaintenanceWindow), [cell.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx#:~:text=MaintenanceWindow), [cell.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx#:~:text=MaintenanceWindow), [cell.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx#:~:text=MaintenanceWindow), [cell.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow)+ 11 more | - |
| | [use_bulk_edit_response.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx#:~:text=toMountPoint), [use_bulk_edit_response.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx#:~:text=toMountPoint), [use_bulk_edit_response.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx#:~:text=toMountPoint), [use_bulk_operation_toast.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx#:~:text=toMountPoint), [use_bulk_operation_toast.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx#:~:text=toMountPoint), [use_bulk_operation_toast.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx#:~:text=toMountPoint), [rule_add.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add.tsx#:~:text=toMountPoint), [rule_add.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_add.tsx#:~:text=toMountPoint), [rule_edit.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_edit.tsx#:~:text=toMountPoint), [rule_edit.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_edit.tsx#:~:text=toMountPoint)+ 6 more | - |
| | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/app.tsx#:~:text=KibanaThemeProvider), [connectors_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx#:~:text=KibanaThemeProvider), [connectors_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx#:~:text=KibanaThemeProvider), [connectors_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx#:~:text=KibanaThemeProvider), [test_utils.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx#:~:text=KibanaThemeProvider), [test_utils.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx#:~:text=KibanaThemeProvider), [test_utils.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx#:~:text=KibanaThemeProvider) | - |
| | [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute) | - |
diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx
index 7804abf2afe5..b12acd1a4ec1 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx
index e09ade406537..853d9f2547e2 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-11-21
+date: 2023-11-27
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 1345ef75ad6a..1a4c534c5d80 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-11-21
+date: 2023-11-27
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
---
import discoverObj from './discover.devdocs.json';
diff --git a/api_docs/discover_enhanced.devdocs.json b/api_docs/discover_enhanced.devdocs.json
index 2a08df38909f..f0194c72301a 100644
--- a/api_docs/discover_enhanced.devdocs.json
+++ b/api_docs/discover_enhanced.devdocs.json
@@ -639,15 +639,15 @@
"label": "uiActions",
"description": [],
"signature": [
- "{ readonly addTriggerAction: (triggerId: string, action: ",
+ "{ readonly registerTrigger: (trigger: ",
{
- "pluginId": "uiActions",
- "scope": "public",
- "docId": "kibUiActionsPluginApi",
- "section": "def-public.ActionDefinition",
- "text": "ActionDefinition"
+ "pluginId": "@kbn/ui-actions-browser",
+ "scope": "common",
+ "docId": "kibKbnUiActionsBrowserPluginApi",
+ "section": "def-common.Trigger",
+ "text": "Trigger"
},
- ") => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: (definition: ",
+ ") => void; readonly registerAction: (definition: ",
{
"pluginId": "uiActions",
"scope": "public",
@@ -663,15 +663,15 @@
"section": "def-public.Action",
"text": "Action"
},
- "; readonly registerTrigger: (trigger: ",
+ "; readonly unregisterAction: (actionId: string) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ",
{
- "pluginId": "@kbn/ui-actions-browser",
- "scope": "common",
- "docId": "kibKbnUiActionsBrowserPluginApi",
- "section": "def-common.Trigger",
- "text": "Trigger"
+ "pluginId": "uiActions",
+ "scope": "public",
+ "docId": "kibUiActionsPluginApi",
+ "section": "def-public.ActionDefinition",
+ "text": "ActionDefinition"
},
- ") => void; readonly unregisterAction: (actionId: string) => void; }"
+ ") => void; }"
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false,
@@ -760,15 +760,17 @@
"label": "uiActions",
"description": [],
"signature": [
- "{ readonly addTriggerAction: (triggerId: string, action: ",
+ "{ readonly registerTrigger: (trigger: ",
{
- "pluginId": "uiActions",
- "scope": "public",
- "docId": "kibUiActionsPluginApi",
- "section": "def-public.ActionDefinition",
- "text": "ActionDefinition"
+ "pluginId": "@kbn/ui-actions-browser",
+ "scope": "common",
+ "docId": "kibKbnUiActionsBrowserPluginApi",
+ "section": "def-common.Trigger",
+ "text": "Trigger"
},
- ") => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: (definition: ",
+ ") => void; readonly getTrigger: (triggerId: string) => ",
+ "TriggerContract",
+ "