diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml
index ed9b81dba9667..1c466c001cb97 100644
--- a/.buildkite/ftr_configs.yml
+++ b/.buildkite/ftr_configs.yml
@@ -43,7 +43,8 @@ disabled:
- x-pack/test/threat_intelligence_cypress/visual_config.ts
- x-pack/test/threat_intelligence_cypress/cli_config_parallel.ts
- x-pack/test/threat_intelligence_cypress/config.ts
- - x-pack/test/functional_enterprise_search/with_host_configured.config.ts
+ - x-pack/test/functional_enterprise_search/visual_config.ts
+ - x-pack/test/functional_enterprise_search/cli_config.ts
- x-pack/plugins/apm/ftr_e2e/ftr_config_open.ts
- x-pack/plugins/apm/ftr_e2e/ftr_config_run.ts
- x-pack/plugins/apm/ftr_e2e/ftr_config.ts
@@ -224,7 +225,6 @@ enabled:
- x-pack/test/functional_basic/apps/transform/feature_controls/config.ts
- x-pack/test/functional_cors/config.ts
- x-pack/test/functional_embedded/config.ts
- - x-pack/test/functional_enterprise_search/without_host_configured.config.ts
- x-pack/test/functional_execution_context/config.ts
- x-pack/test/functional_with_es_ssl/apps/cases/group1/config.ts
- x-pack/test/functional_with_es_ssl/apps/cases/group2/config.ts
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 270c2ce5d2b48..63cf2327516fa 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -455,6 +455,7 @@ src/plugins/maps_ems @elastic/kibana-gis
x-pack/plugins/maps @elastic/kibana-gis
x-pack/packages/ml/agg_utils @elastic/ml-ui
x-pack/packages/ml/date_picker @elastic/ml-ui
+x-pack/packages/ml/error_utils @elastic/ml-ui
x-pack/packages/ml/is_defined @elastic/ml-ui
x-pack/packages/ml/is_populated_object @elastic/ml-ui
x-pack/packages/ml/local_storage @elastic/ml-ui
@@ -683,6 +684,7 @@ src/plugins/unified_search @elastic/kibana-visualizations
x-pack/plugins/upgrade_assistant @elastic/platform-deployment-management
x-pack/plugins/drilldowns/url_drilldown @elastic/kibana-app-services
src/plugins/url_forwarding @elastic/kibana-visualizations
+packages/kbn-url-state @elastic/security-threat-hunting-investigations
src/plugins/usage_collection @elastic/kibana-core
test/plugin_functional/plugins/usage_collection @elastic/kibana-core
packages/kbn-user-profile-components @elastic/kibana-security
@@ -1058,6 +1060,7 @@ packages/kbn-yarn-lock-validator @elastic/kibana-operations
/x-pack/plugins/security_solution/public/cases @elastic/security-threat-hunting-explore
/x-pack/plugins/security_solution/public/explore @elastic/security-threat-hunting-explore
/x-pack/plugins/security_solution/public/overview @elastic/security-threat-hunting-explore
+/x-pack/plugins/security_solution/public/dashboards @elastic/security-threat-hunting-explore
/x-pack/plugins/security_solution/server/search_strategy/security_solution/factory/hosts @elastic/security-threat-hunting-explore
/x-pack/plugins/security_solution/server/search_strategy/security_solution/factory/matrix_histogram @elastic/security-threat-hunting-explore
diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx
index 6bfdc25b53149..9f6783794ad2c 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-04-21
+date: 2023-04-24
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 4cf73a72168eb..f41313a90546b 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx
index c0fa0ef3e4c02..50cb3ba36668e 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json
index cfec38128269c..264f3c10d43f3 100644
--- a/api_docs/alerting.devdocs.json
+++ b/api_docs/alerting.devdocs.json
@@ -5261,12 +5261,20 @@
{
"parentPluginId": "alerting",
"id": "def-common.AlertsFilter.query",
- "type": "CompoundType",
+ "type": "Object",
"tags": [],
"label": "query",
"description": [],
"signature": [
- "{ kql: string; dsl?: string | undefined; } | null"
+ "{ kql: string; filters: ",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Filter",
+ "text": "Filter"
+ },
+ "[]; dsl?: string | undefined; } | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
@@ -5275,7 +5283,7 @@
{
"parentPluginId": "alerting",
"id": "def-common.AlertsFilter.timeframe",
- "type": "CompoundType",
+ "type": "Object",
"tags": [],
"label": "timeframe",
"description": [],
@@ -5287,7 +5295,7 @@
"section": "def-common.AlertsFilterTimeframe",
"text": "AlertsFilterTimeframe"
},
- " | null"
+ " | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
@@ -5541,6 +5549,20 @@
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "alerting",
+ "id": "def-common.AlertStatus.maintenanceWindowIds",
+ "type": "Array",
+ "tags": [],
+ "label": "maintenanceWindowIds",
+ "description": [],
+ "signature": [
+ "string[] | undefined"
+ ],
+ "path": "x-pack/plugins/alerting/common/alert_summary.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -5755,6 +5777,17 @@
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "alerting",
+ "id": "def-common.AlertSummary.revision",
+ "type": "number",
+ "tags": [],
+ "label": "revision",
+ "description": [],
+ "path": "x-pack/plugins/alerting/common/alert_summary.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -6322,6 +6355,20 @@
"path": "x-pack/plugins/alerting/common/execution_log_types.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "alerting",
+ "id": "def-common.IExecutionLog.maintenance_window_ids",
+ "type": "Array",
+ "tags": [],
+ "label": "maintenance_window_ids",
+ "description": [],
+ "signature": [
+ "string[]"
+ ],
+ "path": "x-pack/plugins/alerting/common/execution_log_types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -8864,12 +8911,20 @@
{
"parentPluginId": "alerting",
"id": "def-common.SanitizedAlertsFilter.query",
- "type": "CompoundType",
+ "type": "Object",
"tags": [],
"label": "query",
"description": [],
"signature": [
- "{ kql: string; } | null"
+ "{ kql: string; filters: ",
+ {
+ "pluginId": "@kbn/es-query",
+ "scope": "common",
+ "docId": "kibKbnEsQueryPluginApi",
+ "section": "def-common.Filter",
+ "text": "Filter"
+ },
+ "[]; } | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
@@ -8878,7 +8933,7 @@
{
"parentPluginId": "alerting",
"id": "def-common.SanitizedAlertsFilter.timeframe",
- "type": "CompoundType",
+ "type": "Object",
"tags": [],
"label": "timeframe",
"description": [],
@@ -8890,7 +8945,7 @@
"section": "def-common.AlertsFilterTimeframe",
"text": "AlertsFilterTimeframe"
},
- " | null"
+ " | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx
index ad9cd7c82bac4..05cd2479d10f4 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-04-21
+date: 2023-04-24
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 |
|-------------------|-----------|------------------------|-----------------|
-| 603 | 1 | 582 | 42 |
+| 606 | 1 | 585 | 42 |
## Client
diff --git a/api_docs/apm.devdocs.json b/api_docs/apm.devdocs.json
index 93eeed1f13395..f3585cfd924b4 100644
--- a/api_docs/apm.devdocs.json
+++ b/api_docs/apm.devdocs.json
@@ -4193,6 +4193,8 @@
"AggregationType",
".P99>]>; serviceName: ",
"StringC",
+ "; errorGroupingKey: ",
+ "StringC",
"; transactionType: ",
"StringC",
"; transactionName: ",
@@ -4269,6 +4271,8 @@
"AggregationType",
".P99>]>; serviceName: ",
"StringC",
+ "; errorGroupingKey: ",
+ "StringC",
"; transactionType: ",
"StringC",
"; transactionName: ",
@@ -4343,6 +4347,8 @@
"AggregationType",
".P99>]>; serviceName: ",
"StringC",
+ "; errorGroupingKey: ",
+ "StringC",
"; transactionType: ",
"StringC",
"; transactionName: ",
diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx
index a5226b9ec1a9f..39984c4c85e92 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
---
import apmObj from './apm.devdocs.json';
diff --git a/api_docs/asset_manager.mdx b/api_docs/asset_manager.mdx
index 5704f9f7b9f81..3fdc2e696e3f0 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-04-21
+date: 2023-04-24
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 5fcf3933483c9..f79d12ad047ef 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-04-21
+date: 2023-04-24
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 d3a45d4595553..fc6dbe517b369 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-04-21
+date: 2023-04-24
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 edb1a65ab929d..bbeae3846322f 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-04-21
+date: 2023-04-24
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 48d5f0ea25d03..15ec086b8eaf2 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-04-21
+date: 2023-04-24
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 e4c1c729146d8..8a55c2821385f 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-04-21
+date: 2023-04-24
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 0ef73b05d8bb0..c09cbda53a15c 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
---
import cloudObj from './cloud.devdocs.json';
diff --git a/api_docs/cloud_chat.mdx b/api_docs/cloud_chat.mdx
index 28bf235d4e803..53a1a634088eb 100644
--- a/api_docs/cloud_chat.mdx
+++ b/api_docs/cloud_chat.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChat
title: "cloudChat"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudChat plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChat']
---
import cloudChatObj from './cloud_chat.devdocs.json';
diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx
index ea00c024dabf2..cf1dca265856b 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-04-21
+date: 2023-04-24
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 b6680d6d7dbd1..815fae9c2fb42 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-04-21
+date: 2023-04-24
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 08bce01d73062..c56ad03988470 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-04-21
+date: 2023-04-24
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 a88a3ac25809b..7b95ed904f226 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-04-21
+date: 2023-04-24
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 aaa30afdee1ef..2f84a61fdae2e 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
---
import consoleObj from './console.devdocs.json';
diff --git a/api_docs/content_management.devdocs.json b/api_docs/content_management.devdocs.json
index b1fc3a2404541..7a800426b50ad 100644
--- a/api_docs/content_management.devdocs.json
+++ b/api_docs/content_management.devdocs.json
@@ -1259,7 +1259,7 @@
"section": "def-server.ContentStorage",
"text": "ContentStorage"
},
- ""
+ ""
],
"path": "src/plugins/content_management/server/core/types.ts",
"deprecated": false,
@@ -1773,15 +1773,147 @@
{
"parentPluginId": "contentManagement",
"id": "def-server.ContentStorage.mSearch",
- "type": "Object",
+ "type": "Uncategorized",
"tags": [],
"label": "mSearch",
"description": [
"\nOpt-in to multi-type search.\nCan only be supported if the content type is backed by a saved object since `mSearch` is using the `savedObjects.find` API."
],
"signature": [
- "MSearchConfig",
- " | undefined"
+ "TMSearchConfig | undefined"
+ ],
+ "path": "src/plugins/content_management/server/core/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "contentManagement",
+ "id": "def-server.MSearchConfig",
+ "type": "Interface",
+ "tags": [],
+ "label": "MSearchConfig",
+ "description": [
+ "\nA configuration for multi-type search.\nBy configuring a content type with a `MSearchConfig`, it can be searched in the multi-type search.\nUnderneath content management is using the `savedObjects.find` API to search the saved objects."
+ ],
+ "signature": [
+ {
+ "pluginId": "contentManagement",
+ "scope": "server",
+ "docId": "kibContentManagementPluginApi",
+ "section": "def-server.MSearchConfig",
+ "text": "MSearchConfig"
+ },
+ ""
+ ],
+ "path": "src/plugins/content_management/server/core/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "contentManagement",
+ "id": "def-server.MSearchConfig.savedObjectType",
+ "type": "string",
+ "tags": [],
+ "label": "savedObjectType",
+ "description": [
+ "\nThe saved object type that corresponds to this content type."
+ ],
+ "path": "src/plugins/content_management/server/core/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "contentManagement",
+ "id": "def-server.MSearchConfig.toItemResult",
+ "type": "Function",
+ "tags": [],
+ "label": "toItemResult",
+ "description": [
+ "\nMapper function that transforms the saved object into the content item result."
+ ],
+ "signature": [
+ "(ctx: ",
+ {
+ "pluginId": "contentManagement",
+ "scope": "server",
+ "docId": "kibContentManagementPluginApi",
+ "section": "def-server.StorageContext",
+ "text": "StorageContext"
+ },
+ ", savedObject: ",
+ {
+ "pluginId": "@kbn/core-saved-objects-api-server",
+ "scope": "common",
+ "docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
+ "section": "def-common.SavedObjectsFindResult",
+ "text": "SavedObjectsFindResult"
+ },
+ ") => T"
+ ],
+ "path": "src/plugins/content_management/server/core/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "contentManagement",
+ "id": "def-server.MSearchConfig.toItemResult.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "ctx",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "contentManagement",
+ "scope": "server",
+ "docId": "kibContentManagementPluginApi",
+ "section": "def-server.StorageContext",
+ "text": "StorageContext"
+ }
+ ],
+ "path": "src/plugins/content_management/server/core/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "contentManagement",
+ "id": "def-server.MSearchConfig.toItemResult.$2",
+ "type": "Object",
+ "tags": [],
+ "label": "savedObject",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/core-saved-objects-api-server",
+ "scope": "common",
+ "docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
+ "section": "def-common.SavedObjectsFindResult",
+ "text": "SavedObjectsFindResult"
+ },
+ ""
+ ],
+ "path": "src/plugins/content_management/server/core/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "contentManagement",
+ "id": "def-server.MSearchConfig.additionalSearchFields",
+ "type": "Array",
+ "tags": [],
+ "label": "additionalSearchFields",
+ "description": [
+ "\nAdditional fields to search on. These fields will be added to the search query.\nBy default, only `title` and `description` are searched."
+ ],
+ "signature": [
+ "string[] | undefined"
],
"path": "src/plugins/content_management/server/core/types.ts",
"deprecated": false,
diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx
index 1f578689d0a00..21f71777a11e1 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
---
import contentManagementObj from './content_management.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 143 | 0 | 124 | 7 |
+| 149 | 0 | 126 | 6 |
## Client
diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx
index 9e673b08f099a..c280197a6417a 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-04-21
+date: 2023-04-24
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 5f75f99f25e24..53316962496a5 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-04-21
+date: 2023-04-24
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 eee68e6d1bd7b..ee4d46dc9145f 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-04-21
+date: 2023-04-24
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 707e03a38207b..e79d7c3abd944 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-04-21
+date: 2023-04-24
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 f22998f41aaf7..f58d4af3b6e61 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-04-21
+date: 2023-04-24
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 d08cdb5429fa8..8fd1bc5eca79f 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';
diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx
index 810eacf23336f..f56c297a354ba 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-04-21
+date: 2023-04-24
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 9c8b060ef7919..776cf231e1e62 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-04-21
+date: 2023-04-24
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 c5097f4dc01c1..4ac05486048f3 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-04-21
+date: 2023-04-24
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 ddb9680520f03..1e27fc11d34a9 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-04-21
+date: 2023-04-24
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 9301c42220b3a..57c1558717fa7 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-04-21
+date: 2023-04-24
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 aca7cffe95904..1a34b399f959c 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';
diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx
index f730084172123..b98c2fea8fc27 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index cacf63a726fb4..b49d0197cbea0 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx
index c210b2af4a6b3..1a29e749e4dc7 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-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx
index 880a19dbd0e91..73de9827ebc22 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-04-21
+date: 2023-04-24
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 f6cb112f22cc5..cde28fb9b20e0 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-04-21
+date: 2023-04-24
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 b3793bce178b0..79aea49ce0239 100644
--- a/api_docs/discover_enhanced.mdx
+++ b/api_docs/discover_enhanced.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
title: "discoverEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discoverEnhanced plugin
-date: 2023-04-21
+date: 2023-04-24
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 fb9dfb81dacae..ec0192478b19a 100644
--- a/api_docs/ecs_data_quality_dashboard.mdx
+++ b/api_docs/ecs_data_quality_dashboard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard
title: "ecsDataQualityDashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ecsDataQualityDashboard plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
---
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx
index 1dca0ef9fb7d2..1de1e6f809d6b 100644
--- a/api_docs/embeddable.mdx
+++ b/api_docs/embeddable.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable
title: "embeddable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the embeddable plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
---
import embeddableObj from './embeddable.devdocs.json';
diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx
index 5826149eca609..24c39169fe91b 100644
--- a/api_docs/embeddable_enhanced.mdx
+++ b/api_docs/embeddable_enhanced.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced
title: "embeddableEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the embeddableEnhanced plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
---
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';
diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx
index bc44d093b0ff4..6004d2b66f179 100644
--- a/api_docs/encrypted_saved_objects.mdx
+++ b/api_docs/encrypted_saved_objects.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects
title: "encryptedSavedObjects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the encryptedSavedObjects plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
---
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';
diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx
index 9ad8338b79886..68f4430bbeaae 100644
--- a/api_docs/enterprise_search.mdx
+++ b/api_docs/enterprise_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch
title: "enterpriseSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the enterpriseSearch plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
---
import enterpriseSearchObj from './enterprise_search.devdocs.json';
diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx
index 7b08e077f39e1..9e32f4ae6e75b 100644
--- a/api_docs/es_ui_shared.mdx
+++ b/api_docs/es_ui_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared
title: "esUiShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esUiShared plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
---
import esUiSharedObj from './es_ui_shared.devdocs.json';
diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx
index 7d9413f9555b1..77ff102f16bcb 100644
--- a/api_docs/event_annotation.mdx
+++ b/api_docs/event_annotation.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation
title: "eventAnnotation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventAnnotation plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
---
import eventAnnotationObj from './event_annotation.devdocs.json';
diff --git a/api_docs/event_log.devdocs.json b/api_docs/event_log.devdocs.json
index c4bf518f79333..b3075cced41d8 100644
--- a/api_docs/event_log.devdocs.json
+++ b/api_docs/event_log.devdocs.json
@@ -1514,7 +1514,7 @@
"label": "data",
"description": [],
"signature": [
- "(Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; description?: string | undefined; category?: string | undefined; uuid?: string | undefined; version?: string | undefined; license?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; execution?: Readonly<{ uuid?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; uuid?: string | undefined; flapping?: boolean | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; version?: string | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; event?: Readonly<{ type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; id?: string | undefined; start?: string | undefined; end?: string | undefined; category?: string[] | undefined; outcome?: string | undefined; code?: string | undefined; url?: string | undefined; severity?: string | number | undefined; duration?: string | number | undefined; created?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; provider?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
+ "(Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; description?: string | undefined; category?: string | undefined; uuid?: string | undefined; version?: string | undefined; license?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; execution?: Readonly<{ uuid?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; uuid?: string | undefined; flapping?: boolean | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; version?: string | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; event?: Readonly<{ type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; id?: string | undefined; start?: string | undefined; end?: string | undefined; category?: string[] | undefined; outcome?: string | undefined; code?: string | undefined; url?: string | undefined; severity?: string | number | undefined; duration?: string | number | undefined; created?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; provider?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false,
@@ -1534,7 +1534,7 @@
"label": "IEvent",
"description": [],
"signature": [
- "DeepPartial | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; description?: string | undefined; category?: string | undefined; uuid?: string | undefined; version?: string | undefined; license?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; execution?: Readonly<{ uuid?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; uuid?: string | undefined; flapping?: boolean | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; version?: string | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; event?: Readonly<{ type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; id?: string | undefined; start?: string | undefined; end?: string | undefined; category?: string[] | undefined; outcome?: string | undefined; code?: string | undefined; url?: string | undefined; severity?: string | number | undefined; duration?: string | number | undefined; created?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; provider?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
+ "DeepPartial | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; description?: string | undefined; category?: string | undefined; uuid?: string | undefined; version?: string | undefined; license?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; execution?: Readonly<{ uuid?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; uuid?: string | undefined; flapping?: boolean | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; version?: string | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; event?: Readonly<{ type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; id?: string | undefined; start?: string | undefined; end?: string | undefined; category?: string[] | undefined; outcome?: string | undefined; code?: string | undefined; url?: string | undefined; severity?: string | number | undefined; duration?: string | number | undefined; created?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; provider?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"path": "x-pack/plugins/event_log/generated/schemas.ts",
"deprecated": false,
@@ -1549,7 +1549,7 @@
"label": "IValidatedEvent",
"description": [],
"signature": [
- "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; description?: string | undefined; category?: string | undefined; uuid?: string | undefined; version?: string | undefined; license?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; execution?: Readonly<{ uuid?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; uuid?: string | undefined; flapping?: boolean | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; version?: string | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; event?: Readonly<{ type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; id?: string | undefined; start?: string | undefined; end?: string | undefined; category?: string[] | undefined; outcome?: string | undefined; code?: string | undefined; url?: string | undefined; severity?: string | number | undefined; duration?: string | number | undefined; created?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; provider?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; } & {}> | undefined"
+ "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; description?: string | undefined; category?: string | undefined; uuid?: string | undefined; version?: string | undefined; license?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; execution?: Readonly<{ uuid?: string | undefined; metrics?: Readonly<{ number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ recovered?: string | number | undefined; active?: string | number | undefined; new?: string | number | undefined; } & {}> | undefined; number_of_searches?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; es_search_duration_ms?: string | number | undefined; total_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; } & {}> | undefined; status?: string | undefined; status_order?: string | number | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; uuid?: string | undefined; flapping?: boolean | undefined; maintenance_window_ids?: string[] | undefined; } & {}> | undefined; version?: string | undefined; server_uuid?: string | undefined; task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; space_ids?: string[] | undefined; } & {}> | undefined; event?: Readonly<{ type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; id?: string | undefined; start?: string | undefined; end?: string | undefined; category?: string[] | undefined; outcome?: string | undefined; code?: string | undefined; url?: string | undefined; severity?: string | number | undefined; duration?: string | number | undefined; created?: string | undefined; dataset?: string | undefined; hash?: string | undefined; ingested?: string | undefined; kind?: string | undefined; module?: string | undefined; original?: string | undefined; provider?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; timezone?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; } & {}> | undefined"
],
"path": "x-pack/plugins/event_log/generated/schemas.ts",
"deprecated": false,
diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx
index bfe5735a5b5aa..5e2e0f6c10292 100644
--- a/api_docs/event_log.mdx
+++ b/api_docs/event_log.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog
title: "eventLog"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventLog plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
---
import eventLogObj from './event_log.devdocs.json';
diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx
index 2ebfc71ebc060..7315c69e13377 100644
--- a/api_docs/exploratory_view.mdx
+++ b/api_docs/exploratory_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView
title: "exploratoryView"
image: https://source.unsplash.com/400x175/?github
description: API docs for the exploratoryView plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView']
---
import exploratoryViewObj from './exploratory_view.devdocs.json';
diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx
index 5f952a34778d8..4f23479cfbfc6 100644
--- a/api_docs/expression_error.mdx
+++ b/api_docs/expression_error.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError
title: "expressionError"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionError plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
---
import expressionErrorObj from './expression_error.devdocs.json';
diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx
index 17b1e1a7dd0c3..3c92eace2b8e3 100644
--- a/api_docs/expression_gauge.mdx
+++ b/api_docs/expression_gauge.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge
title: "expressionGauge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionGauge plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
---
import expressionGaugeObj from './expression_gauge.devdocs.json';
diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx
index 8e23328ac3938..0a35f4158d179 100644
--- a/api_docs/expression_heatmap.mdx
+++ b/api_docs/expression_heatmap.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap
title: "expressionHeatmap"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionHeatmap plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx
index 2a5739fbf1ce6..92cf80d1ab61a 100644
--- a/api_docs/expression_image.mdx
+++ b/api_docs/expression_image.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage
title: "expressionImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionImage plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';
diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx
index e5641b9c5fd0d..62c32bae5f5f1 100644
--- a/api_docs/expression_legacy_metric_vis.mdx
+++ b/api_docs/expression_legacy_metric_vis.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis
title: "expressionLegacyMetricVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionLegacyMetricVis plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
---
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx
index b8a570a50ce47..8ccde120fd543 100644
--- a/api_docs/expression_metric.mdx
+++ b/api_docs/expression_metric.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric
title: "expressionMetric"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionMetric plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
---
import expressionMetricObj from './expression_metric.devdocs.json';
diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx
index 7ea3ec6b861eb..6432d4714f1e3 100644
--- a/api_docs/expression_metric_vis.mdx
+++ b/api_docs/expression_metric_vis.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
title: "expressionMetricVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionMetricVis plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
---
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx
index 92e6b7076b109..d8a88c5d95960 100644
--- a/api_docs/expression_partition_vis.mdx
+++ b/api_docs/expression_partition_vis.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
title: "expressionPartitionVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionPartitionVis plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
---
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx
index 5641f62c19926..a238dd8036fd1 100644
--- a/api_docs/expression_repeat_image.mdx
+++ b/api_docs/expression_repeat_image.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
title: "expressionRepeatImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionRepeatImage plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
---
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';
diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx
index 10142b9bf030a..333d1ba0e6264 100644
--- a/api_docs/expression_reveal_image.mdx
+++ b/api_docs/expression_reveal_image.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
title: "expressionRevealImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionRevealImage plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
---
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx
index 26f353bb29f5f..079a9d1bbced9 100644
--- a/api_docs/expression_shape.mdx
+++ b/api_docs/expression_shape.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape
title: "expressionShape"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionShape plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
---
import expressionShapeObj from './expression_shape.devdocs.json';
diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx
index 4961a72b260d7..8af091771bd3e 100644
--- a/api_docs/expression_tagcloud.mdx
+++ b/api_docs/expression_tagcloud.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
title: "expressionTagcloud"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionTagcloud plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
---
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx
index a70dc43040e76..1f6d6a9ba1c68 100644
--- a/api_docs/expression_x_y.mdx
+++ b/api_docs/expression_x_y.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY
title: "expressionXY"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionXY plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
---
import expressionXYObj from './expression_x_y.devdocs.json';
diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx
index 823159e766547..631a20f0bcdf6 100644
--- a/api_docs/expressions.mdx
+++ b/api_docs/expressions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions
title: "expressions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressions plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
---
import expressionsObj from './expressions.devdocs.json';
diff --git a/api_docs/features.mdx b/api_docs/features.mdx
index 711def3633bf5..6dedd249971e1 100644
--- a/api_docs/features.mdx
+++ b/api_docs/features.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features
title: "features"
image: https://source.unsplash.com/400x175/?github
description: API docs for the features plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
---
import featuresObj from './features.devdocs.json';
diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx
index 0996e6259bf11..fc537a030e52b 100644
--- a/api_docs/field_formats.mdx
+++ b/api_docs/field_formats.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats
title: "fieldFormats"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fieldFormats plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
---
import fieldFormatsObj from './field_formats.devdocs.json';
diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx
index 307f54008c991..624bbf01a981d 100644
--- a/api_docs/file_upload.mdx
+++ b/api_docs/file_upload.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload
title: "fileUpload"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fileUpload plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
---
import fileUploadObj from './file_upload.devdocs.json';
diff --git a/api_docs/files.mdx b/api_docs/files.mdx
index b3f4dba8b7273..2e7af1d73120f 100644
--- a/api_docs/files.mdx
+++ b/api_docs/files.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files
title: "files"
image: https://source.unsplash.com/400x175/?github
description: API docs for the files plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
---
import filesObj from './files.devdocs.json';
diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx
index bbf97bb4e042f..49c9a40ff8946 100644
--- a/api_docs/files_management.mdx
+++ b/api_docs/files_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement
title: "filesManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the filesManagement plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
---
import filesManagementObj from './files_management.devdocs.json';
diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx
index f1a34342d9ed3..fe95c91406e4c 100644
--- a/api_docs/fleet.mdx
+++ b/api_docs/fleet.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet
title: "fleet"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fleet plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
---
import fleetObj from './fleet.devdocs.json';
diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx
index e5180ea54c5f9..37e44d7a88a33 100644
--- a/api_docs/global_search.mdx
+++ b/api_docs/global_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch
title: "globalSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the globalSearch plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
---
import globalSearchObj from './global_search.devdocs.json';
diff --git a/api_docs/guided_onboarding.devdocs.json b/api_docs/guided_onboarding.devdocs.json
index cd8f47f8cf277..a73976c10b794 100644
--- a/api_docs/guided_onboarding.devdocs.json
+++ b/api_docs/guided_onboarding.devdocs.json
@@ -690,7 +690,15 @@
"section": "def-common.GuideStepIds",
"text": "GuideStepIds"
},
- ") => Promise<{ pluginState: ",
+ ", params?: ",
+ {
+ "pluginId": "@kbn/guided-onboarding",
+ "scope": "common",
+ "docId": "kibKbnGuidedOnboardingPluginApi",
+ "section": "def-common.GuideParams",
+ "text": "GuideParams"
+ },
+ " | undefined) => Promise<{ pluginState: ",
{
"pluginId": "guidedOnboarding",
"scope": "common",
@@ -745,6 +753,28 @@
"deprecated": false,
"trackAdoption": false,
"isRequired": true
+ },
+ {
+ "parentPluginId": "guidedOnboarding",
+ "id": "def-public.GuidedOnboardingApi.completeGuideStep.$3",
+ "type": "Object",
+ "tags": [],
+ "label": "params",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/guided-onboarding",
+ "scope": "common",
+ "docId": "kibKbnGuidedOnboardingPluginApi",
+ "section": "def-common.GuideParams",
+ "text": "GuideParams"
+ },
+ " | undefined"
+ ],
+ "path": "src/plugins/guided_onboarding/public/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
}
],
"returnComment": []
diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx
index d01239408c028..475a8a2c05da3 100644
--- a/api_docs/guided_onboarding.mdx
+++ b/api_docs/guided_onboarding.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding
title: "guidedOnboarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the guidedOnboarding plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
---
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/pla
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 56 | 0 | 55 | 0 |
+| 57 | 0 | 56 | 0 |
## Client
diff --git a/api_docs/home.mdx b/api_docs/home.mdx
index 9a3c60b620a1a..f62e10db50461 100644
--- a/api_docs/home.mdx
+++ b/api_docs/home.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home
title: "home"
image: https://source.unsplash.com/400x175/?github
description: API docs for the home plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
---
import homeObj from './home.devdocs.json';
diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx
index f46b769442430..3477ece3819e0 100644
--- a/api_docs/image_embeddable.mdx
+++ b/api_docs/image_embeddable.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable
title: "imageEmbeddable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the imageEmbeddable plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable']
---
import imageEmbeddableObj from './image_embeddable.devdocs.json';
diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx
index 3d5fedb9c28b1..51b3707ff4cda 100644
--- a/api_docs/index_lifecycle_management.mdx
+++ b/api_docs/index_lifecycle_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
title: "indexLifecycleManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the indexLifecycleManagement plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
---
import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json';
diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx
index c56e4e1ac00e1..7e62154cabf29 100644
--- a/api_docs/index_management.mdx
+++ b/api_docs/index_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement
title: "indexManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the indexManagement plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
---
import indexManagementObj from './index_management.devdocs.json';
diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx
index 2ef0550b3c7ec..f95130c7fda77 100644
--- a/api_docs/infra.mdx
+++ b/api_docs/infra.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra
title: "infra"
image: https://source.unsplash.com/400x175/?github
description: API docs for the infra plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
---
import infraObj from './infra.devdocs.json';
diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx
index be420e800114c..627ca307b241f 100644
--- a/api_docs/inspector.mdx
+++ b/api_docs/inspector.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector
title: "inspector"
image: https://source.unsplash.com/400x175/?github
description: API docs for the inspector plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
---
import inspectorObj from './inspector.devdocs.json';
diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx
index 77f9f7caf3d13..5794f30eaf867 100644
--- a/api_docs/interactive_setup.mdx
+++ b/api_docs/interactive_setup.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup
title: "interactiveSetup"
image: https://source.unsplash.com/400x175/?github
description: API docs for the interactiveSetup plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
---
import interactiveSetupObj from './interactive_setup.devdocs.json';
diff --git a/api_docs/kbn_ace.mdx b/api_docs/kbn_ace.mdx
index 9d79fbd636e02..ec79dddfe1fdb 100644
--- a/api_docs/kbn_ace.mdx
+++ b/api_docs/kbn_ace.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ace
title: "@kbn/ace"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ace plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
---
import kbnAceObj from './kbn_ace.devdocs.json';
diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx
index d38801a007d3a..027622873bb5d 100644
--- a/api_docs/kbn_aiops_components.mdx
+++ b/api_docs/kbn_aiops_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components
title: "@kbn/aiops-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-components plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
---
import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json';
diff --git a/api_docs/kbn_aiops_utils.mdx b/api_docs/kbn_aiops_utils.mdx
index d5b19befd4e62..3ba110b4d641e 100644
--- a/api_docs/kbn_aiops_utils.mdx
+++ b/api_docs/kbn_aiops_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils
title: "@kbn/aiops-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils']
---
import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json';
diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx
index 9d8f4dce4e4e6..9209559d4c511 100644
--- a/api_docs/kbn_alerting_state_types.mdx
+++ b/api_docs/kbn_alerting_state_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types
title: "@kbn/alerting-state-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-state-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types']
---
import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json';
diff --git a/api_docs/kbn_alerts.mdx b/api_docs/kbn_alerts.mdx
index 496c97c35fa87..fd625f04df24b 100644
--- a/api_docs/kbn_alerts.mdx
+++ b/api_docs/kbn_alerts.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts
title: "@kbn/alerts"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts']
---
import kbnAlertsObj from './kbn_alerts.devdocs.json';
diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx
index af3a71ef4577b..3529d77abdd16 100644
--- a/api_docs/kbn_alerts_as_data_utils.mdx
+++ b/api_docs/kbn_alerts_as_data_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils
title: "@kbn/alerts-as-data-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-as-data-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils']
---
import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json';
diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx
index 73cb3b3c1b270..c39f9c81be753 100644
--- a/api_docs/kbn_alerts_ui_shared.mdx
+++ b/api_docs/kbn_alerts_ui_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared
title: "@kbn/alerts-ui-shared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-ui-shared plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared']
---
import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json';
diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx
index c41d203f9bad1..90704b67958d8 100644
--- a/api_docs/kbn_analytics.mdx
+++ b/api_docs/kbn_analytics.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics
title: "@kbn/analytics"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
---
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';
diff --git a/api_docs/kbn_analytics_client.devdocs.json b/api_docs/kbn_analytics_client.devdocs.json
index 82163bbf3b11d..0671e818e1d3f 100644
--- a/api_docs/kbn_analytics_client.devdocs.json
+++ b/api_docs/kbn_analytics_client.devdocs.json
@@ -762,6 +762,14 @@
"plugin": "securitySolution",
"path": "x-pack/plugins/security_solution/public/common/lib/telemetry/telemetry_client.ts"
},
+ {
+ "plugin": "securitySolution",
+ "path": "x-pack/plugins/security_solution/public/common/lib/telemetry/telemetry_client.ts"
+ },
+ {
+ "plugin": "securitySolution",
+ "path": "x-pack/plugins/security_solution/public/common/lib/telemetry/telemetry_client.ts"
+ },
{
"plugin": "@kbn/core-analytics-browser-mocks",
"path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts"
diff --git a/api_docs/kbn_analytics_client.mdx b/api_docs/kbn_analytics_client.mdx
index cdc8ea6d81beb..5bdc58d85dc6f 100644
--- a/api_docs/kbn_analytics_client.mdx
+++ b/api_docs/kbn_analytics_client.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client
title: "@kbn/analytics-client"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-client plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
---
import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx
index eaf3487e3149d..98e6154aa8a60 100644
--- a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx
+++ b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-browser
title: "@kbn/analytics-shippers-elastic-v3-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-browser']
---
import kbnAnalyticsShippersElasticV3BrowserObj from './kbn_analytics_shippers_elastic_v3_browser.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx
index 9110cc32f4c31..5cedf9017c0c3 100644
--- a/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx
+++ b/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-common
title: "@kbn/analytics-shippers-elastic-v3-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-common']
---
import kbnAnalyticsShippersElasticV3CommonObj from './kbn_analytics_shippers_elastic_v3_common.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx
index df8a64c48bd63..1900aafa94eb7 100644
--- a/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx
+++ b/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-server
title: "@kbn/analytics-shippers-elastic-v3-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-server']
---
import kbnAnalyticsShippersElasticV3ServerObj from './kbn_analytics_shippers_elastic_v3_server.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_fullstory.mdx b/api_docs/kbn_analytics_shippers_fullstory.mdx
index 05865a67ce0b7..506c2ef17b8a8 100644
--- a/api_docs/kbn_analytics_shippers_fullstory.mdx
+++ b/api_docs/kbn_analytics_shippers_fullstory.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-fullstory
title: "@kbn/analytics-shippers-fullstory"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-fullstory plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory']
---
import kbnAnalyticsShippersFullstoryObj from './kbn_analytics_shippers_fullstory.devdocs.json';
diff --git a/api_docs/kbn_analytics_shippers_gainsight.mdx b/api_docs/kbn_analytics_shippers_gainsight.mdx
index f960174f73859..51e1daf9c0a4c 100644
--- a/api_docs/kbn_analytics_shippers_gainsight.mdx
+++ b/api_docs/kbn_analytics_shippers_gainsight.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-gainsight
title: "@kbn/analytics-shippers-gainsight"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-gainsight plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-gainsight']
---
import kbnAnalyticsShippersGainsightObj from './kbn_analytics_shippers_gainsight.devdocs.json';
diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx
index 8900077fd2ace..28663f15a680c 100644
--- a/api_docs/kbn_apm_config_loader.mdx
+++ b/api_docs/kbn_apm_config_loader.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader
title: "@kbn/apm-config-loader"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-config-loader plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader']
---
import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json';
diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx
index c8432ebc4205c..1b0583f4267b7 100644
--- a/api_docs/kbn_apm_synthtrace.mdx
+++ b/api_docs/kbn_apm_synthtrace.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace
title: "@kbn/apm-synthtrace"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-synthtrace plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace']
---
import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json';
diff --git a/api_docs/kbn_apm_synthtrace_client.devdocs.json b/api_docs/kbn_apm_synthtrace_client.devdocs.json
index 10dcb002bbdd0..fe2bbd03ef6ab 100644
--- a/api_docs/kbn_apm_synthtrace_client.devdocs.json
+++ b/api_docs/kbn_apm_synthtrace_client.devdocs.json
@@ -731,7 +731,7 @@
"label": "error",
"description": [],
"signature": [
- "({ message, type, groupingName, }: { message: string; type?: string | undefined; groupingName?: string | undefined; }) => ",
+ "({ message, type }: { message: string; type?: string | undefined; }) => ",
"ApmError"
],
"path": "packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts",
@@ -743,7 +743,7 @@
"id": "def-common.Instance.error.$1",
"type": "Object",
"tags": [],
- "label": "{\n message,\n type,\n groupingName,\n }",
+ "label": "{ message, type }",
"description": [],
"path": "packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts",
"deprecated": false,
@@ -773,20 +773,6 @@
"path": "packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts",
"deprecated": false,
"trackAdoption": false
- },
- {
- "parentPluginId": "@kbn/apm-synthtrace-client",
- "id": "def-common.Instance.error.$1.groupingName",
- "type": "string",
- "tags": [],
- "label": "groupingName",
- "description": [],
- "signature": [
- "string | undefined"
- ],
- "path": "packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts",
- "deprecated": false,
- "trackAdoption": false
}
]
}
diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx
index b76de3fe835c9..080fc9faa8d69 100644
--- a/api_docs/kbn_apm_synthtrace_client.mdx
+++ b/api_docs/kbn_apm_synthtrace_client.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client
title: "@kbn/apm-synthtrace-client"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-synthtrace-client plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client']
---
import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) for ques
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 154 | 0 | 154 | 17 |
+| 153 | 0 | 153 | 17 |
## Common
diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx
index 61e2869b4e841..9509d2d37a5f2 100644
--- a/api_docs/kbn_apm_utils.mdx
+++ b/api_docs/kbn_apm_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils
title: "@kbn/apm-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/apm-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils']
---
import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json';
diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx
index ac22df442633d..c9bac589f98e1 100644
--- a/api_docs/kbn_axe_config.mdx
+++ b/api_docs/kbn_axe_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config
title: "@kbn/axe-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/axe-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config']
---
import kbnAxeConfigObj from './kbn_axe_config.devdocs.json';
diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx
index 738eaa012d294..9609f525002a3 100644
--- a/api_docs/kbn_cases_components.mdx
+++ b/api_docs/kbn_cases_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components
title: "@kbn/cases-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cases-components plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components']
---
import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json';
diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx
index 891ae75c684ea..936150c592f65 100644
--- a/api_docs/kbn_cell_actions.mdx
+++ b/api_docs/kbn_cell_actions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions
title: "@kbn/cell-actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cell-actions plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions']
---
import kbnCellActionsObj from './kbn_cell_actions.devdocs.json';
diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx
index ea357626d903d..55c5bc95f3389 100644
--- a/api_docs/kbn_chart_expressions_common.mdx
+++ b/api_docs/kbn_chart_expressions_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common
title: "@kbn/chart-expressions-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/chart-expressions-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-expressions-common']
---
import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json';
diff --git a/api_docs/kbn_chart_icons.mdx b/api_docs/kbn_chart_icons.mdx
index d47f7c20a984c..81991f4c3596a 100644
--- a/api_docs/kbn_chart_icons.mdx
+++ b/api_docs/kbn_chart_icons.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons
title: "@kbn/chart-icons"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/chart-icons plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons']
---
import kbnChartIconsObj from './kbn_chart_icons.devdocs.json';
diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx
index b003b37a45c17..3eeac77d30d96 100644
--- a/api_docs/kbn_ci_stats_core.mdx
+++ b/api_docs/kbn_ci_stats_core.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core
title: "@kbn/ci-stats-core"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ci-stats-core plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core']
---
import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json';
diff --git a/api_docs/kbn_ci_stats_performance_metrics.mdx b/api_docs/kbn_ci_stats_performance_metrics.mdx
index 6d8ba1ec6ec6d..4210e48cd996c 100644
--- a/api_docs/kbn_ci_stats_performance_metrics.mdx
+++ b/api_docs/kbn_ci_stats_performance_metrics.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics
title: "@kbn/ci-stats-performance-metrics"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ci-stats-performance-metrics plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics']
---
import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json';
diff --git a/api_docs/kbn_ci_stats_reporter.mdx b/api_docs/kbn_ci_stats_reporter.mdx
index c9b004312e1fc..dd1eeae4185e8 100644
--- a/api_docs/kbn_ci_stats_reporter.mdx
+++ b/api_docs/kbn_ci_stats_reporter.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter
title: "@kbn/ci-stats-reporter"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ci-stats-reporter plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter']
---
import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json';
diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx
index 23afc0f33949d..674d7849ea278 100644
--- a/api_docs/kbn_cli_dev_mode.mdx
+++ b/api_docs/kbn_cli_dev_mode.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode
title: "@kbn/cli-dev-mode"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cli-dev-mode plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode']
---
import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json';
diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx
index 2128bc3924343..2352502cb6168 100644
--- a/api_docs/kbn_code_editor.mdx
+++ b/api_docs/kbn_code_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor
title: "@kbn/code-editor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/code-editor plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor']
---
import kbnCodeEditorObj from './kbn_code_editor.devdocs.json';
diff --git a/api_docs/kbn_code_editor_mocks.mdx b/api_docs/kbn_code_editor_mocks.mdx
index 2c4aa38ed970a..299b419bc62ee 100644
--- a/api_docs/kbn_code_editor_mocks.mdx
+++ b/api_docs/kbn_code_editor_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mocks
title: "@kbn/code-editor-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/code-editor-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mocks']
---
import kbnCodeEditorMocksObj from './kbn_code_editor_mocks.devdocs.json';
diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx
index 1f2f008178f13..d0b05022cb683 100644
--- a/api_docs/kbn_coloring.mdx
+++ b/api_docs/kbn_coloring.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring
title: "@kbn/coloring"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/coloring plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring']
---
import kbnColoringObj from './kbn_coloring.devdocs.json';
diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx
index 0ce1b008677ff..25ba7ec1f2e1f 100644
--- a/api_docs/kbn_config.mdx
+++ b/api_docs/kbn_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config
title: "@kbn/config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config']
---
import kbnConfigObj from './kbn_config.devdocs.json';
diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx
index b7e89d00b3240..c9cb8f54bf0b4 100644
--- a/api_docs/kbn_config_mocks.mdx
+++ b/api_docs/kbn_config_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks
title: "@kbn/config-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/config-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks']
---
import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json';
diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx
index 81635d8b9bd51..11c17046984bd 100644
--- a/api_docs/kbn_config_schema.mdx
+++ b/api_docs/kbn_config_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema
title: "@kbn/config-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/config-schema plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema']
---
import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json';
diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx
index 1288f3330685d..54ab8505a8c85 100644
--- a/api_docs/kbn_content_management_content_editor.mdx
+++ b/api_docs/kbn_content_management_content_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor
title: "@kbn/content-management-content-editor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-content-editor plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor']
---
import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json';
diff --git a/api_docs/kbn_content_management_table_list.devdocs.json b/api_docs/kbn_content_management_table_list.devdocs.json
index 937dddb17c4de..8f1e0a68c22ae 100644
--- a/api_docs/kbn_content_management_table_list.devdocs.json
+++ b/api_docs/kbn_content_management_table_list.devdocs.json
@@ -177,7 +177,7 @@
"CoreStart contract"
],
"signature": [
- "{ application: { capabilities: { advancedSettings?: { save: boolean; } | undefined; }; getUrlForApp: (app: string, options: { path: string; }) => string; currentAppId$: ",
+ "{ application: { capabilities: { [key: string]: Readonly>>; }; getUrlForApp: (app: string, options: { path: string; }) => string; currentAppId$: ",
"Observable",
"; navigateToUrl: (url: string) => void | Promise; }; notifications: { toasts: { addDanger: (notifyArgs: { title: ",
{
diff --git a/api_docs/kbn_content_management_table_list.mdx b/api_docs/kbn_content_management_table_list.mdx
index 3dfb0e5bff18e..4c8960148995d 100644
--- a/api_docs/kbn_content_management_table_list.mdx
+++ b/api_docs/kbn_content_management_table_list.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list
title: "@kbn/content-management-table-list"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/content-management-table-list plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list']
---
import kbnContentManagementTableListObj from './kbn_content_management_table_list.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx
index 5562e1bf3070f..61fd9c2863537 100644
--- a/api_docs/kbn_core_analytics_browser.mdx
+++ b/api_docs/kbn_core_analytics_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser
title: "@kbn/core-analytics-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser']
---
import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx
index d81b99987512d..8a3895b535171 100644
--- a/api_docs/kbn_core_analytics_browser_internal.mdx
+++ b/api_docs/kbn_core_analytics_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal
title: "@kbn/core-analytics-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal']
---
import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx
index fb39ec52f5459..685a28bea6242 100644
--- a/api_docs/kbn_core_analytics_browser_mocks.mdx
+++ b/api_docs/kbn_core_analytics_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks
title: "@kbn/core-analytics-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks']
---
import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx
index 5a1af3d3f7d7d..5db1b0e6e16a6 100644
--- a/api_docs/kbn_core_analytics_server.mdx
+++ b/api_docs/kbn_core_analytics_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server
title: "@kbn/core-analytics-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server']
---
import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx
index 111fe6d8e5318..4272953c4d763 100644
--- a/api_docs/kbn_core_analytics_server_internal.mdx
+++ b/api_docs/kbn_core_analytics_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal
title: "@kbn/core-analytics-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal']
---
import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx
index d7be4f034346a..e0082181ed949 100644
--- a/api_docs/kbn_core_analytics_server_mocks.mdx
+++ b/api_docs/kbn_core_analytics_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks
title: "@kbn/core-analytics-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-analytics-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks']
---
import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx
index b57a29bb0ad0a..d3f1f8cfa0925 100644
--- a/api_docs/kbn_core_application_browser.mdx
+++ b/api_docs/kbn_core_application_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser
title: "@kbn/core-application-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser']
---
import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json';
diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx
index 00a6fa0cb815d..6ff37b3089b42 100644
--- a/api_docs/kbn_core_application_browser_internal.mdx
+++ b/api_docs/kbn_core_application_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal
title: "@kbn/core-application-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal']
---
import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx
index e1a48c61d3b9b..02a3fd158ec19 100644
--- a/api_docs/kbn_core_application_browser_mocks.mdx
+++ b/api_docs/kbn_core_application_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks
title: "@kbn/core-application-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks']
---
import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx
index 4bad226894e0c..d6a70b2b0157f 100644
--- a/api_docs/kbn_core_application_common.mdx
+++ b/api_docs/kbn_core_application_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common
title: "@kbn/core-application-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-application-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common']
---
import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json';
diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx
index 5c042475509cb..d7c038b7a711f 100644
--- a/api_docs/kbn_core_apps_browser_internal.mdx
+++ b/api_docs/kbn_core_apps_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal
title: "@kbn/core-apps-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-apps-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal']
---
import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx
index 69f9212722cc9..eb6b4e1963417 100644
--- a/api_docs/kbn_core_apps_browser_mocks.mdx
+++ b/api_docs/kbn_core_apps_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks
title: "@kbn/core-apps-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-apps-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks']
---
import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx
index 65e3d10226f52..1fcfd9f49e0fe 100644
--- a/api_docs/kbn_core_apps_server_internal.mdx
+++ b/api_docs/kbn_core_apps_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal
title: "@kbn/core-apps-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-apps-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal']
---
import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx
index 86f50bf667604..7d8bb7252a866 100644
--- a/api_docs/kbn_core_base_browser_mocks.mdx
+++ b/api_docs/kbn_core_base_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks
title: "@kbn/core-base-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks']
---
import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx
index cf75d243d2b43..69cc08dec9190 100644
--- a/api_docs/kbn_core_base_common.mdx
+++ b/api_docs/kbn_core_base_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common
title: "@kbn/core-base-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common']
---
import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json';
diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx
index 16fa31f01e292..eef24003ab660 100644
--- a/api_docs/kbn_core_base_server_internal.mdx
+++ b/api_docs/kbn_core_base_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal
title: "@kbn/core-base-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal']
---
import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx
index 4ca1597fcfadc..58aff21c3f633 100644
--- a/api_docs/kbn_core_base_server_mocks.mdx
+++ b/api_docs/kbn_core_base_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks
title: "@kbn/core-base-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-base-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks']
---
import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx
index a86cc6571c831..14f3d8712b6f3 100644
--- a/api_docs/kbn_core_capabilities_browser_mocks.mdx
+++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks
title: "@kbn/core-capabilities-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks']
---
import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx
index 027e44a2e349d..d0b5db8e3f5b1 100644
--- a/api_docs/kbn_core_capabilities_common.mdx
+++ b/api_docs/kbn_core_capabilities_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common
title: "@kbn/core-capabilities-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common']
---
import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx
index 492519d0fef3a..ced47f174e1bf 100644
--- a/api_docs/kbn_core_capabilities_server.mdx
+++ b/api_docs/kbn_core_capabilities_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server
title: "@kbn/core-capabilities-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server']
---
import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json';
diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx
index a8ef5c7e24843..236d416f8d3f5 100644
--- a/api_docs/kbn_core_capabilities_server_mocks.mdx
+++ b/api_docs/kbn_core_capabilities_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks
title: "@kbn/core-capabilities-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-capabilities-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks']
---
import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx
index cf04b0d4146b0..c286a69723583 100644
--- a/api_docs/kbn_core_chrome_browser.mdx
+++ b/api_docs/kbn_core_chrome_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser
title: "@kbn/core-chrome-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-chrome-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser']
---
import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json';
diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx
index c3ba2d14d0f84..c4201d23a52f5 100644
--- a/api_docs/kbn_core_chrome_browser_mocks.mdx
+++ b/api_docs/kbn_core_chrome_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks
title: "@kbn/core-chrome-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-chrome-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks']
---
import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx
index 69c93fed8bdf6..5524f5d6c7f3a 100644
--- a/api_docs/kbn_core_config_server_internal.mdx
+++ b/api_docs/kbn_core_config_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal
title: "@kbn/core-config-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-config-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal']
---
import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx
index 3447e44fdeb14..c06544f094756 100644
--- a/api_docs/kbn_core_custom_branding_browser.mdx
+++ b/api_docs/kbn_core_custom_branding_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser
title: "@kbn/core-custom-branding-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser']
---
import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx
index 512e0a4658e11..47db10d316e4b 100644
--- a/api_docs/kbn_core_custom_branding_browser_internal.mdx
+++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal
title: "@kbn/core-custom-branding-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal']
---
import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx
index 57674f1a86f54..74eb25b3e0989 100644
--- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx
+++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks
title: "@kbn/core-custom-branding-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks']
---
import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx
index 3271ecbc40835..2852e74f1d272 100644
--- a/api_docs/kbn_core_custom_branding_common.mdx
+++ b/api_docs/kbn_core_custom_branding_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common
title: "@kbn/core-custom-branding-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common']
---
import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx
index 947830e94c31a..6b39d83563325 100644
--- a/api_docs/kbn_core_custom_branding_server.mdx
+++ b/api_docs/kbn_core_custom_branding_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server
title: "@kbn/core-custom-branding-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server']
---
import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx
index fed153ea6f806..efcb0ef0d682e 100644
--- a/api_docs/kbn_core_custom_branding_server_internal.mdx
+++ b/api_docs/kbn_core_custom_branding_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal
title: "@kbn/core-custom-branding-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal']
---
import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx
index 14c84336e55d8..1b84c3249cedb 100644
--- a/api_docs/kbn_core_custom_branding_server_mocks.mdx
+++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks
title: "@kbn/core-custom-branding-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-custom-branding-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks']
---
import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx
index f5dac83c7c859..d9183c76749eb 100644
--- a/api_docs/kbn_core_deprecations_browser.mdx
+++ b/api_docs/kbn_core_deprecations_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser
title: "@kbn/core-deprecations-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser']
---
import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx
index bd675bc3f02fb..2dabde1158feb 100644
--- a/api_docs/kbn_core_deprecations_browser_internal.mdx
+++ b/api_docs/kbn_core_deprecations_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal
title: "@kbn/core-deprecations-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal']
---
import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx
index 41ca6aa3b4e82..1f150624000c0 100644
--- a/api_docs/kbn_core_deprecations_browser_mocks.mdx
+++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks
title: "@kbn/core-deprecations-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks']
---
import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx
index 5d235b665bccf..f6098418f65b8 100644
--- a/api_docs/kbn_core_deprecations_common.mdx
+++ b/api_docs/kbn_core_deprecations_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common
title: "@kbn/core-deprecations-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common']
---
import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx
index e11a7361be6fe..18f41498f2022 100644
--- a/api_docs/kbn_core_deprecations_server.mdx
+++ b/api_docs/kbn_core_deprecations_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server
title: "@kbn/core-deprecations-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server']
---
import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx
index 86023b4693bda..4da7cae29afc1 100644
--- a/api_docs/kbn_core_deprecations_server_internal.mdx
+++ b/api_docs/kbn_core_deprecations_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal
title: "@kbn/core-deprecations-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal']
---
import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx
index 1b1996813ec5e..7efaa1d260ede 100644
--- a/api_docs/kbn_core_deprecations_server_mocks.mdx
+++ b/api_docs/kbn_core_deprecations_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks
title: "@kbn/core-deprecations-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-deprecations-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks']
---
import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx
index 014a6cff4fb8f..3a8b4f7733b89 100644
--- a/api_docs/kbn_core_doc_links_browser.mdx
+++ b/api_docs/kbn_core_doc_links_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser
title: "@kbn/core-doc-links-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser']
---
import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx
index 8a827ee08a3cb..6d30b7f184a66 100644
--- a/api_docs/kbn_core_doc_links_browser_mocks.mdx
+++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks
title: "@kbn/core-doc-links-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks']
---
import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx
index cf25c21fc3e7b..7e04c291cf2e5 100644
--- a/api_docs/kbn_core_doc_links_server.mdx
+++ b/api_docs/kbn_core_doc_links_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server
title: "@kbn/core-doc-links-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server']
---
import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json';
diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx
index d81566d93b87b..bd6d7e5360355 100644
--- a/api_docs/kbn_core_doc_links_server_mocks.mdx
+++ b/api_docs/kbn_core_doc_links_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks
title: "@kbn/core-doc-links-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-doc-links-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks']
---
import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx
index 52c845ba3e159..108a226e77328 100644
--- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx
+++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal
title: "@kbn/core-elasticsearch-client-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal']
---
import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx
index 25bdcf097fc8f..36da5cccdf92f 100644
--- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx
+++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks
title: "@kbn/core-elasticsearch-client-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks']
---
import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx
index d3e52e4498e97..a54b680f5d90d 100644
--- a/api_docs/kbn_core_elasticsearch_server.mdx
+++ b/api_docs/kbn_core_elasticsearch_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server
title: "@kbn/core-elasticsearch-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server']
---
import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx
index d7116ffefd9e3..22c91cf01d375 100644
--- a/api_docs/kbn_core_elasticsearch_server_internal.mdx
+++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal
title: "@kbn/core-elasticsearch-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal']
---
import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx
index 8763333e3c1ca..50e70544b210b 100644
--- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx
+++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks
title: "@kbn/core-elasticsearch-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-elasticsearch-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks']
---
import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx
index c72123128deb8..f538a5f8e0b4e 100644
--- a/api_docs/kbn_core_environment_server_internal.mdx
+++ b/api_docs/kbn_core_environment_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal
title: "@kbn/core-environment-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-environment-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal']
---
import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx
index 2bca835abcc60..8f1461db2e66f 100644
--- a/api_docs/kbn_core_environment_server_mocks.mdx
+++ b/api_docs/kbn_core_environment_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks
title: "@kbn/core-environment-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-environment-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks']
---
import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx
index e0133ab2eceac..77a377a7db9c4 100644
--- a/api_docs/kbn_core_execution_context_browser.mdx
+++ b/api_docs/kbn_core_execution_context_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser
title: "@kbn/core-execution-context-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser']
---
import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx
index f4285539090c7..d7dcc38efe471 100644
--- a/api_docs/kbn_core_execution_context_browser_internal.mdx
+++ b/api_docs/kbn_core_execution_context_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal
title: "@kbn/core-execution-context-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal']
---
import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx
index e88005161eee4..d1ac9f6597bd6 100644
--- a/api_docs/kbn_core_execution_context_browser_mocks.mdx
+++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks
title: "@kbn/core-execution-context-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks']
---
import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx
index 9bb759d225d18..4d4c0cdc35fd7 100644
--- a/api_docs/kbn_core_execution_context_common.mdx
+++ b/api_docs/kbn_core_execution_context_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common
title: "@kbn/core-execution-context-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common']
---
import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx
index 391aab7e7c207..d81bd38aa1916 100644
--- a/api_docs/kbn_core_execution_context_server.mdx
+++ b/api_docs/kbn_core_execution_context_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server
title: "@kbn/core-execution-context-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server']
---
import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx
index b0a32a23bc8fd..05d5f2ae35765 100644
--- a/api_docs/kbn_core_execution_context_server_internal.mdx
+++ b/api_docs/kbn_core_execution_context_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal
title: "@kbn/core-execution-context-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal']
---
import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx
index d044bcd313597..68eb012274a21 100644
--- a/api_docs/kbn_core_execution_context_server_mocks.mdx
+++ b/api_docs/kbn_core_execution_context_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks
title: "@kbn/core-execution-context-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-execution-context-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks']
---
import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx
index 3185c3568f7cd..4bdeef98bbfde 100644
--- a/api_docs/kbn_core_fatal_errors_browser.mdx
+++ b/api_docs/kbn_core_fatal_errors_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser
title: "@kbn/core-fatal-errors-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-fatal-errors-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser']
---
import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json';
diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx
index 6d4e823e86bc7..d94568e3ed0e6 100644
--- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx
+++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks
title: "@kbn/core-fatal-errors-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks']
---
import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx
index 2379a6b30140a..306f52219527d 100644
--- a/api_docs/kbn_core_http_browser.mdx
+++ b/api_docs/kbn_core_http_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser
title: "@kbn/core-http-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser']
---
import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json';
diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx
index 3a8785ce36e04..ab7a2167ee8d3 100644
--- a/api_docs/kbn_core_http_browser_internal.mdx
+++ b/api_docs/kbn_core_http_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal
title: "@kbn/core-http-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal']
---
import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx
index cd9f5e1f32fae..3a484f5c5bb94 100644
--- a/api_docs/kbn_core_http_browser_mocks.mdx
+++ b/api_docs/kbn_core_http_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks
title: "@kbn/core-http-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks']
---
import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx
index 030701d5c5535..4c6f719e62bb6 100644
--- a/api_docs/kbn_core_http_common.mdx
+++ b/api_docs/kbn_core_http_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common
title: "@kbn/core-http-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common']
---
import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json';
diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx
index 3041948b6c08e..867ab6116747a 100644
--- a/api_docs/kbn_core_http_context_server_mocks.mdx
+++ b/api_docs/kbn_core_http_context_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks
title: "@kbn/core-http-context-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-context-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks']
---
import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx
index 6c55bb1acc35f..ad72f4f7242bc 100644
--- a/api_docs/kbn_core_http_request_handler_context_server.mdx
+++ b/api_docs/kbn_core_http_request_handler_context_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server
title: "@kbn/core-http-request-handler-context-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-request-handler-context-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server']
---
import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json';
diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx
index 1fc1939592f1d..8bca969b22064 100644
--- a/api_docs/kbn_core_http_resources_server.mdx
+++ b/api_docs/kbn_core_http_resources_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server
title: "@kbn/core-http-resources-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-resources-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server']
---
import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json';
diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx
index 1ce4c26ce2a2e..408b53256f7db 100644
--- a/api_docs/kbn_core_http_resources_server_internal.mdx
+++ b/api_docs/kbn_core_http_resources_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal
title: "@kbn/core-http-resources-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-resources-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal']
---
import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx
index c4dd257493cdb..c87dfa9f9fccf 100644
--- a/api_docs/kbn_core_http_resources_server_mocks.mdx
+++ b/api_docs/kbn_core_http_resources_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks
title: "@kbn/core-http-resources-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-resources-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks']
---
import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx
index 7baa129a75c92..f165267f56e33 100644
--- a/api_docs/kbn_core_http_router_server_internal.mdx
+++ b/api_docs/kbn_core_http_router_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal
title: "@kbn/core-http-router-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-router-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal']
---
import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx
index 9115db4edf6cc..e9e7dc64f0942 100644
--- a/api_docs/kbn_core_http_router_server_mocks.mdx
+++ b/api_docs/kbn_core_http_router_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks
title: "@kbn/core-http-router-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-router-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks']
---
import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx
index 152820cbb488b..f0cdaa85851dc 100644
--- a/api_docs/kbn_core_http_server.mdx
+++ b/api_docs/kbn_core_http_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server
title: "@kbn/core-http-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server']
---
import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json';
diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx
index 1dc544d47e781..f38f74d167a98 100644
--- a/api_docs/kbn_core_http_server_internal.mdx
+++ b/api_docs/kbn_core_http_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal
title: "@kbn/core-http-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal']
---
import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx
index 12f4523bca3e3..c59347545a328 100644
--- a/api_docs/kbn_core_http_server_mocks.mdx
+++ b/api_docs/kbn_core_http_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks
title: "@kbn/core-http-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-http-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks']
---
import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx
index 290dc43e0f6a4..c38585619f6c0 100644
--- a/api_docs/kbn_core_i18n_browser.mdx
+++ b/api_docs/kbn_core_i18n_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser
title: "@kbn/core-i18n-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser']
---
import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx
index 1892f31f90652..0fe31a6d87fa1 100644
--- a/api_docs/kbn_core_i18n_browser_mocks.mdx
+++ b/api_docs/kbn_core_i18n_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks
title: "@kbn/core-i18n-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks']
---
import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx
index 8cd6df89cee80..a9a56e81b982d 100644
--- a/api_docs/kbn_core_i18n_server.mdx
+++ b/api_docs/kbn_core_i18n_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server
title: "@kbn/core-i18n-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server']
---
import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx
index 71388b8df33ef..ec02bcea6b7f7 100644
--- a/api_docs/kbn_core_i18n_server_internal.mdx
+++ b/api_docs/kbn_core_i18n_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal
title: "@kbn/core-i18n-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal']
---
import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx
index b46f5cadc7bf9..1a2c897736245 100644
--- a/api_docs/kbn_core_i18n_server_mocks.mdx
+++ b/api_docs/kbn_core_i18n_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks
title: "@kbn/core-i18n-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-i18n-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks']
---
import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx
index 188df6cc9052d..3c162c9189752 100644
--- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx
+++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks
title: "@kbn/core-injected-metadata-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks']
---
import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx
index 75b8dc9819d5a..494208c4c5914 100644
--- a/api_docs/kbn_core_integrations_browser_internal.mdx
+++ b/api_docs/kbn_core_integrations_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal
title: "@kbn/core-integrations-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-integrations-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal']
---
import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx
index a9e58cbc2c4fb..a037d65732f72 100644
--- a/api_docs/kbn_core_integrations_browser_mocks.mdx
+++ b/api_docs/kbn_core_integrations_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks
title: "@kbn/core-integrations-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-integrations-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks']
---
import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx
index d29ee50a427bf..99067d79f0a9f 100644
--- a/api_docs/kbn_core_lifecycle_browser.mdx
+++ b/api_docs/kbn_core_lifecycle_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser
title: "@kbn/core-lifecycle-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser']
---
import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx
index a3f5c62d35e87..534bb78d4eaba 100644
--- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx
+++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks
title: "@kbn/core-lifecycle-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks']
---
import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx
index 336ba1167e471..81ac149482e3c 100644
--- a/api_docs/kbn_core_lifecycle_server.mdx
+++ b/api_docs/kbn_core_lifecycle_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server
title: "@kbn/core-lifecycle-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server']
---
import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json';
diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx
index ead03154da97c..26ba420c08d5c 100644
--- a/api_docs/kbn_core_lifecycle_server_mocks.mdx
+++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks
title: "@kbn/core-lifecycle-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-lifecycle-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks']
---
import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx
index 70dcc85174431..9ba0f825772fa 100644
--- a/api_docs/kbn_core_logging_browser_mocks.mdx
+++ b/api_docs/kbn_core_logging_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks
title: "@kbn/core-logging-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks']
---
import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx
index eaaab07d66216..a960a65461e1d 100644
--- a/api_docs/kbn_core_logging_common_internal.mdx
+++ b/api_docs/kbn_core_logging_common_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal
title: "@kbn/core-logging-common-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-common-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal']
---
import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json';
diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx
index 764140b0a5e6c..3fd09f6263c27 100644
--- a/api_docs/kbn_core_logging_server.mdx
+++ b/api_docs/kbn_core_logging_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server
title: "@kbn/core-logging-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server']
---
import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json';
diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx
index 96a65db189368..f3acbc7fc8045 100644
--- a/api_docs/kbn_core_logging_server_internal.mdx
+++ b/api_docs/kbn_core_logging_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal
title: "@kbn/core-logging-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal']
---
import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx
index 7edad6a24183a..c3ea743d26d84 100644
--- a/api_docs/kbn_core_logging_server_mocks.mdx
+++ b/api_docs/kbn_core_logging_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks
title: "@kbn/core-logging-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-logging-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks']
---
import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx
index 1bed7b5faea0a..71e8faae9eed4 100644
--- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx
+++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal
title: "@kbn/core-metrics-collectors-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-collectors-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal']
---
import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx
index f8d4fffbfe021..2eabbc2bacc62 100644
--- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx
+++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks
title: "@kbn/core-metrics-collectors-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks']
---
import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx
index daf89498a1cfc..f37d52033dd7a 100644
--- a/api_docs/kbn_core_metrics_server.mdx
+++ b/api_docs/kbn_core_metrics_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server
title: "@kbn/core-metrics-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server']
---
import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx
index 2faf2f55b3dae..a7217eaf16db7 100644
--- a/api_docs/kbn_core_metrics_server_internal.mdx
+++ b/api_docs/kbn_core_metrics_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal
title: "@kbn/core-metrics-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal']
---
import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx
index 9a208c0343c78..59ea42f319e9d 100644
--- a/api_docs/kbn_core_metrics_server_mocks.mdx
+++ b/api_docs/kbn_core_metrics_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks
title: "@kbn/core-metrics-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-metrics-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks']
---
import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx
index 22a3bada69676..466745e2ce499 100644
--- a/api_docs/kbn_core_mount_utils_browser.mdx
+++ b/api_docs/kbn_core_mount_utils_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser
title: "@kbn/core-mount-utils-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-mount-utils-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser']
---
import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json';
diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx
index a85a0e176e836..98986e42b5bb0 100644
--- a/api_docs/kbn_core_node_server.mdx
+++ b/api_docs/kbn_core_node_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server
title: "@kbn/core-node-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-node-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server']
---
import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json';
diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx
index 0418f4ca39d60..d8b7087087930 100644
--- a/api_docs/kbn_core_node_server_internal.mdx
+++ b/api_docs/kbn_core_node_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal
title: "@kbn/core-node-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-node-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal']
---
import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx
index fef44b08e7f61..b45a40d461b52 100644
--- a/api_docs/kbn_core_node_server_mocks.mdx
+++ b/api_docs/kbn_core_node_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks
title: "@kbn/core-node-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-node-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks']
---
import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx
index 5b4c9e57d0c5e..c8536a941c46f 100644
--- a/api_docs/kbn_core_notifications_browser.mdx
+++ b/api_docs/kbn_core_notifications_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser
title: "@kbn/core-notifications-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-notifications-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser']
---
import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json';
diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx
index 1c53d4f1151a2..7146b20a88240 100644
--- a/api_docs/kbn_core_notifications_browser_internal.mdx
+++ b/api_docs/kbn_core_notifications_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal
title: "@kbn/core-notifications-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-notifications-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal']
---
import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx
index ac5a768548470..2518700bd2a9d 100644
--- a/api_docs/kbn_core_notifications_browser_mocks.mdx
+++ b/api_docs/kbn_core_notifications_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks
title: "@kbn/core-notifications-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-notifications-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks']
---
import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx
index 6538de0675581..38f32ad1bd2c1 100644
--- a/api_docs/kbn_core_overlays_browser.mdx
+++ b/api_docs/kbn_core_overlays_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser
title: "@kbn/core-overlays-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-overlays-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser']
---
import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json';
diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx
index 2be250444e13d..d158e2d4ff953 100644
--- a/api_docs/kbn_core_overlays_browser_internal.mdx
+++ b/api_docs/kbn_core_overlays_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal
title: "@kbn/core-overlays-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-overlays-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal']
---
import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx
index 36a17d070c6e5..e2c79208c0674 100644
--- a/api_docs/kbn_core_overlays_browser_mocks.mdx
+++ b/api_docs/kbn_core_overlays_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks
title: "@kbn/core-overlays-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-overlays-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks']
---
import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx
index 7a0bd26bc2490..8d655eb267f5a 100644
--- a/api_docs/kbn_core_plugins_browser.mdx
+++ b/api_docs/kbn_core_plugins_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser
title: "@kbn/core-plugins-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser']
---
import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx
index 94f1a573c6e08..77ea3d979a1fa 100644
--- a/api_docs/kbn_core_plugins_browser_mocks.mdx
+++ b/api_docs/kbn_core_plugins_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks
title: "@kbn/core-plugins-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks']
---
import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx
index 20d7ec12378e1..44b22b20623c4 100644
--- a/api_docs/kbn_core_plugins_server.mdx
+++ b/api_docs/kbn_core_plugins_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server
title: "@kbn/core-plugins-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server']
---
import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json';
diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx
index 1186e3108b3e3..c032049f2dd4f 100644
--- a/api_docs/kbn_core_plugins_server_mocks.mdx
+++ b/api_docs/kbn_core_plugins_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks
title: "@kbn/core-plugins-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-plugins-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks']
---
import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx
index 9e81829a0ef67..08eca2b502206 100644
--- a/api_docs/kbn_core_preboot_server.mdx
+++ b/api_docs/kbn_core_preboot_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server
title: "@kbn/core-preboot-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-preboot-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server']
---
import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json';
diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx
index 920f32db8a28e..971dc60fbd402 100644
--- a/api_docs/kbn_core_preboot_server_mocks.mdx
+++ b/api_docs/kbn_core_preboot_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks
title: "@kbn/core-preboot-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-preboot-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks']
---
import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx
index ff75e7da8fd40..f7cb4f618bbf9 100644
--- a/api_docs/kbn_core_rendering_browser_mocks.mdx
+++ b/api_docs/kbn_core_rendering_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks
title: "@kbn/core-rendering-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-rendering-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks']
---
import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx
index 5d8f7df7ac176..91d2f9cd5b3a7 100644
--- a/api_docs/kbn_core_rendering_server_internal.mdx
+++ b/api_docs/kbn_core_rendering_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal
title: "@kbn/core-rendering-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-rendering-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal']
---
import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx
index fc7ce48733faa..e114fbfb6c870 100644
--- a/api_docs/kbn_core_rendering_server_mocks.mdx
+++ b/api_docs/kbn_core_rendering_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks
title: "@kbn/core-rendering-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-rendering-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks']
---
import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx
index 66f6d3135417b..12234cdb3c57c 100644
--- a/api_docs/kbn_core_root_server_internal.mdx
+++ b/api_docs/kbn_core_root_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal
title: "@kbn/core-root-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-root-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal']
---
import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx
index 814eebd1bcbfa..2ae4ebd0c693b 100644
--- a/api_docs/kbn_core_saved_objects_api_browser.mdx
+++ b/api_docs/kbn_core_saved_objects_api_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser
title: "@kbn/core-saved-objects-api-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser']
---
import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx
index 4c5f84aee2327..55646f1f382b6 100644
--- a/api_docs/kbn_core_saved_objects_api_server.mdx
+++ b/api_docs/kbn_core_saved_objects_api_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server
title: "@kbn/core-saved-objects-api-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server']
---
import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_server_internal.mdx b/api_docs/kbn_core_saved_objects_api_server_internal.mdx
index 3f8241f9ab849..165d452af821e 100644
--- a/api_docs/kbn_core_saved_objects_api_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_api_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-internal
title: "@kbn/core-saved-objects-api-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-internal']
---
import kbnCoreSavedObjectsApiServerInternalObj from './kbn_core_saved_objects_api_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx
index 72ad46898861d..99c35f7983158 100644
--- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks
title: "@kbn/core-saved-objects-api-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks']
---
import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx
index 7e7ccf32b70ab..1978b36015f7e 100644
--- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal
title: "@kbn/core-saved-objects-base-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-base-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal']
---
import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx
index 76f857265d07b..79c73b9220d0c 100644
--- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks
title: "@kbn/core-saved-objects-base-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks']
---
import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx
index 395382f11c5a6..10eb5868ecf47 100644
--- a/api_docs/kbn_core_saved_objects_browser.mdx
+++ b/api_docs/kbn_core_saved_objects_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser
title: "@kbn/core-saved-objects-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser']
---
import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx
index e30fc42495448..4615be9c11ce1 100644
--- a/api_docs/kbn_core_saved_objects_browser_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal
title: "@kbn/core-saved-objects-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal']
---
import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx
index 7797116f838b6..a37c978cfb343 100644
--- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks
title: "@kbn/core-saved-objects-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks']
---
import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx
index c7820ecbca374..706710e2cb824 100644
--- a/api_docs/kbn_core_saved_objects_common.mdx
+++ b/api_docs/kbn_core_saved_objects_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common
title: "@kbn/core-saved-objects-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common']
---
import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx
index 34d40c1a0e34b..e0122dffcacb0 100644
--- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal
title: "@kbn/core-saved-objects-import-export-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal']
---
import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx
index 95f19589a3e7b..08cc43ae6a54d 100644
--- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks
title: "@kbn/core-saved-objects-import-export-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks']
---
import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx
index 1237af41a106a..49dcee745ce38 100644
--- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal
title: "@kbn/core-saved-objects-migration-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal']
---
import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx
index 2b1be8ab9ccf3..612f215e8d922 100644
--- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks
title: "@kbn/core-saved-objects-migration-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks']
---
import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx
index 01110761151d4..391665fd14f8c 100644
--- a/api_docs/kbn_core_saved_objects_server.mdx
+++ b/api_docs/kbn_core_saved_objects_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server
title: "@kbn/core-saved-objects-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server']
---
import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx
index c1570d44d6a4e..8f7af4ecd077d 100644
--- a/api_docs/kbn_core_saved_objects_server_internal.mdx
+++ b/api_docs/kbn_core_saved_objects_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal
title: "@kbn/core-saved-objects-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal']
---
import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx
index b4d9023205b5b..0a1e5d1292b0a 100644
--- a/api_docs/kbn_core_saved_objects_server_mocks.mdx
+++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks
title: "@kbn/core-saved-objects-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks']
---
import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx
index 68054fd030ba7..b99ce47f08e8a 100644
--- a/api_docs/kbn_core_saved_objects_utils_server.mdx
+++ b/api_docs/kbn_core_saved_objects_utils_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server
title: "@kbn/core-saved-objects-utils-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-saved-objects-utils-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server']
---
import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json';
diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx
index 0099c87fe71c1..de9b1e18cae5d 100644
--- a/api_docs/kbn_core_status_common.mdx
+++ b/api_docs/kbn_core_status_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common
title: "@kbn/core-status-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common']
---
import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json';
diff --git a/api_docs/kbn_core_status_common_internal.mdx b/api_docs/kbn_core_status_common_internal.mdx
index 942ceea0dddb0..301494e7b2388 100644
--- a/api_docs/kbn_core_status_common_internal.mdx
+++ b/api_docs/kbn_core_status_common_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common-internal
title: "@kbn/core-status-common-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-common-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common-internal']
---
import kbnCoreStatusCommonInternalObj from './kbn_core_status_common_internal.devdocs.json';
diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx
index b9013fd6ca323..df15953abc315 100644
--- a/api_docs/kbn_core_status_server.mdx
+++ b/api_docs/kbn_core_status_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server
title: "@kbn/core-status-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server']
---
import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json';
diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx
index e9c7d05fc7a4f..075a12e1c6f24 100644
--- a/api_docs/kbn_core_status_server_internal.mdx
+++ b/api_docs/kbn_core_status_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal
title: "@kbn/core-status-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal']
---
import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx
index 0c6549c2c40a8..d47e6f46490f1 100644
--- a/api_docs/kbn_core_status_server_mocks.mdx
+++ b/api_docs/kbn_core_status_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks
title: "@kbn/core-status-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-status-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks']
---
import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx
index 0148b222dc307..a38afc5d4cc28 100644
--- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx
+++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters
title: "@kbn/core-test-helpers-deprecations-getters"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters']
---
import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
index 5c3b407e8d7e1..ef13c55e07c61 100644
--- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
+++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser
title: "@kbn/core-test-helpers-http-setup-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser']
---
import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx
index 9f82264d3416a..cf75dcf5478b4 100644
--- a/api_docs/kbn_core_test_helpers_kbn_server.mdx
+++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server
title: "@kbn/core-test-helpers-kbn-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-kbn-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server']
---
import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
index 361d7ee4abaef..f11a869c92ee1 100644
--- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
+++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer
title: "@kbn/core-test-helpers-so-type-serializer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer']
---
import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json';
diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx
index 729bf46fe8b67..484dd22728fbc 100644
--- a/api_docs/kbn_core_test_helpers_test_utils.mdx
+++ b/api_docs/kbn_core_test_helpers_test_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils
title: "@kbn/core-test-helpers-test-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-test-helpers-test-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils']
---
import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json';
diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx
index 59ca3b555e77c..63cd2de86d6e4 100644
--- a/api_docs/kbn_core_theme_browser.mdx
+++ b/api_docs/kbn_core_theme_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser
title: "@kbn/core-theme-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-theme-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser']
---
import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json';
diff --git a/api_docs/kbn_core_theme_browser_internal.mdx b/api_docs/kbn_core_theme_browser_internal.mdx
index d8e9d7d490f07..54a121b8df78a 100644
--- a/api_docs/kbn_core_theme_browser_internal.mdx
+++ b/api_docs/kbn_core_theme_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-internal
title: "@kbn/core-theme-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-theme-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-internal']
---
import kbnCoreThemeBrowserInternalObj from './kbn_core_theme_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx
index fcbeaaf620f5b..a21b5fa4ab454 100644
--- a/api_docs/kbn_core_theme_browser_mocks.mdx
+++ b/api_docs/kbn_core_theme_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks
title: "@kbn/core-theme-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-theme-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks']
---
import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx
index db1ea4bacbeff..e741c75cc66b0 100644
--- a/api_docs/kbn_core_ui_settings_browser.mdx
+++ b/api_docs/kbn_core_ui_settings_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser
title: "@kbn/core-ui-settings-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser']
---
import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx
index 4bd232bbc6d3d..92c21046ca2bb 100644
--- a/api_docs/kbn_core_ui_settings_browser_internal.mdx
+++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal
title: "@kbn/core-ui-settings-browser-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-browser-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal']
---
import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx
index 50362b87de095..9b8babfa1fcf3 100644
--- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx
+++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks
title: "@kbn/core-ui-settings-browser-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-browser-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks']
---
import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx
index 955203aeab79b..b95f699d6d050 100644
--- a/api_docs/kbn_core_ui_settings_common.mdx
+++ b/api_docs/kbn_core_ui_settings_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common
title: "@kbn/core-ui-settings-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common']
---
import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx
index 5e5c93b62137f..a88c23c489891 100644
--- a/api_docs/kbn_core_ui_settings_server.mdx
+++ b/api_docs/kbn_core_ui_settings_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server
title: "@kbn/core-ui-settings-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server']
---
import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx
index 586bb305927ea..06432816c1788 100644
--- a/api_docs/kbn_core_ui_settings_server_internal.mdx
+++ b/api_docs/kbn_core_ui_settings_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal
title: "@kbn/core-ui-settings-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal']
---
import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx
index 8bde395eb141e..e1477ab3eeb87 100644
--- a/api_docs/kbn_core_ui_settings_server_mocks.mdx
+++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks
title: "@kbn/core-ui-settings-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-ui-settings-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks']
---
import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx
index ac875acccae8d..914a5468667b5 100644
--- a/api_docs/kbn_core_usage_data_server.mdx
+++ b/api_docs/kbn_core_usage_data_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server
title: "@kbn/core-usage-data-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-usage-data-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server']
---
import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json';
diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx
index e9e8099f4692e..b5596d8ce5bc7 100644
--- a/api_docs/kbn_core_usage_data_server_internal.mdx
+++ b/api_docs/kbn_core_usage_data_server_internal.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal
title: "@kbn/core-usage-data-server-internal"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-usage-data-server-internal plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal']
---
import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json';
diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx
index d98b4e73ab7f0..c5fc08f39d31e 100644
--- a/api_docs/kbn_core_usage_data_server_mocks.mdx
+++ b/api_docs/kbn_core_usage_data_server_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks
title: "@kbn/core-usage-data-server-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/core-usage-data-server-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks']
---
import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json';
diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx
index a367c613df999..ff42ee5669ec3 100644
--- a/api_docs/kbn_crypto.mdx
+++ b/api_docs/kbn_crypto.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto
title: "@kbn/crypto"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/crypto plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto']
---
import kbnCryptoObj from './kbn_crypto.devdocs.json';
diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx
index 0b4c15845ebc7..6af342c88de2c 100644
--- a/api_docs/kbn_crypto_browser.mdx
+++ b/api_docs/kbn_crypto_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser
title: "@kbn/crypto-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/crypto-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser']
---
import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json';
diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx
index e951de4adfb35..845a8d13f6268 100644
--- a/api_docs/kbn_cypress_config.mdx
+++ b/api_docs/kbn_cypress_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config
title: "@kbn/cypress-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/cypress-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config']
---
import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json';
diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx
index 3d864f429b0c3..3b0b33c77b227 100644
--- a/api_docs/kbn_datemath.mdx
+++ b/api_docs/kbn_datemath.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath
title: "@kbn/datemath"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/datemath plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath']
---
import kbnDatemathObj from './kbn_datemath.devdocs.json';
diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx
index af952748b1e5a..afafe20cb2e1e 100644
--- a/api_docs/kbn_dev_cli_errors.mdx
+++ b/api_docs/kbn_dev_cli_errors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors
title: "@kbn/dev-cli-errors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-cli-errors plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-errors']
---
import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json';
diff --git a/api_docs/kbn_dev_cli_runner.mdx b/api_docs/kbn_dev_cli_runner.mdx
index b66e4a59edd0e..4de5774e12693 100644
--- a/api_docs/kbn_dev_cli_runner.mdx
+++ b/api_docs/kbn_dev_cli_runner.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner
title: "@kbn/dev-cli-runner"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-cli-runner plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-runner']
---
import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json';
diff --git a/api_docs/kbn_dev_proc_runner.mdx b/api_docs/kbn_dev_proc_runner.mdx
index 74b88642009bd..683f4f5f7821b 100644
--- a/api_docs/kbn_dev_proc_runner.mdx
+++ b/api_docs/kbn_dev_proc_runner.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner
title: "@kbn/dev-proc-runner"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-proc-runner plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-proc-runner']
---
import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json';
diff --git a/api_docs/kbn_dev_utils.mdx b/api_docs/kbn_dev_utils.mdx
index df18c4a7ae5e6..36602e1f31d55 100644
--- a/api_docs/kbn_dev_utils.mdx
+++ b/api_docs/kbn_dev_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils
title: "@kbn/dev-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dev-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils']
---
import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json';
diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx
index 237b608f7aa52..3aaf17560db47 100644
--- a/api_docs/kbn_doc_links.mdx
+++ b/api_docs/kbn_doc_links.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links
title: "@kbn/doc-links"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/doc-links plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links']
---
import kbnDocLinksObj from './kbn_doc_links.devdocs.json';
diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx
index d12f4055fc03a..b1465811e2295 100644
--- a/api_docs/kbn_docs_utils.mdx
+++ b/api_docs/kbn_docs_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils
title: "@kbn/docs-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/docs-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils']
---
import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json';
diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx
index a9c6b2c6c0a28..ead5751fa35c3 100644
--- a/api_docs/kbn_dom_drag_drop.mdx
+++ b/api_docs/kbn_dom_drag_drop.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop
title: "@kbn/dom-drag-drop"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/dom-drag-drop plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop']
---
import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json';
diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx
index f7d904bd7bce7..17263518fb4d1 100644
--- a/api_docs/kbn_ebt_tools.mdx
+++ b/api_docs/kbn_ebt_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools
title: "@kbn/ebt-tools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ebt-tools plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools']
---
import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json';
diff --git a/api_docs/kbn_ecs.mdx b/api_docs/kbn_ecs.mdx
index a070106c4a4f4..6b880006797c0 100644
--- a/api_docs/kbn_ecs.mdx
+++ b/api_docs/kbn_ecs.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs
title: "@kbn/ecs"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ecs plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs']
---
import kbnEcsObj from './kbn_ecs.devdocs.json';
diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx
index d6933f82a8a56..0b8d0d939e4ae 100644
--- a/api_docs/kbn_ecs_data_quality_dashboard.mdx
+++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard
title: "@kbn/ecs-data-quality-dashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ecs-data-quality-dashboard plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard']
---
import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json';
diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx
index b90987c9e70ef..2969a379e7d3c 100644
--- a/api_docs/kbn_es.mdx
+++ b/api_docs/kbn_es.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es
title: "@kbn/es"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es']
---
import kbnEsObj from './kbn_es.devdocs.json';
diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx
index 9664b87b6910b..eaf29c3077a8b 100644
--- a/api_docs/kbn_es_archiver.mdx
+++ b/api_docs/kbn_es_archiver.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver
title: "@kbn/es-archiver"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-archiver plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver']
---
import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json';
diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx
index 8a8c25e5981a8..ab41505be21e9 100644
--- a/api_docs/kbn_es_errors.mdx
+++ b/api_docs/kbn_es_errors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors
title: "@kbn/es-errors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-errors plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors']
---
import kbnEsErrorsObj from './kbn_es_errors.devdocs.json';
diff --git a/api_docs/kbn_es_query.devdocs.json b/api_docs/kbn_es_query.devdocs.json
index 4aac051beec95..02a3068d88627 100644
--- a/api_docs/kbn_es_query.devdocs.json
+++ b/api_docs/kbn_es_query.devdocs.json
@@ -4243,8 +4243,6 @@
"FilterMetaParams",
" | undefined; from?: string | number | undefined; to?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; gte?: string | number | undefined; lte?: string | number | undefined; format?: string | undefined; } | { query: ",
"FilterMetaParams",
- " | undefined; length: number; toString(): string; toLocaleString(): string; pop(): number | undefined; push(...items: number[]): number; concat(...items: ConcatArray[]): number[]; concat(...items: (number | ConcatArray)[]): number[]; join(separator?: string | undefined): string; reverse(): number[]; shift(): number | undefined; slice(start?: number | undefined, end?: number | undefined): number[]; sort(compareFn?: ((a: number, b: number) => number) | undefined): number[]; splice(start: number, deleteCount?: number | undefined): number[]; splice(start: number, deleteCount: number, ...items: number[]): number[]; unshift(...items: number[]): number; indexOf(searchElement: number, fromIndex?: number | undefined): number; lastIndexOf(searchElement: number, fromIndex?: number | undefined): number; every(predicate: (value: number, index: number, array: number[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): boolean; some(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: number, index: number, array: number[]) => void, thisArg?: any): void; map(callbackfn: (value: number, index: number, array: number[]) => U, thisArg?: any): U[]; filter(predicate: (value: number, index: number, array: number[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): number[]; reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number): number; reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number, initialValue: number): number; reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: number[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number): number; reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number, initialValue: number): number; reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: number[]) => U, initialValue: U): U; find(predicate: (this: void, value: number, index: number, obj: number[]) => value is S, thisArg?: any): S | undefined; find(predicate: (value: number, index: number, obj: number[]) => unknown, thisArg?: any): number | undefined; findIndex(predicate: (value: number, index: number, obj: number[]) => unknown, thisArg?: any): number; fill(value: number, start?: number | undefined, end?: number | undefined): number[]; copyWithin(target: number, start: number, end?: number | undefined): number[]; entries(): IterableIterator<[number, number]>; keys(): IterableIterator; values(): IterableIterator; includes(searchElement: number, fromIndex?: number | undefined): boolean; flatMap(callback: (this: This, value: number, index: number, array: number[]) => U | readonly U[], thisArg?: This | undefined): U[]; flat(this: A, depth?: D | undefined): FlatArray[]; [Symbol.iterator](): IterableIterator; [Symbol.unscopables](): { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }; at(index: number): number | undefined; } | { query: ",
- "FilterMetaParams",
" | undefined; $state?: { store: ",
{
"pluginId": "@kbn/es-query",
@@ -4263,6 +4261,8 @@
},
"; } | { query: ",
"FilterMetaParams",
+ " | undefined; length: number; toString(): string; toLocaleString(): string; pop(): number | undefined; push(...items: number[]): number; concat(...items: ConcatArray[]): number[]; concat(...items: (number | ConcatArray)[]): number[]; join(separator?: string | undefined): string; reverse(): number[]; shift(): number | undefined; slice(start?: number | undefined, end?: number | undefined): number[]; sort(compareFn?: ((a: number, b: number) => number) | undefined): number[]; splice(start: number, deleteCount?: number | undefined): number[]; splice(start: number, deleteCount: number, ...items: number[]): number[]; unshift(...items: number[]): number; indexOf(searchElement: number, fromIndex?: number | undefined): number; lastIndexOf(searchElement: number, fromIndex?: number | undefined): number; every(predicate: (value: number, index: number, array: number[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): boolean; some(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: number, index: number, array: number[]) => void, thisArg?: any): void; map(callbackfn: (value: number, index: number, array: number[]) => U, thisArg?: any): U[]; filter(predicate: (value: number, index: number, array: number[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: number, index: number, array: number[]) => unknown, thisArg?: any): number[]; reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number): number; reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number, initialValue: number): number; reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: number[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number): number; reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: number[]) => number, initialValue: number): number; reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: number[]) => U, initialValue: U): U; find(predicate: (this: void, value: number, index: number, obj: number[]) => value is S, thisArg?: any): S | undefined; find(predicate: (value: number, index: number, obj: number[]) => unknown, thisArg?: any): number | undefined; findIndex(predicate: (value: number, index: number, obj: number[]) => unknown, thisArg?: any): number; fill(value: number, start?: number | undefined, end?: number | undefined): number[]; copyWithin(target: number, start: number, end?: number | undefined): number[]; entries(): IterableIterator<[number, number]>; keys(): IterableIterator; values(): IterableIterator; includes(searchElement: number, fromIndex?: number | undefined): boolean; flatMap(callback: (this: This, value: number, index: number, array: number[]) => U | readonly U[], thisArg?: This | undefined): U[]; flat(this: A, depth?: D | undefined): FlatArray[]; [Symbol.iterator](): IterableIterator; [Symbol.unscopables](): { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }; at(index: number): number | undefined; } | { query: ",
+ "FilterMetaParams",
" | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type: \"range\"; key?: string | undefined; params?: (",
"FilterMetaParams",
" & ",
diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx
index 56f69b7a09446..9dac7b564cfc4 100644
--- a/api_docs/kbn_es_query.mdx
+++ b/api_docs/kbn_es_query.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query
title: "@kbn/es-query"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-query plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query']
---
import kbnEsQueryObj from './kbn_es_query.devdocs.json';
diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx
index 4de4378862f0f..9d1a75a856f82 100644
--- a/api_docs/kbn_es_types.mdx
+++ b/api_docs/kbn_es_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types
title: "@kbn/es-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/es-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-types']
---
import kbnEsTypesObj from './kbn_es_types.devdocs.json';
diff --git a/api_docs/kbn_eslint_plugin_imports.mdx b/api_docs/kbn_eslint_plugin_imports.mdx
index 99046ee7a9a8d..cd2e3feaf7128 100644
--- a/api_docs/kbn_eslint_plugin_imports.mdx
+++ b/api_docs/kbn_eslint_plugin_imports.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports
title: "@kbn/eslint-plugin-imports"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/eslint-plugin-imports plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports']
---
import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json';
diff --git a/api_docs/kbn_expandable_flyout.devdocs.json b/api_docs/kbn_expandable_flyout.devdocs.json
index 1590d2e5ac52d..7fcd69c291a2e 100644
--- a/api_docs/kbn_expandable_flyout.devdocs.json
+++ b/api_docs/kbn_expandable_flyout.devdocs.json
@@ -80,31 +80,38 @@
"\nWrap your plugin with this context for the ExpandableFlyout React component."
],
"signature": [
- "({ children }: ",
+ "React.ForwardRefExoticComponent<",
"ExpandableFlyoutProviderProps",
- ") => JSX.Element"
+ " & React.RefAttributes<",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.ExpandableFlyoutApi",
+ "text": "ExpandableFlyoutApi"
+ },
+ ">>"
],
"path": "packages/kbn-expandable-flyout/src/context.tsx",
"deprecated": false,
"trackAdoption": false,
+ "returnComment": [],
"children": [
{
"parentPluginId": "@kbn/expandable-flyout",
"id": "def-common.ExpandableFlyoutProvider.$1",
- "type": "Object",
+ "type": "Uncategorized",
"tags": [],
- "label": "{ children }",
+ "label": "props",
"description": [],
"signature": [
- "ExpandableFlyoutProviderProps"
+ "P"
],
- "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
- "trackAdoption": false,
- "isRequired": true
+ "trackAdoption": false
}
],
- "returnComment": [],
"initialIsOpen": false
},
{
@@ -118,7 +125,13 @@
],
"signature": [
"() => ",
- "ExpandableFlyoutContext"
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.ExpandableFlyoutContext",
+ "text": "ExpandableFlyoutContext"
+ }
],
"path": "packages/kbn-expandable-flyout/src/context.tsx",
"deprecated": false,
@@ -129,6 +142,389 @@
}
],
"interfaces": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext",
+ "type": "Interface",
+ "tags": [],
+ "label": "ExpandableFlyoutContext",
+ "description": [],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.panels",
+ "type": "Object",
+ "tags": [],
+ "label": "panels",
+ "description": [
+ "\nRight, left and preview panels"
+ ],
+ "signature": [
+ "State"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openFlyout",
+ "type": "Function",
+ "tags": [],
+ "label": "openFlyout",
+ "description": [
+ "\nOpen the flyout with left, right and/or preview panels"
+ ],
+ "signature": [
+ "(panels: { left?: ",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ " | undefined; right?: ",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ " | undefined; preview?: ",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ " | undefined; }) => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openFlyout.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "panels",
+ "description": [],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openFlyout.$1.left",
+ "type": "Object",
+ "tags": [],
+ "label": "left",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openFlyout.$1.right",
+ "type": "Object",
+ "tags": [],
+ "label": "right",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openFlyout.$1.preview",
+ "type": "Object",
+ "tags": [],
+ "label": "preview",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ]
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openRightPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "openRightPanel",
+ "description": [
+ "\nReplaces the current right panel with a new one"
+ ],
+ "signature": [
+ "(panel: ",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ ") => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openRightPanel.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "panel",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ }
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openLeftPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "openLeftPanel",
+ "description": [
+ "\nReplaces the current left panel with a new one"
+ ],
+ "signature": [
+ "(panel: ",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ ") => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openLeftPanel.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "panel",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ }
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openPreviewPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "openPreviewPanel",
+ "description": [
+ "\nAdd a new preview panel to the list of current preview panels"
+ ],
+ "signature": [
+ "(panel: ",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ },
+ ") => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.openPreviewPanel.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "panel",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.FlyoutPanel",
+ "text": "FlyoutPanel"
+ }
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.closeRightPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "closeRightPanel",
+ "description": [
+ "\nCloses right panel"
+ ],
+ "signature": [
+ "() => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.closeLeftPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "closeLeftPanel",
+ "description": [
+ "\nCloses left panel"
+ ],
+ "signature": [
+ "() => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.closePreviewPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "closePreviewPanel",
+ "description": [
+ "\nCloses all preview panels"
+ ],
+ "signature": [
+ "() => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.previousPreviewPanel",
+ "type": "Function",
+ "tags": [],
+ "label": "previousPreviewPanel",
+ "description": [
+ "\nGo back to previous preview panel"
+ ],
+ "signature": [
+ "() => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext.closeFlyout",
+ "type": "Function",
+ "tags": [],
+ "label": "closeFlyout",
+ "description": [
+ "\nClose all panels and closes flyout"
+ ],
+ "signature": [
+ "() => void"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/expandable-flyout",
"id": "def-common.ExpandableFlyoutProps",
@@ -267,7 +663,57 @@
}
],
"enums": [],
- "misc": [],
- "objects": []
+ "misc": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutApi",
+ "type": "Type",
+ "tags": [],
+ "label": "ExpandableFlyoutApi",
+ "description": [],
+ "signature": [
+ "Pick<",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.ExpandableFlyoutContext",
+ "text": "ExpandableFlyoutContext"
+ },
+ ", \"openFlyout\"> & { getState: () => ",
+ "State",
+ "; }"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": [
+ {
+ "parentPluginId": "@kbn/expandable-flyout",
+ "id": "def-common.ExpandableFlyoutContext",
+ "type": "Object",
+ "tags": [],
+ "label": "ExpandableFlyoutContext",
+ "description": [],
+ "signature": [
+ "React.Context<",
+ {
+ "pluginId": "@kbn/expandable-flyout",
+ "scope": "common",
+ "docId": "kibKbnExpandableFlyoutPluginApi",
+ "section": "def-common.ExpandableFlyoutContext",
+ "text": "ExpandableFlyoutContext"
+ },
+ " | undefined>"
+ ],
+ "path": "packages/kbn-expandable-flyout/src/context.tsx",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ]
}
}
\ No newline at end of file
diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx
index 86a0743c821f5..d6f3aa5be6f6b 100644
--- a/api_docs/kbn_expandable_flyout.mdx
+++ b/api_docs/kbn_expandable_flyout.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout
title: "@kbn/expandable-flyout"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/expandable-flyout plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout']
---
import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json';
@@ -21,13 +21,19 @@ Contact [@elastic/security-threat-hunting-investigations](https://github.com/org
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 13 | 0 | 4 | 3 |
+| 33 | 0 | 13 | 3 |
## Common
+### Objects
+
+
### Functions
### Interfaces
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx
index d0b208fb97a8e..4d30f7635f93f 100644
--- a/api_docs/kbn_field_types.mdx
+++ b/api_docs/kbn_field_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types
title: "@kbn/field-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/field-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types']
---
import kbnFieldTypesObj from './kbn_field_types.devdocs.json';
diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx
index 46afc78d5608e..602d4b76e4b69 100644
--- a/api_docs/kbn_find_used_node_modules.mdx
+++ b/api_docs/kbn_find_used_node_modules.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules
title: "@kbn/find-used-node-modules"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/find-used-node-modules plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules']
---
import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json';
diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx
index 7ae2b45126f93..512b1b3bf1c1c 100644
--- a/api_docs/kbn_ftr_common_functional_services.mdx
+++ b/api_docs/kbn_ftr_common_functional_services.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services
title: "@kbn/ftr-common-functional-services"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ftr-common-functional-services plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services']
---
import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json';
diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx
index 7d52e4ad2721e..c0b9ff1ab00b0 100644
--- a/api_docs/kbn_generate.mdx
+++ b/api_docs/kbn_generate.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate
title: "@kbn/generate"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate']
---
import kbnGenerateObj from './kbn_generate.devdocs.json';
diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx
index bf0035738a250..3927471f08514 100644
--- a/api_docs/kbn_generate_csv.mdx
+++ b/api_docs/kbn_generate_csv.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv
title: "@kbn/generate-csv"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate-csv plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv']
---
import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json';
diff --git a/api_docs/kbn_generate_csv_types.mdx b/api_docs/kbn_generate_csv_types.mdx
index 62ba0711eb511..0e35a01c9f842 100644
--- a/api_docs/kbn_generate_csv_types.mdx
+++ b/api_docs/kbn_generate_csv_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv-types
title: "@kbn/generate-csv-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/generate-csv-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv-types']
---
import kbnGenerateCsvTypesObj from './kbn_generate_csv_types.devdocs.json';
diff --git a/api_docs/kbn_guided_onboarding.devdocs.json b/api_docs/kbn_guided_onboarding.devdocs.json
index ec142f58f5b6c..80777a0b54764 100644
--- a/api_docs/kbn_guided_onboarding.devdocs.json
+++ b/api_docs/kbn_guided_onboarding.devdocs.json
@@ -271,6 +271,27 @@
"path": "packages/kbn-guided-onboarding/src/types.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/guided-onboarding",
+ "id": "def-common.GuideState.params",
+ "type": "Object",
+ "tags": [],
+ "label": "params",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/guided-onboarding",
+ "scope": "common",
+ "docId": "kibKbnGuidedOnboardingPluginApi",
+ "section": "def-common.GuideParams",
+ "text": "GuideParams"
+ },
+ " | undefined"
+ ],
+ "path": "packages/kbn-guided-onboarding/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -294,7 +315,7 @@
"label": "id",
"description": [],
"signature": [
- "\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\""
+ "\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\" | \"step4\""
],
"path": "packages/kbn-guided-onboarding/src/types.ts",
"deprecated": false,
@@ -336,7 +357,7 @@
"label": "id",
"description": [],
"signature": [
- "\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\""
+ "\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\" | \"step4\""
],
"path": "packages/kbn-guided-onboarding/src/types.ts",
"deprecated": false,
@@ -558,6 +579,21 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/guided-onboarding",
+ "id": "def-common.GuideParams",
+ "type": "Type",
+ "tags": [],
+ "label": "GuideParams",
+ "description": [],
+ "signature": [
+ "{ [x: string]: string; }"
+ ],
+ "path": "packages/kbn-guided-onboarding/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/guided-onboarding",
"id": "def-common.GuideStatus",
@@ -583,7 +619,7 @@
"label": "GuideStepIds",
"description": [],
"signature": [
- "\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\""
+ "\"rules\" | \"add_data\" | \"view_dashboard\" | \"tour_observability\" | \"alertsCases\" | \"search_experience\" | \"step1\" | \"step2\" | \"step3\" | \"step4\""
],
"path": "packages/kbn-guided-onboarding/src/types.ts",
"deprecated": false,
@@ -757,7 +793,7 @@
"label": "steps",
"description": [],
"signature": [
- "({ id: \"step1\"; title: string; descriptionList: string[]; location: { appID: string; path: string; }; integration: string; } | { id: \"step2\"; title: string; descriptionList: (string | { descriptionText: string; linkText: string; linkUrl: string; isLinkExternal: true; })[]; location: { appID: string; path: string; }; manualCompletion: { title: string; description: string; readyToCompleteOnNavigation: true; }; } | { id: \"step3\"; title: string; description: string; manualCompletion: { title: string; description: string; }; location: { appID: string; path: string; }; })[]"
+ "({ id: \"step1\"; title: string; descriptionList: string[]; location: { appID: string; path: string; }; integration: string; } | { id: \"step2\"; title: string; descriptionList: (string | { descriptionText: string; linkText: string; linkUrl: string; isLinkExternal: true; })[]; location: { appID: string; path: string; }; manualCompletion: { title: string; description: string; readyToCompleteOnNavigation: true; }; } | { id: \"step3\"; title: string; description: string; manualCompletion: { title: string; description: string; }; location: { appID: string; path: string; }; } | { id: \"step4\"; title: string; description: string; location: { appID: string; path: string; }; })[]"
],
"path": "packages/kbn-guided-onboarding/src/common/test_guide_config.ts",
"deprecated": false,
diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx
index dd29963efcb66..fa3960f635cfa 100644
--- a/api_docs/kbn_guided_onboarding.mdx
+++ b/api_docs/kbn_guided_onboarding.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding
title: "@kbn/guided-onboarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/guided-onboarding plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding']
---
import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/pla
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 52 | 0 | 50 | 3 |
+| 54 | 0 | 52 | 3 |
## Common
diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx
index 7f02b89475b3e..52466ad20426f 100644
--- a/api_docs/kbn_handlebars.mdx
+++ b/api_docs/kbn_handlebars.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars
title: "@kbn/handlebars"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/handlebars plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars']
---
import kbnHandlebarsObj from './kbn_handlebars.devdocs.json';
diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx
index 4955b1030ea07..cd8245459b82a 100644
--- a/api_docs/kbn_hapi_mocks.mdx
+++ b/api_docs/kbn_hapi_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks
title: "@kbn/hapi-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/hapi-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks']
---
import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json';
diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx
index 26528fbcb1d05..f6df58ece9340 100644
--- a/api_docs/kbn_health_gateway_server.mdx
+++ b/api_docs/kbn_health_gateway_server.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server
title: "@kbn/health-gateway-server"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/health-gateway-server plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server']
---
import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json';
diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx
index ca6f2a8e2ad02..65d82c8aa5eb7 100644
--- a/api_docs/kbn_home_sample_data_card.mdx
+++ b/api_docs/kbn_home_sample_data_card.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card
title: "@kbn/home-sample-data-card"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/home-sample-data-card plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-card']
---
import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json';
diff --git a/api_docs/kbn_home_sample_data_tab.mdx b/api_docs/kbn_home_sample_data_tab.mdx
index ade2366ab0e33..139ab20896b0d 100644
--- a/api_docs/kbn_home_sample_data_tab.mdx
+++ b/api_docs/kbn_home_sample_data_tab.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab
title: "@kbn/home-sample-data-tab"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/home-sample-data-tab plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab']
---
import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json';
diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx
index 0a6a407c727d5..c5d491f697f42 100644
--- a/api_docs/kbn_i18n.mdx
+++ b/api_docs/kbn_i18n.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n
title: "@kbn/i18n"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/i18n plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n']
---
import kbnI18nObj from './kbn_i18n.devdocs.json';
diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx
index 7bf9b5d9dd0c8..50c599f41ff0c 100644
--- a/api_docs/kbn_i18n_react.mdx
+++ b/api_docs/kbn_i18n_react.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react
title: "@kbn/i18n-react"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/i18n-react plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n-react']
---
import kbnI18nReactObj from './kbn_i18n_react.devdocs.json';
diff --git a/api_docs/kbn_import_resolver.mdx b/api_docs/kbn_import_resolver.mdx
index fd1da1af10952..d6377597c1189 100644
--- a/api_docs/kbn_import_resolver.mdx
+++ b/api_docs/kbn_import_resolver.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver
title: "@kbn/import-resolver"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/import-resolver plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver']
---
import kbnImportResolverObj from './kbn_import_resolver.devdocs.json';
diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx
index 3bfb04e709422..4d82a84859ef6 100644
--- a/api_docs/kbn_interpreter.mdx
+++ b/api_docs/kbn_interpreter.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter
title: "@kbn/interpreter"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/interpreter plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter']
---
import kbnInterpreterObj from './kbn_interpreter.devdocs.json';
diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx
index 503dbab8e3754..d739403a3224c 100644
--- a/api_docs/kbn_io_ts_utils.mdx
+++ b/api_docs/kbn_io_ts_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils
title: "@kbn/io-ts-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/io-ts-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils']
---
import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json';
diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx
index dea3262170428..479812a7adc8e 100644
--- a/api_docs/kbn_jest_serializers.mdx
+++ b/api_docs/kbn_jest_serializers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers
title: "@kbn/jest-serializers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/jest-serializers plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/jest-serializers']
---
import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json';
diff --git a/api_docs/kbn_journeys.mdx b/api_docs/kbn_journeys.mdx
index aa82431ea0e3f..66f07ded66198 100644
--- a/api_docs/kbn_journeys.mdx
+++ b/api_docs/kbn_journeys.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys
title: "@kbn/journeys"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/journeys plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/journeys']
---
import kbnJourneysObj from './kbn_journeys.devdocs.json';
diff --git a/api_docs/kbn_json_ast.mdx b/api_docs/kbn_json_ast.mdx
index cb2330485201b..9ba905d696133 100644
--- a/api_docs/kbn_json_ast.mdx
+++ b/api_docs/kbn_json_ast.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast
title: "@kbn/json-ast"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/json-ast plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-ast']
---
import kbnJsonAstObj from './kbn_json_ast.devdocs.json';
diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx
index 7954d741bfcb3..9b3835108da87 100644
--- a/api_docs/kbn_kibana_manifest_schema.mdx
+++ b/api_docs/kbn_kibana_manifest_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema
title: "@kbn/kibana-manifest-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/kibana-manifest-schema plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-manifest-schema']
---
import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json';
diff --git a/api_docs/kbn_language_documentation_popover.mdx b/api_docs/kbn_language_documentation_popover.mdx
index 7ceb5757539a4..34e8d2903cb26 100644
--- a/api_docs/kbn_language_documentation_popover.mdx
+++ b/api_docs/kbn_language_documentation_popover.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation-popover
title: "@kbn/language-documentation-popover"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/language-documentation-popover plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation-popover']
---
import kbnLanguageDocumentationPopoverObj from './kbn_language_documentation_popover.devdocs.json';
diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx
index 81a30f0763d92..6c2e32868b8c7 100644
--- a/api_docs/kbn_logging.mdx
+++ b/api_docs/kbn_logging.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging
title: "@kbn/logging"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/logging plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging']
---
import kbnLoggingObj from './kbn_logging.devdocs.json';
diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx
index 8cd4373bdcf17..c5fa54588432d 100644
--- a/api_docs/kbn_logging_mocks.mdx
+++ b/api_docs/kbn_logging_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks
title: "@kbn/logging-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/logging-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks']
---
import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json';
diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx
index f660720b2133c..a0492d6bad71a 100644
--- a/api_docs/kbn_managed_vscode_config.mdx
+++ b/api_docs/kbn_managed_vscode_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config
title: "@kbn/managed-vscode-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/managed-vscode-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config']
---
import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json';
diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx
index 05c475dfc93c2..2cfeb2a59556c 100644
--- a/api_docs/kbn_mapbox_gl.mdx
+++ b/api_docs/kbn_mapbox_gl.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl
title: "@kbn/mapbox-gl"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/mapbox-gl plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl']
---
import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json';
diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx
index d82c025dbab1e..0faf79405aec0 100644
--- a/api_docs/kbn_ml_agg_utils.mdx
+++ b/api_docs/kbn_ml_agg_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils
title: "@kbn/ml-agg-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-agg-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils']
---
import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx
index f92ec1a980b78..6d638b542f37f 100644
--- a/api_docs/kbn_ml_date_picker.mdx
+++ b/api_docs/kbn_ml_date_picker.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker
title: "@kbn/ml-date-picker"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-date-picker plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker']
---
import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json';
diff --git a/api_docs/kbn_ml_error_utils.devdocs.json b/api_docs/kbn_ml_error_utils.devdocs.json
new file mode 100644
index 0000000000000..8872d1df30f9a
--- /dev/null
+++ b/api_docs/kbn_ml_error_utils.devdocs.json
@@ -0,0 +1,800 @@
+{
+ "id": "@kbn/ml-error-utils",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLRequestFailure",
+ "type": "Class",
+ "tags": [
+ "export",
+ "class",
+ "typedef",
+ "extends"
+ ],
+ "label": "MLRequestFailure",
+ "description": [
+ "\nML Request Failure\n"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLRequestFailure",
+ "text": "MLRequestFailure"
+ },
+ " extends Error"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/request_error.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLRequestFailure.Unnamed",
+ "type": "Function",
+ "tags": [
+ "constructor"
+ ],
+ "label": "Constructor",
+ "description": [
+ "\nCreates an instance of MLRequestFailure.\n"
+ ],
+ "signature": [
+ "any"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/request_error.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLRequestFailure.Unnamed.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLErrorObject",
+ "text": "MLErrorObject"
+ }
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/request_error.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLRequestFailure.Unnamed.$2",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "resp",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.ErrorType",
+ "text": "ErrorType"
+ }
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/request_error.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.extractErrorMessage",
+ "type": "Function",
+ "tags": [],
+ "label": "extractErrorMessage",
+ "description": [
+ "\nExtract only the error message within the response error\ncoming from Kibana, Elasticsearch, and our own ML messages.\n"
+ ],
+ "signature": [
+ "(error: ",
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.ErrorType",
+ "text": "ErrorType"
+ },
+ ") => string"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/process_errors.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.extractErrorMessage.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.ErrorType",
+ "text": "ErrorType"
+ }
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/process_errors.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.extractErrorProperties",
+ "type": "Function",
+ "tags": [],
+ "label": "extractErrorProperties",
+ "description": [
+ "\nExtract properties of the error object from within the response error\ncoming from Kibana, Elasticsearch, and our own ML messages.\n"
+ ],
+ "signature": [
+ "(error: ",
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.ErrorType",
+ "text": "ErrorType"
+ },
+ ") => ",
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLErrorObject",
+ "text": "MLErrorObject"
+ }
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/process_errors.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.extractErrorProperties.$1",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.ErrorType",
+ "text": "ErrorType"
+ }
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/process_errors.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": false
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isBoomError",
+ "type": "Function",
+ "tags": [
+ "export"
+ ],
+ "label": "isBoomError",
+ "description": [
+ "\nType guard to check if error is of type Boom."
+ ],
+ "signature": [
+ "(error: unknown) => boolean"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isBoomError.$1",
+ "type": "Unknown",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ "unknown"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isErrorString",
+ "type": "Function",
+ "tags": [
+ "export"
+ ],
+ "label": "isErrorString",
+ "description": [
+ "\nType guard to check if error is a string."
+ ],
+ "signature": [
+ "(error: unknown) => boolean"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isErrorString.$1",
+ "type": "Unknown",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ "unknown"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isEsErrorBody",
+ "type": "Function",
+ "tags": [
+ "export"
+ ],
+ "label": "isEsErrorBody",
+ "description": [
+ "\nType guard to check if error is of type EsErrorBody"
+ ],
+ "signature": [
+ "(error: unknown) => boolean"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isEsErrorBody.$1",
+ "type": "Unknown",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ "unknown"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isMLResponseError",
+ "type": "Function",
+ "tags": [
+ "export"
+ ],
+ "label": "isMLResponseError",
+ "description": [
+ "\nType guard to check if error is of type MLResponseError."
+ ],
+ "signature": [
+ "(error: unknown) => boolean"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.isMLResponseError.$1",
+ "type": "Unknown",
+ "tags": [],
+ "label": "error",
+ "description": [],
+ "signature": [
+ "unknown"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.ErrorMessage",
+ "type": "Interface",
+ "tags": [
+ "export",
+ "interface",
+ "typedef"
+ ],
+ "label": "ErrorMessage",
+ "description": [
+ "\nInterface holding error message"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.ErrorMessage.message",
+ "type": "string",
+ "tags": [
+ "type"
+ ],
+ "label": "message",
+ "description": [
+ "\nmessage"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLErrorObject",
+ "type": "Interface",
+ "tags": [
+ "export",
+ "interface",
+ "typedef"
+ ],
+ "label": "MLErrorObject",
+ "description": [
+ "\nML Error Object"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLErrorObject.causedBy",
+ "type": "string",
+ "tags": [
+ "type"
+ ],
+ "label": "causedBy",
+ "description": [
+ "\nOptional causedBy"
+ ],
+ "signature": [
+ "string | undefined"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLErrorObject.message",
+ "type": "string",
+ "tags": [
+ "type"
+ ],
+ "label": "message",
+ "description": [
+ "\nmessage"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLErrorObject.statusCode",
+ "type": "number",
+ "tags": [
+ "type"
+ ],
+ "label": "statusCode",
+ "description": [
+ "\nOptional statusCode"
+ ],
+ "signature": [
+ "number | undefined"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLErrorObject.fullError",
+ "type": "Object",
+ "tags": [
+ "type"
+ ],
+ "label": "fullError",
+ "description": [
+ "\nOptional fullError"
+ ],
+ "signature": [
+ "ErrorResponseBase",
+ " | undefined"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLHttpFetchErrorBase",
+ "type": "Interface",
+ "tags": [
+ "export",
+ "interface",
+ "typedef",
+ "template",
+ "extends"
+ ],
+ "label": "MLHttpFetchErrorBase",
+ "description": [
+ "\nMLHttpFetchErrorBase"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLHttpFetchErrorBase",
+ "text": "MLHttpFetchErrorBase"
+ },
+ " extends ",
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.IHttpFetchError",
+ "text": "IHttpFetchError"
+ },
+ ""
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLHttpFetchErrorBase.body",
+ "type": "Uncategorized",
+ "tags": [
+ "type"
+ ],
+ "label": "body",
+ "description": [
+ "\nbody"
+ ],
+ "signature": [
+ "T"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLResponseError",
+ "type": "Interface",
+ "tags": [
+ "export",
+ "interface",
+ "typedef"
+ ],
+ "label": "MLResponseError",
+ "description": [
+ "\nML Response error"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLResponseError.statusCode",
+ "type": "number",
+ "tags": [
+ "type"
+ ],
+ "label": "statusCode",
+ "description": [
+ "\nstatusCode"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLResponseError.error",
+ "type": "string",
+ "tags": [
+ "type"
+ ],
+ "label": "error",
+ "description": [
+ "\nerror"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLResponseError.message",
+ "type": "string",
+ "tags": [
+ "type"
+ ],
+ "label": "message",
+ "description": [
+ "\nmessage"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLResponseError.attributes",
+ "type": "Object",
+ "tags": [
+ "type"
+ ],
+ "label": "attributes",
+ "description": [
+ "\nOptional attributes"
+ ],
+ "signature": [
+ "{ body: ",
+ "ErrorResponseBase",
+ "; } | undefined"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.QueryErrorMessage",
+ "type": "Interface",
+ "tags": [],
+ "label": "QueryErrorMessage",
+ "description": [
+ "\nTo be used for client side errors related to search query bars."
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.QueryErrorMessage",
+ "text": "QueryErrorMessage"
+ },
+ " extends ",
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.ErrorMessage",
+ "text": "ErrorMessage"
+ }
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.QueryErrorMessage.query",
+ "type": "string",
+ "tags": [
+ "type"
+ ],
+ "label": "query",
+ "description": [
+ "\nquery"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ }
+ ],
+ "enums": [],
+ "misc": [
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.ErrorType",
+ "type": "Type",
+ "tags": [
+ "export",
+ "typedef"
+ ],
+ "label": "ErrorType",
+ "description": [
+ "\nUnion type of error types"
+ ],
+ "signature": [
+ "string | ",
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLHttpFetchError",
+ "text": "MLHttpFetchError"
+ },
+ " | ",
+ "ErrorResponseBase",
+ " | ",
+ "Boom",
+ " | undefined"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.EsErrorBody",
+ "type": "Type",
+ "tags": [
+ "typedef"
+ ],
+ "label": "EsErrorBody",
+ "description": [
+ "\nShort hand type of estypes.ErrorResponseBase."
+ ],
+ "signature": [
+ "ErrorResponseBase"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.EsErrorRootCause",
+ "type": "Type",
+ "tags": [
+ "typedef"
+ ],
+ "label": "EsErrorRootCause",
+ "description": [
+ "\nShort hand type of estypes.ErrorCause."
+ ],
+ "signature": [
+ "ErrorCauseKeys",
+ " & { [property: string]: any; }"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/ml-error-utils",
+ "id": "def-common.MLHttpFetchError",
+ "type": "Type",
+ "tags": [
+ "export",
+ "typedef"
+ ],
+ "label": "MLHttpFetchError",
+ "description": [
+ "\nMLHttpFetchError"
+ ],
+ "signature": [
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLHttpFetchErrorBase",
+ "text": "MLHttpFetchErrorBase"
+ },
+ "<",
+ {
+ "pluginId": "@kbn/ml-error-utils",
+ "scope": "common",
+ "docId": "kibKbnMlErrorUtilsPluginApi",
+ "section": "def-common.MLResponseError",
+ "text": "MLResponseError"
+ },
+ ">"
+ ],
+ "path": "x-pack/packages/ml/error_utils/src/types.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ }
+ ],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx
new file mode 100644
index 0000000000000..39fbc8c7d9cc2
--- /dev/null
+++ b/api_docs/kbn_ml_error_utils.mdx
@@ -0,0 +1,39 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnMlErrorUtilsPluginApi
+slug: /kibana-dev-docs/api/kbn-ml-error-utils
+title: "@kbn/ml-error-utils"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/ml-error-utils plugin
+date: 2023-04-24
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils']
+---
+import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json';
+
+
+
+Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 36 | 0 | 8 | 0 |
+
+## Common
+
+### Functions
+
+
+### Classes
+
+
+### Interfaces
+
+
+### Consts, variables and types
+
+
diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx
index 9d000095378bd..22473afe43b10 100644
--- a/api_docs/kbn_ml_is_defined.mdx
+++ b/api_docs/kbn_ml_is_defined.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined
title: "@kbn/ml-is-defined"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-is-defined plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-defined']
---
import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json';
diff --git a/api_docs/kbn_ml_is_populated_object.mdx b/api_docs/kbn_ml_is_populated_object.mdx
index 40ce5731de31e..6418b8eaa65f6 100644
--- a/api_docs/kbn_ml_is_populated_object.mdx
+++ b/api_docs/kbn_ml_is_populated_object.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object
title: "@kbn/ml-is-populated-object"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-is-populated-object plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object']
---
import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json';
diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx
index f14deff209d77..b6ab8338b1be1 100644
--- a/api_docs/kbn_ml_local_storage.mdx
+++ b/api_docs/kbn_ml_local_storage.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage
title: "@kbn/ml-local-storage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-local-storage plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-local-storage']
---
import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json';
diff --git a/api_docs/kbn_ml_nested_property.mdx b/api_docs/kbn_ml_nested_property.mdx
index ef15635229b53..20e06ed847ebb 100644
--- a/api_docs/kbn_ml_nested_property.mdx
+++ b/api_docs/kbn_ml_nested_property.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property
title: "@kbn/ml-nested-property"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-nested-property plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-nested-property']
---
import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json';
diff --git a/api_docs/kbn_ml_number_utils.mdx b/api_docs/kbn_ml_number_utils.mdx
index 05c5432c4f57f..e17712d9bddd9 100644
--- a/api_docs/kbn_ml_number_utils.mdx
+++ b/api_docs/kbn_ml_number_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils
title: "@kbn/ml-number-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-number-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-number-utils']
---
import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx
index 8327a7ed0b4d5..ceef878888760 100644
--- a/api_docs/kbn_ml_query_utils.mdx
+++ b/api_docs/kbn_ml_query_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils
title: "@kbn/ml-query-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-query-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-query-utils']
---
import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_random_sampler_utils.mdx b/api_docs/kbn_ml_random_sampler_utils.mdx
index 4998fe175ef71..e065a2d921874 100644
--- a/api_docs/kbn_ml_random_sampler_utils.mdx
+++ b/api_docs/kbn_ml_random_sampler_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils
title: "@kbn/ml-random-sampler-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-random-sampler-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils']
---
import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx
index 8e1d50e0f9364..619f44aa95904 100644
--- a/api_docs/kbn_ml_route_utils.mdx
+++ b/api_docs/kbn_ml_route_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils
title: "@kbn/ml-route-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-route-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils']
---
import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx
index f18f1327cb256..c338805fe37b6 100644
--- a/api_docs/kbn_ml_string_hash.mdx
+++ b/api_docs/kbn_ml_string_hash.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash
title: "@kbn/ml-string-hash"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-string-hash plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash']
---
import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json';
diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx
index 43aeec4bf32ca..77df8b9fc96a9 100644
--- a/api_docs/kbn_ml_trained_models_utils.mdx
+++ b/api_docs/kbn_ml_trained_models_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils
title: "@kbn/ml-trained-models-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-trained-models-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils']
---
import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json';
diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx
index 390009d4685e5..271d8d798bb8b 100644
--- a/api_docs/kbn_ml_url_state.mdx
+++ b/api_docs/kbn_ml_url_state.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state
title: "@kbn/ml-url-state"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ml-url-state plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state']
---
import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json';
diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx
index 605d07152c5b0..0d286dc40dd46 100644
--- a/api_docs/kbn_monaco.mdx
+++ b/api_docs/kbn_monaco.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco
title: "@kbn/monaco"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/monaco plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco']
---
import kbnMonacoObj from './kbn_monaco.devdocs.json';
diff --git a/api_docs/kbn_object_versioning.devdocs.json b/api_docs/kbn_object_versioning.devdocs.json
index bb1210067600d..551e1feda1d0b 100644
--- a/api_docs/kbn_object_versioning.devdocs.json
+++ b/api_docs/kbn_object_versioning.devdocs.json
@@ -768,6 +768,28 @@
"path": "packages/kbn-object-versioning/lib/content_management_types.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/object-versioning",
+ "id": "def-common.ServicesDefinition.mSearch",
+ "type": "Object",
+ "tags": [],
+ "label": "mSearch",
+ "description": [],
+ "signature": [
+ "{ out?: { result?: ",
+ {
+ "pluginId": "@kbn/object-versioning",
+ "scope": "common",
+ "docId": "kibKbnObjectVersioningPluginApi",
+ "section": "def-common.VersionableObject",
+ "text": "VersionableObject"
+ },
+ " | undefined; } | undefined; } | undefined"
+ ],
+ "path": "packages/kbn-object-versioning/lib/content_management_types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -978,6 +1000,28 @@
"path": "packages/kbn-object-versioning/lib/content_management_types.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/object-versioning",
+ "id": "def-common.ServiceTransforms.mSearch",
+ "type": "Object",
+ "tags": [],
+ "label": "mSearch",
+ "description": [],
+ "signature": [
+ "{ out: { result: ",
+ {
+ "pluginId": "@kbn/object-versioning",
+ "scope": "common",
+ "docId": "kibKbnObjectVersioningPluginApi",
+ "section": "def-common.ObjectTransforms",
+ "text": "ObjectTransforms"
+ },
+ "; }; }"
+ ],
+ "path": "packages/kbn-object-versioning/lib/content_management_types.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx
index 8d3135bdd7f76..bf8dc9c9b2edb 100644
--- a/api_docs/kbn_object_versioning.mdx
+++ b/api_docs/kbn_object_versioning.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning
title: "@kbn/object-versioning"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/object-versioning plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning']
---
import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 53 | 1 | 48 | 0 |
+| 55 | 1 | 50 | 0 |
## Common
diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx
index 48886f59e6160..109f0b15690e7 100644
--- a/api_docs/kbn_observability_alert_details.mdx
+++ b/api_docs/kbn_observability_alert_details.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details
title: "@kbn/observability-alert-details"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/observability-alert-details plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details']
---
import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json';
diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx
index 58204fde5d980..2be790b6675bf 100644
--- a/api_docs/kbn_optimizer.mdx
+++ b/api_docs/kbn_optimizer.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer
title: "@kbn/optimizer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/optimizer plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer']
---
import kbnOptimizerObj from './kbn_optimizer.devdocs.json';
diff --git a/api_docs/kbn_optimizer_webpack_helpers.mdx b/api_docs/kbn_optimizer_webpack_helpers.mdx
index ac5cab95f43ec..c03883615b27e 100644
--- a/api_docs/kbn_optimizer_webpack_helpers.mdx
+++ b/api_docs/kbn_optimizer_webpack_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers
title: "@kbn/optimizer-webpack-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/optimizer-webpack-helpers plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer-webpack-helpers']
---
import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json';
diff --git a/api_docs/kbn_osquery_io_ts_types.mdx b/api_docs/kbn_osquery_io_ts_types.mdx
index d351b9e974a46..39eafb2553e2a 100644
--- a/api_docs/kbn_osquery_io_ts_types.mdx
+++ b/api_docs/kbn_osquery_io_ts_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types
title: "@kbn/osquery-io-ts-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/osquery-io-ts-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types']
---
import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json';
diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx
index 820b381b56e3b..fe2a28edfb759 100644
--- a/api_docs/kbn_performance_testing_dataset_extractor.mdx
+++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor
title: "@kbn/performance-testing-dataset-extractor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/performance-testing-dataset-extractor plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor']
---
import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json';
diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx
index 4f63a60e98d21..dfafc2995046a 100644
--- a/api_docs/kbn_plugin_generator.mdx
+++ b/api_docs/kbn_plugin_generator.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator
title: "@kbn/plugin-generator"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/plugin-generator plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-generator']
---
import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json';
diff --git a/api_docs/kbn_plugin_helpers.mdx b/api_docs/kbn_plugin_helpers.mdx
index 481b254612404..90bfd0727dc86 100644
--- a/api_docs/kbn_plugin_helpers.mdx
+++ b/api_docs/kbn_plugin_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers
title: "@kbn/plugin-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/plugin-helpers plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers']
---
import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json';
diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx
index 5d88f2bb7cd87..894f6e1897cb7 100644
--- a/api_docs/kbn_react_field.mdx
+++ b/api_docs/kbn_react_field.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field
title: "@kbn/react-field"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/react-field plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field']
---
import kbnReactFieldObj from './kbn_react_field.devdocs.json';
diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx
index fb0c69e268327..9baafe7d47198 100644
--- a/api_docs/kbn_repo_file_maps.mdx
+++ b/api_docs/kbn_repo_file_maps.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps
title: "@kbn/repo-file-maps"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-file-maps plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps']
---
import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json';
diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx
index fa756525922ae..0dcb15d07b2b0 100644
--- a/api_docs/kbn_repo_linter.mdx
+++ b/api_docs/kbn_repo_linter.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter
title: "@kbn/repo-linter"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-linter plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-linter']
---
import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json';
diff --git a/api_docs/kbn_repo_path.mdx b/api_docs/kbn_repo_path.mdx
index dc04d8563bc52..44df1cb8c7ba8 100644
--- a/api_docs/kbn_repo_path.mdx
+++ b/api_docs/kbn_repo_path.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path
title: "@kbn/repo-path"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-path plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-path']
---
import kbnRepoPathObj from './kbn_repo_path.devdocs.json';
diff --git a/api_docs/kbn_repo_source_classifier.mdx b/api_docs/kbn_repo_source_classifier.mdx
index af0847941070f..3725fe5986da2 100644
--- a/api_docs/kbn_repo_source_classifier.mdx
+++ b/api_docs/kbn_repo_source_classifier.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier
title: "@kbn/repo-source-classifier"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/repo-source-classifier plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-source-classifier']
---
import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json';
diff --git a/api_docs/kbn_reporting_common.mdx b/api_docs/kbn_reporting_common.mdx
index 52ff2a0ac41b5..660528756fcdf 100644
--- a/api_docs/kbn_reporting_common.mdx
+++ b/api_docs/kbn_reporting_common.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common
title: "@kbn/reporting-common"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/reporting-common plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common']
---
import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json';
diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx
index 5f654ffa57ef8..ee1fd9df0086e 100644
--- a/api_docs/kbn_rison.mdx
+++ b/api_docs/kbn_rison.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rison
title: "@kbn/rison"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/rison plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison']
---
import kbnRisonObj from './kbn_rison.devdocs.json';
diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx
index 16eb8b268e12a..56b40b98c6111 100644
--- a/api_docs/kbn_rule_data_utils.mdx
+++ b/api_docs/kbn_rule_data_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rule-data-utils
title: "@kbn/rule-data-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/rule-data-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils']
---
import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json';
diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx
index 2d5a7a078d24c..ac3326c810bdf 100644
--- a/api_docs/kbn_saved_objects_settings.mdx
+++ b/api_docs/kbn_saved_objects_settings.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings
title: "@kbn/saved-objects-settings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/saved-objects-settings plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings']
---
import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json';
diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx
index 476ecb69cdbcc..dbd27615a2886 100644
--- a/api_docs/kbn_security_solution_side_nav.mdx
+++ b/api_docs/kbn_security_solution_side_nav.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav
title: "@kbn/security-solution-side-nav"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-solution-side-nav plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav']
---
import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json';
diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx
index 5bec888bb4e5a..31bc6c9d9cbc9 100644
--- a/api_docs/kbn_security_solution_storybook_config.mdx
+++ b/api_docs/kbn_security_solution_storybook_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config
title: "@kbn/security-solution-storybook-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/security-solution-storybook-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config']
---
import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx
index 7d0c70dbb7b39..f51ac2903abc5 100644
--- a/api_docs/kbn_securitysolution_autocomplete.mdx
+++ b/api_docs/kbn_securitysolution_autocomplete.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete
title: "@kbn/securitysolution-autocomplete"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-autocomplete plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete']
---
import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_data_table.mdx b/api_docs/kbn_securitysolution_data_table.mdx
index 1c5b3548f92c4..cbb7736cb66be 100644
--- a/api_docs/kbn_securitysolution_data_table.mdx
+++ b/api_docs/kbn_securitysolution_data_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table
title: "@kbn/securitysolution-data-table"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-data-table plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table']
---
import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx
index 085a9a78a69cf..2d549e62753a9 100644
--- a/api_docs/kbn_securitysolution_ecs.mdx
+++ b/api_docs/kbn_securitysolution_ecs.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs
title: "@kbn/securitysolution-ecs"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-ecs plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs']
---
import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx
index 1df63d4877934..966df1d43affc 100644
--- a/api_docs/kbn_securitysolution_es_utils.mdx
+++ b/api_docs/kbn_securitysolution_es_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils
title: "@kbn/securitysolution-es-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-es-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils']
---
import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx
index 35453fb0b1a31..ef163cd54d784 100644
--- a/api_docs/kbn_securitysolution_exception_list_components.mdx
+++ b/api_docs/kbn_securitysolution_exception_list_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components
title: "@kbn/securitysolution-exception-list-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-exception-list-components plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components']
---
import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_grouping.mdx b/api_docs/kbn_securitysolution_grouping.mdx
index 7276dcef35bd3..548914f17feb8 100644
--- a/api_docs/kbn_securitysolution_grouping.mdx
+++ b/api_docs/kbn_securitysolution_grouping.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-grouping
title: "@kbn/securitysolution-grouping"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-grouping plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-grouping']
---
import kbnSecuritysolutionGroupingObj from './kbn_securitysolution_grouping.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx
index a7cb93e0ca41c..012e37a5de10c 100644
--- a/api_docs/kbn_securitysolution_hook_utils.mdx
+++ b/api_docs/kbn_securitysolution_hook_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils
title: "@kbn/securitysolution-hook-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-hook-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils']
---
import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.devdocs.json b/api_docs/kbn_securitysolution_io_ts_alerting_types.devdocs.json
index 59129f93d4ed5..9450fd73b6671 100644
--- a/api_docs/kbn_securitysolution_io_ts_alerting_types.devdocs.json
+++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.devdocs.json
@@ -303,7 +303,7 @@
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
- "; } & { uuid?: string | undefined; alerts_filter?: { query: ({ kql: string; } & { dsl?: string | undefined; }) | null; timeframe: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | null; } | undefined; }"
+ "; } & { uuid?: string | undefined; alerts_filter?: { query?: ({ kql: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; } & { $state?: { store: any; } | undefined; query?: { [x: string]: any; } | undefined; })[]; } & { dsl?: string | undefined; }) | undefined; timeframe?: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | undefined; } | undefined; frequency?: { summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; } | undefined; }"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -326,7 +326,7 @@
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
- "; } & { uuid?: string | undefined; alerts_filter?: { query: ({ kql: string; } & { dsl?: string | undefined; }) | null; timeframe: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | null; } | undefined; })[]"
+ "; } & { uuid?: string | undefined; alerts_filter?: { query?: ({ kql: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; } & { $state?: { store: any; } | undefined; query?: { [x: string]: any; } | undefined; })[]; } & { dsl?: string | undefined; }) | undefined; timeframe?: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | undefined; } | undefined; frequency?: { summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; } | undefined; })[]"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -349,7 +349,7 @@
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
- "; } & { uuid?: string | undefined; alertsFilter?: { query: ({ kql: string; } & { dsl?: string | undefined; }) | null; timeframe: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | null; } | undefined; })[]"
+ "; } & { uuid?: string | undefined; alertsFilter?: { query?: ({ kql: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; } & { $state?: { store: any; } | undefined; query?: { [x: string]: any; } | undefined; })[]; } & { dsl?: string | undefined; }) | undefined; timeframe?: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | undefined; } | undefined; frequency?: { summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; } | undefined; })[]"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -372,13 +372,30 @@
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
- "; } & { uuid?: string | undefined; alertsFilter?: { query: ({ kql: string; } & { dsl?: string | undefined; }) | null; timeframe: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | null; } | undefined; }"
+ "; } & { uuid?: string | undefined; alertsFilter?: { query?: ({ kql: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; } & { $state?: { store: any; } | undefined; query?: { [x: string]: any; } | undefined; })[]; } & { dsl?: string | undefined; }) | undefined; timeframe?: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | undefined; } | undefined; frequency?: { summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; } | undefined; }"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
+ "id": "def-common.RuleActionFrequency",
+ "type": "Type",
+ "tags": [],
+ "label": "RuleActionFrequency",
+ "description": [
+ "\nThe action frequency defines when the action runs (for example, only on rule execution or at specific time intervals)."
+ ],
+ "signature": [
+ "{ summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; }"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-alerting-types/src/frequency/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
"id": "def-common.RuleActionGroup",
@@ -409,6 +426,23 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
+ "id": "def-common.RuleActionNotifyWhen",
+ "type": "Type",
+ "tags": [],
+ "label": "RuleActionNotifyWhen",
+ "description": [
+ "\nThe condition for throttling the notification: `onActionGroupChange`, `onActiveAlert`, or `onThrottleInterval`"
+ ],
+ "signature": [
+ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\""
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-alerting-types/src/frequency/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
"id": "def-common.RuleActionParams",
@@ -434,6 +468,23 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
+ "id": "def-common.RuleActionSummary",
+ "type": "Type",
+ "tags": [],
+ "label": "RuleActionSummary",
+ "description": [
+ "\nAction summary indicates whether we will send a summary notification about all the generate alerts or notification per individual alert"
+ ],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-alerting-types/src/frequency/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
"id": "def-common.RuleActionThrottle",
@@ -1013,7 +1064,7 @@
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
- "; } & { uuid?: string | undefined; alerts_filter?: { query: ({ kql: string; } & { dsl?: string | undefined; }) | null; timeframe: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | null; } | undefined; })[], ({ group: string; id: string; action_type_id: string; params: ",
+ "; } & { uuid?: string | undefined; alerts_filter?: { query?: ({ kql: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; } & { $state?: { store: any; } | undefined; query?: { [x: string]: any; } | undefined; })[]; } & { dsl?: string | undefined; }) | undefined; timeframe?: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | undefined; } | undefined; frequency?: { summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; } | undefined; })[], ({ group: string; id: string; action_type_id: string; params: ",
{
"pluginId": "@kbn/securitysolution-io-ts-alerting-types",
"scope": "common",
@@ -1021,7 +1072,7 @@
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
},
- "; } & { uuid?: string | undefined; alerts_filter?: { query: ({ kql: string; } & { dsl?: string | undefined; }) | null; timeframe: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | null; } | undefined; })[] | undefined, unknown>"
+ "; } & { uuid?: string | undefined; alerts_filter?: { query?: ({ kql: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; } & { $state?: { store: any; } | undefined; query?: { [x: string]: any; } | undefined; })[]; } & { dsl?: string | undefined; }) | undefined; timeframe?: { timezone: string; days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: { start: string; end: string; }; } | undefined; } | undefined; frequency?: { summary: boolean; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; throttle: string | null; } | undefined; })[] | undefined, unknown>"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/default_actions_array/index.ts",
"deprecated": false,
@@ -1570,13 +1621,11 @@
"<{ uuid: ",
"Type",
"; alerts_filter: ",
- "ExactC",
- "<",
- "TypeC",
+ "PartialC",
"<{ query: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"IntersectionC",
"<[",
@@ -1585,14 +1634,60 @@
"TypeC",
"<{ kql: ",
"StringC",
- "; }>>, ",
+ "; filters: ",
+ "ArrayC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ meta: ",
+ "PartialC",
+ "<{ alias: ",
+ "UnionC",
+ "<[",
+ "StringC",
+ ", ",
+ "NullC",
+ "]>; disabled: ",
+ "BooleanC",
+ "; negate: ",
+ "BooleanC",
+ "; controlledBy: ",
+ "StringC",
+ "; group: ",
+ "StringC",
+ "; index: ",
+ "StringC",
+ "; isMultiIndex: ",
+ "BooleanC",
+ "; type: ",
+ "StringC",
+ "; key: ",
+ "StringC",
+ "; params: ",
+ "AnyC",
+ "; value: ",
+ "StringC",
+ "; }>; }>, ",
+ "PartialC",
+ "<{ $state: ",
+ "TypeC",
+ "<{ store: ",
+ "AnyC",
+ "; }>; query: ",
+ "RecordC",
+ "<",
+ "StringC",
+ ", ",
+ "AnyC",
+ ">; }>]>>; }>>, ",
"PartialC",
"<{ dsl: ",
"StringC",
"; }>]>]>; timeframe: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"ExactC",
"<",
@@ -1625,7 +1720,31 @@
"StringC",
"; end: ",
"StringC",
- "; }>>; }>>]>; }>>; }>]>>"
+ "; }>>; }>>]>; }>; frequency: ",
+ "TypeC",
+ "<{ summary: ",
+ "BooleanC",
+ "; notifyWhen: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"onActionGroupChange\">, ",
+ "LiteralC",
+ "<\"onActiveAlert\">, ",
+ "LiteralC",
+ "<\"onThrottleInterval\">]>; throttle: ",
+ "UnionC",
+ "<[",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"no_actions\">, ",
+ "LiteralC",
+ "<\"rule\">, ",
+ "Type",
+ "]>, ",
+ "NullC",
+ "]>; }>; }>]>>"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -1640,13 +1759,11 @@
"label": "RuleActionAlertsFilter",
"description": [],
"signature": [
- "ExactC",
- "<",
- "TypeC",
+ "PartialC",
"<{ query: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"IntersectionC",
"<[",
@@ -1655,14 +1772,60 @@
"TypeC",
"<{ kql: ",
"StringC",
- "; }>>, ",
+ "; filters: ",
+ "ArrayC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ meta: ",
+ "PartialC",
+ "<{ alias: ",
+ "UnionC",
+ "<[",
+ "StringC",
+ ", ",
+ "NullC",
+ "]>; disabled: ",
+ "BooleanC",
+ "; negate: ",
+ "BooleanC",
+ "; controlledBy: ",
+ "StringC",
+ "; group: ",
+ "StringC",
+ "; index: ",
+ "StringC",
+ "; isMultiIndex: ",
+ "BooleanC",
+ "; type: ",
+ "StringC",
+ "; key: ",
+ "StringC",
+ "; params: ",
+ "AnyC",
+ "; value: ",
+ "StringC",
+ "; }>; }>, ",
+ "PartialC",
+ "<{ $state: ",
+ "TypeC",
+ "<{ store: ",
+ "AnyC",
+ "; }>; query: ",
+ "RecordC",
+ "<",
+ "StringC",
+ ", ",
+ "AnyC",
+ ">; }>]>>; }>>, ",
"PartialC",
"<{ dsl: ",
"StringC",
"; }>]>]>; timeframe: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"ExactC",
"<",
@@ -1695,7 +1858,7 @@
"StringC",
"; end: ",
"StringC",
- "; }>>; }>>]>; }>>"
+ "; }>>; }>>]>; }>"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -1746,13 +1909,11 @@
"<{ uuid: ",
"Type",
"; alerts_filter: ",
- "ExactC",
- "<",
- "TypeC",
+ "PartialC",
"<{ query: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"IntersectionC",
"<[",
@@ -1761,14 +1922,60 @@
"TypeC",
"<{ kql: ",
"StringC",
- "; }>>, ",
+ "; filters: ",
+ "ArrayC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ meta: ",
+ "PartialC",
+ "<{ alias: ",
+ "UnionC",
+ "<[",
+ "StringC",
+ ", ",
+ "NullC",
+ "]>; disabled: ",
+ "BooleanC",
+ "; negate: ",
+ "BooleanC",
+ "; controlledBy: ",
+ "StringC",
+ "; group: ",
+ "StringC",
+ "; index: ",
+ "StringC",
+ "; isMultiIndex: ",
+ "BooleanC",
+ "; type: ",
+ "StringC",
+ "; key: ",
+ "StringC",
+ "; params: ",
+ "AnyC",
+ "; value: ",
+ "StringC",
+ "; }>; }>, ",
+ "PartialC",
+ "<{ $state: ",
+ "TypeC",
+ "<{ store: ",
+ "AnyC",
+ "; }>; query: ",
+ "RecordC",
+ "<",
+ "StringC",
+ ", ",
+ "AnyC",
+ ">; }>]>>; }>>, ",
"PartialC",
"<{ dsl: ",
"StringC",
"; }>]>]>; timeframe: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"ExactC",
"<",
@@ -1801,7 +2008,31 @@
"StringC",
"; end: ",
"StringC",
- "; }>>; }>>]>; }>>; }>]>>>"
+ "; }>>; }>>]>; }>; frequency: ",
+ "TypeC",
+ "<{ summary: ",
+ "BooleanC",
+ "; notifyWhen: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"onActionGroupChange\">, ",
+ "LiteralC",
+ "<\"onActiveAlert\">, ",
+ "LiteralC",
+ "<\"onThrottleInterval\">]>; throttle: ",
+ "UnionC",
+ "<[",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"no_actions\">, ",
+ "LiteralC",
+ "<\"rule\">, ",
+ "Type",
+ "]>, ",
+ "NullC",
+ "]>; }>; }>]>>>"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -1852,13 +2083,11 @@
"<{ uuid: ",
"Type",
"; alertsFilter: ",
- "ExactC",
- "<",
- "TypeC",
+ "PartialC",
"<{ query: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"IntersectionC",
"<[",
@@ -1867,14 +2096,60 @@
"TypeC",
"<{ kql: ",
"StringC",
- "; }>>, ",
+ "; filters: ",
+ "ArrayC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ meta: ",
+ "PartialC",
+ "<{ alias: ",
+ "UnionC",
+ "<[",
+ "StringC",
+ ", ",
+ "NullC",
+ "]>; disabled: ",
+ "BooleanC",
+ "; negate: ",
+ "BooleanC",
+ "; controlledBy: ",
+ "StringC",
+ "; group: ",
+ "StringC",
+ "; index: ",
+ "StringC",
+ "; isMultiIndex: ",
+ "BooleanC",
+ "; type: ",
+ "StringC",
+ "; key: ",
+ "StringC",
+ "; params: ",
+ "AnyC",
+ "; value: ",
+ "StringC",
+ "; }>; }>, ",
+ "PartialC",
+ "<{ $state: ",
+ "TypeC",
+ "<{ store: ",
+ "AnyC",
+ "; }>; query: ",
+ "RecordC",
+ "<",
+ "StringC",
+ ", ",
+ "AnyC",
+ ">; }>]>>; }>>, ",
"PartialC",
"<{ dsl: ",
"StringC",
"; }>]>]>; timeframe: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"ExactC",
"<",
@@ -1907,7 +2182,31 @@
"StringC",
"; end: ",
"StringC",
- "; }>>; }>>]>; }>>; }>]>>>"
+ "; }>>; }>>]>; }>; frequency: ",
+ "TypeC",
+ "<{ summary: ",
+ "BooleanC",
+ "; notifyWhen: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"onActionGroupChange\">, ",
+ "LiteralC",
+ "<\"onActiveAlert\">, ",
+ "LiteralC",
+ "<\"onThrottleInterval\">]>; throttle: ",
+ "UnionC",
+ "<[",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"no_actions\">, ",
+ "LiteralC",
+ "<\"rule\">, ",
+ "Type",
+ "]>, ",
+ "NullC",
+ "]>; }>; }>]>>>"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
@@ -1956,13 +2255,11 @@
"<{ uuid: ",
"Type",
"; alertsFilter: ",
- "ExactC",
- "<",
- "TypeC",
+ "PartialC",
"<{ query: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"IntersectionC",
"<[",
@@ -1971,14 +2268,60 @@
"TypeC",
"<{ kql: ",
"StringC",
- "; }>>, ",
+ "; filters: ",
+ "ArrayC",
+ "<",
+ "IntersectionC",
+ "<[",
+ "TypeC",
+ "<{ meta: ",
+ "PartialC",
+ "<{ alias: ",
+ "UnionC",
+ "<[",
+ "StringC",
+ ", ",
+ "NullC",
+ "]>; disabled: ",
+ "BooleanC",
+ "; negate: ",
+ "BooleanC",
+ "; controlledBy: ",
+ "StringC",
+ "; group: ",
+ "StringC",
+ "; index: ",
+ "StringC",
+ "; isMultiIndex: ",
+ "BooleanC",
+ "; type: ",
+ "StringC",
+ "; key: ",
+ "StringC",
+ "; params: ",
+ "AnyC",
+ "; value: ",
+ "StringC",
+ "; }>; }>, ",
+ "PartialC",
+ "<{ $state: ",
+ "TypeC",
+ "<{ store: ",
+ "AnyC",
+ "; }>; query: ",
+ "RecordC",
+ "<",
+ "StringC",
+ ", ",
+ "AnyC",
+ ">; }>]>>; }>>, ",
"PartialC",
"<{ dsl: ",
"StringC",
"; }>]>]>; timeframe: ",
"UnionC",
"<[",
- "NullC",
+ "UndefinedC",
", ",
"ExactC",
"<",
@@ -2011,13 +2354,75 @@
"StringC",
"; end: ",
"StringC",
- "; }>>; }>>]>; }>>; }>]>>"
+ "; }>>; }>>]>; }>; frequency: ",
+ "TypeC",
+ "<{ summary: ",
+ "BooleanC",
+ "; notifyWhen: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"onActionGroupChange\">, ",
+ "LiteralC",
+ "<\"onActiveAlert\">, ",
+ "LiteralC",
+ "<\"onThrottleInterval\">]>; throttle: ",
+ "UnionC",
+ "<[",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"no_actions\">, ",
+ "LiteralC",
+ "<\"rule\">, ",
+ "Type",
+ "]>, ",
+ "NullC",
+ "]>; }>; }>]>>"
],
"path": "packages/kbn-securitysolution-io-ts-alerting-types/src/actions/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
+ "id": "def-common.RuleActionFrequency",
+ "type": "Object",
+ "tags": [],
+ "label": "RuleActionFrequency",
+ "description": [],
+ "signature": [
+ "TypeC",
+ "<{ summary: ",
+ "BooleanC",
+ "; notifyWhen: ",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"onActionGroupChange\">, ",
+ "LiteralC",
+ "<\"onActiveAlert\">, ",
+ "LiteralC",
+ "<\"onThrottleInterval\">]>; throttle: ",
+ "UnionC",
+ "<[",
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"no_actions\">, ",
+ "LiteralC",
+ "<\"rule\">, ",
+ "Type",
+ "]>, ",
+ "NullC",
+ "]>; }>"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-alerting-types/src/frequency/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
"id": "def-common.RuleActionGroup",
@@ -2048,6 +2453,28 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
+ "id": "def-common.RuleActionNotifyWhen",
+ "type": "Object",
+ "tags": [],
+ "label": "RuleActionNotifyWhen",
+ "description": [],
+ "signature": [
+ "UnionC",
+ "<[",
+ "LiteralC",
+ "<\"onActionGroupChange\">, ",
+ "LiteralC",
+ "<\"onActiveAlert\">, ",
+ "LiteralC",
+ "<\"onThrottleInterval\">]>"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-alerting-types/src/frequency/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
"id": "def-common.RuleActionParams",
@@ -2080,6 +2507,21 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
+ "id": "def-common.RuleActionSummary",
+ "type": "Object",
+ "tags": [],
+ "label": "RuleActionSummary",
+ "description": [],
+ "signature": [
+ "BooleanC"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-alerting-types/src/frequency/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-alerting-types",
"id": "def-common.RuleActionThrottle",
diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx
index 1a5fe7a8eff63..c19977b427358 100644
--- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types
title: "@kbn/securitysolution-io-ts-alerting-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types']
---
import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-solution-platform](https://github.com/orgs/elastic/te
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 141 | 0 | 122 | 0 |
+| 147 | 0 | 125 | 0 |
## Common
diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json b/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json
index cbd27335f2f35..44e52b99ed031 100644
--- a/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json
+++ b/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json
@@ -106,7 +106,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -148,7 +154,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -204,7 +216,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -260,7 +278,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -327,7 +351,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -439,7 +469,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -1015,6 +1051,102 @@
],
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.ApiListDuplicateProps",
+ "type": "Interface",
+ "tags": [],
+ "label": "ApiListDuplicateProps",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.ApiListDuplicateProps",
+ "text": "ApiListDuplicateProps"
+ },
+ " extends Omit<",
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.DuplicateExceptionListProps",
+ "text": "DuplicateExceptionListProps"
+ },
+ ", \"http\" | \"signal\">"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.ApiListDuplicateProps.onError",
+ "type": "Function",
+ "tags": [],
+ "label": "onError",
+ "description": [],
+ "signature": [
+ "(err: Error) => void"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.ApiListDuplicateProps.onError.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "err",
+ "description": [],
+ "signature": [
+ "Error"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.ApiListDuplicateProps.onSuccess",
+ "type": "Function",
+ "tags": [],
+ "label": "onSuccess",
+ "description": [],
+ "signature": [
+ "(newList: { _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; updated_at: string; updated_by: string; version: number; }) => void"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.ApiListDuplicateProps.onSuccess.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "newList",
+ "description": [],
+ "signature": [
+ "{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; updated_at: string; updated_by: string; version: number; }"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ }
+ ],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-list-types",
"id": "def-common.ApiListExportProps",
@@ -1140,6 +1272,66 @@
],
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.DuplicateExceptionListProps",
+ "type": "Interface",
+ "tags": [],
+ "label": "DuplicateExceptionListProps",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.DuplicateExceptionListProps",
+ "text": "DuplicateExceptionListProps"
+ },
+ " extends BaseParams"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.DuplicateExceptionListProps.listId",
+ "type": "string",
+ "tags": [],
+ "label": "listId",
+ "description": [],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.DuplicateExceptionListProps.namespaceType",
+ "type": "CompoundType",
+ "tags": [],
+ "label": "namespaceType",
+ "description": [],
+ "signature": [
+ "\"single\" | \"agnostic\""
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ },
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.DuplicateExceptionListProps.includeExpiredExceptions",
+ "type": "boolean",
+ "tags": [],
+ "label": "includeExpiredExceptions",
+ "description": [],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
+ "deprecated": false,
+ "trackAdoption": false
+ }
+ ],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-list-types",
"id": "def-common.ExceptionFilterResponse",
@@ -1393,7 +1585,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -1538,7 +1736,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -1597,7 +1801,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -1759,7 +1969,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -1855,7 +2071,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -1911,7 +2133,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -2015,7 +2243,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -2270,7 +2504,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -2293,12 +2533,18 @@
{
"parentPluginId": "@kbn/securitysolution-io-ts-list-types",
"id": "def-common.UseExceptionListsProps.notifications",
- "type": "Any",
+ "type": "Object",
"tags": [],
"label": "notifications",
"description": [],
"signature": [
- "any"
+ {
+ "pluginId": "@kbn/core-notifications-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreNotificationsBrowserPluginApi",
+ "section": "def-common.NotificationsStart",
+ "text": "NotificationsStart"
+ }
],
"path": "packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts",
"deprecated": false,
@@ -3081,6 +3327,36 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.DuplicateExceptionListQuerySchema",
+ "type": "Type",
+ "tags": [],
+ "label": "DuplicateExceptionListQuerySchema",
+ "description": [],
+ "signature": [
+ "{ list_id: string; namespace_type: \"single\" | \"agnostic\" | undefined; include_expired_exceptions: \"true\" | \"false\" | undefined; }"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/request/duplicate_exception_list_query_schema/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.DuplicateExceptionListQuerySchemaDecoded",
+ "type": "Type",
+ "tags": [],
+ "label": "DuplicateExceptionListQuerySchemaDecoded",
+ "description": [],
+ "signature": [
+ "Omit<{ list_id: string; namespace_type: \"single\" | \"agnostic\"; include_expired_exceptions: \"true\" | \"false\" | undefined; }, \"namespace_type\"> & { namespace_type: \"single\" | \"agnostic\"; }"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/request/duplicate_exception_list_query_schema/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-list-types",
"id": "def-common.EndpointEntriesArray",
@@ -6256,6 +6532,34 @@
"trackAdoption": false,
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-io-ts-list-types",
+ "id": "def-common.duplicateExceptionListQuerySchema",
+ "type": "Object",
+ "tags": [],
+ "label": "duplicateExceptionListQuerySchema",
+ "description": [],
+ "signature": [
+ "ExactC",
+ "<",
+ "TypeC",
+ "<{ list_id: ",
+ "Type",
+ "; namespace_type: ",
+ "Type",
+ "<\"single\" | \"agnostic\", \"single\" | \"agnostic\" | undefined, unknown>; include_expired_exceptions: ",
+ "UnionC",
+ "<[",
+ "KeyofC",
+ "<{ true: null; false: null; }>, ",
+ "UndefinedC",
+ "]>; }>>"
+ ],
+ "path": "packages/kbn-securitysolution-io-ts-list-types/src/request/duplicate_exception_list_query_schema/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-io-ts-list-types",
"id": "def-common.endpointEntriesArray",
diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx
index fae1f7cdd2313..61c51d7af0af1 100644
--- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types
title: "@kbn/securitysolution-io-ts-list-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-list-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types']
---
import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-solution-platform](https://github.com/orgs/elastic/te
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 516 | 1 | 503 | 0 |
+| 528 | 0 | 515 | 0 |
## Common
diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx
index 360fd19200755..97859ef4b0ff6 100644
--- a/api_docs/kbn_securitysolution_io_ts_types.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types
title: "@kbn/securitysolution-io-ts-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types']
---
import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx
index 2b6f02cc7215b..087b27374d68b 100644
--- a/api_docs/kbn_securitysolution_io_ts_utils.mdx
+++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils
title: "@kbn/securitysolution-io-ts-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-io-ts-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils']
---
import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_list_api.devdocs.json b/api_docs/kbn_securitysolution_list_api.devdocs.json
index b4c5635b5b281..1a07636db6652 100644
--- a/api_docs/kbn_securitysolution_list_api.devdocs.json
+++ b/api_docs/kbn_securitysolution_list_api.devdocs.json
@@ -348,6 +348,57 @@
"returnComment": [],
"initialIsOpen": false
},
+ {
+ "parentPluginId": "@kbn/securitysolution-list-api",
+ "id": "def-common.duplicateExceptionList",
+ "type": "Function",
+ "tags": [
+ "throws"
+ ],
+ "label": "duplicateExceptionList",
+ "description": [
+ "\nDuplicate an ExceptionList and its items by providing a ExceptionList list_id\n"
+ ],
+ "signature": [
+ "({ http, includeExpiredExceptions, listId, namespaceType, signal, }: ",
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.DuplicateExceptionListProps",
+ "text": "DuplicateExceptionListProps"
+ },
+ ") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; updated_at: string; updated_by: string; version: number; }>"
+ ],
+ "path": "packages/kbn-securitysolution-list-api/src/api/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/securitysolution-list-api",
+ "id": "def-common.duplicateExceptionList.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "{\n http,\n includeExpiredExceptions,\n listId,\n namespaceType,\n signal,\n}",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.DuplicateExceptionListProps",
+ "text": "DuplicateExceptionListProps"
+ }
+ ],
+ "path": "packages/kbn-securitysolution-list-api/src/api/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ },
{
"parentPluginId": "@kbn/securitysolution-list-api",
"id": "def-common.exportExceptionList",
diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx
index 0255ba2088e5e..aadca05334b92 100644
--- a/api_docs/kbn_securitysolution_list_api.mdx
+++ b/api_docs/kbn_securitysolution_list_api.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api
title: "@kbn/securitysolution-list-api"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-api plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api']
---
import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-solution-platform](https://github.com/orgs/elastic/te
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 67 | 0 | 64 | 0 |
+| 69 | 0 | 65 | 0 |
## Common
diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx
index 02b65ca6fde37..2d19d6111ef53 100644
--- a/api_docs/kbn_securitysolution_list_constants.mdx
+++ b/api_docs/kbn_securitysolution_list_constants.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants
title: "@kbn/securitysolution-list-constants"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-constants plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants']
---
import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_list_hooks.devdocs.json b/api_docs/kbn_securitysolution_list_hooks.devdocs.json
index a1741a54232f0..14c2ee5a4b122 100644
--- a/api_docs/kbn_securitysolution_list_hooks.devdocs.json
+++ b/api_docs/kbn_securitysolution_list_hooks.devdocs.json
@@ -255,7 +255,15 @@
"label": "useApi",
"description": [],
"signature": [
- "(http: HttpStart) => ",
+ "(http: ",
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ },
+ ") => ",
{
"pluginId": "@kbn/securitysolution-list-hooks",
"scope": "common",
@@ -276,7 +284,13 @@
"label": "http",
"description": [],
"signature": [
- "HttpStart"
+ {
+ "pluginId": "@kbn/core-http-browser",
+ "scope": "common",
+ "docId": "kibKbnCoreHttpBrowserPluginApi",
+ "section": "def-common.HttpSetup",
+ "text": "HttpSetup"
+ }
],
"path": "packages/kbn-securitysolution-list-hooks/src/use_api/index.ts",
"deprecated": false,
@@ -1023,6 +1037,52 @@
],
"returnComment": []
},
+ {
+ "parentPluginId": "@kbn/securitysolution-list-hooks",
+ "id": "def-common.ExceptionsApi.duplicateExceptionList",
+ "type": "Function",
+ "tags": [],
+ "label": "duplicateExceptionList",
+ "description": [],
+ "signature": [
+ "(arg: ",
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.ApiListDuplicateProps",
+ "text": "ApiListDuplicateProps"
+ },
+ ") => Promise"
+ ],
+ "path": "packages/kbn-securitysolution-list-hooks/src/use_api/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/securitysolution-list-hooks",
+ "id": "def-common.ExceptionsApi.duplicateExceptionList.$1",
+ "type": "Object",
+ "tags": [],
+ "label": "arg",
+ "description": [],
+ "signature": [
+ {
+ "pluginId": "@kbn/securitysolution-io-ts-list-types",
+ "scope": "common",
+ "docId": "kibKbnSecuritysolutionIoTsListTypesPluginApi",
+ "section": "def-common.ApiListDuplicateProps",
+ "text": "ApiListDuplicateProps"
+ }
+ ],
+ "path": "packages/kbn-securitysolution-list-hooks/src/use_api/index.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": []
+ },
{
"parentPluginId": "@kbn/securitysolution-list-hooks",
"id": "def-common.ExceptionsApi.getExceptionItem",
diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx
index 786b822ce39de..e5f63ce69a791 100644
--- a/api_docs/kbn_securitysolution_list_hooks.mdx
+++ b/api_docs/kbn_securitysolution_list_hooks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks
title: "@kbn/securitysolution-list-hooks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-hooks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks']
---
import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/security-solution-platform](https://github.com/orgs/elastic/te
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
-| 60 | 0 | 47 | 0 |
+| 62 | 0 | 49 | 0 |
## Common
diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx
index 7f1e021d2997e..9fbc74f2281fa 100644
--- a/api_docs/kbn_securitysolution_list_utils.mdx
+++ b/api_docs/kbn_securitysolution_list_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils
title: "@kbn/securitysolution-list-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-list-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils']
---
import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx
index 7b8ea7f8fa153..d99c895cfbb07 100644
--- a/api_docs/kbn_securitysolution_rules.mdx
+++ b/api_docs/kbn_securitysolution_rules.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules
title: "@kbn/securitysolution-rules"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-rules plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules']
---
import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx
index bbaae18e81926..fc1a7126299da 100644
--- a/api_docs/kbn_securitysolution_t_grid.mdx
+++ b/api_docs/kbn_securitysolution_t_grid.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid
title: "@kbn/securitysolution-t-grid"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-t-grid plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid']
---
import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json';
diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx
index b22479ca8cb62..5b42ba79461cd 100644
--- a/api_docs/kbn_securitysolution_utils.mdx
+++ b/api_docs/kbn_securitysolution_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils
title: "@kbn/securitysolution-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/securitysolution-utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils']
---
import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json';
diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx
index e959b8f8857f1..c538168844e59 100644
--- a/api_docs/kbn_server_http_tools.mdx
+++ b/api_docs/kbn_server_http_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools
title: "@kbn/server-http-tools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/server-http-tools plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools']
---
import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json';
diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx
index 4dce3d0bcc354..7c066060f57b3 100644
--- a/api_docs/kbn_server_route_repository.mdx
+++ b/api_docs/kbn_server_route_repository.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository
title: "@kbn/server-route-repository"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/server-route-repository plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository']
---
import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json';
diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx
index b3241f80861cf..57b4b0757c666 100644
--- a/api_docs/kbn_shared_svg.mdx
+++ b/api_docs/kbn_shared_svg.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg
title: "@kbn/shared-svg"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-svg plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg']
---
import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx
index 7fdc62d57e0e5..0e0a7de059854 100644
--- a/api_docs/kbn_shared_ux_avatar_solution.mdx
+++ b/api_docs/kbn_shared_ux_avatar_solution.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution
title: "@kbn/shared-ux-avatar-solution"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-avatar-solution plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution']
---
import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx b/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx
index 74b168d876714..cbe1bbc592105 100644
--- a/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx
+++ b/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-user-profile-components
title: "@kbn/shared-ux-avatar-user-profile-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-avatar-user-profile-components plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-user-profile-components']
---
import kbnSharedUxAvatarUserProfileComponentsObj from './kbn_shared_ux_avatar_user_profile_components.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx
index c67019c024447..fd754396fe38d 100644
--- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx
+++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen
title: "@kbn/shared-ux-button-exit-full-screen"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen']
---
import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx
index 523f937ac0308..704bf0d55a588 100644
--- a/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx
+++ b/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen-mocks
title: "@kbn/shared-ux-button-exit-full-screen-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-button-exit-full-screen-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen-mocks']
---
import kbnSharedUxButtonExitFullScreenMocksObj from './kbn_shared_ux_button_exit_full_screen_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx
index 7e026fc462e17..d5cbbf1440008 100644
--- a/api_docs/kbn_shared_ux_button_toolbar.mdx
+++ b/api_docs/kbn_shared_ux_button_toolbar.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar
title: "@kbn/shared-ux-button-toolbar"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-button-toolbar plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar']
---
import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx
index 6744cc7da9aa8..6e187d6a67d6d 100644
--- a/api_docs/kbn_shared_ux_card_no_data.mdx
+++ b/api_docs/kbn_shared_ux_card_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data
title: "@kbn/shared-ux-card-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-card-no-data plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data']
---
import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx
index 604622664685d..f1eafa0073b75 100644
--- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks
title: "@kbn/shared-ux-card-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks']
---
import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx
index 2218b967c0672..345346e831748 100644
--- a/api_docs/kbn_shared_ux_file_context.mdx
+++ b/api_docs/kbn_shared_ux_file_context.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context
title: "@kbn/shared-ux-file-context"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-context plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context']
---
import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx
index 961468e71949a..e242bd651fa0d 100644
--- a/api_docs/kbn_shared_ux_file_image.mdx
+++ b/api_docs/kbn_shared_ux_file_image.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image
title: "@kbn/shared-ux-file-image"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-image plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image']
---
import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx
index f82ac77b98773..4e391b9d8ab27 100644
--- a/api_docs/kbn_shared_ux_file_image_mocks.mdx
+++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks
title: "@kbn/shared-ux-file-image-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-image-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks']
---
import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx
index 1ab3bafb4ee5f..662c634769dd1 100644
--- a/api_docs/kbn_shared_ux_file_mocks.mdx
+++ b/api_docs/kbn_shared_ux_file_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks
title: "@kbn/shared-ux-file-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks']
---
import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx
index f48a321a34b54..1e22cbdd34b00 100644
--- a/api_docs/kbn_shared_ux_file_picker.mdx
+++ b/api_docs/kbn_shared_ux_file_picker.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker
title: "@kbn/shared-ux-file-picker"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-picker plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker']
---
import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx
index cf77561da9e6e..43c10d7423ef7 100644
--- a/api_docs/kbn_shared_ux_file_types.mdx
+++ b/api_docs/kbn_shared_ux_file_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types
title: "@kbn/shared-ux-file-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types']
---
import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx
index 84e8d32366c10..7a684a3ddf9b6 100644
--- a/api_docs/kbn_shared_ux_file_upload.mdx
+++ b/api_docs/kbn_shared_ux_file_upload.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload
title: "@kbn/shared-ux-file-upload"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-upload plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload']
---
import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx
index d79e2ec066afd..7a12cb245836a 100644
--- a/api_docs/kbn_shared_ux_file_util.mdx
+++ b/api_docs/kbn_shared_ux_file_util.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util
title: "@kbn/shared-ux-file-util"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-file-util plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util']
---
import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx
index 35763b229e400..dc82b967602d2 100644
--- a/api_docs/kbn_shared_ux_link_redirect_app.mdx
+++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app
title: "@kbn/shared-ux-link-redirect-app"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-link-redirect-app plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app']
---
import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx
index 714f376ffb7c5..18b157f050418 100644
--- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx
+++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks
title: "@kbn/shared-ux-link-redirect-app-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks']
---
import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx
index f4f56efd30485..8d43b2bc2609d 100644
--- a/api_docs/kbn_shared_ux_markdown.mdx
+++ b/api_docs/kbn_shared_ux_markdown.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown
title: "@kbn/shared-ux-markdown"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-markdown plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown']
---
import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx
index 5d46068526cc8..6ad8500d4ffa1 100644
--- a/api_docs/kbn_shared_ux_markdown_mocks.mdx
+++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks
title: "@kbn/shared-ux-markdown-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-markdown-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks']
---
import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx
index a703893f75dec..da16a3294719e 100644
--- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx
+++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data
title: "@kbn/shared-ux-page-analytics-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data']
---
import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx
index c6146d86359c0..a79ab025d8f39 100644
--- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks
title: "@kbn/shared-ux-page-analytics-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks']
---
import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx
index 2fc62d3203dab..675d8ca547baa 100644
--- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data
title: "@kbn/shared-ux-page-kibana-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data']
---
import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx
index e4a702e9d4de6..87063d4968ca9 100644
--- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks
title: "@kbn/shared-ux-page-kibana-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks']
---
import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx
index 0281befb594ed..d83b54deb377f 100644
--- a/api_docs/kbn_shared_ux_page_kibana_template.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template
title: "@kbn/shared-ux-page-kibana-template"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-template plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template']
---
import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx
index bc4addd3208ad..a915fe7ce8d2f 100644
--- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks
title: "@kbn/shared-ux-page-kibana-template-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks']
---
import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx
index 0144374aab4fb..d386725c0f96e 100644
--- a/api_docs/kbn_shared_ux_page_no_data.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data
title: "@kbn/shared-ux-page-no-data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data']
---
import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx
index da46bad1d78e5..b609f61949e3a 100644
--- a/api_docs/kbn_shared_ux_page_no_data_config.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config
title: "@kbn/shared-ux-page-no-data-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config']
---
import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx
index 4681ccfbf18d8..3b8a6aea768c4 100644
--- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks
title: "@kbn/shared-ux-page-no-data-config-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks']
---
import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx
index ac7fbb18cee1d..b549d3be8ce48 100644
--- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx
+++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks
title: "@kbn/shared-ux-page-no-data-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks']
---
import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx
index c5f2135a7e18e..57b7f77917dbf 100644
--- a/api_docs/kbn_shared_ux_page_solution_nav.mdx
+++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav
title: "@kbn/shared-ux-page-solution-nav"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-page-solution-nav plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav']
---
import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx
index 90f8c67503a8a..cde75adfcbd03 100644
--- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx
+++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views
title: "@kbn/shared-ux-prompt-no-data-views"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views']
---
import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx
index 0c4bc9ae73323..449ec14d0e89b 100644
--- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx
+++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks
title: "@kbn/shared-ux-prompt-no-data-views-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks']
---
import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx
index da5e9ae1eb9a1..54e8a60fb3a71 100644
--- a/api_docs/kbn_shared_ux_prompt_not_found.mdx
+++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found
title: "@kbn/shared-ux-prompt-not-found"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-prompt-not-found plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found']
---
import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx
index aa816570472a8..64431ebf0a9f6 100644
--- a/api_docs/kbn_shared_ux_router.mdx
+++ b/api_docs/kbn_shared_ux_router.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router
title: "@kbn/shared-ux-router"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-router plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router']
---
import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx
index 135cdbf742f31..8f903a6a4599b 100644
--- a/api_docs/kbn_shared_ux_router_mocks.mdx
+++ b/api_docs/kbn_shared_ux_router_mocks.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks
title: "@kbn/shared-ux-router-mocks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-router-mocks plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks']
---
import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx
index 9ca85a30f64b6..aa8aeb5ed628b 100644
--- a/api_docs/kbn_shared_ux_storybook_config.mdx
+++ b/api_docs/kbn_shared_ux_storybook_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config
title: "@kbn/shared-ux-storybook-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-storybook-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config']
---
import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx
index ce99698fd9f1b..1f594a6b27503 100644
--- a/api_docs/kbn_shared_ux_storybook_mock.mdx
+++ b/api_docs/kbn_shared_ux_storybook_mock.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock
title: "@kbn/shared-ux-storybook-mock"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-storybook-mock plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock']
---
import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json';
diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx
index 0e8f337108e82..35030e8f65b69 100644
--- a/api_docs/kbn_shared_ux_utility.mdx
+++ b/api_docs/kbn_shared_ux_utility.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility
title: "@kbn/shared-ux-utility"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/shared-ux-utility plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility']
---
import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json';
diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx
index 97a606deb5c99..b86313f3a585f 100644
--- a/api_docs/kbn_slo_schema.mdx
+++ b/api_docs/kbn_slo_schema.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema
title: "@kbn/slo-schema"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/slo-schema plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema']
---
import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json';
diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx
index d1a8eebc6a352..8a4c14deb442e 100644
--- a/api_docs/kbn_some_dev_log.mdx
+++ b/api_docs/kbn_some_dev_log.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log
title: "@kbn/some-dev-log"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/some-dev-log plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log']
---
import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json';
diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx
index 0217dc9a965db..8a33d6033f83b 100644
--- a/api_docs/kbn_std.mdx
+++ b/api_docs/kbn_std.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std
title: "@kbn/std"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/std plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std']
---
import kbnStdObj from './kbn_std.devdocs.json';
diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx
index b4b67a76d6345..8bb33b6f9fc6c 100644
--- a/api_docs/kbn_stdio_dev_helpers.mdx
+++ b/api_docs/kbn_stdio_dev_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers
title: "@kbn/stdio-dev-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/stdio-dev-helpers plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers']
---
import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json';
diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx
index fd6b8221cc8fd..0dcbe8b65314a 100644
--- a/api_docs/kbn_storybook.mdx
+++ b/api_docs/kbn_storybook.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook
title: "@kbn/storybook"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/storybook plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook']
---
import kbnStorybookObj from './kbn_storybook.devdocs.json';
diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx
index a2a8c3a870b1a..009ae2d00a260 100644
--- a/api_docs/kbn_telemetry_tools.mdx
+++ b/api_docs/kbn_telemetry_tools.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools
title: "@kbn/telemetry-tools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/telemetry-tools plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools']
---
import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json';
diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx
index 245f8573362f4..077c288dbbd06 100644
--- a/api_docs/kbn_test.mdx
+++ b/api_docs/kbn_test.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test
title: "@kbn/test"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/test plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test']
---
import kbnTestObj from './kbn_test.devdocs.json';
diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx
index 7c8dcb3038c28..ac6e29488cd2d 100644
--- a/api_docs/kbn_test_jest_helpers.mdx
+++ b/api_docs/kbn_test_jest_helpers.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers
title: "@kbn/test-jest-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/test-jest-helpers plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers']
---
import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json';
diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx
index f4a6b85e91f0c..4b38e19d2c144 100644
--- a/api_docs/kbn_test_subj_selector.mdx
+++ b/api_docs/kbn_test_subj_selector.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector
title: "@kbn/test-subj-selector"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/test-subj-selector plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector']
---
import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json';
diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx
index 2da057aa80b43..1e093e1c87a67 100644
--- a/api_docs/kbn_tooling_log.mdx
+++ b/api_docs/kbn_tooling_log.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log
title: "@kbn/tooling-log"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/tooling-log plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log']
---
import kbnToolingLogObj from './kbn_tooling_log.devdocs.json';
diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx
index efa271163a527..ec139fac154dc 100644
--- a/api_docs/kbn_ts_projects.mdx
+++ b/api_docs/kbn_ts_projects.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects
title: "@kbn/ts-projects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ts-projects plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects']
---
import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json';
diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx
index e36f3796a6a55..c335bc8053866 100644
--- a/api_docs/kbn_typed_react_router_config.mdx
+++ b/api_docs/kbn_typed_react_router_config.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config
title: "@kbn/typed-react-router-config"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/typed-react-router-config plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config']
---
import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json';
diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx
index 3cd1a6aef2f77..e4f4818385008 100644
--- a/api_docs/kbn_ui_actions_browser.mdx
+++ b/api_docs/kbn_ui_actions_browser.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser
title: "@kbn/ui-actions-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ui-actions-browser plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser']
---
import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json';
diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx
index 11107207bbef6..cfc3a2c905dbb 100644
--- a/api_docs/kbn_ui_shared_deps_src.mdx
+++ b/api_docs/kbn_ui_shared_deps_src.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src
title: "@kbn/ui-shared-deps-src"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ui-shared-deps-src plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src']
---
import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json';
diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx
index a6c35e39c2b54..2306fe2c1523e 100644
--- a/api_docs/kbn_ui_theme.mdx
+++ b/api_docs/kbn_ui_theme.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme
title: "@kbn/ui-theme"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ui-theme plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme']
---
import kbnUiThemeObj from './kbn_ui_theme.devdocs.json';
diff --git a/api_docs/kbn_url_state.devdocs.json b/api_docs/kbn_url_state.devdocs.json
new file mode 100644
index 0000000000000..e7659b142aa8e
--- /dev/null
+++ b/api_docs/kbn_url_state.devdocs.json
@@ -0,0 +1,99 @@
+{
+ "id": "@kbn/url-state",
+ "client": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "server": {
+ "classes": [],
+ "functions": [],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ },
+ "common": {
+ "classes": [],
+ "functions": [
+ {
+ "parentPluginId": "@kbn/url-state",
+ "id": "def-common.useSyncToUrl",
+ "type": "Function",
+ "tags": [],
+ "label": "useSyncToUrl",
+ "description": [
+ "\nSync any object with browser query string using @knb/rison"
+ ],
+ "signature": [
+ "(key: string, restore: (data: TValueToSerialize) => void, cleanupOnHistoryNavigation?: boolean) => (valueToSerialize?: TValueToSerialize | undefined) => void"
+ ],
+ "path": "packages/kbn-url-state/use_sync_to_url.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "children": [
+ {
+ "parentPluginId": "@kbn/url-state",
+ "id": "def-common.useSyncToUrl.$1",
+ "type": "string",
+ "tags": [],
+ "label": "key",
+ "description": [
+ "query string param to use"
+ ],
+ "signature": [
+ "string"
+ ],
+ "path": "packages/kbn-url-state/use_sync_to_url.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/url-state",
+ "id": "def-common.useSyncToUrl.$2",
+ "type": "Function",
+ "tags": [],
+ "label": "restore",
+ "description": [
+ "use this to handle restored state"
+ ],
+ "signature": [
+ "(data: TValueToSerialize) => void"
+ ],
+ "path": "packages/kbn-url-state/use_sync_to_url.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ },
+ {
+ "parentPluginId": "@kbn/url-state",
+ "id": "def-common.useSyncToUrl.$3",
+ "type": "boolean",
+ "tags": [],
+ "label": "cleanupOnHistoryNavigation",
+ "description": [
+ "use history events to cleanup state on back / forward naviation. true by default"
+ ],
+ "signature": [
+ "boolean"
+ ],
+ "path": "packages/kbn-url-state/use_sync_to_url.ts",
+ "deprecated": false,
+ "trackAdoption": false,
+ "isRequired": true
+ }
+ ],
+ "returnComment": [],
+ "initialIsOpen": false
+ }
+ ],
+ "interfaces": [],
+ "enums": [],
+ "misc": [],
+ "objects": []
+ }
+}
\ No newline at end of file
diff --git a/api_docs/kbn_url_state.mdx b/api_docs/kbn_url_state.mdx
new file mode 100644
index 0000000000000..1ecdc4cf5f6b8
--- /dev/null
+++ b/api_docs/kbn_url_state.mdx
@@ -0,0 +1,30 @@
+---
+####
+#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
+#### Reach out in #docs-engineering for more info.
+####
+id: kibKbnUrlStatePluginApi
+slug: /kibana-dev-docs/api/kbn-url-state
+title: "@kbn/url-state"
+image: https://source.unsplash.com/400x175/?github
+description: API docs for the @kbn/url-state plugin
+date: 2023-04-24
+tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/url-state']
+---
+import kbnUrlStateObj from './kbn_url_state.devdocs.json';
+
+
+
+Contact [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) for questions regarding this plugin.
+
+**Code health stats**
+
+| Public API count | Any count | Items lacking comments | Missing exports |
+|-------------------|-----------|------------------------|-----------------|
+| 4 | 0 | 0 | 0 |
+
+## Common
+
+### Functions
+
+
diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx
index 99b0de88ef5ef..9678a8f3d941e 100644
--- a/api_docs/kbn_user_profile_components.mdx
+++ b/api_docs/kbn_user_profile_components.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components
title: "@kbn/user-profile-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/user-profile-components plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components']
---
import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json';
diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx
index d7c2e09558b57..0847fe990eba3 100644
--- a/api_docs/kbn_utility_types.mdx
+++ b/api_docs/kbn_utility_types.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types
title: "@kbn/utility-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/utility-types plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types']
---
import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json';
diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx
index 18348076c4a98..bd7b6dc7e7ca0 100644
--- a/api_docs/kbn_utility_types_jest.mdx
+++ b/api_docs/kbn_utility_types_jest.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest
title: "@kbn/utility-types-jest"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/utility-types-jest plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest']
---
import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json';
diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx
index a743985adbe80..3bb37ce9fb475 100644
--- a/api_docs/kbn_utils.mdx
+++ b/api_docs/kbn_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils
title: "@kbn/utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/utils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils']
---
import kbnUtilsObj from './kbn_utils.devdocs.json';
diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx
index 73c55462f3c81..89bec78fbe1d0 100644
--- a/api_docs/kbn_yarn_lock_validator.mdx
+++ b/api_docs/kbn_yarn_lock_validator.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator
title: "@kbn/yarn-lock-validator"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/yarn-lock-validator plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator']
---
import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json';
diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx
index e20a39ed1d8b5..35b6ab39c77a0 100644
--- a/api_docs/kibana_overview.mdx
+++ b/api_docs/kibana_overview.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview
title: "kibanaOverview"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kibanaOverview plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview']
---
import kibanaOverviewObj from './kibana_overview.devdocs.json';
diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx
index cb370c5b41c00..277ae838dc455 100644
--- a/api_docs/kibana_react.mdx
+++ b/api_docs/kibana_react.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact
title: "kibanaReact"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kibanaReact plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact']
---
import kibanaReactObj from './kibana_react.devdocs.json';
diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx
index e4252f4bb1d23..9710a9b016f88 100644
--- a/api_docs/kibana_utils.mdx
+++ b/api_docs/kibana_utils.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils
title: "kibanaUtils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kibanaUtils plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils']
---
import kibanaUtilsObj from './kibana_utils.devdocs.json';
diff --git a/api_docs/kubernetes_security.mdx b/api_docs/kubernetes_security.mdx
index f13e3882eba31..e9b23fb4642c8 100644
--- a/api_docs/kubernetes_security.mdx
+++ b/api_docs/kubernetes_security.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kubernetesSecurity
title: "kubernetesSecurity"
image: https://source.unsplash.com/400x175/?github
description: API docs for the kubernetesSecurity plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity']
---
import kubernetesSecurityObj from './kubernetes_security.devdocs.json';
diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx
index 0a8741d076772..7e35673a3ef08 100644
--- a/api_docs/lens.mdx
+++ b/api_docs/lens.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens
title: "lens"
image: https://source.unsplash.com/400x175/?github
description: API docs for the lens plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens']
---
import lensObj from './lens.devdocs.json';
diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx
index b9b65d3c94bc6..18e54115992df 100644
--- a/api_docs/license_api_guard.mdx
+++ b/api_docs/license_api_guard.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard
title: "licenseApiGuard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the licenseApiGuard plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard']
---
import licenseApiGuardObj from './license_api_guard.devdocs.json';
diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx
index e3bb7df026945..f791025b3e353 100644
--- a/api_docs/license_management.mdx
+++ b/api_docs/license_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement
title: "licenseManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the licenseManagement plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement']
---
import licenseManagementObj from './license_management.devdocs.json';
diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx
index 704afaaf19d4d..348e30ab776d8 100644
--- a/api_docs/licensing.mdx
+++ b/api_docs/licensing.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing
title: "licensing"
image: https://source.unsplash.com/400x175/?github
description: API docs for the licensing plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing']
---
import licensingObj from './licensing.devdocs.json';
diff --git a/api_docs/lists.devdocs.json b/api_docs/lists.devdocs.json
index cf0f553770aee..a5d1cf263468f 100644
--- a/api_docs/lists.devdocs.json
+++ b/api_docs/lists.devdocs.json
@@ -736,7 +736,7 @@
"\nCreate the Trusted Apps Agnostic list if it does not yet exist (`null` is returned if it does exist)"
],
"signature": [
- "({ listId, namespaceType, }: ",
+ "({ list, namespaceType, includeExpiredExceptions, }: ",
"DuplicateExceptionListOptions",
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; updated_at: string; updated_by: string; version: number; } | null>"
],
@@ -749,7 +749,7 @@
"id": "def-server.ExceptionListClient.duplicateExceptionListAndItems.$1",
"type": "Object",
"tags": [],
- "label": "{\n listId,\n namespaceType,\n }",
+ "label": "{\n list,\n namespaceType,\n includeExpiredExceptions,\n }",
"description": [],
"signature": [
"DuplicateExceptionListOptions"
diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx
index 6a3f788c87be3..7a4f5df515fb3 100644
--- a/api_docs/lists.mdx
+++ b/api_docs/lists.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists
title: "lists"
image: https://source.unsplash.com/400x175/?github
description: API docs for the lists plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists']
---
import listsObj from './lists.devdocs.json';
diff --git a/api_docs/management.mdx b/api_docs/management.mdx
index f2a3ee2fecf34..e86efc700e7ea 100644
--- a/api_docs/management.mdx
+++ b/api_docs/management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management
title: "management"
image: https://source.unsplash.com/400x175/?github
description: API docs for the management plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management']
---
import managementObj from './management.devdocs.json';
diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx
index 3a3a5d8d917d1..d5ef557d05116 100644
--- a/api_docs/maps.mdx
+++ b/api_docs/maps.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps
title: "maps"
image: https://source.unsplash.com/400x175/?github
description: API docs for the maps plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps']
---
import mapsObj from './maps.devdocs.json';
diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx
index 4205c9b472f0b..97034dddf8ac6 100644
--- a/api_docs/maps_ems.mdx
+++ b/api_docs/maps_ems.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms
title: "mapsEms"
image: https://source.unsplash.com/400x175/?github
description: API docs for the mapsEms plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms']
---
import mapsEmsObj from './maps_ems.devdocs.json';
diff --git a/api_docs/ml.devdocs.json b/api_docs/ml.devdocs.json
index a235055918f57..a714fc22ec0c9 100644
--- a/api_docs/ml.devdocs.json
+++ b/api_docs/ml.devdocs.json
@@ -3306,41 +3306,6 @@
"returnComment": [],
"initialIsOpen": false
},
- {
- "parentPluginId": "ml",
- "id": "def-common.extractErrorMessage",
- "type": "Function",
- "tags": [],
- "label": "extractErrorMessage",
- "description": [],
- "signature": [
- "(error: ",
- "ErrorType",
- ") => string"
- ],
- "path": "x-pack/plugins/ml/common/util/errors/process_errors.ts",
- "deprecated": false,
- "trackAdoption": false,
- "children": [
- {
- "parentPluginId": "ml",
- "id": "def-common.extractErrorMessage.$1",
- "type": "CompoundType",
- "tags": [],
- "label": "error",
- "description": [],
- "signature": [
- "ErrorType"
- ],
- "path": "x-pack/plugins/ml/common/util/errors/process_errors.ts",
- "deprecated": false,
- "trackAdoption": false,
- "isRequired": false
- }
- ],
- "returnComment": [],
- "initialIsOpen": false
- },
{
"parentPluginId": "ml",
"id": "def-common.getDefaultCapabilities",
diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx
index d7fab7ce5ee29..d977d47492384 100644
--- a/api_docs/ml.mdx
+++ b/api_docs/ml.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml
title: "ml"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ml plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml']
---
import mlObj from './ml.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 |
|-------------------|-----------|------------------------|-----------------|
-| 259 | 9 | 83 | 40 |
+| 257 | 9 | 81 | 39 |
## Client
diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx
index fbb5d4166d7c0..90c474ac78f1a 100644
--- a/api_docs/monitoring.mdx
+++ b/api_docs/monitoring.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring
title: "monitoring"
image: https://source.unsplash.com/400x175/?github
description: API docs for the monitoring plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring']
---
import monitoringObj from './monitoring.devdocs.json';
diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx
index 390050d8aca21..8d7ae64cb77ba 100644
--- a/api_docs/monitoring_collection.mdx
+++ b/api_docs/monitoring_collection.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection
title: "monitoringCollection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the monitoringCollection plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection']
---
import monitoringCollectionObj from './monitoring_collection.devdocs.json';
diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx
index c1da45703e1e0..59a2eae887fb5 100644
--- a/api_docs/navigation.mdx
+++ b/api_docs/navigation.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation
title: "navigation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the navigation plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation']
---
import navigationObj from './navigation.devdocs.json';
diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx
index ea9412b022b55..f1ec49c987768 100644
--- a/api_docs/newsfeed.mdx
+++ b/api_docs/newsfeed.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed
title: "newsfeed"
image: https://source.unsplash.com/400x175/?github
description: API docs for the newsfeed plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed']
---
import newsfeedObj from './newsfeed.devdocs.json';
diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx
index 45300a85184d2..bf6aade55bc14 100644
--- a/api_docs/notifications.mdx
+++ b/api_docs/notifications.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications
title: "notifications"
image: https://source.unsplash.com/400x175/?github
description: API docs for the notifications plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications']
---
import notificationsObj from './notifications.devdocs.json';
diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx
index caed04a1ba9d5..01cac0e1d423a 100644
--- a/api_docs/observability.mdx
+++ b/api_docs/observability.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability
title: "observability"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observability plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability']
---
import observabilityObj from './observability.devdocs.json';
diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx
index 85db14ed31dc3..321906e5ba6ff 100644
--- a/api_docs/observability_shared.mdx
+++ b/api_docs/observability_shared.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared
title: "observabilityShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the observabilityShared plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared']
---
import observabilitySharedObj from './observability_shared.devdocs.json';
diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx
index 57b293ee7b2e3..171effe7c5467 100644
--- a/api_docs/osquery.mdx
+++ b/api_docs/osquery.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery
title: "osquery"
image: https://source.unsplash.com/400x175/?github
description: API docs for the osquery plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery']
---
import osqueryObj from './osquery.devdocs.json';
diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx
index dc3d7eab17a06..e0ee93073348b 100644
--- a/api_docs/plugin_directory.mdx
+++ b/api_docs/plugin_directory.mdx
@@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory
slug: /kibana-dev-docs/api-meta/plugin-api-directory
title: Directory
description: Directory of public APIs available through plugins or packages.
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Count | Plugins or Packages with a
public API | Number of teams |
|--------------|----------|------------------------|
-| 595 | 491 | 37 |
+| 597 | 493 | 37 |
### Public API health stats
| API Count | Any Count | Missing comments | Missing exports |
|--------------|----------|-----------------|--------|
-| 69056 | 526 | 59639 | 1335 |
+| 69151 | 525 | 59683 | 1333 |
## Plugin Directory
@@ -30,7 +30,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 259 | 8 | 254 | 26 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 36 | 1 | 32 | 2 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | AIOps plugin maintained by ML team. | 39 | 0 | 24 | 0 |
-| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 603 | 1 | 582 | 42 |
+| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 606 | 1 | 585 | 42 |
| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | The user interface for Elastic APM | 43 | 0 | 43 | 110 |
| | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | Asset manager plugin for entity assets (inventory, topology, etc) | 3 | 0 | 3 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 9 | 0 |
@@ -48,7 +48,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| cloudLinks | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Adds the links to the Elastic Cloud console | 0 | 0 | 0 | 0 |
| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | The cloud security posture plugin | 17 | 0 | 2 | 2 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 13 | 0 | 13 | 1 |
-| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Content management app | 143 | 0 | 124 | 7 |
+| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Content management app | 149 | 0 | 126 | 6 |
| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls | 301 | 0 | 294 | 13 |
| crossClusterReplication | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 0 | 0 | 0 | 0 |
| customBranding | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Enables customization of Kibana | 0 | 0 | 0 | 0 |
@@ -99,7 +99,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| globalSearchProviders | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 |
| graph | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 0 | 0 | 0 | 0 |
| grokdebugger | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 0 | 0 | 0 | 0 |
-| | [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/platform-onboarding) | Guided onboarding framework | 56 | 0 | 55 | 0 |
+| | [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/platform-onboarding) | Guided onboarding framework | 57 | 0 | 56 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 143 | 0 | 104 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Image embeddable | 3 | 0 | 3 | 1 |
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 4 | 0 | 4 | 0 |
@@ -123,7 +123,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 41 | 0 | 41 | 6 |
| | [@elastic/kibana-gis](https://github.com/orgs/elastic/teams/kibana-gis) | - | 269 | 0 | 268 | 29 |
| | [@elastic/kibana-gis](https://github.com/orgs/elastic/teams/kibana-gis) | - | 67 | 0 | 67 | 0 |
-| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the machine learning features provided by Elastic. | 259 | 9 | 83 | 40 |
+| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the machine learning features provided by Elastic. | 257 | 9 | 81 | 39 |
| | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | - | 15 | 3 | 13 | 1 |
| | [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) | - | 9 | 0 | 9 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 34 | 2 |
@@ -167,7 +167,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 257 | 1 | 214 | 20 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. | 4 | 0 | 4 | 1 |
| translations | [@elastic/kibana-localization](https://github.com/orgs/elastic/teams/kibana-localization) | - | 0 | 0 | 0 | 0 |
-| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 540 | 10 | 511 | 49 |
+| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 542 | 10 | 513 | 49 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds UI Actions service to Kibana | 134 | 2 | 92 | 9 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Extends UI Actions plugin with more functionality | 206 | 0 | 140 | 9 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list which can be integrated into apps | 296 | 0 | 270 | 6 |
@@ -214,7 +214,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 2 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 |
| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 27 | 0 | 27 | 3 |
-| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 154 | 0 | 154 | 17 |
+| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 153 | 0 | 153 | 17 |
| | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 11 | 0 | 11 | 0 |
| | [@elastic/kibana-qa](https://github.com/orgs/elastic/teams/kibana-qa) | - | 12 | 0 | 12 | 0 |
| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 19 | 0 | 17 | 0 |
@@ -408,14 +408,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 255 | 1 | 197 | 15 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 12 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 |
-| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 13 | 0 | 4 | 3 |
+| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 33 | 0 | 13 | 3 |
| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 20 | 0 | 16 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 0 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 29 | 0 | 29 | 1 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 0 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 |
-| | [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/platform-onboarding) | - | 52 | 0 | 50 | 3 |
+| | [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/platform-onboarding) | - | 54 | 0 | 52 | 3 |
| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 33 | 3 | 24 | 6 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 |
@@ -437,6 +437,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/kibana-gis](https://github.com/orgs/elastic/teams/kibana-gis) | - | 534 | 1 | 1 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 93 | 2 | 61 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 52 | 0 | 4 | 0 |
+| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 36 | 0 | 8 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 2 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 3 | 0 |
@@ -449,7 +450,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 1 | 8 | 0 |
| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 31 | 1 | 24 | 1 |
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 71 | 0 | 69 | 3 |
-| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 53 | 1 | 48 | 0 |
+| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 1 | 50 | 0 |
| | [@elastic/actionable-observability](https://github.com/orgs/elastic/teams/actionable-observability) | - | 7 | 0 | 7 | 1 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 45 | 0 | 45 | 10 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 51 | 5 | 34 | 0 |
@@ -475,13 +476,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 104 | 0 | 93 | 1 |
| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 20 | 0 | 15 | 4 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 15 | 0 | 7 | 0 |
-| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 141 | 0 | 122 | 0 |
-| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 516 | 1 | 503 | 0 |
+| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 147 | 0 | 125 | 0 |
+| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 528 | 0 | 515 | 0 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 65 | 0 | 36 | 0 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 28 | 0 | 21 | 0 |
-| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 67 | 0 | 64 | 0 |
+| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 69 | 0 | 65 | 0 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 35 | 0 | 23 | 0 |
-| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 60 | 0 | 47 | 0 |
+| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 62 | 0 | 49 | 0 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 210 | 10 | 163 | 0 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 26 | 0 | 23 | 0 |
| | [@elastic/security-solution-platform](https://github.com/orgs/elastic/teams/security-solution-platform) | - | 120 | 0 | 116 | 0 |
@@ -542,6 +543,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 0 | 8 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 45 | 0 | 36 | 0 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 6 | 0 |
+| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 4 | 0 | 0 | 0 |
| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 58 | 0 | 5 | 0 |
| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 15 | 1 |
| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 |
diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx
index bd5fa373355d3..bb5dd22da4a5d 100644
--- a/api_docs/presentation_util.mdx
+++ b/api_docs/presentation_util.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil
title: "presentationUtil"
image: https://source.unsplash.com/400x175/?github
description: API docs for the presentationUtil plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil']
---
import presentationUtilObj from './presentation_util.devdocs.json';
diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx
index 94ec36d0e142d..fa7c514839f1d 100644
--- a/api_docs/profiling.mdx
+++ b/api_docs/profiling.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling
title: "profiling"
image: https://source.unsplash.com/400x175/?github
description: API docs for the profiling plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling']
---
import profilingObj from './profiling.devdocs.json';
diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx
index 4d93f65d4f588..052f465958e43 100644
--- a/api_docs/remote_clusters.mdx
+++ b/api_docs/remote_clusters.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters
title: "remoteClusters"
image: https://source.unsplash.com/400x175/?github
description: API docs for the remoteClusters plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters']
---
import remoteClustersObj from './remote_clusters.devdocs.json';
diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx
index dc655be6ea3b1..b3e643f23c824 100644
--- a/api_docs/reporting.mdx
+++ b/api_docs/reporting.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting
title: "reporting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the reporting plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting']
---
import reportingObj from './reporting.devdocs.json';
diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx
index 22004d4715863..3ad92d06484ef 100644
--- a/api_docs/rollup.mdx
+++ b/api_docs/rollup.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup
title: "rollup"
image: https://source.unsplash.com/400x175/?github
description: API docs for the rollup plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup']
---
import rollupObj from './rollup.devdocs.json';
diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx
index 7af25a7132259..2230c7e475fbf 100644
--- a/api_docs/rule_registry.mdx
+++ b/api_docs/rule_registry.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry
title: "ruleRegistry"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ruleRegistry plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry']
---
import ruleRegistryObj from './rule_registry.devdocs.json';
diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx
index bf014f1590fc2..fbb641e9ec07b 100644
--- a/api_docs/runtime_fields.mdx
+++ b/api_docs/runtime_fields.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields
title: "runtimeFields"
image: https://source.unsplash.com/400x175/?github
description: API docs for the runtimeFields plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields']
---
import runtimeFieldsObj from './runtime_fields.devdocs.json';
diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx
index 1ce68779192c7..4775f7bab3e25 100644
--- a/api_docs/saved_objects.mdx
+++ b/api_docs/saved_objects.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects
title: "savedObjects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjects plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects']
---
import savedObjectsObj from './saved_objects.devdocs.json';
diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx
index ba213be4dd0b6..c5cc15bc31edd 100644
--- a/api_docs/saved_objects_finder.mdx
+++ b/api_docs/saved_objects_finder.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder
title: "savedObjectsFinder"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsFinder plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder']
---
import savedObjectsFinderObj from './saved_objects_finder.devdocs.json';
diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx
index b3d06632c1757..8ed4d9ce7ea8b 100644
--- a/api_docs/saved_objects_management.mdx
+++ b/api_docs/saved_objects_management.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement
title: "savedObjectsManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsManagement plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement']
---
import savedObjectsManagementObj from './saved_objects_management.devdocs.json';
diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx
index 28ee6a6fdb1e9..28d4dfa912c94 100644
--- a/api_docs/saved_objects_tagging.mdx
+++ b/api_docs/saved_objects_tagging.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging
title: "savedObjectsTagging"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsTagging plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging']
---
import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json';
diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx
index 50a27cc71b42c..c4e422b6d4bf5 100644
--- a/api_docs/saved_objects_tagging_oss.mdx
+++ b/api_docs/saved_objects_tagging_oss.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss
title: "savedObjectsTaggingOss"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedObjectsTaggingOss plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss']
---
import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json';
diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx
index 2f0a64f88e254..b41919c5f029f 100644
--- a/api_docs/saved_search.mdx
+++ b/api_docs/saved_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch
title: "savedSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the savedSearch plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch']
---
import savedSearchObj from './saved_search.devdocs.json';
diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx
index b87efc25bb18e..eee83610aebe7 100644
--- a/api_docs/screenshot_mode.mdx
+++ b/api_docs/screenshot_mode.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode
title: "screenshotMode"
image: https://source.unsplash.com/400x175/?github
description: API docs for the screenshotMode plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode']
---
import screenshotModeObj from './screenshot_mode.devdocs.json';
diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx
index 179ea1d1861aa..8b105e90157ca 100644
--- a/api_docs/screenshotting.mdx
+++ b/api_docs/screenshotting.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting
title: "screenshotting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the screenshotting plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting']
---
import screenshottingObj from './screenshotting.devdocs.json';
diff --git a/api_docs/security.mdx b/api_docs/security.mdx
index b93687377e8a6..6a3ef50e5d725 100644
--- a/api_docs/security.mdx
+++ b/api_docs/security.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security
title: "security"
image: https://source.unsplash.com/400x175/?github
description: API docs for the security plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security']
---
import securityObj from './security.devdocs.json';
diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx
index d193ee3ae36cf..49cd868cf6aee 100644
--- a/api_docs/security_solution.mdx
+++ b/api_docs/security_solution.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution
title: "securitySolution"
image: https://source.unsplash.com/400x175/?github
description: API docs for the securitySolution plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution']
---
import securitySolutionObj from './security_solution.devdocs.json';
diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx
index 863bb87c48c26..89f21abe997f4 100644
--- a/api_docs/session_view.mdx
+++ b/api_docs/session_view.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView
title: "sessionView"
image: https://source.unsplash.com/400x175/?github
description: API docs for the sessionView plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView']
---
import sessionViewObj from './session_view.devdocs.json';
diff --git a/api_docs/share.mdx b/api_docs/share.mdx
index 2bb9768f311c2..41725af018c9e 100644
--- a/api_docs/share.mdx
+++ b/api_docs/share.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share
title: "share"
image: https://source.unsplash.com/400x175/?github
description: API docs for the share plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share']
---
import shareObj from './share.devdocs.json';
diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx
index 44b56f58ba474..582bfce7f3253 100644
--- a/api_docs/snapshot_restore.mdx
+++ b/api_docs/snapshot_restore.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore
title: "snapshotRestore"
image: https://source.unsplash.com/400x175/?github
description: API docs for the snapshotRestore plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore']
---
import snapshotRestoreObj from './snapshot_restore.devdocs.json';
diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx
index 563274dd2f750..2467dff1cd464 100644
--- a/api_docs/spaces.mdx
+++ b/api_docs/spaces.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces
title: "spaces"
image: https://source.unsplash.com/400x175/?github
description: API docs for the spaces plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces']
---
import spacesObj from './spaces.devdocs.json';
diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx
index bfd22efb5d897..f2fd4e7fff1d3 100644
--- a/api_docs/stack_alerts.mdx
+++ b/api_docs/stack_alerts.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts
title: "stackAlerts"
image: https://source.unsplash.com/400x175/?github
description: API docs for the stackAlerts plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts']
---
import stackAlertsObj from './stack_alerts.devdocs.json';
diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx
index 7426f4bf3c2e2..12ffc30623e60 100644
--- a/api_docs/stack_connectors.mdx
+++ b/api_docs/stack_connectors.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors
title: "stackConnectors"
image: https://source.unsplash.com/400x175/?github
description: API docs for the stackConnectors plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors']
---
import stackConnectorsObj from './stack_connectors.devdocs.json';
diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx
index 07663807996de..ec588948cbe18 100644
--- a/api_docs/task_manager.mdx
+++ b/api_docs/task_manager.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager
title: "taskManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the taskManager plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager']
---
import taskManagerObj from './task_manager.devdocs.json';
diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx
index 507775a14db43..439a2431b4376 100644
--- a/api_docs/telemetry.mdx
+++ b/api_docs/telemetry.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry
title: "telemetry"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetry plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry']
---
import telemetryObj from './telemetry.devdocs.json';
diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx
index b0d73ccf96937..a445edd5a138f 100644
--- a/api_docs/telemetry_collection_manager.mdx
+++ b/api_docs/telemetry_collection_manager.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager
title: "telemetryCollectionManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetryCollectionManager plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager']
---
import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json';
diff --git a/api_docs/telemetry_collection_xpack.mdx b/api_docs/telemetry_collection_xpack.mdx
index 3870cdba63b35..29ee2d6178438 100644
--- a/api_docs/telemetry_collection_xpack.mdx
+++ b/api_docs/telemetry_collection_xpack.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionXpack
title: "telemetryCollectionXpack"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetryCollectionXpack plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionXpack']
---
import telemetryCollectionXpackObj from './telemetry_collection_xpack.devdocs.json';
diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx
index 27c23a0eb88db..fbe7face22441 100644
--- a/api_docs/telemetry_management_section.mdx
+++ b/api_docs/telemetry_management_section.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection
title: "telemetryManagementSection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the telemetryManagementSection plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection']
---
import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json';
diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx
index b54750be2d606..5ca7b1d27e7d4 100644
--- a/api_docs/threat_intelligence.mdx
+++ b/api_docs/threat_intelligence.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/threatIntelligence
title: "threatIntelligence"
image: https://source.unsplash.com/400x175/?github
description: API docs for the threatIntelligence plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence']
---
import threatIntelligenceObj from './threat_intelligence.devdocs.json';
diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx
index acb04c0a79a88..41df96ec361dd 100644
--- a/api_docs/timelines.mdx
+++ b/api_docs/timelines.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines
title: "timelines"
image: https://source.unsplash.com/400x175/?github
description: API docs for the timelines plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines']
---
import timelinesObj from './timelines.devdocs.json';
diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx
index a5cb1bf5bb0f1..e0a7c8eca1a70 100644
--- a/api_docs/transform.mdx
+++ b/api_docs/transform.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform
title: "transform"
image: https://source.unsplash.com/400x175/?github
description: API docs for the transform plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform']
---
import transformObj from './transform.devdocs.json';
diff --git a/api_docs/triggers_actions_ui.devdocs.json b/api_docs/triggers_actions_ui.devdocs.json
index 8b881a6bf3005..ae29d4e3e787a 100644
--- a/api_docs/triggers_actions_ui.devdocs.json
+++ b/api_docs/triggers_actions_ui.devdocs.json
@@ -2831,6 +2831,20 @@
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "triggersActionsUi",
+ "id": "def-public.AlertStatus.maintenanceWindowIds",
+ "type": "Array",
+ "tags": [],
+ "label": "maintenanceWindowIds",
+ "description": [],
+ "signature": [
+ "string[] | undefined"
+ ],
+ "path": "x-pack/plugins/alerting/common/alert_summary.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
@@ -3045,6 +3059,17 @@
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
+ },
+ {
+ "parentPluginId": "triggersActionsUi",
+ "id": "def-public.AlertSummary.revision",
+ "type": "number",
+ "tags": [],
+ "label": "revision",
+ "description": [],
+ "path": "x-pack/plugins/alerting/common/alert_summary.ts",
+ "deprecated": false,
+ "trackAdoption": false
}
],
"initialIsOpen": false
diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx
index fc92b4f9ff615..0dfa7fa50555b 100644
--- a/api_docs/triggers_actions_ui.mdx
+++ b/api_docs/triggers_actions_ui.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi
title: "triggersActionsUi"
image: https://source.unsplash.com/400x175/?github
description: API docs for the triggersActionsUi plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi']
---
import triggersActionsUiObj from './triggers_actions_ui.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 |
|-------------------|-----------|------------------------|-----------------|
-| 540 | 10 | 511 | 49 |
+| 542 | 10 | 513 | 49 |
## Client
diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx
index 2fe2650841250..ba54dfe3328c8 100644
--- a/api_docs/ui_actions.mdx
+++ b/api_docs/ui_actions.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions
title: "uiActions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the uiActions plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions']
---
import uiActionsObj from './ui_actions.devdocs.json';
diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx
index a46c6ed8f86f6..0111328be34a0 100644
--- a/api_docs/ui_actions_enhanced.mdx
+++ b/api_docs/ui_actions_enhanced.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced
title: "uiActionsEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the uiActionsEnhanced plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced']
---
import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json';
diff --git a/api_docs/unified_field_list.mdx b/api_docs/unified_field_list.mdx
index 604ae78db8a3e..97fceac316e4d 100644
--- a/api_docs/unified_field_list.mdx
+++ b/api_docs/unified_field_list.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedFieldList
title: "unifiedFieldList"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedFieldList plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedFieldList']
---
import unifiedFieldListObj from './unified_field_list.devdocs.json';
diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx
index 33f08e0514e8c..e0acc17411f17 100644
--- a/api_docs/unified_histogram.mdx
+++ b/api_docs/unified_histogram.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedHistogram
title: "unifiedHistogram"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedHistogram plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram']
---
import unifiedHistogramObj from './unified_histogram.devdocs.json';
diff --git a/api_docs/unified_search.devdocs.json b/api_docs/unified_search.devdocs.json
index 05f2215a9a913..8f697ba358c0c 100644
--- a/api_docs/unified_search.devdocs.json
+++ b/api_docs/unified_search.devdocs.json
@@ -487,7 +487,7 @@
"OnSaveTextLanguageQueryProps",
") => void) | undefined; showSubmitButton?: boolean | undefined; submitButtonStyle?: \"full\" | \"auto\" | \"iconOnly\" | undefined; suggestionsSize?: ",
"SuggestionsListSize",
- " | undefined; isScreenshotMode?: boolean | undefined; onFiltersUpdated?: ((filters: ",
+ " | undefined; isScreenshotMode?: boolean | undefined; submitOnBlur?: boolean | undefined; onFiltersUpdated?: ((filters: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx
index 5c23136a98a7a..9655a20a1dda9 100644
--- a/api_docs/unified_search.mdx
+++ b/api_docs/unified_search.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch
title: "unifiedSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedSearch plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch']
---
import unifiedSearchObj from './unified_search.devdocs.json';
diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx
index 1b5beadfecf13..f70714d1e5938 100644
--- a/api_docs/unified_search_autocomplete.mdx
+++ b/api_docs/unified_search_autocomplete.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete
title: "unifiedSearch.autocomplete"
image: https://source.unsplash.com/400x175/?github
description: API docs for the unifiedSearch.autocomplete plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete']
---
import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json';
diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx
index b6d4f177afce2..fb8870f2325d2 100644
--- a/api_docs/url_forwarding.mdx
+++ b/api_docs/url_forwarding.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding
title: "urlForwarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the urlForwarding plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding']
---
import urlForwardingObj from './url_forwarding.devdocs.json';
diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx
index 919ee29502898..569cd4f8baf09 100644
--- a/api_docs/usage_collection.mdx
+++ b/api_docs/usage_collection.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection
title: "usageCollection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the usageCollection plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection']
---
import usageCollectionObj from './usage_collection.devdocs.json';
diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx
index de9da5f50c4dd..71a2488190eb8 100644
--- a/api_docs/ux.mdx
+++ b/api_docs/ux.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux
title: "ux"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ux plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux']
---
import uxObj from './ux.devdocs.json';
diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx
index d17bcc483e1c3..aa3747f8476f0 100644
--- a/api_docs/vis_default_editor.mdx
+++ b/api_docs/vis_default_editor.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor
title: "visDefaultEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visDefaultEditor plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor']
---
import visDefaultEditorObj from './vis_default_editor.devdocs.json';
diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx
index d73b04c29be18..24c99b2aa19f8 100644
--- a/api_docs/vis_type_gauge.mdx
+++ b/api_docs/vis_type_gauge.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge
title: "visTypeGauge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeGauge plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge']
---
import visTypeGaugeObj from './vis_type_gauge.devdocs.json';
diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx
index dfab14fdd94de..d7649559452e8 100644
--- a/api_docs/vis_type_heatmap.mdx
+++ b/api_docs/vis_type_heatmap.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap
title: "visTypeHeatmap"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeHeatmap plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap']
---
import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json';
diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx
index 096f49cdb1541..c493a75a57076 100644
--- a/api_docs/vis_type_pie.mdx
+++ b/api_docs/vis_type_pie.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie
title: "visTypePie"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypePie plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie']
---
import visTypePieObj from './vis_type_pie.devdocs.json';
diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx
index e36aeeed77738..b954ce0b719d2 100644
--- a/api_docs/vis_type_table.mdx
+++ b/api_docs/vis_type_table.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable
title: "visTypeTable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeTable plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable']
---
import visTypeTableObj from './vis_type_table.devdocs.json';
diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx
index eba3c262b3db4..b98b43d726106 100644
--- a/api_docs/vis_type_timelion.mdx
+++ b/api_docs/vis_type_timelion.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion
title: "visTypeTimelion"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeTimelion plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion']
---
import visTypeTimelionObj from './vis_type_timelion.devdocs.json';
diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx
index 504196c391a34..7a80a887ba186 100644
--- a/api_docs/vis_type_timeseries.mdx
+++ b/api_docs/vis_type_timeseries.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries
title: "visTypeTimeseries"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeTimeseries plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries']
---
import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json';
diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx
index bc9c59bd6a49c..b760568fac4e3 100644
--- a/api_docs/vis_type_vega.mdx
+++ b/api_docs/vis_type_vega.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega
title: "visTypeVega"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeVega plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega']
---
import visTypeVegaObj from './vis_type_vega.devdocs.json';
diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx
index b8ac18365cd3c..27174661c8845 100644
--- a/api_docs/vis_type_vislib.mdx
+++ b/api_docs/vis_type_vislib.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib
title: "visTypeVislib"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeVislib plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib']
---
import visTypeVislibObj from './vis_type_vislib.devdocs.json';
diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx
index 409866a3315d4..f64e0c6adbde7 100644
--- a/api_docs/vis_type_xy.mdx
+++ b/api_docs/vis_type_xy.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy
title: "visTypeXy"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visTypeXy plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy']
---
import visTypeXyObj from './vis_type_xy.devdocs.json';
diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx
index 348c6c015d348..a8c2abb735484 100644
--- a/api_docs/visualizations.mdx
+++ b/api_docs/visualizations.mdx
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations
title: "visualizations"
image: https://source.unsplash.com/400x175/?github
description: API docs for the visualizations plugin
-date: 2023-04-21
+date: 2023-04-24
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations']
---
import visualizationsObj from './visualizations.devdocs.json';
diff --git a/docs/management/connectors/action-types/email.asciidoc b/docs/management/connectors/action-types/email.asciidoc
index 65bc85a7d7133..7d6cc75282a2f 100644
--- a/docs/management/connectors/action-types/email.asciidoc
+++ b/docs/management/connectors/action-types/email.asciidoc
@@ -30,6 +30,7 @@ or as needed when you're creating a rule. For example:
[role="screenshot"]
image::management/connectors/images/email-connector.png[Email connector]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
[float]
[[email-connector-configuration]]
@@ -182,6 +183,7 @@ as you're creating or editing the connector in {kib}. For example:
[role="screenshot"]
image::management/connectors/images/email-params-test.png[Email params test]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
Email actions have the following configuration properties.
diff --git a/docs/management/connectors/images/email-connector.png b/docs/management/connectors/images/email-connector.png
index b837fa545a4d1..3cce19021937f 100644
Binary files a/docs/management/connectors/images/email-connector.png and b/docs/management/connectors/images/email-connector.png differ
diff --git a/docs/management/connectors/images/email-params-test.png b/docs/management/connectors/images/email-params-test.png
index 3745bcd3235e9..bc2a9706e6396 100644
Binary files a/docs/management/connectors/images/email-params-test.png and b/docs/management/connectors/images/email-params-test.png differ
diff --git a/docs/user/alerting/create-and-manage-rules.asciidoc b/docs/user/alerting/create-and-manage-rules.asciidoc
index 7e35cd232566c..23bd7a9ae9fd6 100644
--- a/docs/user/alerting/create-and-manage-rules.asciidoc
+++ b/docs/user/alerting/create-and-manage-rules.asciidoc
@@ -49,6 +49,7 @@ Each rule type provides its own way of defining the conditions to detect, but an
[role="screenshot"]
image::images/rule-flyout-rule-conditions.png[UI for defining rule conditions on an index threshold rule,500]
+// NOTE: This is an autogenerated screenshot. Do not edit it directly.
All rules must have a check interval, which defines how often to evaluate the rule conditions. Checks are queued; they run as close to the defined value as capacity allows.
diff --git a/docs/user/alerting/images/rule-flyout-rule-conditions.png b/docs/user/alerting/images/rule-flyout-rule-conditions.png
index ffdf870dfa001..2810ac5e9a517 100644
Binary files a/docs/user/alerting/images/rule-flyout-rule-conditions.png and b/docs/user/alerting/images/rule-flyout-rule-conditions.png differ
diff --git a/examples/content_management_examples/kibana.jsonc b/examples/content_management_examples/kibana.jsonc
index 24759d7abdfb6..ae7cd95e4190a 100644
--- a/examples/content_management_examples/kibana.jsonc
+++ b/examples/content_management_examples/kibana.jsonc
@@ -9,7 +9,9 @@
"browser": true,
"requiredPlugins": [
"contentManagement",
- "developerExamples"
+ "developerExamples",
+ "kibanaReact",
+ "savedObjectsTaggingOss"
]
}
}
diff --git a/examples/content_management_examples/public/examples/index.tsx b/examples/content_management_examples/public/examples/index.tsx
index 715f3a6809581..611bcde59d445 100644
--- a/examples/content_management_examples/public/examples/index.tsx
+++ b/examples/content_management_examples/public/examples/index.tsx
@@ -8,22 +8,67 @@
import React from 'react';
import ReactDOM from 'react-dom';
-import { EuiPageTemplate } from '@elastic/eui';
+// eslint-disable-next-line no-restricted-imports
+import { Router, Switch, Route, Redirect } from 'react-router-dom';
+import { RedirectAppLinks } from '@kbn/shared-ux-link-redirect-app';
+import { EuiPageTemplate, EuiSideNav } from '@elastic/eui';
import { AppMountParameters, CoreStart } from '@kbn/core/public';
import { StartDeps } from '../types';
import { TodoApp } from './todos';
+import { MSearchApp } from './msearch';
export const renderApp = (
- { notifications }: CoreStart,
- { contentManagement }: StartDeps,
- { element }: AppMountParameters
+ core: CoreStart,
+ { contentManagement, savedObjectsTaggingOss }: StartDeps,
+ { element, history }: AppMountParameters
) => {
ReactDOM.render(
-
-
-
-
- ,
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,
element
);
diff --git a/examples/content_management_examples/public/examples/msearch/index.tsx b/examples/content_management_examples/public/examples/msearch/index.tsx
new file mode 100644
index 0000000000000..7caf5d200748a
--- /dev/null
+++ b/examples/content_management_examples/public/examples/msearch/index.tsx
@@ -0,0 +1,9 @@
+/*
+ * 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.
+ */
+
+export { MSearchApp } from './msearch_app';
diff --git a/examples/content_management_examples/public/examples/msearch/msearch_app.tsx b/examples/content_management_examples/public/examples/msearch/msearch_app.tsx
new file mode 100644
index 0000000000000..aa2bc6c1a8b7b
--- /dev/null
+++ b/examples/content_management_examples/public/examples/msearch/msearch_app.tsx
@@ -0,0 +1,42 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
+ * Side Public License, v 1.
+ */
+
+import React from 'react';
+import { ContentClientProvider, type ContentClient } from '@kbn/content-management-plugin/public';
+import { TableListViewKibanaProvider } from '@kbn/content-management-table-list';
+import type { CoreStart } from '@kbn/core/public';
+import { toMountPoint } from '@kbn/kibana-react-plugin/public';
+import { FormattedRelative, I18nProvider } from '@kbn/i18n-react';
+import { SavedObjectTaggingOssPluginStart } from '@kbn/saved-objects-tagging-oss-plugin/public';
+import { MSearchTable } from './msearch_table';
+
+export const MSearchApp = (props: {
+ contentClient: ContentClient;
+ core: CoreStart;
+ savedObjectsTagging: SavedObjectTaggingOssPluginStart;
+}) => {
+ return (
+
+
+
+
+
+
+
+ );
+};
diff --git a/examples/content_management_examples/public/examples/msearch/msearch_table.tsx b/examples/content_management_examples/public/examples/msearch/msearch_table.tsx
new file mode 100644
index 0000000000000..47eaab4ba602b
--- /dev/null
+++ b/examples/content_management_examples/public/examples/msearch/msearch_table.tsx
@@ -0,0 +1,62 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
+ * Side Public License, v 1.
+ */
+
+import { TableListView, UserContentCommonSchema } from '@kbn/content-management-table-list';
+import { useContentClient } from '@kbn/content-management-plugin/public';
+import React from 'react';
+import { SavedObjectsFindOptionsReference } from '@kbn/core-saved-objects-api-browser';
+
+const LISTING_LIMIT = 1000;
+
+export const MSearchTable = () => {
+ const contentClient = useContentClient();
+
+ const findItems = async (
+ searchQuery: string,
+ refs?: {
+ references?: SavedObjectsFindOptionsReference[];
+ referencesToExclude?: SavedObjectsFindOptionsReference[];
+ }
+ ) => {
+ const { hits, pagination } = await contentClient.mSearch({
+ query: {
+ text: searchQuery,
+ limit: LISTING_LIMIT,
+ cursor: '1',
+ tags: {
+ included: refs?.references?.map((ref) => ref.id),
+ excluded: refs?.referencesToExclude?.map((ref) => ref.id),
+ },
+ },
+ contentTypes: [{ contentTypeId: 'map' }], // TODO: improve types to not require objects here?
+ });
+
+ // TODO: needs to have logic of extracting common schema from an unknown mSearch hit: hits.map(hit => cm.convertToCommonSchema(hit))
+ // for now we just assume that mSearch hit satisfies UserContentCommonSchema
+
+ return { hits, total: pagination.total };
+ };
+
+ return (
+ No data found. Try to install some sample data first.>}
+ onClickTitle={(item) => {
+ alert(`Clicked item ${item.attributes.title} (${item.id})`);
+ }}
+ />
+ );
+};
diff --git a/examples/content_management_examples/public/types.ts b/examples/content_management_examples/public/types.ts
index 83e65c5455afd..747bfd961c434 100644
--- a/examples/content_management_examples/public/types.ts
+++ b/examples/content_management_examples/public/types.ts
@@ -11,6 +11,7 @@ import {
ContentManagementPublicStart,
} from '@kbn/content-management-plugin/public';
import { DeveloperExamplesSetup } from '@kbn/developer-examples-plugin/public';
+import { SavedObjectTaggingOssPluginStart } from '@kbn/saved-objects-tagging-oss-plugin/public';
export interface SetupDeps {
contentManagement: ContentManagementPublicSetup;
@@ -19,4 +20,5 @@ export interface SetupDeps {
export interface StartDeps {
contentManagement: ContentManagementPublicStart;
+ savedObjectsTaggingOss: SavedObjectTaggingOssPluginStart;
}
diff --git a/examples/content_management_examples/tsconfig.json b/examples/content_management_examples/tsconfig.json
index f383cd9d9b33e..7f07213ce82b6 100644
--- a/examples/content_management_examples/tsconfig.json
+++ b/examples/content_management_examples/tsconfig.json
@@ -19,5 +19,11 @@
"@kbn/developer-examples-plugin",
"@kbn/content-management-plugin",
"@kbn/core-application-browser",
+ "@kbn/shared-ux-link-redirect-app",
+ "@kbn/content-management-table-list",
+ "@kbn/kibana-react-plugin",
+ "@kbn/i18n-react",
+ "@kbn/saved-objects-tagging-oss-plugin",
+ "@kbn/core-saved-objects-api-browser",
]
}
diff --git a/examples/guided_onboarding_example/public/components/app.tsx b/examples/guided_onboarding_example/public/components/app.tsx
index 41b9f62ddc075..1a1083a10f1f3 100755
--- a/examples/guided_onboarding_example/public/components/app.tsx
+++ b/examples/guided_onboarding_example/public/components/app.tsx
@@ -25,6 +25,7 @@ import { GuidedOnboardingPluginStart } from '@kbn/guided-onboarding-plugin/publi
import { StepTwo } from './step_two';
import { StepOne } from './step_one';
import { StepThree } from './step_three';
+import { StepFour } from './step_four';
import { Main } from './main';
interface GuidedOnboardingExampleAppDeps {
@@ -65,6 +66,13 @@ export const GuidedOnboardingExampleApp = (props: GuidedOnboardingExampleAppDeps
+ p
+ (
+
+ )}
+ />
diff --git a/examples/guided_onboarding_example/public/components/main.tsx b/examples/guided_onboarding_example/public/components/main.tsx
index 4e7c3843f5f34..d5f1febccfbce 100644
--- a/examples/guided_onboarding_example/public/components/main.tsx
+++ b/examples/guided_onboarding_example/public/components/main.tsx
@@ -345,6 +345,14 @@ export const Main = (props: MainProps) => {
/>
+
+ history.push('stepFour')}>
+
+
+
>
diff --git a/examples/guided_onboarding_example/public/components/step_four.tsx b/examples/guided_onboarding_example/public/components/step_four.tsx
new file mode 100644
index 0000000000000..57df11d422519
--- /dev/null
+++ b/examples/guided_onboarding_example/public/components/step_four.tsx
@@ -0,0 +1,83 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
+ * Side Public License, v 1.
+ */
+
+import React, { useEffect, useState } from 'react';
+
+import { EuiButton, EuiSpacer, EuiText, EuiTitle } from '@elastic/eui';
+
+import { GuidedOnboardingPluginStart } from '@kbn/guided-onboarding-plugin/public/types';
+import { FormattedMessage } from '@kbn/i18n-react';
+import {
+ EuiPageContentHeader_Deprecated as EuiPageContentHeader,
+ EuiPageContentBody_Deprecated as EuiPageContentBody,
+ EuiCode,
+} from '@elastic/eui';
+import { RouteComponentProps } from 'react-router-dom';
+
+interface StepFourProps {
+ guidedOnboarding: GuidedOnboardingPluginStart;
+}
+
+export const StepFour = (props: StepFourProps & RouteComponentProps<{ indexName: string }>) => {
+ const {
+ guidedOnboarding: { guidedOnboardingApi },
+ match: {
+ params: { indexName },
+ },
+ } = props;
+
+ const [, setIsTourStepOpen] = useState(false);
+
+ useEffect(() => {
+ const subscription = guidedOnboardingApi
+ ?.isGuideStepActive$('testGuide', 'step4')
+ .subscribe((isStepActive) => {
+ setIsTourStepOpen(isStepActive);
+ });
+ return () => subscription?.unsubscribe();
+ }, [guidedOnboardingApi]);
+
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+ {indexName: {indexName}}
+ ),
+ }}
+ />
+
+
+
+
+ {
+ await guidedOnboardingApi?.completeGuideStep('testGuide', 'step4');
+ }}
+ >
+ Complete step 4
+
+
+ >
+ );
+};
diff --git a/examples/guided_onboarding_example/public/components/step_one.tsx b/examples/guided_onboarding_example/public/components/step_one.tsx
index fd5cb132b6b91..632b902e14a3e 100644
--- a/examples/guided_onboarding_example/public/components/step_one.tsx
+++ b/examples/guided_onboarding_example/public/components/step_one.tsx
@@ -16,6 +16,11 @@ import {
EuiPageContentHeader_Deprecated as EuiPageContentHeader,
EuiPageContentBody_Deprecated as EuiPageContentBody,
EuiSpacer,
+ EuiCode,
+ EuiFieldText,
+ EuiFlexGroup,
+ EuiFlexItem,
+ EuiFormRow,
} from '@elastic/eui';
import useObservable from 'react-use/lib/useObservable';
@@ -30,6 +35,7 @@ export const StepOne = ({ guidedOnboarding }: GuidedOnboardingExampleAppDeps) =>
const { guidedOnboardingApi } = guidedOnboarding;
const [isTourStepOpen, setIsTourStepOpen] = useState(false);
+ const [indexName, setIndexName] = useState('test1234');
const isTourActive = useObservable(
guidedOnboardingApi!.isGuideStepActive$('testGuide', 'step1'),
@@ -59,30 +65,59 @@ export const StepOne = ({ guidedOnboarding }: GuidedOnboardingExampleAppDeps) =>
Test guide, step 1, a EUI tour will be displayed, pointing to the button below."
/>
+
+ indexName,
+ }}
+ />
+
-
- Click this button to complete step 1.
-
- }
- isStepOpen={isTourStepOpen}
- minWidth={300}
- onFinish={() => setIsTourStepOpen(false)}
- step={1}
- stepsTotal={1}
- title="Step 1"
- anchorPosition="rightUp"
- >
- {
- await guidedOnboardingApi?.completeGuideStep('testGuide', 'step1');
- }}
- >
- Complete step 1
-
-
+
+
+
+ }
+ >
+ setIndexName(e.target.value)} />
+
+
+
+
+
+ Click this button to complete step 1.
+
+ }
+ isStepOpen={isTourStepOpen}
+ minWidth={300}
+ onFinish={() => setIsTourStepOpen(false)}
+ step={1}
+ stepsTotal={1}
+ title="Step 1"
+ anchorPosition="rightUp"
+ >
+ {
+ await guidedOnboardingApi?.completeGuideStep('testGuide', 'step1', {
+ indexName,
+ });
+ }}
+ >
+ Complete step 1
+
+
+
+
+
>
);
diff --git a/package.json b/package.json
index 58b87303d4a02..56fdffa498b05 100644
--- a/package.json
+++ b/package.json
@@ -470,6 +470,7 @@
"@kbn/maps-plugin": "link:x-pack/plugins/maps",
"@kbn/ml-agg-utils": "link:x-pack/packages/ml/agg_utils",
"@kbn/ml-date-picker": "link:x-pack/packages/ml/date_picker",
+ "@kbn/ml-error-utils": "link:x-pack/packages/ml/error_utils",
"@kbn/ml-is-defined": "link:x-pack/packages/ml/is_defined",
"@kbn/ml-is-populated-object": "link:x-pack/packages/ml/is_populated_object",
"@kbn/ml-local-storage": "link:x-pack/packages/ml/local_storage",
@@ -672,6 +673,7 @@
"@kbn/upgrade-assistant-plugin": "link:x-pack/plugins/upgrade_assistant",
"@kbn/url-drilldown-plugin": "link:x-pack/plugins/drilldowns/url_drilldown",
"@kbn/url-forwarding-plugin": "link:src/plugins/url_forwarding",
+ "@kbn/url-state": "link:packages/kbn-url-state",
"@kbn/usage-collection-plugin": "link:src/plugins/usage_collection",
"@kbn/usage-collection-test-plugin": "link:test/plugin_functional/plugins/usage_collection",
"@kbn/user-profile-components": "link:packages/kbn-user-profile-components",
diff --git a/packages/content-management/table_list/src/services.tsx b/packages/content-management/table_list/src/services.tsx
index 5edc16d9a915d..d7752a270c86c 100644
--- a/packages/content-management/table_list/src/services.tsx
+++ b/packages/content-management/table_list/src/services.tsx
@@ -80,9 +80,7 @@ export interface TableListViewKibanaDependencies {
core: {
application: {
capabilities: {
- advancedSettings?: {
- save: boolean;
- };
+ [key: string]: Readonly>>;
};
getUrlForApp: (app: string, options: { path: string }) => string;
currentAppId$: Observable;
diff --git a/packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts b/packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts
index f0766301b238e..bedae100bc933 100644
--- a/packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts
+++ b/packages/kbn-apm-synthtrace-client/src/lib/apm/instance.ts
@@ -6,6 +6,7 @@
* Side Public License, v 1.
*/
+import { createHash } from 'crypto';
import { ApmError } from './apm_error';
import { Entity } from '../entity';
import { Metricset } from './metricset';
@@ -63,19 +64,11 @@ export class Instance extends Entity {
});
}
- error({
- message,
- type,
- groupingName,
- }: {
- message: string;
- type?: string;
- groupingName?: string;
- }) {
+ error({ message, type }: { message: string; type?: string }) {
return new ApmError({
...this.fields,
'error.exception': [{ message, ...(type ? { type } : {}) }],
- 'error.grouping_name': groupingName || message,
+ 'error.grouping_name': getErrorGroupingKey(message),
});
}
@@ -97,3 +90,7 @@ export class Instance extends Entity {
});
}
}
+
+export function getErrorGroupingKey(content: string) {
+ return createHash('sha256').update(content).digest('hex');
+}
diff --git a/packages/kbn-apm-synthtrace/src/lib/utils/get_synthtrace_environment.ts b/packages/kbn-apm-synthtrace/src/lib/utils/get_synthtrace_environment.ts
index b7456be994b8b..f344c8f79fa6a 100644
--- a/packages/kbn-apm-synthtrace/src/lib/utils/get_synthtrace_environment.ts
+++ b/packages/kbn-apm-synthtrace/src/lib/utils/get_synthtrace_environment.ts
@@ -8,6 +8,6 @@
import path from 'path';
-export function getSynthtraceEnvironment(filename: string) {
- return `Synthtrace: ${path.parse(filename).name}`;
+export function getSynthtraceEnvironment(filename: string, suffix = '') {
+ return `Synthtrace: ${path.parse(filename).name} ${suffix}`.trim();
}
diff --git a/packages/kbn-apm-synthtrace/src/scenarios/continuous_rollups.ts b/packages/kbn-apm-synthtrace/src/scenarios/continuous_rollups.ts
index c4eba8b8c7d5f..0a346dcf99542 100644
--- a/packages/kbn-apm-synthtrace/src/scenarios/continuous_rollups.ts
+++ b/packages/kbn-apm-synthtrace/src/scenarios/continuous_rollups.ts
@@ -10,6 +10,11 @@ import { apm, ApmFields } from '@kbn/apm-synthtrace-client';
import { merge, range as lodashRange } from 'lodash';
import { Scenario } from '../cli/scenario';
import { ComponentTemplateName } from '../lib/apm/client/apm_synthtrace_es_client';
+import { getSynthtraceEnvironment } from '../lib/utils/get_synthtrace_environment';
+
+const ENVIRONMENTS = ['production', 'development'].map((env) =>
+ getSynthtraceEnvironment(__filename, env)
+);
const scenario: Scenario = async ({ logger, scenarioOpts }) => {
const {
@@ -37,7 +42,6 @@ const scenario: Scenario = async ({ logger, scenarioOpts }) => {
},
generate: ({ range }) => {
const TRANSACTION_TYPES = ['request', 'custom'];
- const ENVIRONMENTS = ['production', 'development'];
const MIN_DURATION = 10;
const MAX_DURATION = 1000;
diff --git a/packages/kbn-apm-synthtrace/src/scenarios/high_throughput.ts b/packages/kbn-apm-synthtrace/src/scenarios/high_throughput.ts
index f03d909db835f..2e7d8c22a4696 100644
--- a/packages/kbn-apm-synthtrace/src/scenarios/high_throughput.ts
+++ b/packages/kbn-apm-synthtrace/src/scenarios/high_throughput.ts
@@ -9,6 +9,9 @@
import { random } from 'lodash';
import { apm, Instance, ApmFields } from '@kbn/apm-synthtrace-client';
import { Scenario } from '../cli/scenario';
+import { getSynthtraceEnvironment } from '../lib/utils/get_synthtrace_environment';
+
+const ENVIRONMENT = getSynthtraceEnvironment(__filename);
const scenario: Scenario = async ({ logger }) => {
const languages = ['go', 'dotnet', 'java', 'python'];
@@ -22,7 +25,7 @@ const scenario: Scenario = async ({ logger }) => {
apm
.service({
name: `${service}-${languages[index % languages.length]}`,
- environment: 'production',
+ environment: ENVIRONMENT,
agentName: languages[index % languages.length],
})
.instance(`instance-${index}`)
diff --git a/packages/kbn-apm-synthtrace/src/scenarios/other_bucket_group.ts b/packages/kbn-apm-synthtrace/src/scenarios/other_bucket_group.ts
index 8ad994e4ff848..49fcc2f6ac47b 100644
--- a/packages/kbn-apm-synthtrace/src/scenarios/other_bucket_group.ts
+++ b/packages/kbn-apm-synthtrace/src/scenarios/other_bucket_group.ts
@@ -8,6 +8,11 @@
import { apm, ApmFields } from '@kbn/apm-synthtrace-client';
import { range as lodashRange } from 'lodash';
import { Scenario } from '../cli/scenario';
+import { getSynthtraceEnvironment } from '../lib/utils/get_synthtrace_environment';
+
+const ENVIRONMENTS = ['production', 'development'].map((env) =>
+ getSynthtraceEnvironment(__filename, env)
+);
const scenario: Scenario = async ({ logger, scenarioOpts }) => {
const { services: numServices = 10, txGroups: numTxGroups = 10 } = scenarioOpts ?? {};
@@ -15,7 +20,6 @@ const scenario: Scenario = async ({ logger, scenarioOpts }) => {
return {
generate: ({ range }) => {
const TRANSACTION_TYPES = ['request'];
- const ENVIRONMENTS = ['production', 'development'];
const MIN_DURATION = 10;
const MAX_DURATION = 1000;
diff --git a/packages/kbn-apm-synthtrace/src/scenarios/services_without_transactions.ts b/packages/kbn-apm-synthtrace/src/scenarios/services_without_transactions.ts
index 94e3ea20ba787..c7d535028a1af 100644
--- a/packages/kbn-apm-synthtrace/src/scenarios/services_without_transactions.ts
+++ b/packages/kbn-apm-synthtrace/src/scenarios/services_without_transactions.ts
@@ -7,20 +7,23 @@
*/
import { apm, ApmFields } from '@kbn/apm-synthtrace-client';
import { Scenario } from '../cli/scenario';
+import { getSynthtraceEnvironment } from '../lib/utils/get_synthtrace_environment';
+
+const ENVIRONMENT = getSynthtraceEnvironment(__filename);
const scenario: Scenario = async ({ logger, scenarioOpts }) => {
return {
generate: ({ range }) => {
const withTx = apm
- .service('service-with-transactions', 'production', 'java')
+ .service('service-with-transactions', ENVIRONMENT, 'java')
.instance('instance');
const withErrorsOnly = apm
- .service('service-with-errors-only', 'production', 'java')
+ .service('service-with-errors-only', ENVIRONMENT, 'java')
.instance('instance');
const withAppMetricsOnly = apm
- .service('service-with-app-metrics-only', 'production', 'java')
+ .service('service-with-app-metrics-only', ENVIRONMENT, 'java')
.instance('instance');
return range
diff --git a/packages/kbn-apm-synthtrace/src/test/scenarios/05_transactions_with_errors.test.ts b/packages/kbn-apm-synthtrace/src/test/scenarios/05_transactions_with_errors.test.ts
index fdb80693bf74c..a8848c1954e40 100644
--- a/packages/kbn-apm-synthtrace/src/test/scenarios/05_transactions_with_errors.test.ts
+++ b/packages/kbn-apm-synthtrace/src/test/scenarios/05_transactions_with_errors.test.ts
@@ -60,7 +60,11 @@ describe('transactions with errors', () => {
.errors(instance.error({ message: 'test error' }).timestamp(timestamp))
.serialize();
- expect(error['error.grouping_name']).toEqual('test error');
- expect(error['error.grouping_key']).toMatchInlineSnapshot(`"0000000000000000000000test error"`);
+ expect(error['error.grouping_name']).toEqual(
+ '4274b1899eba687801198c89f64a3fdade080a475c8a54881ba8fa10e7f45691'
+ );
+ expect(error['error.grouping_key']).toMatchInlineSnapshot(
+ `"4274b1899eba687801198c89f64a3fdade080a475c8a54881ba8fa10e7f45691"`
+ );
});
});
diff --git a/packages/kbn-cell-actions/README.md b/packages/kbn-cell-actions/README.md
index 7cacff6becda6..e1ae1a73a8369 100644
--- a/packages/kbn-cell-actions/README.md
+++ b/packages/kbn-cell-actions/README.md
@@ -6,7 +6,7 @@ Example:
```JSX
[...]
-
+
Hover me
diff --git a/packages/kbn-cell-actions/src/__stories__/cell_actions.stories.tsx b/packages/kbn-cell-actions/src/__stories__/cell_actions.stories.tsx
index 657dcc93416b8..49f812cd9005a 100644
--- a/packages/kbn-cell-actions/src/__stories__/cell_actions.stories.tsx
+++ b/packages/kbn-cell-actions/src/__stories__/cell_actions.stories.tsx
@@ -50,8 +50,8 @@ export const DefaultWithControls = CellActionsTemplate.bind({});
DefaultWithControls.argTypes = {
mode: {
- options: [CellActionsMode.HOVER, CellActionsMode.INLINE],
- defaultValue: CellActionsMode.HOVER,
+ options: [CellActionsMode.HOVER_DOWN, CellActionsMode.INLINE],
+ defaultValue: CellActionsMode.HOVER_DOWN,
control: {
type: 'radio',
},
@@ -72,8 +72,14 @@ export const CellActionInline = ({}: {}) => (
);
-export const CellActionHoverPopup = ({}: {}) => (
-
+export const CellActionHoverPopoverDown = ({}: {}) => (
+
+ Hover me
+
+);
+
+export const CellActionHoverPopoverRight = ({}: {}) => (
+
Hover me
);
diff --git a/packages/kbn-cell-actions/src/components/cell_actions.test.tsx b/packages/kbn-cell-actions/src/components/cell_actions.test.tsx
index ec266889fe255..36d0482ebf84d 100644
--- a/packages/kbn-cell-actions/src/components/cell_actions.test.tsx
+++ b/packages/kbn-cell-actions/src/components/cell_actions.test.tsx
@@ -15,6 +15,11 @@ import { CellActionsProvider } from '../context/cell_actions_context';
const TRIGGER_ID = 'test-trigger-id';
const FIELD = { name: 'name', value: '123', type: 'text' };
+jest.mock('./hover_actions_popover', () => ({
+ HoverActionsPopover: jest.fn((props) => (
+ {props.anchorPosition}
+ )),
+}));
describe('CellActions', () => {
it('renders', async () => {
const getActionsPromise = Promise.resolve([]);
@@ -54,13 +59,33 @@ describe('CellActions', () => {
expect(queryByTestId('inlineActions')).toBeInTheDocument();
});
- it('renders HoverActionsPopover when mode is HOVER', async () => {
+ it('renders HoverActionsPopover when mode is HOVER_DOWN', async () => {
const getActionsPromise = Promise.resolve([]);
const getActions = () => getActionsPromise;
- const { queryByTestId } = render(
+ const { getByTestId } = render(
+
+
+ Field value
+
+
+ );
+
+ await act(async () => {
+ await getActionsPromise;
+ });
+
+ expect(getByTestId('hoverActionsPopover')).toBeInTheDocument();
+ expect(getByTestId('hoverActionsPopover')).toHaveTextContent('downCenter');
+ });
+
+ it('renders HoverActionsPopover when mode is HOVER_RIGHT', async () => {
+ const getActionsPromise = Promise.resolve([]);
+ const getActions = () => getActionsPromise;
+
+ const { getByTestId } = render(
-
+
Field value
@@ -70,6 +95,7 @@ describe('CellActions', () => {
await getActionsPromise;
});
- expect(queryByTestId('hoverActionsPopover')).toBeInTheDocument();
+ expect(getByTestId('hoverActionsPopover')).toBeInTheDocument();
+ expect(getByTestId('hoverActionsPopover')).toHaveTextContent('rightCenter');
});
});
diff --git a/packages/kbn-cell-actions/src/components/cell_actions.tsx b/packages/kbn-cell-actions/src/components/cell_actions.tsx
index f6d3288ed6f7d..df6f957575c20 100644
--- a/packages/kbn-cell-actions/src/components/cell_actions.tsx
+++ b/packages/kbn-cell-actions/src/components/cell_actions.tsx
@@ -36,11 +36,17 @@ export const CellActions: React.FC = ({
[field, triggerId, metadata]
);
+ const anchorPosition = useMemo(
+ () => (mode === CellActionsMode.HOVER_DOWN ? 'downCenter' : 'rightCenter'),
+ [mode]
+ );
+
const dataTestSubj = `cellActions-renderContent-${field.name}`;
- if (mode === CellActionsMode.HOVER) {
+ if (mode === CellActionsMode.HOVER_DOWN || mode === CellActionsMode.HOVER_RIGHT) {
return (
= ({
{children}
{},
+ actions: [],
+ button: ,
+};
describe('ExtraActionsPopOver', () => {
it('renders', () => {
- const { queryByTestId } = render(
- {}}
- actions={[]}
- button={}
- />
- );
+ const { queryByTestId } = render();
expect(queryByTestId('extraActionsPopOver')).toBeInTheDocument();
});
@@ -33,11 +33,10 @@ describe('ExtraActionsPopOver', () => {
const action = { ...makeAction('test-action'), execute: executeAction };
const { getByLabelText } = render(
}
/>
);
@@ -56,13 +55,7 @@ describe('ExtraActionsPopOverWithAnchor', () => {
it('renders', () => {
const { queryByTestId } = render(
- {}}
- actions={[]}
- anchorRef={{ current: anchorElement }}
- />
+
);
expect(queryByTestId('extraActionsPopOverWithAnchor')).toBeInTheDocument();
@@ -74,7 +67,7 @@ describe('ExtraActionsPopOverWithAnchor', () => {
const action = { ...makeAction('test-action'), execute: executeAction };
const { getByLabelText } = render(
void;
@@ -32,6 +33,7 @@ interface ActionsPopOverProps {
}
export const ExtraActionsPopOver: React.FC = ({
+ anchorPosition,
actions,
actionContext,
isOpen,
@@ -43,7 +45,7 @@ export const ExtraActionsPopOver: React.FC = ({
isOpen={isOpen}
closePopover={closePopOver}
panelPaddingSize="xs"
- anchorPosition={'downCenter'}
+ anchorPosition={anchorPosition}
hasArrow
repositionOnScroll
ownFocus
@@ -59,11 +61,15 @@ export const ExtraActionsPopOver: React.FC = ({
);
interface ExtraActionsPopOverWithAnchorProps
- extends Pick {
+ extends Pick<
+ ActionsPopOverProps,
+ 'anchorPosition' | 'actionContext' | 'closePopOver' | 'isOpen' | 'actions'
+ > {
anchorRef: React.RefObject;
}
export const ExtraActionsPopOverWithAnchor = ({
+ anchorPosition,
anchorRef,
actionContext,
isOpen,
@@ -77,7 +83,7 @@ export const ExtraActionsPopOverWithAnchor = ({
isOpen={isOpen}
closePopover={closePopOver}
panelPaddingSize="xs"
- anchorPosition={'downCenter'}
+ anchorPosition={anchorPosition}
hasArrow={false}
repositionOnScroll
ownFocus
diff --git a/packages/kbn-cell-actions/src/components/hover_actions_popover.test.tsx b/packages/kbn-cell-actions/src/components/hover_actions_popover.test.tsx
index b30ca63e52ec0..de68ccd6fca51 100644
--- a/packages/kbn-cell-actions/src/components/hover_actions_popover.test.tsx
+++ b/packages/kbn-cell-actions/src/components/hover_actions_popover.test.tsx
@@ -13,11 +13,17 @@ import { makeAction } from '../mocks/helpers';
import { CellActionExecutionContext } from '../types';
import { HoverActionsPopover } from './hover_actions_popover';
-describe('HoverActionsPopover', () => {
- const actionContext = {
+const defaultProps = {
+ anchorPosition: 'rightCenter' as const,
+ disabledActionTypes: [],
+ visibleCellActions: 4,
+ actionContext: {
trigger: { id: 'triggerId' },
field: { name: 'fieldName' },
- } as CellActionExecutionContext;
+ } as CellActionExecutionContext,
+ showActionTooltips: false,
+};
+describe('HoverActionsPopover', () => {
const TestComponent = () => ;
jest.useFakeTimers();
@@ -25,13 +31,7 @@ describe('HoverActionsPopover', () => {
const getActions = () => Promise.resolve([]);
const { queryByTestId } = render(
-
+
);
expect(queryByTestId('hoverActionsPopover')).toBeInTheDocument();
@@ -44,12 +44,7 @@ describe('HoverActionsPopover', () => {
const { queryByLabelText, getByTestId } = render(
-
+
@@ -70,12 +65,7 @@ describe('HoverActionsPopover', () => {
const { queryByLabelText, getByTestId } = render(
-
+
@@ -101,12 +91,7 @@ describe('HoverActionsPopover', () => {
const { getByTestId } = render(
-
+
@@ -127,12 +112,7 @@ describe('HoverActionsPopover', () => {
const { getByTestId, getByLabelText } = render(
-
+
@@ -162,12 +142,7 @@ describe('HoverActionsPopover', () => {
const { getByTestId, queryByLabelText } = render(
-
+
@@ -191,6 +166,44 @@ describe('HoverActionsPopover', () => {
expect(queryByLabelText('test-action-2')).toBeInTheDocument();
expect(queryByLabelText('test-action-3')).toBeInTheDocument();
});
+ it('does not add css positioning when anchorPosition = downCenter', async () => {
+ const getActionsPromise = Promise.resolve([makeAction('test-action')]);
+ const getActions = () => getActionsPromise;
+
+ const { getByLabelText, getByTestId } = render(
+
+
+
+
+
+ );
+
+ await hoverElement(getByTestId('test-component'), async () => {
+ await getActionsPromise;
+ jest.runAllTimers();
+ });
+
+ expect(Object.values(getByLabelText('Actions').style).includes('margin-top')).toEqual(false);
+ });
+ it('adds css positioning when anchorPosition = rightCenter', async () => {
+ const getActionsPromise = Promise.resolve([makeAction('test-action')]);
+ const getActions = () => getActionsPromise;
+
+ const { getByLabelText, getByTestId } = render(
+
+
+
+
+
+ );
+
+ await hoverElement(getByTestId('test-component'), async () => {
+ await getActionsPromise;
+ jest.runAllTimers();
+ });
+
+ expect(Object.values(getByLabelText('Actions').style).includes('margin-top')).toEqual(true);
+ });
});
const hoverElement = async (element: Element, waitForChange: () => Promise) => {
diff --git a/packages/kbn-cell-actions/src/components/hover_actions_popover.tsx b/packages/kbn-cell-actions/src/components/hover_actions_popover.tsx
index 62ea3e766eaf7..dd087aa755307 100644
--- a/packages/kbn-cell-actions/src/components/hover_actions_popover.tsx
+++ b/packages/kbn-cell-actions/src/components/hover_actions_popover.tsx
@@ -36,6 +36,7 @@ const hoverContentWrapperCSS = css`
const HOVER_INTENT_DELAY = 100; // ms
interface Props {
+ anchorPosition: 'downCenter' | 'rightCenter';
children: React.ReactNode;
visibleCellActions: number;
actionContext: CellActionExecutionContext;
@@ -44,6 +45,7 @@ interface Props {
}
export const HoverActionsPopover: React.FC = ({
+ anchorPosition,
children,
visibleCellActions,
actionContext,
@@ -115,12 +117,17 @@ export const HoverActionsPopover: React.FC = ({
);
}, [onMouseEnter, closeExtraActions, children]);
+ const panelStyle = useMemo(
+ () => (anchorPosition === 'rightCenter' ? { marginTop: euiThemeVars.euiSizeS } : {}),
+ [anchorPosition]
+ );
+
return (
<>
= ({
{
- const actionContext = { trigger: { id: 'triggerId' } } as CellActionExecutionContext;
it('renders', async () => {
const getActionsPromise = Promise.resolve([]);
const getActions = () => getActionsPromise;
const { queryByTestId } = render(
-
+
);
@@ -47,12 +48,7 @@ describe('InlineActions', () => {
const getActions = () => getActionsPromise;
const { queryAllByRole } = render(
-
+
);
diff --git a/packages/kbn-cell-actions/src/components/inline_actions.tsx b/packages/kbn-cell-actions/src/components/inline_actions.tsx
index cd2cfcc88edf0..c46fb5c57af76 100644
--- a/packages/kbn-cell-actions/src/components/inline_actions.tsx
+++ b/packages/kbn-cell-actions/src/components/inline_actions.tsx
@@ -17,6 +17,7 @@ import { useLoadActions } from '../hooks/use_load_actions';
interface InlineActionsProps {
actionContext: CellActionExecutionContext;
+ anchorPosition: 'rightCenter' | 'downCenter';
showActionTooltips: boolean;
visibleCellActions: number;
disabledActionTypes: string[];
@@ -24,6 +25,7 @@ interface InlineActionsProps {
export const InlineActions: React.FC = ({
actionContext,
+ anchorPosition,
showActionTooltips,
visibleCellActions,
disabledActionTypes,
@@ -47,10 +49,9 @@ export const InlineActions: React.FC = ({
data-test-subj="inlineActions"
className={`inlineActions ${isPopoverOpen ? 'inlineActions-popoverOpen' : ''}`}
>
- {visibleActions.map((action, index) => (
-
+ {visibleActions.map((action) => (
+
= ({
& {
+ getState: () => State;
+};
+
export interface ExpandableFlyoutProviderProps {
/**
* React children
*/
children: React.ReactNode;
+ /**
+ * Triggered whenever flyout state changes. You can use it to store it's state somewhere for instance.
+ */
+ onChanges?: (state: State) => void;
+ /**
+ * Triggered whenever flyout is closed. This is independent from the onChanges above.
+ */
+ onClosePanels?: () => void;
}
/**
* Wrap your plugin with this context for the ExpandableFlyout React component.
*/
-export const ExpandableFlyoutProvider = ({ children }: ExpandableFlyoutProviderProps) => {
+export const ExpandableFlyoutProvider = React.forwardRef<
+ ExpandableFlyoutApi,
+ ExpandableFlyoutProviderProps
+>(({ children, onChanges = () => {}, onClosePanels = () => {} }, ref) => {
const [state, dispatch] = useReducer(reducer, initialState);
+ useEffect(() => {
+ const closed = !state.right;
+ if (closed) {
+ // manual close is singalled via separate callback
+ return;
+ }
+
+ onChanges(state);
+ }, [state, onChanges]);
+
const openPanels = useCallback(
({
right,
@@ -87,40 +120,45 @@ export const ExpandableFlyoutProvider = ({ children }: ExpandableFlyoutProviderP
const openRightPanel = useCallback(
(panel: FlyoutPanel) => dispatch({ type: ActionType.openRightPanel, payload: panel }),
- [dispatch]
+ []
);
const openLeftPanel = useCallback(
(panel: FlyoutPanel) => dispatch({ type: ActionType.openLeftPanel, payload: panel }),
- [dispatch]
+ []
);
const openPreviewPanel = useCallback(
(panel: FlyoutPanel) => dispatch({ type: ActionType.openPreviewPanel, payload: panel }),
- [dispatch]
+ []
);
- const closeRightPanel = useCallback(
- () => dispatch({ type: ActionType.closeRightPanel }),
- [dispatch]
- );
+ const closeRightPanel = useCallback(() => dispatch({ type: ActionType.closeRightPanel }), []);
- const closeLeftPanel = useCallback(
- () => dispatch({ type: ActionType.closeLeftPanel }),
- [dispatch]
- );
+ const closeLeftPanel = useCallback(() => dispatch({ type: ActionType.closeLeftPanel }), []);
- const closePreviewPanel = useCallback(
- () => dispatch({ type: ActionType.closePreviewPanel }),
- [dispatch]
- );
+ const closePreviewPanel = useCallback(() => dispatch({ type: ActionType.closePreviewPanel }), []);
const previousPreviewPanel = useCallback(
() => dispatch({ type: ActionType.previousPreviewPanel }),
- [dispatch]
+ []
);
- const closePanels = useCallback(() => dispatch({ type: ActionType.closeFlyout }), [dispatch]);
+ const closePanels = useCallback(() => {
+ dispatch({ type: ActionType.closeFlyout });
+ onClosePanels();
+ }, [onClosePanels]);
+
+ useImperativeHandle(
+ ref,
+ () => {
+ return {
+ openFlyout: openPanels,
+ getState: () => state,
+ };
+ },
+ [openPanels, state]
+ );
const contextValue = useMemo(
() => ({
@@ -154,7 +192,7 @@ export const ExpandableFlyoutProvider = ({ children }: ExpandableFlyoutProviderP
{children}
);
-};
+});
/**
* Retrieve context's properties
diff --git a/packages/kbn-expandable-flyout/src/reducer.ts b/packages/kbn-expandable-flyout/src/reducer.ts
index 4901eccfc6bb4..bb0ff125f546e 100644
--- a/packages/kbn-expandable-flyout/src/reducer.ts
+++ b/packages/kbn-expandable-flyout/src/reducer.ts
@@ -105,5 +105,8 @@ export function reducer(state: State, action: Action) {
preview: [],
};
}
+
+ default:
+ return state;
}
}
diff --git a/packages/kbn-guided-onboarding/index.ts b/packages/kbn-guided-onboarding/index.ts
index 9ccaae3901b48..a72c60ac8d25e 100644
--- a/packages/kbn-guided-onboarding/index.ts
+++ b/packages/kbn-guided-onboarding/index.ts
@@ -16,6 +16,7 @@ export type {
GuideConfig,
StepConfig,
StepDescriptionWithLink,
+ GuideParams,
} from './src/types';
export { GuideCards, GuideFilters } from './src/components/landing_page';
export type { GuideFilterValues } from './src/components/landing_page';
diff --git a/packages/kbn-guided-onboarding/src/common/test_guide_config.ts b/packages/kbn-guided-onboarding/src/common/test_guide_config.ts
index a7944ef1d8bb8..875500fbb827c 100644
--- a/packages/kbn-guided-onboarding/src/common/test_guide_config.ts
+++ b/packages/kbn-guided-onboarding/src/common/test_guide_config.ts
@@ -75,5 +75,14 @@ export const testGuideConfig: GuideConfig = {
path: 'stepThree',
},
},
+ {
+ id: 'step4',
+ title: 'Step 4 (dynamic url)',
+ description: 'This step navigates to a dynamic URL with a param indexName passed in step 1.',
+ location: {
+ appID: 'guidedOnboardingExample',
+ path: 'stepFour/{indexName}',
+ },
+ },
],
};
diff --git a/packages/kbn-guided-onboarding/src/types.ts b/packages/kbn-guided-onboarding/src/types.ts
index 5f6da4b83ef54..bcf658ece6d3d 100644
--- a/packages/kbn-guided-onboarding/src/types.ts
+++ b/packages/kbn-guided-onboarding/src/types.ts
@@ -17,15 +17,18 @@ export type GuideId =
type KubernetesStepIds = 'add_data' | 'view_dashboard' | 'tour_observability';
type SiemStepIds = 'add_data' | 'rules' | 'alertsCases';
type SearchStepIds = 'add_data' | 'search_experience';
-type TestGuideIds = 'step1' | 'step2' | 'step3';
+type TestGuideIds = 'step1' | 'step2' | 'step3' | 'step4';
export type GuideStepIds = KubernetesStepIds | SiemStepIds | SearchStepIds | TestGuideIds;
+export type GuideParams = Record;
+
export interface GuideState {
guideId: GuideId;
status: GuideStatus;
isActive?: boolean; // Drives the current guide shown in the dropdown panel
steps: GuideStep[];
+ params?: GuideParams;
}
/**
@@ -92,6 +95,16 @@ export interface StepConfig {
description?: string | StepDescriptionWithLink;
// description list is displayed as an unordered list, can be combined with description
descriptionList?: Array;
+ /*
+ * Kibana location where the user will be redirected when starting or continuing a guide step.
+ * The property `path` can use dynamic parameters, for example `testPath/{indexID}/{pageID}.
+ * For the dynamic path to be configured correctly, the values of the parameters need to be passed to
+ * the api service when completing one of the previous steps.
+ * For example, if step 2 has a dynamic parameter `indexID` in its location path
+ * { appID: 'test', path: 'testPath/{indexID}', params: ['indexID'] },
+ * its value needs to be passed to the api service when completing step 1. For example,
+ * `guidedOnboardingAPI.completeGuideStep('testGuide', 'step1', { indexID: 'testIndex' })
+ */
location?: {
appID: string;
path: string;
diff --git a/packages/kbn-object-versioning/lib/content_management_services_schemas.ts b/packages/kbn-object-versioning/lib/content_management_services_schemas.ts
index 90e8400689dc2..c98a3f62ca3a0 100644
--- a/packages/kbn-object-versioning/lib/content_management_services_schemas.ts
+++ b/packages/kbn-object-versioning/lib/content_management_services_schemas.ts
@@ -103,6 +103,20 @@ const searchSchemas = getOptionalInOutSchemas({
),
});
+// Schema to validate the "msearch" service objects
+const mSearchSchemas = schema.maybe(
+ schema.object({
+ out: schema.maybe(
+ schema.object(
+ {
+ result: schema.maybe(versionableObjectSchema),
+ },
+ { unknowns: 'forbid' }
+ )
+ ),
+ })
+);
+
export const serviceDefinitionSchema = schema.object(
{
get: getSchemas,
@@ -111,6 +125,7 @@ export const serviceDefinitionSchema = schema.object(
update: createSchemas,
delete: getSchemas,
search: searchSchemas,
+ mSearch: mSearchSchemas,
},
{ unknowns: 'forbid' }
);
diff --git a/packages/kbn-object-versioning/lib/content_management_services_versioning.test.ts b/packages/kbn-object-versioning/lib/content_management_services_versioning.test.ts
index 49b55b0da44fc..08bd66609ab7e 100644
--- a/packages/kbn-object-versioning/lib/content_management_services_versioning.test.ts
+++ b/packages/kbn-object-versioning/lib/content_management_services_versioning.test.ts
@@ -240,6 +240,7 @@ describe('CM services getTransforms()', () => {
'delete.out.result',
'search.in.options',
'search.out.result',
+ 'mSearch.out.result',
].sort()
);
});
diff --git a/packages/kbn-object-versioning/lib/content_management_services_versioning.ts b/packages/kbn-object-versioning/lib/content_management_services_versioning.ts
index 5655a094f5e42..eb38de643f630 100644
--- a/packages/kbn-object-versioning/lib/content_management_services_versioning.ts
+++ b/packages/kbn-object-versioning/lib/content_management_services_versioning.ts
@@ -34,6 +34,7 @@ const serviceObjectPaths = [
'delete.out.result',
'search.in.options',
'search.out.result',
+ 'mSearch.out.result',
];
const validateServiceDefinitions = (definitions: ServiceDefinitionVersioned) => {
@@ -175,6 +176,11 @@ const getDefaultServiceTransforms = (): ServiceTransforms => ({
result: getDefaultTransforms(),
},
},
+ mSearch: {
+ out: {
+ result: getDefaultTransforms(),
+ },
+ },
});
export const getTransforms = (
diff --git a/packages/kbn-object-versioning/lib/content_management_types.ts b/packages/kbn-object-versioning/lib/content_management_types.ts
index 56d72013335cd..1594b450661ba 100644
--- a/packages/kbn-object-versioning/lib/content_management_types.ts
+++ b/packages/kbn-object-versioning/lib/content_management_types.ts
@@ -59,6 +59,11 @@ export interface ServicesDefinition {
result?: VersionableObject;
};
};
+ mSearch?: {
+ out?: {
+ result?: VersionableObject;
+ };
+ };
}
export interface ServiceTransforms {
@@ -112,6 +117,11 @@ export interface ServiceTransforms {
result: ObjectTransforms;
};
};
+ mSearch: {
+ out: {
+ result: ObjectTransforms;
+ };
+ };
}
export interface ServiceDefinitionVersioned {
diff --git a/packages/kbn-securitysolution-exception-list-components/src/list_header/__snapshots__/list_header.test.tsx.snap b/packages/kbn-securitysolution-exception-list-components/src/list_header/__snapshots__/list_header.test.tsx.snap
index 871e3ea311cd6..b72c08b8d74ac 100644
--- a/packages/kbn-securitysolution-exception-list-components/src/list_header/__snapshots__/list_header.test.tsx.snap
+++ b/packages/kbn-securitysolution-exception-list-components/src/list_header/__snapshots__/list_header.test.tsx.snap
@@ -1876,6 +1876,27 @@ Object {
data-test-subj="RightSideMenuItemsMenuActionsActionItem2"
disabled=""
type="button"
+ >
+
+
+
+
+ ]} />
+ {saveFormComponent}]}
+ />
);
case 'saveAsNewForm':
return (
diff --git a/src/plugins/unified_search/public/query_string_input/query_bar_menu_panels.tsx b/src/plugins/unified_search/public/query_string_input/query_bar_menu_panels.tsx
index 20f155db53832..d7c8bd8b64a45 100644
--- a/src/plugins/unified_search/public/query_string_input/query_bar_menu_panels.tsx
+++ b/src/plugins/unified_search/public/query_string_input/query_bar_menu_panels.tsx
@@ -63,7 +63,7 @@ export const strings = {
}),
getLoadOtherFilterSetLabel: () =>
i18n.translate('unifiedSearch.filter.options.loadOtherFilterSetLabel', {
- defaultMessage: 'Load a different query',
+ defaultMessage: 'Load query',
}),
getLoadCurrentFilterSetLabel: () =>
i18n.translate('unifiedSearch.filter.options.loadCurrentFilterSetLabel', {
@@ -71,7 +71,7 @@ export const strings = {
}),
getSaveAsNewFilterSetLabel: () =>
i18n.translate('unifiedSearch.filter.options.saveAsNewFilterSetLabel', {
- defaultMessage: 'Save as new',
+ defaultMessage: 'Save query',
}),
getSaveFilterSetLabel: () =>
i18n.translate('unifiedSearch.filter.options.saveFilterSetLabel', {
@@ -88,7 +88,7 @@ export const strings = {
}),
getSavedQueryPopoverSaveChangesButtonText: () =>
i18n.translate('unifiedSearch.search.searchBar.savedQueryPopoverSaveChangesButtonText', {
- defaultMessage: 'Save changes',
+ defaultMessage: 'Update query',
}),
getSavedQueryPopoverSaveAsNewButtonAriaLabel: () =>
i18n.translate('unifiedSearch.search.searchBar.savedQueryPopoverSaveAsNewButtonAriaLabel', {
@@ -100,7 +100,7 @@ export const strings = {
}),
getSaveCurrentFilterSetLabel: () =>
i18n.translate('unifiedSearch.filter.options.saveCurrentFilterSetLabel', {
- defaultMessage: 'Save current query',
+ defaultMessage: 'Save as new',
}),
getApplyAllFiltersButtonLabel: () =>
i18n.translate('unifiedSearch.filter.options.applyAllFiltersButtonLabel', {
@@ -238,10 +238,6 @@ export function QueryBarMenuPanels({
};
};
- const handleSaveAsNew = useCallback(() => {
- setRenderedComponent('saveAsNewForm');
- }, [setRenderedComponent]);
-
const handleSave = useCallback(() => {
setRenderedComponent('saveForm');
}, [setRenderedComponent]);
@@ -413,38 +409,17 @@ export function QueryBarMenuPanels({
{savedQuery && savedQueryHasChanged && Boolean(showSaveQuery) && hasFiltersOrQuery && (
-
-
-
- {strings.getSavedQueryPopoverSaveChangesButtonText()}
-
-
-
-
- {strings.getSavedQueryPopoverSaveAsNewButtonText()}
-
-
-
+ {strings.getSavedQueryPopoverSaveChangesButtonText()}
+
)}
diff --git a/src/plugins/unified_search/public/query_string_input/query_bar_top_row.tsx b/src/plugins/unified_search/public/query_string_input/query_bar_top_row.tsx
index 8ca32108a2555..aecd588673e09 100644
--- a/src/plugins/unified_search/public/query_string_input/query_bar_top_row.tsx
+++ b/src/plugins/unified_search/public/query_string_input/query_bar_top_row.tsx
@@ -120,6 +120,7 @@ export interface QueryBarTopRowProps
isScreenshotMode?: boolean;
onTextLangQuerySubmit: (query?: Query | AggregateQuery) => void;
onTextLangQueryChange: (query: AggregateQuery) => void;
+ submitOnBlur?: boolean;
}
export const SharingMetaFields = React.memo(function SharingMetaFields({
@@ -556,6 +557,7 @@ export const QueryBarTopRow = React.memo(
size={props.suggestionsSize}
isDisabled={props.isDisabled}
appName={appName}
+ submitOnBlur={props.submitOnBlur}
deps={{
unifiedSearch,
data,
diff --git a/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.test.tsx b/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.test.tsx
index 01837e26bb892..c891174986510 100644
--- a/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.test.tsx
+++ b/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.test.tsx
@@ -136,7 +136,7 @@ describe('Saved query management list component', () => {
.find('[data-test-subj="saved-query-management-apply-changes-button"]')
.first()
.text()
- ).toBe('Apply query');
+ ).toBe('Load query');
const newProps = {
...props,
diff --git a/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.tsx b/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.tsx
index daaf523abf68b..5ebb89bd88afc 100644
--- a/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.tsx
+++ b/src/plugins/unified_search/public/saved_query_management/saved_query_management_list.tsx
@@ -309,22 +309,7 @@ export function SavedQueryManagementList({
>
)}
-
- {canEditSavedObjects && (
-
-
- Manage
-
-
- )}
+
- {hasFiltersOrQuery
- ? i18n.translate(
- 'unifiedSearch.search.searchBar.savedQueryPopoverReplaceFilterSetLabel',
- {
- defaultMessage: 'Load query',
- }
- )
- : i18n.translate(
- 'unifiedSearch.search.searchBar.savedQueryPopoverApplyFilterSetLabel',
- {
- defaultMessage: 'Apply query',
- }
- )}
+ {i18n.translate(
+ 'unifiedSearch.search.searchBar.savedQueryPopoverApplyFilterSetLabel',
+ {
+ defaultMessage: 'Load query',
+ }
+ )}
+ {canEditSavedObjects && (
+
+
+ {i18n.translate('unifiedSearch.search.searchBar.savedQueryPopoverManageLabel', {
+ defaultMessage: 'Manage saved objects',
+ })}
+
+
+ )}
{showDeletionConfirmationModal && toBeDeletedSavedQuery && (
diff --git a/src/plugins/unified_search/public/search_bar/search_bar.tsx b/src/plugins/unified_search/public/search_bar/search_bar.tsx
index 0a83a45de1d03..3326d81e29109 100644
--- a/src/plugins/unified_search/public/search_bar/search_bar.tsx
+++ b/src/plugins/unified_search/public/search_bar/search_bar.tsx
@@ -105,6 +105,8 @@ export interface SearchBarOwnProps {
* Disables all inputs and interactive elements,
*/
isDisabled?: boolean;
+
+ submitOnBlur?: boolean;
}
export type SearchBarProps = SearchBarOwnProps &
@@ -585,6 +587,7 @@ class SearchBarUI extends C
isScreenshotMode={this.props.isScreenshotMode}
onTextLangQuerySubmit={this.onTextLangQuerySubmit}
onTextLangQueryChange={this.onTextLangQueryChange}
+ submitOnBlur={this.props.submitOnBlur}
/>
);
diff --git a/test/api_integration/apis/guided_onboarding/get_state.ts b/test/api_integration/apis/guided_onboarding/get_state.ts
index 489bf26830585..2bb428c6b353a 100644
--- a/test/api_integration/apis/guided_onboarding/get_state.ts
+++ b/test/api_integration/apis/guided_onboarding/get_state.ts
@@ -11,6 +11,7 @@ import {
testGuideStep1ActiveState,
testGuideNotActiveState,
mockPluginStateNotStarted,
+ testGuideParams,
} from '@kbn/guided-onboarding-plugin/public/services/api.mocks';
import {
guideStateSavedObjectsType,
@@ -110,5 +111,19 @@ export default function testGetState({ getService }: FtrProviderContext) {
expect(response.body.pluginState).not.to.be.empty();
expect(response.body.pluginState.isActivePeriod).to.eql(true);
});
+
+ it('returns the dynamic params', async () => {
+ // Create an active guide
+ await createGuides(kibanaServer, [{ ...testGuideStep1ActiveState, params: testGuideParams }]);
+
+ // Create a plugin state
+ await createPluginState(kibanaServer, {
+ status: 'in_progress',
+ creationDate: new Date().toISOString(),
+ });
+
+ const response = await supertest.get(getStatePath).expect(200);
+ expect(response.body.pluginState.activeGuide.params).to.eql(testGuideParams);
+ });
});
}
diff --git a/test/api_integration/apis/guided_onboarding/put_state.ts b/test/api_integration/apis/guided_onboarding/put_state.ts
index 7b287b56bb77c..d22366dc080e0 100644
--- a/test/api_integration/apis/guided_onboarding/put_state.ts
+++ b/test/api_integration/apis/guided_onboarding/put_state.ts
@@ -10,6 +10,9 @@ import expect from '@kbn/expect';
import {
testGuideStep1ActiveState,
testGuideNotActiveState,
+ testGuideStep1InProgressState,
+ testGuideStep2ActiveState,
+ testGuideParams,
} from '@kbn/guided-onboarding-plugin/public/services/api.mocks';
import {
pluginStateSavedObjectsType,
@@ -161,5 +164,29 @@ export default function testPutState({ getService }: FtrProviderContext) {
});
expect(kubernetesGuide.attributes.isActive).to.eql(true);
});
+
+ it('saves dynamic params if provided', async () => {
+ // create a guide
+ await createGuides(kibanaServer, [testGuideStep1InProgressState]);
+
+ // complete step1 with dynamic params
+ await supertest
+ .put(putStatePath)
+ .set('kbn-xsrf', 'true')
+ .send({
+ guide: {
+ ...testGuideStep2ActiveState,
+ params: testGuideParams,
+ },
+ })
+ .expect(200);
+
+ // check that params object was saved
+ const testGuideSO = await kibanaServer.savedObjects.get({
+ type: guideStateSavedObjectsType,
+ id: testGuideId,
+ });
+ expect(testGuideSO.attributes.params).to.eql(testGuideParams);
+ });
});
}
diff --git a/test/examples/content_management/index.ts b/test/examples/content_management/index.ts
index d5e3f14bfc0e6..c02b022781187 100644
--- a/test/examples/content_management/index.ts
+++ b/test/examples/content_management/index.ts
@@ -12,5 +12,6 @@ import { PluginFunctionalProviderContext } from '../../plugin_functional/service
export default function ({ loadTestFile }: PluginFunctionalProviderContext) {
describe('content management examples', function () {
loadTestFile(require.resolve('./todo_app'));
+ loadTestFile(require.resolve('./msearch'));
});
}
diff --git a/test/examples/content_management/msearch.ts b/test/examples/content_management/msearch.ts
new file mode 100644
index 0000000000000..0a583b455cd04
--- /dev/null
+++ b/test/examples/content_management/msearch.ts
@@ -0,0 +1,47 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
+ * Side Public License, v 1.
+ */
+
+import { PluginFunctionalProviderContext } from '../../plugin_functional/services';
+
+// eslint-disable-next-line import/no-default-export
+export default function ({ getService, getPageObjects }: PluginFunctionalProviderContext) {
+ const testSubjects = getService('testSubjects');
+ const PageObjects = getPageObjects(['common', 'home', 'header']);
+ const listingTable = getService('listingTable');
+
+ describe('MSearch demo', () => {
+ before(async () => {
+ await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
+ useActualUrl: true,
+ });
+ await PageObjects.header.waitUntilLoadingHasFinished();
+ await PageObjects.home.addSampleDataSet('flights');
+ });
+ after(async () => {
+ await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
+ useActualUrl: true,
+ });
+ await PageObjects.header.waitUntilLoadingHasFinished();
+ await PageObjects.home.removeSampleDataSet('flights');
+ });
+
+ it('MSearch demo works', async () => {
+ const appId = 'contentManagementExamples';
+ await PageObjects.common.navigateToApp(appId, {
+ path: 'msearch',
+ });
+
+ await listingTable.waitUntilTableIsLoaded();
+ await listingTable.searchForItemWithName('Origin Time Delayed');
+
+ await testSubjects.existOrFail(
+ `cm-msearch-tableListingTitleLink-[Flights]-Origin-Time-Delayed`
+ );
+ });
+ });
+}
diff --git a/test/functional/apps/dashboard/group1/dashboard_unsaved_state.ts b/test/functional/apps/dashboard/group1/dashboard_unsaved_state.ts
index 7fbdc66313eba..51669b395b6f1 100644
--- a/test/functional/apps/dashboard/group1/dashboard_unsaved_state.ts
+++ b/test/functional/apps/dashboard/group1/dashboard_unsaved_state.ts
@@ -85,10 +85,14 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await validateQueryAndFilter();
});
- after(async () => {
- // discard changes made in view mode
- await PageObjects.dashboard.switchToEditMode();
- await PageObjects.dashboard.clickCancelOutOfEditMode();
+ it('can discard changes', async () => {
+ await PageObjects.dashboard.clickDiscardChanges();
+ await PageObjects.dashboard.waitForRenderComplete();
+
+ const query = await queryBar.getQueryString();
+ expect(query).to.eql('');
+ const filterCount = await filterBar.getFilterCount();
+ expect(filterCount).to.eql(0);
});
});
@@ -140,8 +144,21 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(currentPanelCount).to.eql(unsavedPanelCount);
});
- it('resets to original panel count after discarding changes', async () => {
+ it('can discard changes', async () => {
+ unsavedPanelCount = await PageObjects.dashboard.getPanelCount();
+ expect(unsavedPanelCount).to.eql(originalPanelCount + 2);
+
+ await PageObjects.dashboard.clickDiscardChanges();
+ const currentPanelCount = await PageObjects.dashboard.getPanelCount();
+ expect(currentPanelCount).to.eql(originalPanelCount);
+ });
+
+ it('resets to original panel count after switching to view mode and discarding changes', async () => {
+ await addPanels();
await PageObjects.header.waitUntilLoadingHasFinished();
+ unsavedPanelCount = await PageObjects.dashboard.getPanelCount();
+ expect(unsavedPanelCount).to.eql(originalPanelCount + 2);
+
await PageObjects.dashboard.clickCancelOutOfEditMode();
await PageObjects.header.waitUntilLoadingHasFinished();
const currentPanelCount = await PageObjects.dashboard.getPanelCount();
diff --git a/test/functional/apps/dashboard_elements/controls/options_list/options_list_dashboard_interaction.ts b/test/functional/apps/dashboard_elements/controls/options_list/options_list_dashboard_interaction.ts
index 1397de3712bb8..bda198fc16e8b 100644
--- a/test/functional/apps/dashboard_elements/controls/options_list/options_list_dashboard_interaction.ts
+++ b/test/functional/apps/dashboard_elements/controls/options_list/options_list_dashboard_interaction.ts
@@ -257,21 +257,36 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await dashboard.clearUnsavedChanges();
});
- it('changes to selections can be discarded', async () => {
- await dashboardControls.optionsListOpenPopover(controlId);
- await dashboardControls.optionsListPopoverSelectOption('bark');
- await dashboardControls.optionsListEnsurePopoverIsClosed(controlId);
- let selections = await dashboardControls.optionsListGetSelectionsString(controlId);
- expect(selections).to.equal('hiss, grr, bark');
+ describe('discarding changes', async () => {
+ describe('changes can be discarded', async () => {
+ let selections = '';
+
+ beforeEach(async () => {
+ await dashboardControls.optionsListOpenPopover(controlId);
+ await dashboardControls.optionsListPopoverSelectOption('bark');
+ await dashboardControls.optionsListEnsurePopoverIsClosed(controlId);
+ selections = await dashboardControls.optionsListGetSelectionsString(controlId);
+ expect(selections).to.equal('hiss, grr, bark');
+ });
- await dashboard.clickCancelOutOfEditMode();
- selections = await dashboardControls.optionsListGetSelectionsString(controlId);
- expect(selections).to.equal('hiss, grr');
- });
+ afterEach(async () => {
+ selections = await dashboardControls.optionsListGetSelectionsString(controlId);
+ expect(selections).to.equal('hiss, grr');
+ });
- it('dashboard does not load with unsaved changes when changes are discarded', async () => {
- await dashboard.switchToEditMode();
- await testSubjects.missingOrFail('dashboardUnsavedChangesBadge');
+ it('by clicking the discard changes button', async () => {
+ await dashboard.clickDiscardChanges();
+ });
+
+ it('by switching to view mode', async () => {
+ await dashboard.clickCancelOutOfEditMode();
+ });
+ });
+
+ it('dashboard does not load with unsaved changes when changes are discarded', async () => {
+ await dashboard.switchToEditMode();
+ await testSubjects.missingOrFail('dashboardUnsavedChangesBadge');
+ });
});
});
diff --git a/test/functional/page_objects/common_page.ts b/test/functional/page_objects/common_page.ts
index d40e19e2526a9..3e2862bc58bce 100644
--- a/test/functional/page_objects/common_page.ts
+++ b/test/functional/page_objects/common_page.ts
@@ -221,6 +221,7 @@ export class CommonPageObject extends FtrService {
{
basePath = '',
shouldLoginIfPrompted = true,
+ path = '',
hash = '',
search = '',
disableWelcomePrompt = true,
@@ -238,7 +239,7 @@ export class CommonPageObject extends FtrService {
});
} else {
appUrl = getUrl.noAuth(this.config.get('servers.kibana'), {
- pathname: `${basePath}/app/${appName}`,
+ pathname: `${basePath}/app/${appName}` + (path ? `/${path}` : ''),
hash,
search,
});
diff --git a/test/functional/page_objects/dashboard_page.ts b/test/functional/page_objects/dashboard_page.ts
index 2fa2290a70a6c..28f30bd94aecf 100644
--- a/test/functional/page_objects/dashboard_page.ts
+++ b/test/functional/page_objects/dashboard_page.ts
@@ -309,6 +309,18 @@ export class DashboardPageObject extends FtrService {
}
}
+ public async clickDiscardChanges(accept = true) {
+ await this.retry.try(async () => {
+ await this.expectDiscardChangesButtonEnabled();
+ this.log.debug('clickDiscardChanges');
+ await this.testSubjects.click('dashboardDiscardChangesMenuItem');
+ });
+ await this.common.expectConfirmModalOpenState(true);
+ if (accept) {
+ await this.common.clickConfirmOnModal();
+ }
+ }
+
public async clickQuickSave() {
await this.retry.try(async () => {
await this.expectQuickSaveButtonEnabled();
@@ -734,6 +746,15 @@ export class DashboardPageObject extends FtrService {
await this.testSubjects.existOrFail('dashboardQuickSaveMenuItem');
}
+ public async expectDiscardChangesButtonEnabled() {
+ this.log.debug('expectDiscardChangesButtonEnabled');
+ const quickSaveButton = await this.testSubjects.find('dashboardDiscardChangesMenuItem');
+ const isDisabled = await quickSaveButton.getAttribute('disabled');
+ if (isDisabled) {
+ throw new Error('Discard changes button disabled');
+ }
+ }
+
public async expectQuickSaveButtonEnabled() {
this.log.debug('expectQuickSaveButtonEnabled');
const quickSaveButton = await this.testSubjects.find('dashboardQuickSaveMenuItem');
diff --git a/test/functional/services/inspector.ts b/test/functional/services/inspector.ts
index c3f357ea3875b..cee65bf1c4b52 100644
--- a/test/functional/services/inspector.ts
+++ b/test/functional/services/inspector.ts
@@ -238,6 +238,19 @@ export class InspectorService extends FtrService {
});
}
+ public async getTableDataWithId(tableTestSubj: string): Promise {
+ const chooserDataTestId = 'inspectorTableChooser';
+ if (!(await this.testSubjects.exists(chooserDataTestId))) {
+ return [];
+ }
+
+ return await this.retry.try(async () => {
+ await this.testSubjects.click(chooserDataTestId);
+ await this.testSubjects.click(tableTestSubj);
+ return this.getTableData();
+ });
+ }
+
/**
* Returns the selected option value from combobox
*/
diff --git a/tsconfig.base.json b/tsconfig.base.json
index 6bede7391b146..e96e5439e9c2c 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -904,6 +904,8 @@
"@kbn/ml-agg-utils/*": ["x-pack/packages/ml/agg_utils/*"],
"@kbn/ml-date-picker": ["x-pack/packages/ml/date_picker"],
"@kbn/ml-date-picker/*": ["x-pack/packages/ml/date_picker/*"],
+ "@kbn/ml-error-utils": ["x-pack/packages/ml/error_utils"],
+ "@kbn/ml-error-utils/*": ["x-pack/packages/ml/error_utils/*"],
"@kbn/ml-is-defined": ["x-pack/packages/ml/is_defined"],
"@kbn/ml-is-defined/*": ["x-pack/packages/ml/is_defined/*"],
"@kbn/ml-is-populated-object": ["x-pack/packages/ml/is_populated_object"],
@@ -1360,6 +1362,8 @@
"@kbn/url-drilldown-plugin/*": ["x-pack/plugins/drilldowns/url_drilldown/*"],
"@kbn/url-forwarding-plugin": ["src/plugins/url_forwarding"],
"@kbn/url-forwarding-plugin/*": ["src/plugins/url_forwarding/*"],
+ "@kbn/url-state": ["packages/kbn-url-state"],
+ "@kbn/url-state/*": ["packages/kbn-url-state/*"],
"@kbn/usage-collection-plugin": ["src/plugins/usage_collection"],
"@kbn/usage-collection-plugin/*": ["src/plugins/usage_collection/*"],
"@kbn/usage-collection-test-plugin": ["test/plugin_functional/plugins/usage_collection"],
diff --git a/x-pack/packages/ml/error_utils/README.md b/x-pack/packages/ml/error_utils/README.md
new file mode 100644
index 0000000000000..d8f2837dffbd3
--- /dev/null
+++ b/x-pack/packages/ml/error_utils/README.md
@@ -0,0 +1,3 @@
+# @kbn/ml-error-utils
+
+Empty package generated by @kbn/generate
diff --git a/x-pack/plugins/ml/common/util/errors/index.ts b/x-pack/packages/ml/error_utils/index.ts
similarity index 65%
rename from x-pack/plugins/ml/common/util/errors/index.ts
rename to x-pack/packages/ml/error_utils/index.ts
index f6566c98490da..9eac8a4d1c70b 100644
--- a/x-pack/plugins/ml/common/util/errors/index.ts
+++ b/x-pack/packages/ml/error_utils/index.ts
@@ -5,8 +5,8 @@
* 2.0.
*/
-export { MLRequestFailure } from './request_error';
-export { extractErrorMessage, extractErrorProperties } from './process_errors';
+export { MLRequestFailure } from './src/request_error';
+export { extractErrorMessage, extractErrorProperties } from './src/process_errors';
export type {
ErrorType,
ErrorMessage,
@@ -14,6 +14,8 @@ export type {
EsErrorRootCause,
MLErrorObject,
MLHttpFetchError,
+ MLHttpFetchErrorBase,
MLResponseError,
-} from './types';
-export { isBoomError, isErrorString, isEsErrorBody, isMLResponseError } from './types';
+ QueryErrorMessage,
+} from './src/types';
+export { isBoomError, isErrorString, isEsErrorBody, isMLResponseError } from './src/types';
diff --git a/x-pack/packages/ml/error_utils/jest.config.js b/x-pack/packages/ml/error_utils/jest.config.js
new file mode 100644
index 0000000000000..f5da401040575
--- /dev/null
+++ b/x-pack/packages/ml/error_utils/jest.config.js
@@ -0,0 +1,12 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+module.exports = {
+ preset: '@kbn/test',
+ rootDir: '../../../..',
+ roots: ['/x-pack/packages/ml/error_utils'],
+};
diff --git a/x-pack/packages/ml/error_utils/kibana.jsonc b/x-pack/packages/ml/error_utils/kibana.jsonc
new file mode 100644
index 0000000000000..7629766aca7a7
--- /dev/null
+++ b/x-pack/packages/ml/error_utils/kibana.jsonc
@@ -0,0 +1,5 @@
+{
+ "type": "shared-common",
+ "id": "@kbn/ml-error-utils",
+ "owner": "@elastic/ml-ui"
+}
diff --git a/x-pack/packages/ml/error_utils/package.json b/x-pack/packages/ml/error_utils/package.json
new file mode 100644
index 0000000000000..9f0e6c09ef578
--- /dev/null
+++ b/x-pack/packages/ml/error_utils/package.json
@@ -0,0 +1,6 @@
+{
+ "name": "@kbn/ml-error-utils",
+ "private": true,
+ "version": "1.0.0",
+ "license": "Elastic License 2.0"
+}
\ No newline at end of file
diff --git a/x-pack/plugins/ml/common/util/errors/errors.test.ts b/x-pack/packages/ml/error_utils/src/process_errors.test.ts
similarity index 95%
rename from x-pack/plugins/ml/common/util/errors/errors.test.ts
rename to x-pack/packages/ml/error_utils/src/process_errors.test.ts
index 5b1e113d06f92..5624c2f0c7477 100644
--- a/x-pack/plugins/ml/common/util/errors/errors.test.ts
+++ b/x-pack/packages/ml/error_utils/src/process_errors.test.ts
@@ -7,7 +7,8 @@
import Boom from '@hapi/boom';
-import { extractErrorMessage, MLHttpFetchError, EsErrorBody } from '.';
+import { extractErrorMessage } from './process_errors';
+import { type MLHttpFetchError, type EsErrorBody } from './types';
describe('ML - error message utils', () => {
describe('extractErrorMessage', () => {
diff --git a/x-pack/plugins/ml/common/util/errors/process_errors.ts b/x-pack/packages/ml/error_utils/src/process_errors.ts
similarity index 86%
rename from x-pack/plugins/ml/common/util/errors/process_errors.ts
rename to x-pack/packages/ml/error_utils/src/process_errors.ts
index 0da2650fa5fd6..1a50fd6ce3494 100644
--- a/x-pack/plugins/ml/common/util/errors/process_errors.ts
+++ b/x-pack/packages/ml/error_utils/src/process_errors.ts
@@ -16,15 +16,19 @@ import {
isMLResponseError,
} from './types';
+/**
+ * Extract properties of the error object from within the response error
+ * coming from Kibana, Elasticsearch, and our own ML messages.
+ *
+ * @param {ErrorType} error
+ * @returns {MLErrorObject}
+ */
export const extractErrorProperties = (error: ErrorType): MLErrorObject => {
- // extract properties of the error object from within the response error
- // coming from Kibana, Elasticsearch, and our own ML messages
-
// some responses contain raw es errors as part of a bulk response
// e.g. if some jobs fail the action in a bulk request
if (isEsErrorBody(error)) {
return {
- message: error.error.reason,
+ message: error.error.reason ?? '',
statusCode: error.status,
fullError: error,
};
@@ -79,7 +83,7 @@ export const extractErrorProperties = (error: ErrorType): MLErrorObject => {
typeof error.body.attributes.body.error.root_cause[0] === 'object' &&
isPopulatedObject(error.body.attributes.body.error.root_cause[0], ['script'])
) {
- errObj.causedBy = error.body.attributes.body.error.root_cause[0].script;
+ errObj.causedBy = error.body.attributes.body.error.root_cause[0].script as string;
errObj.message += `: '${error.body.attributes.body.error.root_cause[0].script}'`;
}
return errObj;
@@ -103,8 +107,14 @@ export const extractErrorProperties = (error: ErrorType): MLErrorObject => {
};
};
+/**
+ * Extract only the error message within the response error
+ * coming from Kibana, Elasticsearch, and our own ML messages.
+ *
+ * @param {ErrorType} error
+ * @returns {string}
+ */
export const extractErrorMessage = (error: ErrorType): string => {
- // extract only the error message within the response error coming from Kibana, Elasticsearch, and our own ML messages
const errorObj = extractErrorProperties(error);
return errorObj.message;
};
diff --git a/x-pack/plugins/ml/common/util/errors/request_error.ts b/x-pack/packages/ml/error_utils/src/request_error.ts
similarity index 75%
rename from x-pack/plugins/ml/common/util/errors/request_error.ts
rename to x-pack/packages/ml/error_utils/src/request_error.ts
index 57d63e6cf54b8..a370129871323 100644
--- a/x-pack/plugins/ml/common/util/errors/request_error.ts
+++ b/x-pack/packages/ml/error_utils/src/request_error.ts
@@ -7,7 +7,22 @@
import { MLErrorObject, ErrorType } from './types';
+/**
+ * ML Request Failure
+ *
+ * @export
+ * @class MLRequestFailure
+ * @typedef {MLRequestFailure}
+ * @extends {Error}
+ */
export class MLRequestFailure extends Error {
+ /**
+ * Creates an instance of MLRequestFailure.
+ *
+ * @constructor
+ * @param {MLErrorObject} error
+ * @param {ErrorType} resp
+ */
constructor(error: MLErrorObject, resp: ErrorType) {
super(error.message);
Object.setPrototypeOf(this, new.target.prototype);
diff --git a/x-pack/packages/ml/error_utils/src/types.ts b/x-pack/packages/ml/error_utils/src/types.ts
new file mode 100644
index 0000000000000..b66c960b8c8c0
--- /dev/null
+++ b/x-pack/packages/ml/error_utils/src/types.ts
@@ -0,0 +1,196 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import type Boom from '@hapi/boom';
+
+import * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
+
+import type { IHttpFetchError } from '@kbn/core-http-browser';
+import { isPopulatedObject } from '@kbn/ml-is-populated-object';
+
+/**
+ * Short hand type of estypes.ErrorCause.
+ * @typedef {EsErrorRootCause}
+ */
+export type EsErrorRootCause = estypes.ErrorCause;
+
+/**
+ * Short hand type of estypes.ErrorResponseBase.
+ * @typedef {EsErrorBody}
+ */
+export type EsErrorBody = estypes.ErrorResponseBase;
+
+/**
+ * ML Response error
+ * @export
+ * @interface MLResponseError
+ * @typedef {MLResponseError}
+ */
+export interface MLResponseError {
+ /**
+ * statusCode
+ * @type {number}
+ */
+ statusCode: number;
+ /**
+ * error
+ * @type {string}
+ */
+ error: string;
+ /**
+ * message
+ * @type {string}
+ */
+ message: string;
+ /**
+ * Optional attributes
+ * @type {?{
+ body: EsErrorBody;
+ }}
+ */
+ attributes?: {
+ body: EsErrorBody;
+ };
+}
+
+/**
+ * Interface holding error message
+ * @export
+ * @interface ErrorMessage
+ * @typedef {ErrorMessage}
+ */
+export interface ErrorMessage {
+ /**
+ * message
+ * @type {string}
+ */
+ message: string;
+}
+
+/**
+ * To be used for client side errors related to search query bars.
+ */
+export interface QueryErrorMessage extends ErrorMessage {
+ /**
+ * query
+ * @type {string}
+ */
+ query: string;
+}
+
+/**
+ * ML Error Object
+ * @export
+ * @interface MLErrorObject
+ * @typedef {MLErrorObject}
+ */
+export interface MLErrorObject {
+ /**
+ * Optional causedBy
+ * @type {?string}
+ */
+ causedBy?: string;
+ /**
+ * message
+ * @type {string}
+ */
+ message: string;
+ /**
+ * Optional statusCode
+ * @type {?number}
+ */
+ statusCode?: number;
+ /**
+ * Optional fullError
+ * @type {?EsErrorBody}
+ */
+ fullError?: EsErrorBody;
+}
+
+/**
+ * MLHttpFetchErrorBase
+ * @export
+ * @interface MLHttpFetchErrorBase
+ * @typedef {MLHttpFetchErrorBase}
+ * @template T
+ * @extends {IHttpFetchError}
+ */
+export interface MLHttpFetchErrorBase extends IHttpFetchError {
+ /**
+ * body
+ * @type {T}
+ */
+ body: T;
+}
+
+/**
+ * MLHttpFetchError
+ * @export
+ * @typedef {MLHttpFetchError}
+ */
+export type MLHttpFetchError = MLHttpFetchErrorBase;
+
+/**
+ * Union type of error types
+ * @export
+ * @typedef {ErrorType}
+ */
+export type ErrorType = MLHttpFetchError | EsErrorBody | Boom.Boom | string | undefined;
+
+/**
+ * Type guard to check if error is of type EsErrorBody
+ * @export
+ * @param {unknown} error
+ * @returns {error is EsErrorBody}
+ */
+export function isEsErrorBody(error: unknown): error is EsErrorBody {
+ return isPopulatedObject(error, ['error']) && isPopulatedObject(error.error, ['reason']);
+}
+
+/**
+ * Type guard to check if error is a string.
+ * @export
+ * @param {unknown} error
+ * @returns {error is string}
+ */
+export function isErrorString(error: unknown): error is string {
+ return typeof error === 'string';
+}
+
+/**
+ * Type guard to check if error is of type ErrorMessage.
+ * @export
+ * @param {unknown} error
+ * @returns {error is ErrorMessage}
+ */
+export function isErrorMessage(error: unknown): error is ErrorMessage {
+ return isPopulatedObject(error, ['message']) && typeof error.message === 'string';
+}
+
+/**
+ * Type guard to check if error is of type MLResponseError.
+ * @export
+ * @param {unknown} error
+ * @returns {error is MLResponseError}
+ */
+export function isMLResponseError(error: unknown): error is MLResponseError {
+ return (
+ isPopulatedObject(error, ['body']) &&
+ isPopulatedObject(error.body, ['message']) &&
+ 'message' in error.body
+ );
+}
+
+/**
+ * Type guard to check if error is of type Boom.
+ * @export
+ * @param {unknown} error
+ * @returns {error is Boom.Boom}
+ */
+export function isBoomError(error: unknown): error is Boom.Boom {
+ return isPopulatedObject(error, ['isBoom']) && error.isBoom === true;
+}
diff --git a/x-pack/packages/ml/error_utils/tsconfig.json b/x-pack/packages/ml/error_utils/tsconfig.json
new file mode 100644
index 0000000000000..de1c550b0e1ab
--- /dev/null
+++ b/x-pack/packages/ml/error_utils/tsconfig.json
@@ -0,0 +1,22 @@
+{
+ "extends": "../../../../tsconfig.base.json",
+ "compilerOptions": {
+ "outDir": "target/types",
+ "types": [
+ "jest",
+ "node",
+ "react"
+ ]
+ },
+ "include": [
+ "**/*.ts",
+ "**/*.tsx",
+ ],
+ "exclude": [
+ "target/**/*"
+ ],
+ "kbn_references": [
+ "@kbn/ml-is-populated-object",
+ "@kbn/core-http-browser",
+ ]
+}
diff --git a/x-pack/plugins/aiops/public/application/utils/error_utils.ts b/x-pack/plugins/aiops/public/application/utils/error_utils.ts
deleted file mode 100644
index f1f1c34dd2959..0000000000000
--- a/x-pack/plugins/aiops/public/application/utils/error_utils.ts
+++ /dev/null
@@ -1,193 +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; you may not use this file except in compliance with the Elastic License
- * 2.0.
- */
-
-// TODO Consolidate with duplicate error utils file in
-// `x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/error_utils.ts`
-
-import type { IHttpFetchError } from '@kbn/core-http-browser';
-import Boom from '@hapi/boom';
-import { isPopulatedObject } from '@kbn/ml-is-populated-object';
-
-export interface WrappedError {
- body: {
- attributes: {
- body: EsErrorBody;
- };
- message: Boom.Boom;
- };
- statusCode: number;
-}
-
-export interface EsErrorRootCause {
- type: string;
- reason: string;
- caused_by?: EsErrorRootCause;
- script?: string;
-}
-
-export interface EsErrorBody {
- error: {
- root_cause?: EsErrorRootCause[];
- caused_by?: EsErrorRootCause;
- type: string;
- reason: string;
- };
- status: number;
-}
-
-export interface AiOpsResponseError {
- statusCode: number;
- error: string;
- message: string;
- attributes?: {
- body: EsErrorBody;
- };
-}
-
-export interface ErrorMessage {
- message: string;
-}
-
-export interface AiOpsErrorObject {
- causedBy?: string;
- message: string;
- statusCode?: number;
- fullError?: EsErrorBody;
-}
-
-export interface AiOpsHttpFetchError extends IHttpFetchError {
- body: T;
-}
-
-export type ErrorType =
- | WrappedError
- | AiOpsHttpFetchError
- | EsErrorBody
- | Boom.Boom
- | string
- | undefined;
-
-export function isEsErrorBody(error: any): error is EsErrorBody {
- return error && error.error?.reason !== undefined;
-}
-
-export function isErrorString(error: any): error is string {
- return typeof error === 'string';
-}
-
-export function isErrorMessage(error: any): error is ErrorMessage {
- return error && error.message !== undefined && typeof error.message === 'string';
-}
-
-export function isAiOpsResponseError(error: any): error is AiOpsResponseError {
- return typeof error.body === 'object' && 'message' in error.body;
-}
-
-export function isBoomError(error: any): error is Boom.Boom {
- return error?.isBoom === true;
-}
-
-export function isWrappedError(error: any): error is WrappedError {
- return error && isBoomError(error.body?.message) === true;
-}
-
-export const extractErrorProperties = (error: ErrorType): AiOpsErrorObject => {
- // extract properties of the error object from within the response error
- // coming from Kibana, Elasticsearch, and our own AiOps messages
-
- // some responses contain raw es errors as part of a bulk response
- // e.g. if some jobs fail the action in a bulk request
-
- if (isEsErrorBody(error)) {
- return {
- message: error.error.reason,
- statusCode: error.status,
- fullError: error,
- };
- }
-
- if (isErrorString(error)) {
- return {
- message: error,
- };
- }
- if (isWrappedError(error)) {
- return error.body.message?.output?.payload;
- }
-
- if (isBoomError(error)) {
- return {
- message: error.output.payload.message,
- statusCode: error.output.payload.statusCode,
- };
- }
-
- if (error?.body === undefined && !error?.message) {
- return {
- message: '',
- };
- }
-
- if (typeof error.body === 'string') {
- return {
- message: error.body,
- };
- }
-
- if (isAiOpsResponseError(error)) {
- if (
- typeof error.body.attributes === 'object' &&
- typeof error.body.attributes.body?.error?.reason === 'string'
- ) {
- const errObj: AiOpsErrorObject = {
- message: error.body.attributes.body.error.reason,
- statusCode: error.body.statusCode,
- fullError: error.body.attributes.body,
- };
- if (
- typeof error.body.attributes.body.error.caused_by === 'object' &&
- (typeof error.body.attributes.body.error.caused_by?.reason === 'string' ||
- typeof error.body.attributes.body.error.caused_by?.caused_by?.reason === 'string')
- ) {
- errObj.causedBy =
- error.body.attributes.body.error.caused_by?.caused_by?.reason ||
- error.body.attributes.body.error.caused_by?.reason;
- }
- if (
- Array.isArray(error.body.attributes.body.error.root_cause) &&
- typeof error.body.attributes.body.error.root_cause[0] === 'object' &&
- isPopulatedObject(error.body.attributes.body.error.root_cause[0], ['script'])
- ) {
- errObj.causedBy = error.body.attributes.body.error.root_cause[0].script;
- errObj.message += `: '${error.body.attributes.body.error.root_cause[0].script}'`;
- }
- return errObj;
- } else {
- return {
- message: error.body.message,
- statusCode: error.body.statusCode,
- };
- }
- }
-
- if (isErrorMessage(error)) {
- return {
- message: error.message,
- };
- }
-
- // If all else fail return an empty message instead of JSON.stringify
- return {
- message: '',
- };
-};
-
-export const extractErrorMessage = (error: ErrorType): string => {
- // extract only the error message within the response error coming from Kibana, Elasticsearch, and our own ML messages
- const errorObj = extractErrorProperties(error);
- return errorObj.message;
-};
diff --git a/x-pack/plugins/aiops/public/hooks/use_document_count_stats.ts b/x-pack/plugins/aiops/public/hooks/use_document_count_stats.ts
index 9e4f50368a0b5..8cfaa074286d6 100644
--- a/x-pack/plugins/aiops/public/hooks/use_document_count_stats.ts
+++ b/x-pack/plugins/aiops/public/hooks/use_document_count_stats.ts
@@ -12,10 +12,10 @@ import { i18n } from '@kbn/i18n';
import type { ToastsStart } from '@kbn/core/public';
import { stringHash } from '@kbn/ml-string-hash';
import { createRandomSamplerWrapper } from '@kbn/ml-random-sampler-utils';
+import { extractErrorProperties } from '@kbn/ml-error-utils';
import { RANDOM_SAMPLER_SEED } from '../../common/constants';
-import { extractErrorProperties } from '../application/utils/error_utils';
import {
DocumentCountStats,
getDocumentCountStatsRequest,
diff --git a/x-pack/plugins/aiops/tsconfig.json b/x-pack/plugins/aiops/tsconfig.json
index b9a6ff5408eda..89c236ba25c99 100644
--- a/x-pack/plugins/aiops/tsconfig.json
+++ b/x-pack/plugins/aiops/tsconfig.json
@@ -34,7 +34,6 @@
"@kbn/ui-theme",
"@kbn/i18n-react",
"@kbn/rison",
- "@kbn/core-http-browser",
"@kbn/aiops-components",
"@kbn/aiops-utils",
"@kbn/licensing-plugin",
@@ -51,6 +50,7 @@
"@kbn/ml-route-utils",
"@kbn/unified-field-list-plugin",
"@kbn/ml-random-sampler-utils",
+ "@kbn/ml-error-utils",
],
"exclude": [
"target/**/*",
diff --git a/x-pack/plugins/alerting/common/alert_summary.ts b/x-pack/plugins/alerting/common/alert_summary.ts
index b1563882d4f21..ed6cf325e20b1 100644
--- a/x-pack/plugins/alerting/common/alert_summary.ts
+++ b/x-pack/plugins/alerting/common/alert_summary.ts
@@ -29,6 +29,7 @@ export interface AlertSummary {
errorMessages: Array<{ date: string; message: string }>;
alerts: Record;
executionDuration: ExecutionDuration;
+ revision: number;
}
export interface AlertStatus {
@@ -38,4 +39,5 @@ export interface AlertStatus {
actionGroupId?: string;
activeStartDate?: string;
flapping: boolean;
+ maintenanceWindowIds?: string[];
}
diff --git a/x-pack/plugins/alerting/common/execution_log_types.ts b/x-pack/plugins/alerting/common/execution_log_types.ts
index 2d5e34df8f766..7a35bea0df619 100644
--- a/x-pack/plugins/alerting/common/execution_log_types.ts
+++ b/x-pack/plugins/alerting/common/execution_log_types.ts
@@ -63,6 +63,7 @@ export interface IExecutionLog {
rule_id: string;
space_ids: string[];
rule_name: string;
+ maintenance_window_ids: string[];
}
export interface IExecutionErrors {
diff --git a/x-pack/plugins/alerting/common/rule.ts b/x-pack/plugins/alerting/common/rule.ts
index 0bac3fd995a27..f58324f1d09ee 100644
--- a/x-pack/plugins/alerting/common/rule.ts
+++ b/x-pack/plugins/alerting/common/rule.ts
@@ -10,7 +10,7 @@ import type {
SavedObjectAttributes,
SavedObjectsResolveResponse,
} from '@kbn/core/server';
-import type { KueryNode } from '@kbn/es-query';
+import type { Filter, KueryNode } from '@kbn/es-query';
import { RuleNotifyWhenType } from './rule_notify_when_type';
import { RuleSnooze } from './rule_snooze_type';
@@ -94,11 +94,12 @@ export interface AlertsFilterTimeframe extends SavedObjectAttributes {
}
export interface AlertsFilter extends SavedObjectAttributes {
- query: null | {
+ query?: {
kql: string;
+ filters: Filter[];
dsl?: string; // This fields is generated in the code by using "kql", therefore it's not optional but defined as optional to avoid modifying a lot of files in different plugins
};
- timeframe: null | AlertsFilterTimeframe;
+ timeframe?: AlertsFilterTimeframe;
}
export type RuleActionAlertsFilterProperty = AlertsFilterTimeframe | RuleActionParam;
@@ -191,10 +192,11 @@ export interface Rule {
}
export interface SanitizedAlertsFilter extends AlertsFilter {
- query: null | {
+ query?: {
kql: string;
+ filters: Filter[];
};
- timeframe: null | AlertsFilterTimeframe;
+ timeframe?: AlertsFilterTimeframe;
}
export type SanitizedRuleAction = Omit & {
diff --git a/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.test.tsx b/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.test.tsx
new file mode 100644
index 0000000000000..e6bd2a4071b27
--- /dev/null
+++ b/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.test.tsx
@@ -0,0 +1,116 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+import { act, renderHook } from '@testing-library/react-hooks/dom';
+import { waitFor } from '@testing-library/dom';
+
+import { MaintenanceWindow } from '../pages/maintenance_windows/types';
+import { AppMockRenderer, createAppMockRenderer } from '../lib/test_utils';
+import { useArchiveMaintenanceWindow } from './use_archive_maintenance_window';
+
+const mockAddDanger = jest.fn();
+const mockAddSuccess = jest.fn();
+
+jest.mock('../utils/kibana_react', () => {
+ const originalModule = jest.requireActual('../utils/kibana_react');
+ return {
+ ...originalModule,
+ useKibana: () => {
+ const { services } = originalModule.useKibana();
+ return {
+ services: {
+ ...services,
+ notifications: { toasts: { addSuccess: mockAddSuccess, addDanger: mockAddDanger } },
+ },
+ };
+ },
+ };
+});
+jest.mock('../services/maintenance_windows_api/archive', () => ({
+ archiveMaintenanceWindow: jest.fn(),
+}));
+
+const { archiveMaintenanceWindow } = jest.requireMock(
+ '../services/maintenance_windows_api/archive'
+);
+
+const maintenanceWindow: MaintenanceWindow = {
+ title: 'archive',
+ duration: 1,
+ rRule: {
+ dtstart: '2023-03-23T19:16:21.293Z',
+ tzid: 'America/New_York',
+ },
+};
+
+let appMockRenderer: AppMockRenderer;
+
+describe('useArchiveMaintenanceWindow', () => {
+ beforeEach(() => {
+ jest.clearAllMocks();
+
+ appMockRenderer = createAppMockRenderer();
+ archiveMaintenanceWindow.mockResolvedValue(maintenanceWindow);
+ });
+
+ it('should call onSuccess if api succeeds', async () => {
+ const { result } = renderHook(() => useArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate({ maintenanceWindowId: '123', archive: true });
+ });
+ await waitFor(() =>
+ expect(mockAddSuccess).toBeCalledWith("Archived maintenance window 'archive'")
+ );
+ });
+
+ it('should call onError if api fails', async () => {
+ archiveMaintenanceWindow.mockRejectedValue('');
+
+ const { result } = renderHook(() => useArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate({ maintenanceWindowId: '123', archive: true });
+ });
+
+ await waitFor(() =>
+ expect(mockAddDanger).toBeCalledWith('Failed to archive maintenance window.')
+ );
+ });
+
+ it('should call onSuccess if api succeeds (unarchive)', async () => {
+ const { result } = renderHook(() => useArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate({ maintenanceWindowId: '123', archive: false });
+ });
+ await waitFor(() =>
+ expect(mockAddSuccess).toBeCalledWith("Unarchived maintenance window 'archive'")
+ );
+ });
+
+ it('should call onError if api fails (unarchive)', async () => {
+ archiveMaintenanceWindow.mockRejectedValue('');
+
+ const { result } = renderHook(() => useArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate({ maintenanceWindowId: '123', archive: false });
+ });
+
+ await waitFor(() =>
+ expect(mockAddDanger).toBeCalledWith('Failed to unarchive maintenance window.')
+ );
+ });
+});
diff --git a/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.ts b/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.ts
new file mode 100644
index 0000000000000..2bda74f83b9bf
--- /dev/null
+++ b/x-pack/plugins/alerting/public/hooks/use_archive_maintenance_window.ts
@@ -0,0 +1,56 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import { i18n } from '@kbn/i18n';
+import { useMutation } from '@tanstack/react-query';
+
+import { useKibana } from '../utils/kibana_react';
+import { archiveMaintenanceWindow } from '../services/maintenance_windows_api/archive';
+
+export function useArchiveMaintenanceWindow() {
+ const {
+ http,
+ notifications: { toasts },
+ } = useKibana().services;
+
+ const mutationFn = ({
+ maintenanceWindowId,
+ archive,
+ }: {
+ maintenanceWindowId: string;
+ archive: boolean;
+ }) => {
+ return archiveMaintenanceWindow({ http, maintenanceWindowId, archive });
+ };
+
+ return useMutation(mutationFn, {
+ onSuccess: (data, { archive }) => {
+ const archiveToast = i18n.translate('xpack.alerting.maintenanceWindowsArchiveSuccess', {
+ defaultMessage: "Archived maintenance window '{title}'",
+ values: {
+ title: data.title,
+ },
+ });
+ const unarchiveToast = i18n.translate('xpack.alerting.maintenanceWindowsUnarchiveSuccess', {
+ defaultMessage: "Unarchived maintenance window '{title}'",
+ values: {
+ title: data.title,
+ },
+ });
+ toasts.addSuccess(archive ? archiveToast : unarchiveToast);
+ },
+ onError: (error, { archive }) => {
+ const archiveToast = i18n.translate('xpack.alerting.maintenanceWindowsArchiveFailure', {
+ defaultMessage: 'Failed to archive maintenance window.',
+ });
+ const unarchiveToast = i18n.translate('xpack.alerting.maintenanceWindowsUnarchiveFailure', {
+ defaultMessage: 'Failed to unarchive maintenance window.',
+ });
+ toasts.addDanger(archive ? archiveToast : unarchiveToast);
+ },
+ });
+}
diff --git a/x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.ts b/x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.ts
index 08c01bb080055..e710595bc6180 100644
--- a/x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.ts
+++ b/x-pack/plugins/alerting/public/hooks/use_create_maintenance_window.ts
@@ -23,12 +23,12 @@ export function useCreateMaintenanceWindow() {
};
return useMutation(mutationFn, {
- onSuccess: (variables: MaintenanceWindow) => {
+ onSuccess: (data) => {
toasts.addSuccess(
i18n.translate('xpack.alerting.maintenanceWindowsCreateSuccess', {
defaultMessage: "Created maintenance window '{title}'",
values: {
- title: variables.title,
+ title: data.title,
},
})
);
diff --git a/x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.ts b/x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.ts
index 6a71bd9c64518..10b7f3402aca1 100644
--- a/x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.ts
+++ b/x-pack/plugins/alerting/public/hooks/use_find_maintenance_windows.ts
@@ -30,7 +30,11 @@ export const useFindMaintenanceWindows = () => {
}
};
- const { isLoading, data = [] } = useQuery({
+ const {
+ isLoading,
+ data = [],
+ refetch,
+ } = useQuery({
queryKey: ['findMaintenanceWindows'],
queryFn,
onError: onErrorFn,
@@ -42,5 +46,6 @@ export const useFindMaintenanceWindows = () => {
return {
maintenanceWindows: data,
isLoading,
+ refetch,
};
};
diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx b/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx
new file mode 100644
index 0000000000000..b80dbbae355bc
--- /dev/null
+++ b/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.test.tsx
@@ -0,0 +1,110 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+import { act, renderHook } from '@testing-library/react-hooks/dom';
+import { waitFor } from '@testing-library/dom';
+
+import { MaintenanceWindow } from '../pages/maintenance_windows/types';
+import { AppMockRenderer, createAppMockRenderer } from '../lib/test_utils';
+import { useFinishAndArchiveMaintenanceWindow } from './use_finish_and_archive_maintenance_window';
+
+const mockAddDanger = jest.fn();
+const mockAddSuccess = jest.fn();
+
+jest.mock('../utils/kibana_react', () => {
+ const originalModule = jest.requireActual('../utils/kibana_react');
+ return {
+ ...originalModule,
+ useKibana: () => {
+ const { services } = originalModule.useKibana();
+ return {
+ services: {
+ ...services,
+ notifications: { toasts: { addSuccess: mockAddSuccess, addDanger: mockAddDanger } },
+ },
+ };
+ },
+ };
+});
+jest.mock('../services/maintenance_windows_api/finish', () => ({
+ finishMaintenanceWindow: jest.fn(),
+}));
+jest.mock('../services/maintenance_windows_api/archive', () => ({
+ archiveMaintenanceWindow: jest.fn(),
+}));
+
+const { finishMaintenanceWindow } = jest.requireMock('../services/maintenance_windows_api/finish');
+const { archiveMaintenanceWindow } = jest.requireMock(
+ '../services/maintenance_windows_api/archive'
+);
+
+const maintenanceWindow: MaintenanceWindow = {
+ title: 'test',
+ duration: 1,
+ rRule: {
+ dtstart: '2023-03-23T19:16:21.293Z',
+ tzid: 'America/New_York',
+ },
+};
+
+let appMockRenderer: AppMockRenderer;
+
+describe('useFinishAndArchiveMaintenanceWindow', () => {
+ beforeEach(() => {
+ jest.clearAllMocks();
+
+ appMockRenderer = createAppMockRenderer();
+ finishMaintenanceWindow.mockResolvedValue(maintenanceWindow);
+ archiveMaintenanceWindow.mockResolvedValue(maintenanceWindow);
+ });
+
+ it('should call onSuccess if api succeeds', async () => {
+ const { result } = renderHook(() => useFinishAndArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate('123');
+ });
+ await waitFor(() =>
+ expect(mockAddSuccess).toBeCalledWith(
+ "Cancelled and archived running maintenance window 'test'"
+ )
+ );
+ });
+
+ it('should call onError if finish api fails', async () => {
+ finishMaintenanceWindow.mockRejectedValue('');
+
+ const { result } = renderHook(() => useFinishAndArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate('123');
+ });
+
+ await waitFor(() =>
+ expect(mockAddDanger).toBeCalledWith('Failed to cancel and archive maintenance window.')
+ );
+ });
+
+ it('should call onError if archive api fails', async () => {
+ archiveMaintenanceWindow.mockRejectedValue('');
+
+ const { result } = renderHook(() => useFinishAndArchiveMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate('123');
+ });
+
+ await waitFor(() =>
+ expect(mockAddDanger).toBeCalledWith('Failed to cancel and archive maintenance window.')
+ );
+ });
+});
diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts b/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts
new file mode 100644
index 0000000000000..d68bf2c89e379
--- /dev/null
+++ b/x-pack/plugins/alerting/public/hooks/use_finish_and_archive_maintenance_window.ts
@@ -0,0 +1,45 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import { i18n } from '@kbn/i18n';
+import { useMutation } from '@tanstack/react-query';
+
+import { useKibana } from '../utils/kibana_react';
+import { finishMaintenanceWindow } from '../services/maintenance_windows_api/finish';
+import { archiveMaintenanceWindow } from '../services/maintenance_windows_api/archive';
+
+export function useFinishAndArchiveMaintenanceWindow() {
+ const {
+ http,
+ notifications: { toasts },
+ } = useKibana().services;
+
+ const mutationFn = async (maintenanceWindowId: string) => {
+ await finishMaintenanceWindow({ http, maintenanceWindowId });
+ return archiveMaintenanceWindow({ http, maintenanceWindowId, archive: true });
+ };
+
+ return useMutation(mutationFn, {
+ onSuccess: (data) => {
+ toasts.addSuccess(
+ i18n.translate('xpack.alerting.maintenanceWindowsFinishedAndArchiveSuccess', {
+ defaultMessage: "Cancelled and archived running maintenance window '{title}'",
+ values: {
+ title: data.title,
+ },
+ })
+ );
+ },
+ onError: () => {
+ toasts.addDanger(
+ i18n.translate('xpack.alerting.maintenanceWindowsFinishedAndArchiveFailure', {
+ defaultMessage: 'Failed to cancel and archive maintenance window.',
+ })
+ );
+ },
+ });
+}
diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.test.tsx b/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.test.tsx
new file mode 100644
index 0000000000000..ed534cb835c8d
--- /dev/null
+++ b/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.test.tsx
@@ -0,0 +1,85 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+import { act, renderHook } from '@testing-library/react-hooks/dom';
+import { waitFor } from '@testing-library/dom';
+
+import { MaintenanceWindow } from '../pages/maintenance_windows/types';
+import { AppMockRenderer, createAppMockRenderer } from '../lib/test_utils';
+import { useFinishMaintenanceWindow } from './use_finish_maintenance_window';
+
+const mockAddDanger = jest.fn();
+const mockAddSuccess = jest.fn();
+
+jest.mock('../utils/kibana_react', () => {
+ const originalModule = jest.requireActual('../utils/kibana_react');
+ return {
+ ...originalModule,
+ useKibana: () => {
+ const { services } = originalModule.useKibana();
+ return {
+ services: {
+ ...services,
+ notifications: { toasts: { addSuccess: mockAddSuccess, addDanger: mockAddDanger } },
+ },
+ };
+ },
+ };
+});
+jest.mock('../services/maintenance_windows_api/finish', () => ({
+ finishMaintenanceWindow: jest.fn(),
+}));
+
+const { finishMaintenanceWindow } = jest.requireMock('../services/maintenance_windows_api/finish');
+
+const maintenanceWindow: MaintenanceWindow = {
+ title: 'cancel',
+ duration: 1,
+ rRule: {
+ dtstart: '2023-03-23T19:16:21.293Z',
+ tzid: 'America/New_York',
+ },
+};
+
+let appMockRenderer: AppMockRenderer;
+
+describe('useFinishMaintenanceWindow', () => {
+ beforeEach(() => {
+ jest.clearAllMocks();
+
+ appMockRenderer = createAppMockRenderer();
+ finishMaintenanceWindow.mockResolvedValue(maintenanceWindow);
+ });
+
+ it('should call onSuccess if api succeeds', async () => {
+ const { result } = renderHook(() => useFinishMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate('123');
+ });
+ await waitFor(() =>
+ expect(mockAddSuccess).toBeCalledWith("Cancelled running maintenance window 'cancel'")
+ );
+ });
+
+ it('should call onError if api fails', async () => {
+ finishMaintenanceWindow.mockRejectedValue('');
+
+ const { result } = renderHook(() => useFinishMaintenanceWindow(), {
+ wrapper: appMockRenderer.AppWrapper,
+ });
+
+ await act(async () => {
+ await result.current.mutate('123');
+ });
+
+ await waitFor(() =>
+ expect(mockAddDanger).toBeCalledWith('Failed to cancel maintenance window.')
+ );
+ });
+});
diff --git a/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.ts b/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.ts
new file mode 100644
index 0000000000000..7e8aafa1793ad
--- /dev/null
+++ b/x-pack/plugins/alerting/public/hooks/use_finish_maintenance_window.ts
@@ -0,0 +1,43 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License
+ * 2.0; you may not use this file except in compliance with the Elastic License
+ * 2.0.
+ */
+
+import { i18n } from '@kbn/i18n';
+import { useMutation } from '@tanstack/react-query';
+
+import { useKibana } from '../utils/kibana_react';
+import { finishMaintenanceWindow } from '../services/maintenance_windows_api/finish';
+
+export function useFinishMaintenanceWindow() {
+ const {
+ http,
+ notifications: { toasts },
+ } = useKibana().services;
+
+ const mutationFn = (maintenanceWindowId: string) => {
+ return finishMaintenanceWindow({ http, maintenanceWindowId });
+ };
+
+ return useMutation(mutationFn, {
+ onSuccess: (data) => {
+ toasts.addSuccess(
+ i18n.translate('xpack.alerting.maintenanceWindowsFinishedSuccess', {
+ defaultMessage: "Cancelled running maintenance window '{title}'",
+ values: {
+ title: data.title,
+ },
+ })
+ );
+ },
+ onError: () => {
+ toasts.addDanger(
+ i18n.translate('xpack.alerting.maintenanceWindowsFinishedFailure', {
+ defaultMessage: 'Failed to cancel maintenance window.',
+ })
+ );
+ },
+ });
+}
diff --git a/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.test.tsx b/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.test.tsx
index 67545d83aba17..897b44295d8c0 100644
--- a/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.test.tsx
+++ b/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.test.tsx
@@ -79,7 +79,7 @@ describe('useUpdateMaintenanceWindow', () => {
});
await waitFor(() =>
- expect(mockAddDanger).toBeCalledWith("Failed to update maintenance window '123'")
+ expect(mockAddDanger).toBeCalledWith('Failed to update maintenance window.')
);
});
});
diff --git a/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.ts b/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.ts
index de6596b1c766d..c7dd73724b6df 100644
--- a/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.ts
+++ b/x-pack/plugins/alerting/public/hooks/use_update_maintenance_window.ts
@@ -39,13 +39,10 @@ export function useUpdateMaintenanceWindow() {
})
);
},
- onError: (error, variables) => {
+ onError: () => {
toasts.addDanger(
i18n.translate('xpack.alerting.maintenanceWindowsUpdateFailure', {
- defaultMessage: "Failed to update maintenance window '{id}'",
- values: {
- id: variables.maintenanceWindowId,
- },
+ defaultMessage: 'Failed to update maintenance window.',
})
);
},
diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx b/x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx
index b3fe479c21a88..0dda6a8890529 100644
--- a/x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx
+++ b/x-pack/plugins/alerting/public/pages/maintenance_windows/components/create_maintenance_windows_form.tsx
@@ -4,7 +4,7 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
-import React, { useCallback, useState } from 'react';
+import React, { useCallback, useMemo, useState } from 'react';
import moment from 'moment';
import {
FIELD_TYPES,
@@ -16,7 +16,10 @@ import {
} from '@kbn/es-ui-shared-plugin/static/forms/hook_form_lib';
import { Field } from '@kbn/es-ui-shared-plugin/static/forms/components';
import {
+ EuiButton,
EuiButtonEmpty,
+ EuiCallOut,
+ EuiConfirmModal,
EuiFlexGroup,
EuiFlexItem,
EuiFormLabel,
@@ -33,6 +36,7 @@ import { useCreateMaintenanceWindow } from '../../../hooks/use_create_maintenanc
import { useUpdateMaintenanceWindow } from '../../../hooks/use_update_maintenance_window';
import { useUiSetting } from '../../../utils/kibana_react';
import { DatePickerRangeField } from './fields/date_picker_range_field';
+import { useArchiveMaintenanceWindow } from '../../../hooks/use_archive_maintenance_window';
const UseField = getUseField({ component: Field });
@@ -56,6 +60,7 @@ export const CreateMaintenanceWindowForm = React.memo {
const [defaultStartDateValue] = useState(moment().toISOString());
const [defaultEndDateValue] = useState(moment().add(30, 'minutes').toISOString());
+ const [isModalVisible, setIsModalVisible] = useState(false);
const { defaultTimezone, isBrowser } = useDefaultTimezone();
const isEditMode = initialValue !== undefined && maintenanceWindowId !== undefined;
@@ -63,6 +68,7 @@ export const CreateMaintenanceWindowForm = React.memo {
@@ -109,6 +115,35 @@ export const CreateMaintenanceWindowForm = React.memo setIsModalVisible(false), []);
+ const showModal = useCallback(() => setIsModalVisible(true), []);
+
+ const modal = useMemo(() => {
+ let m;
+ if (isModalVisible) {
+ m = (
+ {
+ closeModal();
+ archiveMaintenanceWindow(
+ { maintenanceWindowId: maintenanceWindowId!, archive: true },
+ { onSuccess }
+ );
+ }}
+ cancelButtonText={i18n.CANCEL}
+ confirmButtonText={i18n.ARCHIVE_TITLE}
+ defaultFocusedButton="confirm"
+ buttonColor="danger"
+ >
+ {i18n.ARCHIVE_CALLOUT_SUBTITLE}
+
+ );
+ }
+ return m;
+ }, [closeModal, archiveMaintenanceWindow, isModalVisible, maintenanceWindowId, onSuccess]);
+
return (