diff --git a/.buildkite/scripts/steps/serverless/build_and_deploy.sh b/.buildkite/scripts/steps/serverless/build_and_deploy.sh index 44529c6dba5f5..8553cb57fb700 100644 --- a/.buildkite/scripts/steps/serverless/build_and_deploy.sh +++ b/.buildkite/scripts/steps/serverless/build_and_deploy.sh @@ -22,6 +22,7 @@ deploy() { esac PROJECT_NAME="kibana-pr-$BUILDKITE_PULL_REQUEST-$PROJECT_TYPE" + VAULT_KEY_NAME="$PROJECT_NAME" is_pr_with_label "ci:project-persist-deployment" && PROJECT_NAME="keep_$PROJECT_NAME" PROJECT_CREATE_CONFIGURATION='{ "name": "'"$PROJECT_NAME"'", @@ -81,9 +82,9 @@ deploy() { # TODO: remove after https://github.com/elastic/kibana-operations/issues/15 is done if [[ "$IS_LEGACY_VAULT_ADDR" == "true" ]]; then - vault_set "cloud-deploy/$PROJECT_NAME" username="$PROJECT_USERNAME" password="$PROJECT_PASSWORD" id="$PROJECT_ID" + vault_set "cloud-deploy/$VAULT_KEY_NAME" username="$PROJECT_USERNAME" password="$PROJECT_PASSWORD" id="$PROJECT_ID" else - vault_kv_set "cloud-deploy/$PROJECT_NAME" username="$PROJECT_USERNAME" password="$PROJECT_PASSWORD" id="$PROJECT_ID" + vault_kv_set "cloud-deploy/$VAULT_KEY_NAME" username="$PROJECT_USERNAME" password="$PROJECT_PASSWORD" id="$PROJECT_ID" fi else @@ -101,9 +102,9 @@ deploy() { # TODO: remove after https://github.com/elastic/kibana-operations/issues/15 is done if [[ "$IS_LEGACY_VAULT_ADDR" == "true" ]]; then - VAULT_READ_COMMAND="vault read $VAULT_PATH_PREFIX/cloud-deploy/$PROJECT_NAME" + VAULT_READ_COMMAND="vault read $VAULT_PATH_PREFIX/cloud-deploy/$VAULT_KEY_NAME" else - VAULT_READ_COMMAND="vault kv get $VAULT_KV_PREFIX/cloud-deploy/$PROJECT_NAME" + VAULT_READ_COMMAND="vault kv get $VAULT_KV_PREFIX/cloud-deploy/$VAULT_KEY_NAME" fi cat << EOF | buildkite-agent annotate --style "info" --context "project-$PROJECT_TYPE" diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index a3a2d11db16ce..5f6dc7c05c43e 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions title: "actions" image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin -date: 2024-03-05 +date: 2024-03-06 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 bea8239760477..4402bd69c6fba 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings title: "advancedSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/ai_assistant_management_observability.mdx b/api_docs/ai_assistant_management_observability.mdx index 6ed0ab3b5bcee..4769060e3019d 100644 --- a/api_docs/ai_assistant_management_observability.mdx +++ b/api_docs/ai_assistant_management_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementObservability title: "aiAssistantManagementObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementObservability plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementObservability'] --- import aiAssistantManagementObservabilityObj from './ai_assistant_management_observability.devdocs.json'; diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index 378e1a94de7dd..71aa42c7e711b 100644 --- a/api_docs/ai_assistant_management_selection.mdx +++ b/api_docs/ai_assistant_management_selection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection title: "aiAssistantManagementSelection" image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementSelection plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index f58768ee6e509..dfb27eb127834 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops title: "aiops" image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin -date: 2024-03-05 +date: 2024-03-06 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 742db75b9e834..3c334cabd2e1f 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -3567,6 +3567,10 @@ "plugin": "infra", "path": "x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts" }, + { + "plugin": "infra", + "path": "x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts" + }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts" diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index db679b6b7619b..e4189ce099b9c 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting title: "alerting" image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index 5a3635353ce60..fa48e2da7adda 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm title: "apm" image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index e2d89a3fc7b5f..4fe87feca67cd 100644 --- a/api_docs/apm_data_access.mdx +++ b/api_docs/apm_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess title: "apmDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmDataAccess plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/asset_manager.mdx b/api_docs/asset_manager.mdx index b4108abaf8902..c29f73b66c7fc 100644 --- a/api_docs/asset_manager.mdx +++ b/api_docs/asset_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager title: "assetManager" image: https://source.unsplash.com/400x175/?github description: API docs for the assetManager plugin -date: 2024-03-05 +date: 2024-03-06 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 0e6c19768441a..d8df75d2d03b3 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners title: "banners" image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin -date: 2024-03-05 +date: 2024-03-06 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 e4cf1d7fd4536..b4c37b73176b2 100644 --- a/api_docs/bfetch.mdx +++ b/api_docs/bfetch.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch title: "bfetch" image: https://source.unsplash.com/400x175/?github description: API docs for the bfetch plugin -date: 2024-03-05 +date: 2024-03-06 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 b45d4330e5eea..9c785540bc5f8 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas title: "canvas" image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin -date: 2024-03-05 +date: 2024-03-06 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 ffcdf009b695c..f76f34a96b8ee 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases title: "cases" image: https://source.unsplash.com/400x175/?github description: API docs for the cases plugin -date: 2024-03-05 +date: 2024-03-06 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 8f8ec188afc17..2c8b350d5993c 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts title: "charts" image: https://source.unsplash.com/400x175/?github description: API docs for the charts plugin -date: 2024-03-05 +date: 2024-03-06 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 b77e1ceddd8ff..d0d838291a56f 100644 --- a/api_docs/cloud.mdx +++ b/api_docs/cloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud title: "cloud" image: https://source.unsplash.com/400x175/?github description: API docs for the cloud plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index 9edb1c6a3e853..1acf9bfd17dae 100644 --- a/api_docs/cloud_data_migration.mdx +++ b/api_docs/cloud_data_migration.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration title: "cloudDataMigration" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDataMigration plugin -date: 2024-03-05 +date: 2024-03-06 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 f88ef3c8d8fe7..b69c2da11ff4d 100644 --- a/api_docs/cloud_defend.mdx +++ b/api_docs/cloud_defend.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend title: "cloudDefend" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDefend plugin -date: 2024-03-05 +date: 2024-03-06 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 3c95dd2d59330..b9b79bf03e4e8 100644 --- a/api_docs/cloud_experiments.mdx +++ b/api_docs/cloud_experiments.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments title: "cloudExperiments" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudExperiments plugin -date: 2024-03-05 +date: 2024-03-06 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 d3836057107ea..b0b4536c7e8a7 100644 --- a/api_docs/cloud_security_posture.mdx +++ b/api_docs/cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture title: "cloudSecurityPosture" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudSecurityPosture plugin -date: 2024-03-05 +date: 2024-03-06 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 3ccc9dd4f1915..1f364746cac2b 100644 --- a/api_docs/console.mdx +++ b/api_docs/console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console title: "console" image: https://source.unsplash.com/400x175/?github description: API docs for the console plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- import consoleObj from './console.devdocs.json'; diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index 744a98f052b99..a1a55f2bf1d55 100644 --- a/api_docs/content_management.mdx +++ b/api_docs/content_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement title: "contentManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the contentManagement plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.devdocs.json b/api_docs/controls.devdocs.json index 4f53974a1a4b3..e837613960147 100644 --- a/api_docs/controls.devdocs.json +++ b/api_docs/controls.devdocs.json @@ -1212,7 +1212,15 @@ "section": "def-public.ControlOutput", "text": "ControlOutput" }, - ">, unknown>, partial: Partial | undefined, otherPanels: ", + ">, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">, partial: Partial | undefined, otherPanels: ", { "pluginId": "controls", "scope": "common", @@ -1285,7 +1293,15 @@ "section": "def-public.ControlOutput", "text": "ControlOutput" }, - ">, unknown>" + ">, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">" ], "path": "src/plugins/controls/public/control_group/embeddable/control_group_container.tsx", "deprecated": false, @@ -1549,7 +1565,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>" + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">" ], "path": "src/plugins/controls/public/control_group/embeddable/control_group_container_factory.ts", "deprecated": false, @@ -2482,7 +2506,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>,", + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">,", { "pluginId": "controls", "scope": "public", @@ -3604,7 +3636,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>,", + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">,", { "pluginId": "controls", "scope": "public", @@ -4954,7 +4994,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>, \"type\">" + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">, \"type\">" ], "path": "src/plugins/controls/public/types.ts", "deprecated": false, @@ -5642,7 +5690,15 @@ "section": "def-public.ControlOutput", "text": "ControlOutput" }, - ">, unknown>" + ">, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">" ], "path": "src/plugins/controls/public/types.ts", "deprecated": false, diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index 9656b12c69678..fe85017b36074 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls title: "controls" image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin -date: 2024-03-05 +date: 2024-03-06 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 aee7970e15dab..d0069e6ddb4a8 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations title: "customIntegrations" image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin -date: 2024-03-05 +date: 2024-03-06 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 1090e0068e04d..668de16662623 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard title: "dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin -date: 2024-03-05 +date: 2024-03-06 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 d72e1d3bc356d..9c0d05e235f30 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced title: "dashboardEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin -date: 2024-03-05 +date: 2024-03-06 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 9266f3327b7a7..139a79232da66 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data title: "data" image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin -date: 2024-03-05 +date: 2024-03-06 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 ce00b915e9df0..e59833a6865f3 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query title: "data.query" image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin -date: 2024-03-05 +date: 2024-03-06 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 cc31aa5ee8cb5..e55f115ac7973 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search title: "data.search" image: https://source.unsplash.com/400x175/?github description: API docs for the data.search plugin -date: 2024-03-05 +date: 2024-03-06 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 9f7418d799e7c..6c11cec34e46d 100644 --- a/api_docs/data_view_editor.mdx +++ b/api_docs/data_view_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor title: "dataViewEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewEditor plugin -date: 2024-03-05 +date: 2024-03-06 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 93e8c82b736e4..e751be5c983fd 100644 --- a/api_docs/data_view_field_editor.mdx +++ b/api_docs/data_view_field_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor title: "dataViewFieldEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewFieldEditor plugin -date: 2024-03-05 +date: 2024-03-06 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 c8101b25de25f..f7a7578cb2003 100644 --- a/api_docs/data_view_management.mdx +++ b/api_docs/data_view_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement title: "dataViewManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewManagement plugin -date: 2024-03-05 +date: 2024-03-06 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 780a86cc3fe73..c95a54233c3a4 100644 --- a/api_docs/data_views.mdx +++ b/api_docs/data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews title: "dataViews" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViews plugin -date: 2024-03-05 +date: 2024-03-06 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 f1a45ca7f8223..6d60987990d0e 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer title: "dataVisualizer" image: https://source.unsplash.com/400x175/?github description: API docs for the dataVisualizer plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index d558775c2a532..42ca56772e88d 100644 --- a/api_docs/dataset_quality.mdx +++ b/api_docs/dataset_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality title: "datasetQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the datasetQuality plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality'] --- import datasetQualityObj from './dataset_quality.devdocs.json'; diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx index da609ead4dc7c..54a5c77bf65a7 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api title: Deprecated API usage by API description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 44eb9adce34f4..3b31b26792776 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin title: Deprecated API usage by plugin description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -997,7 +997,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [log_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts#:~:text=alertFactory), [log_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts#:~:text=alertFactory), [log_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts#:~:text=alertFactory), [inventory_metric_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts#:~:text=alertFactory) | - | +| | [log_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts#:~:text=alertFactory), [log_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts#:~:text=alertFactory), [log_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts#:~:text=alertFactory), [inventory_metric_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts#:~:text=alertFactory), [inventory_metric_threshold_executor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts#:~:text=alertFactory) | - | | | [common_providers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/apps/common_providers.tsx#:~:text=KibanaThemeProvider), [common_providers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/apps/common_providers.tsx#:~:text=KibanaThemeProvider), [common_providers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/apps/common_providers.tsx#:~:text=KibanaThemeProvider) | - | | | [saved_object_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts#:~:text=migrations) | - | @@ -1117,7 +1117,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [log_view_saved_object.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts#:~:text=migrations) | - | +| | [log_view_saved_object.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts#:~:text=migrations) | - | @@ -1734,4 +1734,4 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [shared_imports.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/shared_imports.ts#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | \ No newline at end of file diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index c4cee6f7ce44f..053ab00623b95 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam slug: /kibana-dev-docs/api-meta/deprecations-due-by-team title: Deprecated APIs due to be removed, by team description: Lists the teams that are referencing deprecated APIs with a remove by date. -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 03eea393a2bdd..d7bf717b3e55a 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools title: "devTools" image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin -date: 2024-03-05 +date: 2024-03-06 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 6ef2386ffadc7..7df3e434aa208 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover title: "discover" image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin -date: 2024-03-05 +date: 2024-03-06 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 92ec5d5e79331..ad60e0a3533cc 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced title: "discoverEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin -date: 2024-03-05 +date: 2024-03-06 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 df3ca5285a427..c618a5867c8d2 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard title: "ecsDataQualityDashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 025d9f6005a97..02eacc83d87f3 100644 --- a/api_docs/elastic_assistant.mdx +++ b/api_docs/elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant title: "elasticAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistant plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json index 2d4f65109a84c..fc94b793f1390 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -145,7 +145,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>) | undefined" + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">) | undefined" ], "path": "src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx", "deprecated": false, @@ -618,7 +626,15 @@ "section": "def-public.EmbeddableFactory", "text": "EmbeddableFactory" }, - " | undefined" + " | undefined" ], "path": "src/plugins/embeddable/public/lib/containers/container.ts", "deprecated": false, @@ -1592,7 +1608,15 @@ "section": "def-public.EmbeddableFactory", "text": "EmbeddableFactory" }, - ", partial?: Partial, attributes?: unknown) => { newPanel: ", + ", partial?: Partial, attributes?: unknown) => { newPanel: ", { "pluginId": "embeddable", "scope": "common", @@ -1621,7 +1645,15 @@ "section": "def-public.EmbeddableFactory", "text": "EmbeddableFactory" }, - "" + "" ], "path": "src/plugins/embeddable/public/lib/containers/container.ts", "deprecated": false, @@ -7609,7 +7641,15 @@ "section": "def-public.IEmbeddable", "text": "IEmbeddable" }, - ", T = ", + ", T extends ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + " = ", { "pluginId": "@kbn/core-saved-objects-common", "scope": "common", @@ -14310,7 +14350,15 @@ "section": "def-public.EmbeddableFactoryDefinition", "text": "EmbeddableFactoryDefinition" }, - ") => () => ", + ") => () => ", { "pluginId": "embeddable", "scope": "public", @@ -14318,7 +14366,15 @@ "section": "def-public.EmbeddableFactory", "text": "EmbeddableFactory" }, - "" + "" ], "path": "src/plugins/embeddable/public/plugin.tsx", "deprecated": false, @@ -14354,7 +14410,15 @@ "section": "def-public.EmbeddableFactoryDefinition", "text": "EmbeddableFactoryDefinition" }, - "" + "" ], "path": "src/plugins/embeddable/public/plugin.tsx", "deprecated": false, @@ -14566,7 +14630,15 @@ "section": "def-public.EmbeddableFactory", "text": "EmbeddableFactory" }, - " | undefined" + " | undefined" ], "path": "src/plugins/embeddable/public/plugin.tsx", "deprecated": false, @@ -14646,7 +14718,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>>" + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">>" ], "path": "src/plugins/embeddable/public/plugin.tsx", "deprecated": false, diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index f8fd961f423e5..0c6ba81ca8ea7 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: 2024-03-05 +date: 2024-03-06 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 1050949dde823..1eaa22a659fab 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: 2024-03-05 +date: 2024-03-06 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 0ada21d289775..dc261fb1c1f0a 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: 2024-03-05 +date: 2024-03-06 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 da17de0c2ec54..396d28d787a86 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: 2024-03-05 +date: 2024-03-06 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 bb8b63560a963..6321716bbd0ac 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: 2024-03-05 +date: 2024-03-06 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 fb0ea48dbdc96..0c4f91fef79be 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation'] --- import eventAnnotationObj from './event_annotation.devdocs.json'; diff --git a/api_docs/event_annotation_listing.mdx b/api_docs/event_annotation_listing.mdx index 3acecc9f4f59a..e698a940d1bc7 100644 --- a/api_docs/event_annotation_listing.mdx +++ b/api_docs/event_annotation_listing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing title: "eventAnnotationListing" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotationListing plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index ca366cf4ed6c9..3d3ca347c0b3c 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: 2024-03-05 +date: 2024-03-06 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 cd7d6aa2f8958..8ae131da17453 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: 2024-03-05 +date: 2024-03-06 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 e433ad4c9b2d2..7183f2091b02f 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: 2024-03-05 +date: 2024-03-06 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 ef7be4110517f..bd3c4605a7337 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: 2024-03-05 +date: 2024-03-06 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 3778a0d6543a5..f2a444877ad82 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: 2024-03-05 +date: 2024-03-06 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 a1e8fffcd4cd8..f86d939293cf6 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: 2024-03-05 +date: 2024-03-06 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 6d5f9b03433af..b592c9a0e91a2 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: 2024-03-05 +date: 2024-03-06 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 d1a75b98e0a9d..255440c21ae56 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: 2024-03-05 +date: 2024-03-06 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 d40c1410ec887..274dfdb04edee 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: 2024-03-05 +date: 2024-03-06 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 c771913afb252..5ec304bcac3f3 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: 2024-03-05 +date: 2024-03-06 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 3f90539375bcd..30ba07997cdc5 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: 2024-03-05 +date: 2024-03-06 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 16be841961045..6573d5908fd6b 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: 2024-03-05 +date: 2024-03-06 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 4de8eee519d8c..37ad41f3535a4 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: 2024-03-05 +date: 2024-03-06 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 1c91af9c2db3b..51d8c4086bc7f 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: 2024-03-05 +date: 2024-03-06 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 aa45e2064d855..74b1295cccbe1 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: 2024-03-05 +date: 2024-03-06 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 eccf1d9e31cbc..5be48695539ed 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: 2024-03-05 +date: 2024-03-06 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 70e7c75f182fb..08faf102072de 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: 2024-03-05 +date: 2024-03-06 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 9bb49ca7bdf72..bd388032f4600 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: 2024-03-05 +date: 2024-03-06 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 dcbbf033b85a5..0740eefcd1078 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: 2024-03-05 +date: 2024-03-06 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 61baa6b96c17a..8ae239f765766 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: 2024-03-05 +date: 2024-03-06 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 1a6af8cfd2a41..60b7f0901c9be 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: 2024-03-05 +date: 2024-03-06 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 14e7ab93c06de..dbb97f928dee2 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: 2024-03-05 +date: 2024-03-06 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 4c71f10a9e9bb..545c47bd898d7 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index 77979876bb3ec..d6297412341f3 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding'] --- import guidedOnboardingObj from './guided_onboarding.devdocs.json'; diff --git a/api_docs/home.mdx b/api_docs/home.mdx index db45ebd0bae8f..2acb753c012e3 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: 2024-03-05 +date: 2024-03-06 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 84a5229b481f2..811d120faa509 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: 2024-03-05 +date: 2024-03-06 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 1f75c73800d68..c1dda81cf4bf6 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: 2024-03-05 +date: 2024-03-06 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 d70c0dfcf9082..83ffce35ababb 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: 2024-03-05 +date: 2024-03-06 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 2a108e9160f82..da43b75c4fecc 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra'] --- import infraObj from './infra.devdocs.json'; diff --git a/api_docs/ingest_pipelines.mdx b/api_docs/ingest_pipelines.mdx index faf17839b51eb..0d1ed8f41732e 100644 --- a/api_docs/ingest_pipelines.mdx +++ b/api_docs/ingest_pipelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines title: "ingestPipelines" image: https://source.unsplash.com/400x175/?github description: API docs for the ingestPipelines plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index aa8c07b137aaa..d96bc5eb4ea58 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: 2024-03-05 +date: 2024-03-06 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 6e328e10322f4..69580f0bcab28 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: 2024-03-05 +date: 2024-03-06 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 33f3a36e4d7c7..a257d811bc5ed 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace'] --- import kbnAceObj from './kbn_ace.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index edcee079ca646..b6be7bdc6c9cc 100644 --- a/api_docs/kbn_actions_types.mdx +++ b/api_docs/kbn_actions_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types title: "@kbn/actions-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-types plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 2d91f92c08b7f..edf2807f64082 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: 2024-03-05 +date: 2024-03-06 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 1feb2c2adb1fc..86fb5383dc6cc 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils'] --- import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json'; diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index bd343e44f67c1..c2489b9d1543f 100644 --- a/api_docs/kbn_alerting_api_integration_helpers.mdx +++ b/api_docs/kbn_alerting_api_integration_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers title: "@kbn/alerting-api-integration-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-api-integration-helpers plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers'] --- import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index e0e89f3a07790..6d4cd45dfe69c 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index 4bc81820752c2..d0fabf6911b3b 100644 --- a/api_docs/kbn_alerting_types.mdx +++ b/api_docs/kbn_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types title: "@kbn/alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-types plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index a68fe833ea8a1..47e774a75e16f 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: 2024-03-05 +date: 2024-03-06 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 99c661a45c42c..219cff4a0d44d 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: 2024-03-05 +date: 2024-03-06 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 257207a11b5a6..d8482f7bc3da3 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; diff --git a/api_docs/kbn_analytics_client.mdx b/api_docs/kbn_analytics_client.mdx index 5fa4468092fb9..5bc8dccf861d7 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client'] --- import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json'; diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index 3432fd3183505..0f55ae5ea8900 100644 --- a/api_docs/kbn_analytics_collection_utils.mdx +++ b/api_docs/kbn_analytics_collection_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils title: "@kbn/analytics-collection-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-collection-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils'] --- import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx index 353cf1588aa69..e6ec1ea323de9 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: 2024-03-05 +date: 2024-03-06 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 75346fe5462f4..fc1e8afce9a26 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: 2024-03-05 +date: 2024-03-06 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 0727d0d9d2e80..b8ced5cc7c346 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: 2024-03-05 +date: 2024-03-06 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 2ff48333c7337..d03074437cf56 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory'] --- import kbnAnalyticsShippersFullstoryObj from './kbn_analytics_shippers_fullstory.devdocs.json'; diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index c907eb1ddbc1d..0955c6950dd39 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: 2024-03-05 +date: 2024-03-06 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 0ee5cbb2c5a2d..2953ccdec3420 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace'] --- import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 70eeead0f96b1..60ad150252d4f 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 7ea2f7cf368d0..a9c09b87b9791 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: 2024-03-05 +date: 2024-03-06 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 4cf000247feea..a49cedf937600 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_bfetch_error.mdx b/api_docs/kbn_bfetch_error.mdx index e8e34bf5b72ef..e3fceadd1733a 100644 --- a/api_docs/kbn_bfetch_error.mdx +++ b/api_docs/kbn_bfetch_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-bfetch-error title: "@kbn/bfetch-error" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/bfetch-error plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bfetch-error'] --- import kbnBfetchErrorObj from './kbn_bfetch_error.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index 82eb1bd1a1431..1e26c49a1ef75 100644 --- a/api_docs/kbn_calculate_auto.mdx +++ b/api_docs/kbn_calculate_auto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-auto title: "@kbn/calculate-auto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-auto plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-auto'] --- import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json'; diff --git a/api_docs/kbn_calculate_width_from_char_count.mdx b/api_docs/kbn_calculate_width_from_char_count.mdx index 86b4ddf428683..25e2aa653a920 100644 --- a/api_docs/kbn_calculate_width_from_char_count.mdx +++ b/api_docs/kbn_calculate_width_from_char_count.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count title: "@kbn/calculate-width-from-char-count" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-width-from-char-count plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-width-from-char-count'] --- import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json'; diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx index 3728a4a5748fe..1502b12fe1c0f 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: 2024-03-05 +date: 2024-03-06 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 f73837cbc3da4..e8ca3f26ede0a 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: 2024-03-05 +date: 2024-03-06 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 8c087f8c58908..d88bf001aa2d4 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: 2024-03-05 +date: 2024-03-06 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 d2d77c4e00995..82689043dc0ea 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: 2024-03-05 +date: 2024-03-06 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 0dd3c1be0a97d..f268fee857861 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: 2024-03-05 +date: 2024-03-06 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 a8f0198a544d5..95227e48ad5d8 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: 2024-03-05 +date: 2024-03-06 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 5f3280be25c86..895cce24c9a54 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: 2024-03-05 +date: 2024-03-06 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 012decf132c58..586bc30b4ca24 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: 2024-03-05 +date: 2024-03-06 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 9fe73d325c2f5..efc61355d8b8a 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index 31a1d819cb365..b5d7f26cdb3ef 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock title: "@kbn/code-editor-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock'] --- import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx index 304847f821026..8a210c6cbcf8f 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners title: "@kbn/code-owners" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners'] --- import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index f22b21c7c49ea..d06ae56e158b7 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: 2024-03-05 +date: 2024-03-06 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 164ff88378d19..ac89e0d4285bc 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: 2024-03-05 +date: 2024-03-06 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 320ad84e9410d..0cd356db04869 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: 2024-03-05 +date: 2024-03-06 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 31d3a8e3ca5d7..1424c5b7f6cdf 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: 2024-03-05 +date: 2024-03-06 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 2772a612f316b..f64d1a3cab2c3 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index 7a04e81242487..e6d6e77e99f89 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view title: "@kbn/content-management-tabbed-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tabbed-table-list-view'] --- import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view.mdx b/api_docs/kbn_content_management_table_list_view.mdx index 585f61b14b2d7..bcb52581d89ed 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view title: "@kbn/content-management-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx index 1a32321bc218d..9124d51efd07a 100644 --- a/api_docs/kbn_content_management_table_list_view_common.mdx +++ b/api_docs/kbn_content_management_table_list_view_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common title: "@kbn/content-management-table-list-view-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common'] --- import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index df3ea8e511ae6..2d71efc769ac1 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table title: "@kbn/content-management-table-list-view-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table'] --- import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index 97eb90171f69d..abcf9e8647017 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils title: "@kbn/content-management-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils'] --- import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index 476c8ef187d22..799bd3091d9e9 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: 2024-03-05 +date: 2024-03-06 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 13c0bac0294ee..d16b5e846ef55 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: 2024-03-05 +date: 2024-03-06 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 09f919869f109..14d756ead2df4 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: 2024-03-05 +date: 2024-03-06 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 f8ecfaaea2f1d..681738aa1f05a 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: 2024-03-05 +date: 2024-03-06 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 f1d16e94909e0..70f25fd5e06a9 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: 2024-03-05 +date: 2024-03-06 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 9452cb41ffbda..25446d271ff17 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: 2024-03-05 +date: 2024-03-06 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 e9fb833f4f67a..9fac308c903c8 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: 2024-03-05 +date: 2024-03-06 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 978ad99402a8c..4f45060c210ef 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: 2024-03-05 +date: 2024-03-06 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 48de64664562e..291e6959ebcfd 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: 2024-03-05 +date: 2024-03-06 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 f74d1494d4c70..6efd0a9fe4f45 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: 2024-03-05 +date: 2024-03-06 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 b60b658556701..d6e9b78533259 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: 2024-03-05 +date: 2024-03-06 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 72b3010c5e89f..cb74d5c88687e 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: 2024-03-05 +date: 2024-03-06 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 ec89fdf8dfe69..b4e990ba98207 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: 2024-03-05 +date: 2024-03-06 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 d8c998caceef5..e0c8bc7d5712a 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: 2024-03-05 +date: 2024-03-06 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 9509ba3181825..cc0639147fde7 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: 2024-03-05 +date: 2024-03-06 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 7ca99a43de92a..b542032f6aeda 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: 2024-03-05 +date: 2024-03-06 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 1da76b2729138..e92ecb1f285b6 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: 2024-03-05 +date: 2024-03-06 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 21ae286c8672b..1c11cea50622d 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: 2024-03-05 +date: 2024-03-06 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 efd804b260df1..c6ef3aa9f11ab 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: 2024-03-05 +date: 2024-03-06 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 1968d98adbf3e..fc090339519a6 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: 2024-03-05 +date: 2024-03-06 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 ddda09299794f..41ee17ef0897f 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: 2024-03-05 +date: 2024-03-06 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.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json index f30b457616c71..a016432daa68d 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -3467,6 +3467,145 @@ } ], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinition", + "type": "Interface", + "tags": [], + "label": "SolutionNavigationDefinition", + "description": [], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinition.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "Unique id for the solution navigation." + ], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinition.title", + "type": "string", + "tags": [], + "label": "title", + "description": [ + "Title for the solution navigation." + ], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinition.icon", + "type": "CompoundType", + "tags": [], + "label": "icon", + "description": [ + "Optional icon for the solution navigation." + ], + "signature": [ + "IconType", + " | undefined" + ], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinition.sideNavComponentGetter", + "type": "Function", + "tags": [], + "label": "sideNavComponentGetter", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "@kbn/core-chrome-browser", + "scope": "common", + "docId": "kibKbnCoreChromeBrowserPluginApi", + "section": "def-common.SideNavComponent", + "text": "SideNavComponent" + }, + ") | undefined" + ], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinition.homePage", + "type": "CompoundType", + "tags": [], + "label": "homePage", + "description": [ + "The page to navigate to when switching to this solution navigation." + ], + "signature": [ + { + "pluginId": "@kbn/core-chrome-browser", + "scope": "common", + "docId": "kibKbnCoreChromeBrowserPluginApi", + "section": "def-common.AppDeepLinkId", + "text": "AppDeepLinkId" + }, + " | undefined" + ], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinitions", + "type": "Interface", + "tags": [], + "label": "SolutionNavigationDefinitions", + "description": [], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-chrome-browser", + "id": "def-common.SolutionNavigationDefinitions.Unnamed", + "type": "IndexSignature", + "tags": [], + "label": "[id: string]: SolutionNavigationDefinition", + "description": [], + "signature": [ + "[id: string]: ", + { + "pluginId": "@kbn/core-chrome-browser", + "scope": "common", + "docId": "kibKbnCoreChromeBrowserPluginApi", + "section": "def-common.SolutionNavigationDefinition", + "text": "SolutionNavigationDefinition" + } + ], + "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false } ], "enums": [], diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index ffee88433cbbe..142daef73c1e7 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.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 | |-------------------|-----------|------------------------|-----------------| -| 192 | 0 | 93 | 0 | +| 200 | 0 | 97 | 0 | ## Common diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index 3bff7a8537ce5..1c211fa05fde2 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: 2024-03-05 +date: 2024-03-06 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 810e43e305a51..60be7b6474059 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: 2024-03-05 +date: 2024-03-06 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 dc886d9d6f59b..a178bae156118 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: 2024-03-05 +date: 2024-03-06 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 7975c820a31fe..2adf5156d47ce 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: 2024-03-05 +date: 2024-03-06 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 ee28c3cd26200..1673c279262bc 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: 2024-03-05 +date: 2024-03-06 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 bc35ad238be36..0d971ae36e10d 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: 2024-03-05 +date: 2024-03-06 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 92656d1ae4135..d07113b5f3efe 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: 2024-03-05 +date: 2024-03-06 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 8055cdefc938f..5a4d6a4058c44 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: 2024-03-05 +date: 2024-03-06 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 22644c755671c..4f2a4947a71d1 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: 2024-03-05 +date: 2024-03-06 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 8eed73f5ba88a..b3009a646c75f 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: 2024-03-05 +date: 2024-03-06 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 868664fe3bb5d..435cb3182f8ef 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: 2024-03-05 +date: 2024-03-06 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 f0239239cbebf..7c89d6ec67e3d 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: 2024-03-05 +date: 2024-03-06 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 bb47245b6c13a..5e236b3fbd236 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: 2024-03-05 +date: 2024-03-06 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 6f207c31c97e5..d10fc38fe57ac 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: 2024-03-05 +date: 2024-03-06 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 139c1f8224ea7..8fd89fada21b5 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: 2024-03-05 +date: 2024-03-06 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 946508fae6502..13f9f2fef21ce 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: 2024-03-05 +date: 2024-03-06 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 6152f10a10a90..d0e65fc486df7 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: 2024-03-05 +date: 2024-03-06 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 5663545579a12..cec67a22a0632 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: 2024-03-05 +date: 2024-03-06 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 9c0f82eb4338c..5becb3d788f3f 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: 2024-03-05 +date: 2024-03-06 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 9a301f7c1c536..ec64712a7ff50 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: 2024-03-05 +date: 2024-03-06 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 99b366b5355d2..b4c191cfedfef 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: 2024-03-05 +date: 2024-03-06 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 57a950d0bde70..0852a42811de9 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: 2024-03-05 +date: 2024-03-06 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 fe7ea3e46c9d6..26c35787d8d02 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: 2024-03-05 +date: 2024-03-06 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 79e34911ce9e2..9869e9e6c3bcf 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: 2024-03-05 +date: 2024-03-06 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 ca329f74fbccc..2a8dd827a0946 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: 2024-03-05 +date: 2024-03-06 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 6e8a4f8b74535..cd0ac0274500c 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: 2024-03-05 +date: 2024-03-06 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 5e8c659cf04d5..8277cd525a4d4 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: 2024-03-05 +date: 2024-03-06 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 74230b2974efc..c6d8f482c3564 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: 2024-03-05 +date: 2024-03-06 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 e6f1381eb061e..7129f8de78a0c 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: 2024-03-05 +date: 2024-03-06 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 961c832ae06c5..e420552c452d9 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: 2024-03-05 +date: 2024-03-06 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 10d37c59acf56..c7c4436ec0238 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: 2024-03-05 +date: 2024-03-06 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 3bfe6dc32c006..89cdc1173ba06 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: 2024-03-05 +date: 2024-03-06 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 cbabc796eaaa6..23639dccfc8f1 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: 2024-03-05 +date: 2024-03-06 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 2fcd57055bdb4..723659b4538e1 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: 2024-03-05 +date: 2024-03-06 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 0ea9c52b16336..0ec51ee86871b 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: 2024-03-05 +date: 2024-03-06 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 d137e9fd37e75..037d4723e9e23 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: 2024-03-05 +date: 2024-03-06 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 6916884ad61fd..ce5ae5e33748d 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: 2024-03-05 +date: 2024-03-06 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 3ccfa14e7d5a8..2779e3a675d9b 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: 2024-03-05 +date: 2024-03-06 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 ec409c51c799f..01557388c8c36 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: 2024-03-05 +date: 2024-03-06 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 38a2c351c0bef..e152d7b1e4bbd 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: 2024-03-05 +date: 2024-03-06 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 ce12173d5cb24..ec62fc80a0047 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: 2024-03-05 +date: 2024-03-06 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 61d1a3b05d03a..2463302ae5a69 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: 2024-03-05 +date: 2024-03-06 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 851b56d7a207d..142178e96f529 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: 2024-03-05 +date: 2024-03-06 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 bee9e5c96cd59..a868e17c31304 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: 2024-03-05 +date: 2024-03-06 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 d3018400c260b..b5984e1e647b8 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: 2024-03-05 +date: 2024-03-06 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 826cd973cc3b1..1e04125f3cb44 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: 2024-03-05 +date: 2024-03-06 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 391144ae11265..b81a8bf4877c1 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index 2365e4275e35c..51589224da083 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -5020,6 +5020,10 @@ "plugin": "taskManager", "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" }, + { + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/routes/health.test.ts" + }, { "plugin": "taskManager", "path": "x-pack/plugins/task_manager/server/routes/metrics.test.ts" @@ -13572,7 +13576,7 @@ }, { "plugin": "logsShared", - "path": "x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { "plugin": "fileUpload", @@ -14283,7 +14287,7 @@ }, { "plugin": "logsShared", - "path": "x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { "plugin": "lists", @@ -14906,7 +14910,7 @@ }, { "plugin": "logsShared", - "path": "x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { "plugin": "fileUpload", @@ -15417,7 +15421,7 @@ }, { "plugin": "logsShared", - "path": "x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { "plugin": "lists", @@ -15612,7 +15616,7 @@ }, { "plugin": "logsShared", - "path": "x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { "plugin": "lists", diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index 1fe84d1d48875..a75ee4d804bf9 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: 2024-03-05 +date: 2024-03-06 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 04672bad9d904..567d1b5cada0c 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: 2024-03-05 +date: 2024-03-06 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 6aff5f68f4408..0ad2959022e84 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: 2024-03-05 +date: 2024-03-06 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 d872e027b27cc..e6f7a03d2aeca 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: 2024-03-05 +date: 2024-03-06 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 76bf56d35645b..ff95b7437c6d9 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: 2024-03-05 +date: 2024-03-06 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 b2f092d59ebfa..9edbb0c0c4ce6 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: 2024-03-05 +date: 2024-03-06 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 72cfadd2ac7ab..8ddaf0c7936e3 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: 2024-03-05 +date: 2024-03-06 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 d8c90527648ca..3b24bc786b45d 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: 2024-03-05 +date: 2024-03-06 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 f22c5a454a06c..cf768b04e3a1c 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: 2024-03-05 +date: 2024-03-06 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 f2ec8322edd4a..ef5a21b51f201 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: 2024-03-05 +date: 2024-03-06 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 6e4861d47dd0e..d01ea667c4766 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: 2024-03-05 +date: 2024-03-06 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 2ffac210f7920..d074c93ee8498 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: 2024-03-05 +date: 2024-03-06 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 261343158e731..964c45472b8f6 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: 2024-03-05 +date: 2024-03-06 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 5f1731c98ed64..ab61a7c09fdd2 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: 2024-03-05 +date: 2024-03-06 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 941ddc16e27a6..bb33acd9dea84 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: 2024-03-05 +date: 2024-03-06 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 27b3aaf739e7a..397de7c2cde52 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: 2024-03-05 +date: 2024-03-06 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 f1012505db86b..7c66aeedd48ec 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: 2024-03-05 +date: 2024-03-06 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 db4fcb228a000..ad7e4db603a9b 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: 2024-03-05 +date: 2024-03-06 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 18ed75065a1c8..2df1415e5351c 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: 2024-03-05 +date: 2024-03-06 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 e4038409e1017..4a87da1facb8e 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: 2024-03-05 +date: 2024-03-06 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 4aa0a3745b8e7..db2f2be48360d 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: 2024-03-05 +date: 2024-03-06 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 91ad6d54ca61f..8b2896341113c 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: 2024-03-05 +date: 2024-03-06 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 7efccd3a28fa4..6655a7a3a1df7 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: 2024-03-05 +date: 2024-03-06 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 61bd5637a2d3a..54de0f1a4df4b 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: 2024-03-05 +date: 2024-03-06 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 ecbf0b5814b43..a130eda2be4f4 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: 2024-03-05 +date: 2024-03-06 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 e7fe52942bf12..86af3f871475e 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: 2024-03-05 +date: 2024-03-06 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 e8e7b4888e242..c93edba77c4a4 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: 2024-03-05 +date: 2024-03-06 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 f429819f1fac0..2f425b78330ed 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: 2024-03-05 +date: 2024-03-06 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 4d19d4caf7dd7..5e246bd9929f2 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: 2024-03-05 +date: 2024-03-06 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 cb9ff6558455e..640697bb8686e 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: 2024-03-05 +date: 2024-03-06 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 d81fee0fcd68b..49da25e50c9a5 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: 2024-03-05 +date: 2024-03-06 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 ee2a25d4873a3..c322d0341bca6 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: 2024-03-05 +date: 2024-03-06 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 988e73d2cff58..9617cfc9d7329 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: 2024-03-05 +date: 2024-03-06 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 40f11a938c4bc..5062a958f76f9 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: 2024-03-05 +date: 2024-03-06 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 7b7983502808a..8ebce26bdc130 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: 2024-03-05 +date: 2024-03-06 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 f3a8c13133025..59bd53c8b7770 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: 2024-03-05 +date: 2024-03-06 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 3d087f9d96202..71e9ca36c2173 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 04431a442b490..ef77389a0e84a 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.mdx +++ b/api_docs/kbn_core_plugins_contracts_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser title: "@kbn/core-plugins-contracts-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-browser plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index a50c3c06bdd52..ba7758e518e73 100644 --- a/api_docs/kbn_core_plugins_contracts_server.mdx +++ b/api_docs/kbn_core_plugins_contracts_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server title: "@kbn/core-plugins-contracts-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-server plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index e7b425c64ff81..88ec5de3777c5 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: 2024-03-05 +date: 2024-03-06 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 34763429d4c37..881b75b3c0ba4 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: 2024-03-05 +date: 2024-03-06 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 6141504db19e1..83786433107a6 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: 2024-03-05 +date: 2024-03-06 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 08f416d93bee2..f9571e232c8f5 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: 2024-03-05 +date: 2024-03-06 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 13e12d1c3875b..780baf319ede9 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: 2024-03-05 +date: 2024-03-06 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 46139e9fe95a3..41668db29c66c 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: 2024-03-05 +date: 2024-03-06 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 de23780520c06..37b9d8b2e41c4 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: 2024-03-05 +date: 2024-03-06 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 8341b9f87e2e4..aa084b12f807c 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: 2024-03-05 +date: 2024-03-06 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 dd01f1487b3a5..3e02046b1357b 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: 2024-03-05 +date: 2024-03-06 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 442ccf75b3928..2f0831fc60a80 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx index abbb9e8af6f6f..12f39b94dea7b 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: 2024-03-05 +date: 2024-03-06 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 28bb3a238cfec..33656a469b0ab 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: 2024-03-05 +date: 2024-03-06 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 7f05e9ff8da07..f5fcc31816912 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: 2024-03-05 +date: 2024-03-06 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 452383bf473ae..a4769f143bd1b 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: 2024-03-05 +date: 2024-03-06 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 b2478e9f922bf..ef536c8880b75 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: 2024-03-05 +date: 2024-03-06 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 7cf4a4d3f8553..b3ab7e1cbda75 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: 2024-03-05 +date: 2024-03-06 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 a261eb8076cd7..6333f1dedca09 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: 2024-03-05 +date: 2024-03-06 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 33add834bf7d7..bcbd4db3bb21b 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: 2024-03-05 +date: 2024-03-06 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 d283ce021b57d..6036f54198b69 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: 2024-03-05 +date: 2024-03-06 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 c71ec3eaed7db..39092c3945d2d 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: 2024-03-05 +date: 2024-03-06 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 4343fbe2fbbc7..90dd633a31b43 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: 2024-03-05 +date: 2024-03-06 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.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index 34e7d62792970..c4635d0fad2e8 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -10631,7 +10631,7 @@ }, { "plugin": "logsShared", - "path": "x-pack/plugins/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts" + "path": "x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts" }, { "plugin": "graph", diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index c9bfcffe35d18..543f972144a73 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: 2024-03-05 +date: 2024-03-06 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 c4929d7cad8d6..1bb245db234cd 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: 2024-03-05 +date: 2024-03-06 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 527f0b893df3d..023832d17d8cf 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: 2024-03-05 +date: 2024-03-06 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 e604c09eba378..7c105a945e64b 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: 2024-03-05 +date: 2024-03-06 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 276d99965446e..bec9c9aa925c5 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: 2024-03-05 +date: 2024-03-06 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 be9a5bfeeb988..90f092abac763 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: 2024-03-05 +date: 2024-03-06 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 88ceffa0afd3d..aa3fb99c957cb 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: 2024-03-05 +date: 2024-03-06 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 c519fb5d2eafb..bf0fcc0783340 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: 2024-03-05 +date: 2024-03-06 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 c9f0f7f7b9a51..9063f9373194e 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: 2024-03-05 +date: 2024-03-06 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 0f85e21d27859..99373737cab98 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: 2024-03-05 +date: 2024-03-06 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 9eee855f1c8e4..0094c856da55c 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: 2024-03-05 +date: 2024-03-06 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 7e28715a9ca35..30532bc0071be 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index 637b23c38ba07..680fd172b5892 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.mdx +++ b/api_docs/kbn_core_test_helpers_model_versions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions title: "@kbn/core-test-helpers-model-versions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-model-versions plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions'] --- import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index 7ac2100e0db4f..cdbdae7e5afcc 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: 2024-03-05 +date: 2024-03-06 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 54d204155ae26..1cdb86dd78584 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: 2024-03-05 +date: 2024-03-06 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 b23f660057daa..69c9edb3f4c42 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index 4df771690ff2e..7b5773c8bca53 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: 2024-03-05 +date: 2024-03-06 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 53b5bafcb3e9c..3e8c07a6ff50b 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: 2024-03-05 +date: 2024-03-06 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 903c5be599005..ed7d737b7198a 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: 2024-03-05 +date: 2024-03-06 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 ab739b9ba695a..978ad54997bd5 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: 2024-03-05 +date: 2024-03-06 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 3f706c9756e40..94e6d456850dc 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: 2024-03-05 +date: 2024-03-06 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.devdocs.json b/api_docs/kbn_core_ui_settings_server.devdocs.json index 37732beadfc9a..b75823de22cc1 100644 --- a/api_docs/kbn_core_ui_settings_server.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server.devdocs.json @@ -264,7 +264,7 @@ "\nRemoves multiple uiSettings values by keys." ], "signature": [ - "(keys: string[]) => Promise" + "(keys: string[], options?: { validateKeys?: boolean | undefined; handleWriteErrors?: boolean | undefined; } | undefined) => Promise" ], "path": "packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts", "deprecated": false, @@ -284,6 +284,47 @@ "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "@kbn/core-ui-settings-server", + "id": "def-common.IUiSettingsClient.removeMany.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-ui-settings-server", + "id": "def-common.IUiSettingsClient.removeMany.$2.validateKeys", + "type": "CompoundType", + "tags": [], + "label": "validateKeys", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-ui-settings-server", + "id": "def-common.IUiSettingsClient.removeMany.$2.handleWriteErrors", + "type": "CompoundType", + "tags": [], + "label": "handleWriteErrors", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts", + "deprecated": false, + "trackAdoption": false + } + ] } ], "returnComment": [] diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index 8537bfeefec3a..605d790827443 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 37 | 1 | 19 | 0 | +| 40 | 1 | 22 | 0 | ## Common diff --git a/api_docs/kbn_core_ui_settings_server_internal.devdocs.json b/api_docs/kbn_core_ui_settings_server_internal.devdocs.json index f78d51ab09830..266a2a84a2b9f 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server_internal.devdocs.json @@ -139,7 +139,7 @@ "label": "setMany", "description": [], "signature": [ - "(changes: Record) => Promise" + "(changes: Record, options?: { validateKeys?: boolean | undefined; }) => Promise" ], "path": "packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts", "deprecated": false, @@ -159,6 +159,33 @@ "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "@kbn/core-ui-settings-server-internal", + "id": "def-common.UiSettingsGlobalClient.setMany.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-ui-settings-server-internal", + "id": "def-common.UiSettingsGlobalClient.setMany.$2.validateKeys", + "type": "CompoundType", + "tags": [], + "label": "validateKeys", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts", + "deprecated": false, + "trackAdoption": false + } + ] } ], "returnComment": [] diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 8a1af989b36f6..601b25746c934 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.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 | |-------------------|-----------|------------------------|-----------------| -| 18 | 1 | 17 | 3 | +| 20 | 1 | 19 | 3 | ## Common diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index 32dcb921a08f4..4e7f1b517bde7 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: 2024-03-05 +date: 2024-03-06 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 b4853b71bb4d7..e13e99f89728e 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: 2024-03-05 +date: 2024-03-06 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 bf3482ba56b28..789df005087d0 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: 2024-03-05 +date: 2024-03-06 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 68050d64615fc..e835d5a3e8f38 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index 8996960025f43..4340d57ca7f76 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server title: "@kbn/core-user-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server_internal.mdx b/api_docs/kbn_core_user_settings_server_internal.mdx index c38f362f9d040..1ac513a62742a 100644 --- a/api_docs/kbn_core_user_settings_server_internal.mdx +++ b/api_docs/kbn_core_user_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-internal title: "@kbn/core-user-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-internal plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-internal'] --- import kbnCoreUserSettingsServerInternalObj from './kbn_core_user_settings_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index 58830e64072c9..f5b0aee54a22a 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks title: "@kbn/core-user-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index 498bf433c8bca..5ce0d1082ba7d 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: 2024-03-05 +date: 2024-03-06 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 ec0e29bdb7795..cb0e6ffdccd6a 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser'] --- import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; diff --git a/api_docs/kbn_custom_icons.mdx b/api_docs/kbn_custom_icons.mdx index b11edd5659a49..feeccc3d48d9f 100644 --- a/api_docs/kbn_custom_icons.mdx +++ b/api_docs/kbn_custom_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-icons title: "@kbn/custom-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-icons plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index 106e8ebb36858..9a7d98e23f32f 100644 --- a/api_docs/kbn_custom_integrations.mdx +++ b/api_docs/kbn_custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-integrations title: "@kbn/custom-integrations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-integrations plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 6461f471cf908..572632ef10b82 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index ec511e4dd2a5b..ee831ddffba37 100644 --- a/api_docs/kbn_data_forge.mdx +++ b/api_docs/kbn_data_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-forge title: "@kbn/data-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-forge plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index aade649b6d113..861ca7e175bad 100644 --- a/api_docs/kbn_data_service.mdx +++ b/api_docs/kbn_data_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service title: "@kbn/data-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- import kbnDataServiceObj from './kbn_data_service.devdocs.json'; diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index 8c49b7b43fef4..743d6ef9ad19e 100644 --- a/api_docs/kbn_data_stream_adapter.mdx +++ b/api_docs/kbn_data_stream_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-stream-adapter title: "@kbn/data-stream-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-stream-adapter plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter'] --- import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index f7ca82382968e..9f06acbc54ed3 100644 --- a/api_docs/kbn_data_view_utils.mdx +++ b/api_docs/kbn_data_view_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-utils title: "@kbn/data-view-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index 834ff5cb60a76..27deb3bcb3cb4 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index f021ae32cbc3f..503b4eec691e7 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics title: "@kbn/deeplinks-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 032c5e35f8651..33fa93df600c9 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools title: "@kbn/deeplinks-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools'] --- import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_management.devdocs.json b/api_docs/kbn_deeplinks_management.devdocs.json index 8807bce4758a3..dee7908b072e0 100644 --- a/api_docs/kbn_deeplinks_management.devdocs.json +++ b/api_docs/kbn_deeplinks_management.devdocs.json @@ -45,7 +45,7 @@ "label": "DeepLinkId", "description": [], "signature": [ - "\"fleet\" | \"monitoring\" | \"management\" | \"integrations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:spaces\" | \"management:dataViews\" | \"management:settings\" | \"management:reporting\" | \"management:rollup_jobs\" | \"management:aiAssistantManagementSelection\" | \"management:aiAssistantManagementObservability\" | \"management:api_keys\" | \"management:cross_cluster_replication\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:pipelines\" | \"management:remote_clusters\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\"" + "\"fleet\" | \"monitoring\" | \"management\" | \"integrations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:spaces\" | \"management:dataViews\" | \"management:settings\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:aiAssistantManagementObservability\" | \"management:api_keys\" | \"management:cross_cluster_replication\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:pipelines\" | \"management:remote_clusters\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\"" ], "path": "packages/deeplinks/management/deep_links.ts", "deprecated": false, @@ -60,7 +60,7 @@ "label": "LinkId", "description": [], "signature": [ - "\"transform\" | \"watcher\" | \"cases\" | \"tags\" | \"spaces\" | \"dataViews\" | \"settings\" | \"reporting\" | \"rollup_jobs\" | \"aiAssistantManagementSelection\" | \"aiAssistantManagementObservability\" | \"api_keys\" | \"cross_cluster_replication\" | \"index_lifecycle_management\" | \"index_management\" | \"ingest_pipelines\" | \"jobsListLink\" | \"objects\" | \"pipelines\" | \"remote_clusters\" | \"snapshot_restore\" | \"triggersActions\" | \"triggersActionsConnectors\"" + "\"transform\" | \"watcher\" | \"cases\" | \"tags\" | \"spaces\" | \"dataViews\" | \"settings\" | \"reporting\" | \"aiAssistantManagementSelection\" | \"aiAssistantManagementObservability\" | \"api_keys\" | \"cross_cluster_replication\" | \"index_lifecycle_management\" | \"index_management\" | \"ingest_pipelines\" | \"jobsListLink\" | \"objects\" | \"pipelines\" | \"remote_clusters\" | \"rollup_jobs\" | \"snapshot_restore\" | \"triggersActions\" | \"triggersActionsConnectors\"" ], "path": "packages/deeplinks/management/deep_links.ts", "deprecated": false, diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx index 9ed1e52d55a38..67f2f83df1e6f 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management title: "@kbn/deeplinks-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-management'] --- import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_ml.mdx b/api_docs/kbn_deeplinks_ml.mdx index 26764382f3189..794c74fc95c85 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml title: "@kbn/deeplinks-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.devdocs.json b/api_docs/kbn_deeplinks_observability.devdocs.json index 1bf628668ad77..3647018ce24a5 100644 --- a/api_docs/kbn_deeplinks_observability.devdocs.json +++ b/api_docs/kbn_deeplinks_observability.devdocs.json @@ -606,7 +606,7 @@ "section": "def-common.AppId", "text": "AppId" }, - " | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"observability-overview:slos\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:services\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:management\" | \"synthetics:overview\"" + " | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"observability-overview:slos\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:services\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\"" ], "path": "packages/deeplinks/observability/deep_links.ts", "deprecated": false, diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index fd8617620043c..4463083d789d9 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability title: "@kbn/deeplinks-observability" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index 55c76bf25eb35..c6cdfb248a95e 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search title: "@kbn/deeplinks-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search'] --- import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json'; diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index a9e84dd0e36d6..769445ec1e1ef 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 5d9c2f3cfd2ef..24a087382bd19 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index 929fcaea84ce7..1d9b42646e2aa 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index 759deb2a32d55..26f7f54fe800d 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml'] --- import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index f042b5ff1abdc..889d4f8b9f58a 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: 2024-03-05 +date: 2024-03-06 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 48b57a335cefd..ecfa0e80de31b 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: 2024-03-05 +date: 2024-03-06 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 59f9f4c7ef0a8..772514403e401 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: 2024-03-05 +date: 2024-03-06 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 0204e2d1e9db3..4aa062e3312ca 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index 3d2b20bb2c3ee..3f62fc5d48b2a 100644 --- a/api_docs/kbn_discover_utils.mdx +++ b/api_docs/kbn_discover_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-utils title: "@kbn/discover-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index 4d9609b86d5af..6b803968bf457 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: 2024-03-05 +date: 2024-03-06 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 55fb52cf1c575..1e35f6f8ad6f2 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: 2024-03-05 +date: 2024-03-06 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 f748fe04847f9..847e65c3ac535 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: 2024-03-05 +date: 2024-03-06 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 f7684070d7258..856631c94f482 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index a95f35c4f63dc..1209e006f71f4 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index 80f54323fde45..52cceb86705bd 100644 --- a/api_docs/kbn_elastic_agent_utils.mdx +++ b/api_docs/kbn_elastic_agent_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-agent-utils title: "@kbn/elastic-agent-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-agent-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils'] --- import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 11f3ff67d43ce..c38a0d0c1a336 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant title: "@kbn/elastic-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index ff8820b336f64..c39a1a1989930 100644 --- a/api_docs/kbn_elastic_assistant_common.mdx +++ b/api_docs/kbn_elastic_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-common title: "@kbn/elastic-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index a54675375510f..d85dcec133e94 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: 2024-03-05 +date: 2024-03-06 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 fbda1bb25ac9c..27929f4707175 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: 2024-03-05 +date: 2024-03-06 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 11030fe1e0a44..92759370bad56 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index 9ffa811f1bb3a..3daeae3cf505a 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: 2024-03-05 +date: 2024-03-06 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 6ecb485f9a012..0fb72accb9a32 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: 2024-03-05 +date: 2024-03-06 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 2d9b554e69e24..734adab3e142f 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index f06b60ffc81ab..6438976ba4c49 100644 --- a/api_docs/kbn_esql_utils.mdx +++ b/api_docs/kbn_esql_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-utils title: "@kbn/esql-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index 6a64e99057ebd..3e7dd3a5af1d0 100644 --- a/api_docs/kbn_event_annotation_common.mdx +++ b/api_docs/kbn_event_annotation_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-common title: "@kbn/event-annotation-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-common'] --- import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_components.mdx b/api_docs/kbn_event_annotation_components.mdx index 6388bbb5d3963..98e80721b2f51 100644 --- a/api_docs/kbn_event_annotation_components.mdx +++ b/api_docs/kbn_event_annotation_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-components title: "@kbn/event-annotation-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-components plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components'] --- import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index 6fa94930c3272..2fbccd23ea503 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index 77e4638a262d1..6ca205e3c2af4 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index 9634123070152..b57c6356aa7c5 100644 --- a/api_docs/kbn_field_utils.mdx +++ b/api_docs/kbn_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-utils title: "@kbn/field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index ccad173b03b2e..4f33a9e1d4e18 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: 2024-03-05 +date: 2024-03-06 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_formatters.mdx b/api_docs/kbn_formatters.mdx index dd6d6441d8780..1446e212378c4 100644 --- a/api_docs/kbn_formatters.mdx +++ b/api_docs/kbn_formatters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-formatters title: "@kbn/formatters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/formatters plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/formatters'] --- import kbnFormattersObj from './kbn_formatters.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index 9666bd1f7ebca..f6944fd1455a1 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: 2024-03-05 +date: 2024-03-06 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_ftr_common_functional_ui_services.mdx b/api_docs/kbn_ftr_common_functional_ui_services.mdx index e17151105566c..3cd62c367fc28 100644 --- a/api_docs/kbn_ftr_common_functional_ui_services.mdx +++ b/api_docs/kbn_ftr_common_functional_ui_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-ui-services title: "@kbn/ftr-common-functional-ui-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-ui-services plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-ui-services'] --- import kbnFtrCommonFunctionalUiServicesObj from './kbn_ftr_common_functional_ui_services.devdocs.json'; diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index a14f8cfd89a86..c00f7f93d7036 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate'] --- import kbnGenerateObj from './kbn_generate.devdocs.json'; diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx index 74e2f6c9f624e..f98c64552f5fd 100644 --- a/api_docs/kbn_generate_console_definitions.mdx +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-console-definitions title: "@kbn/generate-console-definitions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-console-definitions plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions'] --- import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx index 344e2af29c0fb..439b1143bf75d 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx index 0a95e72ed0411..289f59395b095 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding'] --- import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json'; diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index 0d4f44ff027a0..e6d168aa7b4cf 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: 2024-03-05 +date: 2024-03-06 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 4884115cfca81..8a6c4dea528c9 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: 2024-03-05 +date: 2024-03-06 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 61e91d1048c8e..82f9a5377de55 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: 2024-03-05 +date: 2024-03-06 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 a56054278ff40..dfb1c1bb1af8e 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: 2024-03-05 +date: 2024-03-06 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 c7a3400a20ac2..765e04299c0f1 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: 2024-03-05 +date: 2024-03-06 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 1ea6b1b5e87d3..7e2ad0d05061c 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: 2024-03-05 +date: 2024-03-06 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 3e15e62e73799..5a7baf4041a5c 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: 2024-03-05 +date: 2024-03-06 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 da72467bb15f7..7170366a126b3 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index cff95fae8b1a0..6fa3d10434bc6 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge title: "@kbn/infra-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index 88d4fe207480d..876f31b98ebef 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: 2024-03-05 +date: 2024-03-06 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 a9d7fda467490..399e5824af387 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: 2024-03-05 +date: 2024-03-06 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 442d29bb59627..29f69ba14d730 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: 2024-03-05 +date: 2024-03-06 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 8652c6a158a9d..dd2b07309956f 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: 2024-03-05 +date: 2024-03-06 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 735d6d402269e..8d290ab241518 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: 2024-03-05 +date: 2024-03-06 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 6f2a3031809bc..b71ba32c415a2 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: 2024-03-05 +date: 2024-03-06 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 dc978f9f44205..10a9b8deaa777 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation-popover'] --- import kbnLanguageDocumentationPopoverObj from './kbn_language_documentation_popover.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index 3495b08a7ad61..75f84afd41e67 100644 --- a/api_docs/kbn_lens_embeddable_utils.mdx +++ b/api_docs/kbn_lens_embeddable_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils title: "@kbn/lens-embeddable-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-embeddable-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-embeddable-utils'] --- import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json'; diff --git a/api_docs/kbn_lens_formula_docs.mdx b/api_docs/kbn_lens_formula_docs.mdx index 5d9028ef2f8e1..47e295a28c314 100644 --- a/api_docs/kbn_lens_formula_docs.mdx +++ b/api_docs/kbn_lens_formula_docs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-formula-docs title: "@kbn/lens-formula-docs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-formula-docs plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index 0933059aac0a6..af11a903280b1 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: 2024-03-05 +date: 2024-03-06 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 5a59ff7115fce..5cb771c1a7937 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index 8b7366d453785..2fa6906af635e 100644 --- a/api_docs/kbn_managed_content_badge.mdx +++ b/api_docs/kbn_managed_content_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-content-badge title: "@kbn/managed-content-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-content-badge plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-content-badge'] --- import kbnManagedContentBadgeObj from './kbn_managed_content_badge.devdocs.json'; diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx index 52d3db84930e7..e351a15fe2455 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config'] --- import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; diff --git a/api_docs/kbn_management_cards_navigation.mdx b/api_docs/kbn_management_cards_navigation.mdx index 978e32616ed17..857b1942bb4aa 100644 --- a/api_docs/kbn_management_cards_navigation.mdx +++ b/api_docs/kbn_management_cards_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-cards-navigation title: "@kbn/management-cards-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-cards-navigation plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation'] --- import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index 98d6d99bd6b98..4e980cf002654 100644 --- a/api_docs/kbn_management_settings_application.mdx +++ b/api_docs/kbn_management_settings_application.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-application title: "@kbn/management-settings-application" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-application plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index 5bc3f45b0d45b..2d7b833d1a6b2 100644 --- a/api_docs/kbn_management_settings_components_field_category.mdx +++ b/api_docs/kbn_management_settings_components_field_category.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category title: "@kbn/management-settings-components-field-category" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-category plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index c1f7935d8e834..26cbd9053ee56 100644 --- a/api_docs/kbn_management_settings_components_field_input.mdx +++ b/api_docs/kbn_management_settings_components_field_input.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input title: "@kbn/management-settings-components-field-input" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-input plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index 0a26b6ab9801f..884355a7b24bc 100644 --- a/api_docs/kbn_management_settings_components_field_row.mdx +++ b/api_docs/kbn_management_settings_components_field_row.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row title: "@kbn/management-settings-components-field-row" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-row plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index 1b2674f58b4e8..f352cc25580a9 100644 --- a/api_docs/kbn_management_settings_components_form.mdx +++ b/api_docs/kbn_management_settings_components_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-form title: "@kbn/management-settings-components-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-form plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index e28158e5a5254..2c5a8997ea8b7 100644 --- a/api_docs/kbn_management_settings_field_definition.mdx +++ b/api_docs/kbn_management_settings_field_definition.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-field-definition title: "@kbn/management-settings-field-definition" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-field-definition plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index cea59065f3767..4104752f30955 100644 --- a/api_docs/kbn_management_settings_ids.mdx +++ b/api_docs/kbn_management_settings_ids.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-ids title: "@kbn/management-settings-ids" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-ids plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids'] --- import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index ea80c683d6c72..a1b6af22dbeb2 100644 --- a/api_docs/kbn_management_settings_section_registry.mdx +++ b/api_docs/kbn_management_settings_section_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-section-registry title: "@kbn/management-settings-section-registry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-section-registry plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index 844996b65e692..69b3bbe8120d7 100644 --- a/api_docs/kbn_management_settings_types.mdx +++ b/api_docs/kbn_management_settings_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-types title: "@kbn/management-settings-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-types plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index e7275393de9be..09ce332c3ba97 100644 --- a/api_docs/kbn_management_settings_utilities.mdx +++ b/api_docs/kbn_management_settings_utilities.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-utilities title: "@kbn/management-settings-utilities" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-utilities plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index 51ccd571d97e5..c6d3139c12bf4 100644 --- a/api_docs/kbn_management_storybook_config.mdx +++ b/api_docs/kbn_management_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-storybook-config title: "@kbn/management-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-storybook-config plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config'] --- import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index 689ca6dc7550d..911c69a55fcf2 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl'] --- import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json'; diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx index f9eeb1ee041a0..4d4a0b49f878f 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils title: "@kbn/maps-vector-tile-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils'] --- import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index 48118be38c28e..aaafc04e84f51 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils'] --- import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index 691b4890d2dbe..ffe7991829833 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils title: "@kbn/ml-anomaly-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-anomaly-utils'] --- import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_cancellable_search.mdx b/api_docs/kbn_ml_cancellable_search.mdx index 5406905286030..613f7f0d211f9 100644 --- a/api_docs/kbn_ml_cancellable_search.mdx +++ b/api_docs/kbn_ml_cancellable_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-cancellable-search title: "@kbn/ml-cancellable-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-cancellable-search plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-cancellable-search'] --- import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index ce241c4aeba8e..d31ff40027fa1 100644 --- a/api_docs/kbn_ml_category_validator.mdx +++ b/api_docs/kbn_ml_category_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-category-validator title: "@kbn/ml-category-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-category-validator plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-category-validator'] --- import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json'; diff --git a/api_docs/kbn_ml_chi2test.mdx b/api_docs/kbn_ml_chi2test.mdx index 467a4c9412587..65213dcdba5f6 100644 --- a/api_docs/kbn_ml_chi2test.mdx +++ b/api_docs/kbn_ml_chi2test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-chi2test title: "@kbn/ml-chi2test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-chi2test plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-chi2test'] --- import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json'; diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx index 673b551e79cc0..5da94c2155652 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils title: "@kbn/ml-data-frame-analytics-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils'] --- import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index 7f12429fa27d8..5ce1b93ddec18 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid title: "@kbn/ml-data-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid'] --- import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index b167502539f92..ae5c1703ccb37 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index 6ad39f7d9f1a5..3528dec2be7b8 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils title: "@kbn/ml-date-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils'] --- import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index cf79dba4012c8..fb7af3f9681ed 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils title: "@kbn/ml-error-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils'] --- import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx index 9c3bcc1e0ad09..5e5cbb23382e5 100644 --- a/api_docs/kbn_ml_in_memory_table.mdx +++ b/api_docs/kbn_ml_in_memory_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-in-memory-table title: "@kbn/ml-in-memory-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-in-memory-table plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-in-memory-table'] --- import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json'; diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx index 975b5cf6cf0aa..e6dced8ceb8be 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: 2024-03-05 +date: 2024-03-06 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 36b532622a21c..3a3d448cba6e7 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object'] --- import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json'; diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index 80355d59034a1..8b5ebf7eb53e5 100644 --- a/api_docs/kbn_ml_kibana_theme.mdx +++ b/api_docs/kbn_ml_kibana_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-kibana-theme title: "@kbn/ml-kibana-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-kibana-theme plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-kibana-theme'] --- import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json'; diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index 06bf75e1effd0..a044a808af7ed 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: 2024-03-05 +date: 2024-03-06 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 906e93571f7bd..9320ce7e45ec1 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: 2024-03-05 +date: 2024-03-06 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 bea712ffff1fd..5a78e33304199 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: 2024-03-05 +date: 2024-03-06 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 f2e1e847a8a54..b7ebb1b9834b5 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: 2024-03-05 +date: 2024-03-06 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 4b6ad0f589f52..79205676d4de1 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: 2024-03-05 +date: 2024-03-06 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 e412c734a4762..d393c2f2501de 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils'] --- import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_runtime_field_utils.mdx b/api_docs/kbn_ml_runtime_field_utils.mdx index 4857c3bf594cf..b0a58f66817b9 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils title: "@kbn/ml-runtime-field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-runtime-field-utils'] --- import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx index 9c9d3c79e581f..e4fabbf23a150 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: 2024-03-05 +date: 2024-03-06 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 9b67524d020bb..c415e52744c30 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils'] --- import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_ui_actions.mdx b/api_docs/kbn_ml_ui_actions.mdx index 63e6feca8426e..5256fb23e133f 100644 --- a/api_docs/kbn_ml_ui_actions.mdx +++ b/api_docs/kbn_ml_ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-ui-actions title: "@kbn/ml-ui-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-ui-actions plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-ui-actions'] --- import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json'; diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx index 22208cd64e79b..dab260ba94df2 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index ef086905a4d78..0b2221bcc0e82 100644 --- a/api_docs/kbn_mock_idp_utils.mdx +++ b/api_docs/kbn_mock_idp_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mock-idp-utils title: "@kbn/mock-idp-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mock-idp-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index b9b6ba69dca6e..3ac37ec2d8c95 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 72f299615d917..5018794cdaeb4 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning'] --- import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx index fc3bee58503e5..4d8ca8d06a7f1 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index e5118300bb706..d36b14f851a64 100644 --- a/api_docs/kbn_observability_alerting_test_data.mdx +++ b/api_docs/kbn_observability_alerting_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data title: "@kbn/observability-alerting-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-test-data plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data'] --- import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx index d169f220ae850..31c424d84981f 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util title: "@kbn/observability-get-padded-alert-time-range-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util'] --- import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json'; diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 3cfa59769e77e..6416a07b59b65 100644 --- a/api_docs/kbn_openapi_bundler.mdx +++ b/api_docs/kbn_openapi_bundler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-bundler title: "@kbn/openapi-bundler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-bundler plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-bundler'] --- import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json'; diff --git a/api_docs/kbn_openapi_generator.mdx b/api_docs/kbn_openapi_generator.mdx index 0a257c69d7867..20b29d09bcaeb 100644 --- a/api_docs/kbn_openapi_generator.mdx +++ b/api_docs/kbn_openapi_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-generator title: "@kbn/openapi-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-generator plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index e6c71099f8139..b51b5b4ea1804 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: 2024-03-05 +date: 2024-03-06 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 b96cfba8414db..62425b59ecbe3 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: 2024-03-05 +date: 2024-03-06 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 9c7de0cea0782..8ed4d14cead50 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index d05c3560c0a38..420a8b4ae0185 100644 --- a/api_docs/kbn_panel_loader.mdx +++ b/api_docs/kbn_panel_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-panel-loader title: "@kbn/panel-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/panel-loader plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/panel-loader'] --- import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json'; diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx index 25aaf95c38b25..6f701b54b6333 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: 2024-03-05 +date: 2024-03-06 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_check.mdx b/api_docs/kbn_plugin_check.mdx index 990e0f980a970..70400c02b8425 100644 --- a/api_docs/kbn_plugin_check.mdx +++ b/api_docs/kbn_plugin_check.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-check title: "@kbn/plugin-check" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-check plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index 5ef055835f7ef..d5c96d130a3a3 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: 2024-03-05 +date: 2024-03-06 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 fbdd1ebb62d67..2e2167666c173 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 48a0fceceb1bc..f098157b2ada9 100644 --- a/api_docs/kbn_presentation_containers.mdx +++ b/api_docs/kbn_presentation_containers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-containers title: "@kbn/presentation-containers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-containers plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; diff --git a/api_docs/kbn_presentation_library.mdx b/api_docs/kbn_presentation_library.mdx index c6d412e993c11..1ef880e1836fe 100644 --- a/api_docs/kbn_presentation_library.mdx +++ b/api_docs/kbn_presentation_library.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-library title: "@kbn/presentation-library" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-library plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-library'] --- import kbnPresentationLibraryObj from './kbn_presentation_library.devdocs.json'; diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 58f0663731521..efebe80cc9ab3 100644 --- a/api_docs/kbn_presentation_publishing.mdx +++ b/api_docs/kbn_presentation_publishing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-publishing title: "@kbn/presentation-publishing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 5a9a9b398f8f1..f1095eebba32c 100644 --- a/api_docs/kbn_profiling_utils.mdx +++ b/api_docs/kbn_profiling_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiling-utils title: "@kbn/profiling-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiling-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index aade3b90aed8c..a421faacb254e 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling title: "@kbn/random-sampling" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index 24e9a01e5a369..4e5fec78cea73 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field'] --- import kbnReactFieldObj from './kbn_react_field.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index 14fe9c93577cc..27e0a890c5cb1 100644 --- a/api_docs/kbn_react_kibana_context_common.mdx +++ b/api_docs/kbn_react_kibana_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-common title: "@kbn/react-kibana-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 965ea87707a7c..d1191bb8adb08 100644 --- a/api_docs/kbn_react_kibana_context_render.mdx +++ b/api_docs/kbn_react_kibana_context_render.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-render title: "@kbn/react-kibana-context-render" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-render plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render'] --- import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index a215030333a5f..ef7d51f2f2bbd 100644 --- a/api_docs/kbn_react_kibana_context_root.mdx +++ b/api_docs/kbn_react_kibana_context_root.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-root title: "@kbn/react-kibana-context-root" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-root plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index 8a598c2273fc8..52dc277ce49b6 100644 --- a/api_docs/kbn_react_kibana_context_styled.mdx +++ b/api_docs/kbn_react_kibana_context_styled.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled title: "@kbn/react-kibana-context-styled" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-styled plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled'] --- import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index 253dcc780a89d..632f043c4e5e9 100644 --- a/api_docs/kbn_react_kibana_context_theme.mdx +++ b/api_docs/kbn_react_kibana_context_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme title: "@kbn/react-kibana-context-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-theme plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 77ad21e87f6d1..1ce9fcb3f0dbc 100644 --- a/api_docs/kbn_react_kibana_mount.mdx +++ b/api_docs/kbn_react_kibana_mount.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-mount title: "@kbn/react-kibana-mount" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-mount plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount'] --- import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index 0eaffbdb37842..569deb019088e 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: 2024-03-05 +date: 2024-03-06 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 598c629b0ffb0..d3213b466c9cd 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: 2024-03-05 +date: 2024-03-06 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 03c572e10400e..18dd1f15a7fea 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: 2024-03-05 +date: 2024-03-06 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 3e1611d8c8e0c..2bd4b2221c4c5 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: 2024-03-05 +date: 2024-03-06 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 307191a2e9bff..2b22ab4ededa1 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index beea4b6b6cb0e..f560e4e92bc9d 100644 --- a/api_docs/kbn_reporting_export_types_csv.mdx +++ b/api_docs/kbn_reporting_export_types_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv title: "@kbn/reporting-export-types-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv'] --- import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index 1fee17c749d0d..5a3f5ccc52fe5 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.mdx +++ b/api_docs/kbn_reporting_export_types_csv_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common title: "@kbn/reporting-export-types-csv-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common'] --- import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index 90b48da444d20..a4c288a369923 100644 --- a/api_docs/kbn_reporting_export_types_pdf.mdx +++ b/api_docs/kbn_reporting_export_types_pdf.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf title: "@kbn/reporting-export-types-pdf" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf'] --- import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index dc831e1eea602..d9bc633eb4d26 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.mdx +++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common title: "@kbn/reporting-export-types-pdf-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common'] --- import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index 3626e54f71c29..c807bc05ca181 100644 --- a/api_docs/kbn_reporting_export_types_png.mdx +++ b/api_docs/kbn_reporting_export_types_png.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png title: "@kbn/reporting-export-types-png" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png'] --- import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png_common.mdx b/api_docs/kbn_reporting_export_types_png_common.mdx index 543849d3e4ee0..ec96fff29a991 100644 --- a/api_docs/kbn_reporting_export_types_png_common.mdx +++ b/api_docs/kbn_reporting_export_types_png_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common title: "@kbn/reporting-export-types-png-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png-common'] --- import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_mocks_server.mdx b/api_docs/kbn_reporting_mocks_server.mdx index b56861b66cc21..ac7f0bad9cfd7 100644 --- a/api_docs/kbn_reporting_mocks_server.mdx +++ b/api_docs/kbn_reporting_mocks_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-mocks-server title: "@kbn/reporting-mocks-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-mocks-server plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server'] --- import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index 6bb9805ad60a5..4c5e732fd3b9a 100644 --- a/api_docs/kbn_reporting_public.mdx +++ b/api_docs/kbn_reporting_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-public title: "@kbn/reporting-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-public plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index 95266e2ee488f..551d1f3164421 100644 --- a/api_docs/kbn_reporting_server.mdx +++ b/api_docs/kbn_reporting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-server title: "@kbn/reporting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-server plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index d39f4b1f025e0..8d1e3b621116b 100644 --- a/api_docs/kbn_resizable_layout.mdx +++ b/api_docs/kbn_resizable_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-resizable-layout title: "@kbn/resizable-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/resizable-layout plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index 55ac1147b51a4..33e461b27b0f8 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison'] --- import kbnRisonObj from './kbn_rison.devdocs.json'; diff --git a/api_docs/kbn_router_utils.mdx b/api_docs/kbn_router_utils.mdx index 7b04959e908a1..0fbc45c7f4abb 100644 --- a/api_docs/kbn_router_utils.mdx +++ b/api_docs/kbn_router_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-utils title: "@kbn/router-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-utils'] --- import kbnRouterUtilsObj from './kbn_router_utils.devdocs.json'; diff --git a/api_docs/kbn_rrule.mdx b/api_docs/kbn_rrule.mdx index 18ae36e9d9422..bae6ca9882c76 100644 --- a/api_docs/kbn_rrule.mdx +++ b/api_docs/kbn_rrule.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rrule title: "@kbn/rrule" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rrule plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule'] --- import kbnRruleObj from './kbn_rrule.devdocs.json'; diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index 68f1e7d9ce9d4..ec80158543146 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: 2024-03-05 +date: 2024-03-06 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 6eccdc83531ee..27e195f19ebe9 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index afee8dad0a02f..467158cffc0a3 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels title: "@kbn/search-api-panels" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels'] --- import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; diff --git a/api_docs/kbn_search_connectors.devdocs.json b/api_docs/kbn_search_connectors.devdocs.json index cb032bcdaef13..ed7d7b937ae4b 100644 --- a/api_docs/kbn_search_connectors.devdocs.json +++ b/api_docs/kbn_search_connectors.devdocs.json @@ -81,6 +81,61 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.collectConnectorStats", + "type": "Function", + "tags": [], + "label": "collectConnectorStats", + "description": [], + "signature": [ + "(client: ", + { + "pluginId": "@kbn/core-elasticsearch-server", + "scope": "common", + "docId": "kibKbnCoreElasticsearchServerPluginApi", + "section": "def-common.ElasticsearchClient", + "text": "ElasticsearchClient" + }, + ") => Promise<", + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.ConnectorStats", + "text": "ConnectorStats" + }, + "[]>" + ], + "path": "packages/kbn-search-connectors/lib/collect_connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.collectConnectorStats.$1", + "type": "Object", + "tags": [], + "label": "client", + "description": [], + "signature": [ + { + "pluginId": "@kbn/core-elasticsearch-server", + "scope": "common", + "docId": "kibKbnCoreElasticsearchServerPluginApi", + "section": "def-common.ElasticsearchClient", + "text": "ElasticsearchClient" + } + ], + "path": "packages/kbn-search-connectors/lib/collect_connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.ConnectorConfigurationComponent", @@ -3166,6 +3221,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.Connector.last_deleted_document_count", + "type": "CompoundType", + "tags": [], + "label": "last_deleted_document_count", + "description": [], + "signature": [ + "number | null" + ], + "path": "packages/kbn-search-connectors/types/connectors.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.Connector.last_incremental_sync_scheduled_at", @@ -3180,6 +3249,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.Connector.last_indexed_document_count", + "type": "CompoundType", + "tags": [], + "label": "last_indexed_document_count", + "description": [], + "signature": [ + "number | null" + ], + "path": "packages/kbn-search-connectors/types/connectors.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.Connector.last_seen", @@ -3956,6 +4039,266 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats", + "type": "Interface", + "tags": [], + "label": "ConnectorStats", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.serviceType", + "type": "CompoundType", + "tags": [], + "label": "serviceType", + "description": [], + "signature": [ + "string | null | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.isNative", + "type": "CompoundType", + "tags": [], + "label": "isNative", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.isDeleted", + "type": "boolean", + "tags": [], + "label": "isDeleted", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.status", + "type": "CompoundType", + "tags": [], + "label": "status", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.ConnectorStatus", + "text": "ConnectorStatus" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.indexName", + "type": "CompoundType", + "tags": [], + "label": "indexName", + "description": [], + "signature": [ + "string | null | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.dlsEnabled", + "type": "CompoundType", + "tags": [], + "label": "dlsEnabled", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.sslEnabled", + "type": "CompoundType", + "tags": [], + "label": "sslEnabled", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.fetchSelectively", + "type": "CompoundType", + "tags": [], + "label": "fetchSelectively", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.textExtractionServiceEnabled", + "type": "CompoundType", + "tags": [], + "label": "textExtractionServiceEnabled", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.documents", + "type": "Object", + "tags": [], + "label": "documents", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.DocumentsStats", + "text": "DocumentsStats" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.dataSourceSpecific", + "type": "Object", + "tags": [], + "label": "dataSourceSpecific", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.DataSourceSpecificStats", + "text": "DataSourceSpecificStats" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.scheduling", + "type": "Object", + "tags": [], + "label": "scheduling", + "description": [], + "signature": [ + "{ accessControl: Scheduling; full: Scheduling; incremental: Scheduling; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.syncRules", + "type": "Object", + "tags": [], + "label": "syncRules", + "description": [], + "signature": [ + "{ active: { withBasicRules: boolean; withAdvancedRules: boolean; }; draft: { withBasicRules: boolean; withAdvancedRules: boolean; }; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.ingestPipeline", + "type": "Object", + "tags": [], + "label": "ingestPipeline", + "description": [], + "signature": [ + "{ name: string; extractBinaryContent: boolean; reduceWhitespace: boolean; runMLInference: boolean; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.ConnectorStats.syncJobs", + "type": "Object", + "tags": [], + "label": "syncJobs", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStats", + "text": "SyncJobStats" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.ConnectorSyncJob", @@ -4332,6 +4675,160 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats", + "type": "Interface", + "tags": [], + "label": "DataSourceSpecificStats", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.confluence", + "type": "Object", + "tags": [], + "label": "confluence", + "description": [], + "signature": [ + "{ dataSourceType: string; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.github", + "type": "Object", + "tags": [], + "label": "github", + "description": [], + "signature": [ + "{ isCloud: boolean; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.jira", + "type": "Object", + "tags": [], + "label": "jira", + "description": [], + "signature": [ + "{ dataSourceType: string; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.mongodb", + "type": "Object", + "tags": [], + "label": "mongodb", + "description": [], + "signature": [ + "{ directConnect: boolean; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.mssql", + "type": "Object", + "tags": [], + "label": "mssql", + "description": [], + "signature": [ + "{ validateHost: boolean; tables: number; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.mysql", + "type": "Object", + "tags": [], + "label": "mysql", + "description": [], + "signature": [ + "{ tables: number; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.oracle", + "type": "Object", + "tags": [], + "label": "oracle", + "description": [], + "signature": [ + "{ tables: number; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.postgresql", + "type": "Object", + "tags": [], + "label": "postgresql", + "description": [], + "signature": [ + "{ tables: number; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.slack", + "type": "Object", + "tags": [], + "label": "slack", + "description": [], + "signature": [ + "{ autoJoinChannelsEnabled: boolean; syncUsersEnabled: boolean; fetchLastNDays: number; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DataSourceSpecificStats.zoom", + "type": "Object", + "tags": [], + "label": "zoom", + "description": [], + "signature": [ + "{ recordingAge: number; } | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.Dependency", @@ -4371,6 +4868,53 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DocumentsStats", + "type": "Interface", + "tags": [], + "label": "DocumentsStats", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DocumentsStats.total", + "type": "number", + "tags": [], + "label": "total", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DocumentsStats.volume", + "type": "number", + "tags": [], + "label": "volume", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.DocumentsStats.inLastSync", + "type": "number", + "tags": [], + "label": "inLastSync", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.ElasticsearchIndex", @@ -5349,6 +5893,349 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStats", + "type": "Interface", + "tags": [], + "label": "SyncJobStats", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStats.overall", + "type": "Object", + "tags": [], + "label": "overall", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsDetails", + "text": "SyncJobStatsDetails" + } + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStats.withTextExtractionServiceEnabled", + "type": "Object", + "tags": [], + "label": "withTextExtractionServiceEnabled", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsDetails", + "text": "SyncJobStatsDetails" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState", + "type": "Interface", + "tags": [], + "label": "SyncJobStatsByState", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.total", + "type": "number", + "tags": [], + "label": "total", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.manual", + "type": "number", + "tags": [], + "label": "manual", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.scheduled", + "type": "number", + "tags": [], + "label": "scheduled", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.completed", + "type": "number", + "tags": [], + "label": "completed", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.errored", + "type": "number", + "tags": [], + "label": "errored", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.canceled", + "type": "number", + "tags": [], + "label": "canceled", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.suspended", + "type": "number", + "tags": [], + "label": "suspended", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.idle", + "type": "number", + "tags": [], + "label": "idle", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.running", + "type": "number", + "tags": [], + "label": "running", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByState.totalDurationSeconds", + "type": "number", + "tags": [], + "label": "totalDurationSeconds", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByType", + "type": "Interface", + "tags": [], + "label": "SyncJobStatsByType", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByType.overall", + "type": "Object", + "tags": [], + "label": "overall", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsByState", + "text": "SyncJobStatsByState" + } + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByType.accessControl", + "type": "Object", + "tags": [], + "label": "accessControl", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsByState", + "text": "SyncJobStatsByState" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByType.full", + "type": "Object", + "tags": [], + "label": "full", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsByState", + "text": "SyncJobStatsByState" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsByType.incremental", + "type": "Object", + "tags": [], + "label": "incremental", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsByState", + "text": "SyncJobStatsByState" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsDetails", + "type": "Interface", + "tags": [], + "label": "SyncJobStatsDetails", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsDetails.total", + "type": "number", + "tags": [], + "label": "total", + "description": [], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsDetails.last30Days", + "type": "Object", + "tags": [], + "label": "last30Days", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsByType", + "text": "SyncJobStatsByType" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/search-connectors", + "id": "def-common.SyncJobStatsDetails.last7Days", + "type": "Object", + "tags": [], + "label": "last7Days", + "description": [], + "signature": [ + { + "pluginId": "@kbn/search-connectors", + "scope": "common", + "docId": "kibKbnSearchConnectorsPluginApi", + "section": "def-common.SyncJobStatsByType", + "text": "SyncJobStatsByType" + }, + " | undefined" + ], + "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/search-connectors", "id": "def-common.Validation", @@ -5668,7 +6555,7 @@ "section": "def-common.SyncStatus", "text": "SyncStatus" }, - " | null; last_incremental_sync_scheduled_at: string | null; last_seen: string | null; last_sync_error: string | null; last_sync_scheduled_at: string | null; last_sync_status: ", + " | null; last_deleted_document_count: number | null; last_incremental_sync_scheduled_at: string | null; last_indexed_document_count: number | null; last_seen: string | null; last_sync_error: string | null; last_sync_scheduled_at: string | null; last_sync_status: ", { "pluginId": "@kbn/search-connectors", "scope": "common", @@ -40437,7 +41324,7 @@ "section": "def-common.DisplayType", "text": "DisplayType" }, - ".TEXTAREA" + ".TEXTBOX" ], "path": "packages/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 9ee14bcd733fd..5bdab6c83d9eb 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors title: "@kbn/search-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/te | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3090 | 0 | 3090 | 0 | +| 3149 | 0 | 3149 | 0 | ## Common diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index f5d5ae017a048..aabf892cb1563 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors title: "@kbn/search-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors'] --- import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index 0222f554308b0..93eac277208a4 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents title: "@kbn/search-index-documents" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents'] --- import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index 560caa6697c16..768adb3738b99 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings title: "@kbn/search-response-warnings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; diff --git a/api_docs/kbn_security_hardening.mdx b/api_docs/kbn_security_hardening.mdx index 349f9b1063951..7505aaf4ac086 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-hardening title: "@kbn/security-hardening" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-hardening'] --- import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index e2e29cc5b29fb..8dc2f0d26cfdb 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common title: "@kbn/security-plugin-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common'] --- import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index 664dd944ae21a..1d2df559232c8 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public title: "@kbn/security-plugin-types-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public'] --- import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index ad833e2c9f656..db53d5ffaf3f2 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server title: "@kbn/security-plugin-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server'] --- import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index f1ec84baf5ccc..a190a0487aa92 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features title: "@kbn/security-solution-features" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features'] --- import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 1abe05ed0507d..9d983ac1619d3 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation title: "@kbn/security-solution-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation'] --- import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index 2f939d07b9a2f..3c853db2263bf 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: 2024-03-05 +date: 2024-03-06 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 3deb343eb2cfa..d8d877b3d8b50 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: 2024-03-05 +date: 2024-03-06 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 a68df6da04e57..40a6ffcdc94f2 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: 2024-03-05 +date: 2024-03-06 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 93093a9b10f52..01ea2bd841b05 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: 2024-03-05 +date: 2024-03-06 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 a5c9f8ca26f51..efe7932700ff3 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: 2024-03-05 +date: 2024-03-06 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 abb1f0fd3d0af..0f0d6703145d8 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: 2024-03-05 +date: 2024-03-06 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 fbd45fbe1a0bc..55a718cbe4771 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: 2024-03-05 +date: 2024-03-06 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 b4e352d8ac015..aaac56942641f 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: 2024-03-05 +date: 2024-03-06 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 6d0702b9556d4..43ffcaedbb661 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils'] --- import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx index 83d5cff66c501..064715f2e90f0 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types'] --- import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index 4f6e9df94d9fd..ebecedb97cd37 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types'] --- import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx index 2ff9691ca6b61..9dd3fb5ccfd5c 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: 2024-03-05 +date: 2024-03-06 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 230d3f19c5e4a..d2ca00797160d 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils'] --- import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx index 9ac858267c266..9bc2946960467 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api'] --- import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx index 667af27f439ec..31f8d0a472df8 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: 2024-03-05 +date: 2024-03-06 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 a16b45f6a1c79..72be883878841 100644 --- a/api_docs/kbn_securitysolution_list_hooks.devdocs.json +++ b/api_docs/kbn_securitysolution_list_hooks.devdocs.json @@ -309,36 +309,74 @@ "label": "useCreateListIndex", "description": [], "signature": [ - "() => ", - { - "pluginId": "@kbn/securitysolution-hook-utils", - "scope": "common", - "docId": "kibKbnSecuritysolutionHookUtilsPluginApi", - "section": "def-common.Task", - "text": "Task" - }, - "<[args: ", - { - "pluginId": "@kbn/securitysolution-hook-utils", - "scope": "common", - "docId": "kibKbnSecuritysolutionHookUtilsPluginApi", - "section": "def-common.OptionalSignalArgs", - "text": "OptionalSignalArgs" - }, - "<", - { - "pluginId": "@kbn/securitysolution-list-api", - "scope": "common", - "docId": "kibKbnSecuritysolutionListApiPluginApi", - "section": "def-common.ApiParams", - "text": "ApiParams" - }, - ">], { acknowledged: boolean; }>" + "({ http, onError, }: { http: HttpStart; onError?: ((err: unknown) => void) | undefined; }) => { start: ", + "UseMutateFunction", + "<{ acknowledged: boolean; }, unknown, void, unknown>; loading: boolean; error: unknown; }" ], "path": "packages/kbn-securitysolution-list-hooks/src/use_create_list_index/index.ts", "deprecated": false, "trackAdoption": false, - "children": [], + "children": [ + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useCreateListIndex.$1", + "type": "Object", + "tags": [], + "label": "{\n http,\n onError,\n}", + "description": [], + "path": "packages/kbn-securitysolution-list-hooks/src/use_create_list_index/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useCreateListIndex.$1.http", + "type": "Object", + "tags": [], + "label": "http", + "description": [], + "signature": [ + "HttpStart" + ], + "path": "packages/kbn-securitysolution-list-hooks/src/use_create_list_index/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useCreateListIndex.$1.onError", + "type": "Function", + "tags": [], + "label": "onError", + "description": [], + "signature": [ + "((err: unknown) => void) | undefined" + ], + "path": "packages/kbn-securitysolution-list-hooks/src/use_create_list_index/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useCreateListIndex.$1.onError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "packages/kbn-securitysolution-list-hooks/src/use_create_list_index/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ] + } + ], "returnComment": [], "initialIsOpen": false }, @@ -770,36 +808,83 @@ "label": "useReadListIndex", "description": [], "signature": [ - "() => ", - { - "pluginId": "@kbn/securitysolution-hook-utils", - "scope": "common", - "docId": "kibKbnSecuritysolutionHookUtilsPluginApi", - "section": "def-common.Task", - "text": "Task" - }, - "<[args: ", - { - "pluginId": "@kbn/securitysolution-hook-utils", - "scope": "common", - "docId": "kibKbnSecuritysolutionHookUtilsPluginApi", - "section": "def-common.OptionalSignalArgs", - "text": "OptionalSignalArgs" - }, - "<", - { - "pluginId": "@kbn/securitysolution-list-api", - "scope": "common", - "docId": "kibKbnSecuritysolutionListApiPluginApi", - "section": "def-common.ApiParams", - "text": "ApiParams" - }, - ">], { list_index: boolean; list_item_index: boolean; }>" + "({ http, isEnabled, onError, }: { isEnabled: boolean; http: HttpStart; onError?: ((err: unknown) => void) | undefined; }) => { result: { list_index: boolean; list_item_index: boolean; } | null | undefined; loading: boolean; error: unknown; }" ], "path": "packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.ts", "deprecated": false, "trackAdoption": false, - "children": [], + "children": [ + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useReadListIndex.$1", + "type": "Object", + "tags": [], + "label": "{\n http,\n isEnabled,\n onError,\n}", + "description": [], + "path": "packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useReadListIndex.$1.isEnabled", + "type": "boolean", + "tags": [], + "label": "isEnabled", + "description": [], + "path": "packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useReadListIndex.$1.http", + "type": "Object", + "tags": [], + "label": "http", + "description": [], + "signature": [ + "HttpStart" + ], + "path": "packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useReadListIndex.$1.onError", + "type": "Function", + "tags": [], + "label": "onError", + "description": [], + "signature": [ + "((err: unknown) => void) | undefined" + ], + "path": "packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/securitysolution-list-hooks", + "id": "def-common.useReadListIndex.$1.onError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ] + } + ], "returnComment": [], "initialIsOpen": false }, diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index 33215d29c0e8d..944743d6e0a88 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: 2024-03-05 +date: 2024-03-06 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-detection-engine](https://github.com/orgs/elastic/tea | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 62 | 0 | 49 | 0 | +| 71 | 0 | 58 | 0 | ## Common diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index f4341ad02fdde..cf5cc983efb9b 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: 2024-03-05 +date: 2024-03-06 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 fa0eec3d30c46..94a94cbec5194 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: 2024-03-05 +date: 2024-03-06 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 08150e8c6d261..d6fc9e6f78ab6 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: 2024-03-05 +date: 2024-03-06 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 b998dac4874d9..50a1be3d4bbc2 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: 2024-03-05 +date: 2024-03-06 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 ca5b1bf6430fc..8028920544b03 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: 2024-03-05 +date: 2024-03-06 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 878649cf2125e..2e55ee4765ef7 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index 564001e80f3f7..5067b73cb7174 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings title: "@kbn/serverless-common-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings'] --- import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx index 1ec61b750451c..6c1b89530c721 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings title: "@kbn/serverless-observability-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings'] --- import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx index 2be6fcebdfdd2..24b9b6b32c2cd 100644 --- a/api_docs/kbn_serverless_project_switcher.mdx +++ b/api_docs/kbn_serverless_project_switcher.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-project-switcher title: "@kbn/serverless-project-switcher" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-project-switcher plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-project-switcher'] --- import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json'; diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index 707719e69a9bf..0ea9c1c0acfaf 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings title: "@kbn/serverless-search-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings'] --- import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx index 67a73374de2d3..d7d8bf1350eb2 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings title: "@kbn/serverless-security-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings'] --- import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index 86f135cafc10b..bfbcc556f6d82 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config'] --- import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx index f8689e28d96d3..c5b644a61e8fd 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: 2024-03-05 +date: 2024-03-06 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 8790337a72aaf..320794e4ebf50 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index 6d18ceda97a14..e981d5f2637bf 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index 902a45d434ebb..4e0e8bedb7d83 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: 2024-03-05 +date: 2024-03-06 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 7afcfedfc3026..e8b746e8773de 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: 2024-03-05 +date: 2024-03-06 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 4fb3ba1a4676e..78b18e2b1f59f 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks'] --- import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index 5269d40043653..ae97e531cb5dc 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx index 8eb2f29403df9..7057b379ee70d 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary title: "@kbn/shared-ux-error-boundary" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary'] --- import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index 9ae8350cd6cc8..45e0b26532920 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: 2024-03-05 +date: 2024-03-06 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 cd9989d16d50a..e6bbaa49ff47b 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: 2024-03-05 +date: 2024-03-06 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 2d22f4d3093c4..8400cf258edac 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: 2024-03-05 +date: 2024-03-06 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 75a7f7403b3de..d5170efc14dce 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: 2024-03-05 +date: 2024-03-06 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 5067e2a6e7c28..7a29e0a8de29b 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: 2024-03-05 +date: 2024-03-06 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 5dd2818aed6f0..81a93f3f143ed 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: 2024-03-05 +date: 2024-03-06 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 30fc1ad190486..d163b6f45f1d7 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: 2024-03-05 +date: 2024-03-06 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 3f4ef94f1d839..bdf4e2b613ac7 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: 2024-03-05 +date: 2024-03-06 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 9a7cfc8a3d894..233406dc46272 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: 2024-03-05 +date: 2024-03-06 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 f9f1f3840e7d6..ba77c60a189d0 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: 2024-03-05 +date: 2024-03-06 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 8da70bb76c36e..ac51a877b6383 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: 2024-03-05 +date: 2024-03-06 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 5b2decd4d8523..f3555ed903e7b 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: 2024-03-05 +date: 2024-03-06 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 38463ab7a042d..ab4568220e0fe 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: 2024-03-05 +date: 2024-03-06 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 fb0e475e0ecdc..42433b044d246 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: 2024-03-05 +date: 2024-03-06 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 544cd2ff082a9..c48118d980cec 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: 2024-03-05 +date: 2024-03-06 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 302ea69a4accb..7394bb7ca85eb 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: 2024-03-05 +date: 2024-03-06 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 b88eb949451ab..99267fd936430 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: 2024-03-05 +date: 2024-03-06 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 12a82eb513e9a..48a3b14131163 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: 2024-03-05 +date: 2024-03-06 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 15966201d137e..08e2111514f90 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: 2024-03-05 +date: 2024-03-06 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 6acf556408963..d80782a5b72b4 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: 2024-03-05 +date: 2024-03-06 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 47361048bd0af..37a450a273534 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: 2024-03-05 +date: 2024-03-06 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 ed21d4de34ad3..d8ac5c73b38ba 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: 2024-03-05 +date: 2024-03-06 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 fa1f22f041fd8..6ce02de626363 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: 2024-03-05 +date: 2024-03-06 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 90b0700bdaa03..b8b055c90c610 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: 2024-03-05 +date: 2024-03-06 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 cee6f7a9da8ae..f559680adadfb 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: 2024-03-05 +date: 2024-03-06 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 7a39e104c26b2..accb66c24eb3b 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: 2024-03-05 +date: 2024-03-06 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 f2a9192fc983d..3df4518bc6be9 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: 2024-03-05 +date: 2024-03-06 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 f9cfa17e81f74..79f21f745563d 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: 2024-03-05 +date: 2024-03-06 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 f85c7172f946f..9d28400181581 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: 2024-03-05 +date: 2024-03-06 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 d6260c0e8e6a2..b323411cb581e 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: 2024-03-05 +date: 2024-03-06 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 4c0eca8502c5e..92f113ad07a17 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: 2024-03-05 +date: 2024-03-06 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 bd2926f1a8cb5..a195e72d8fb67 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: 2024-03-05 +date: 2024-03-06 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 c7ad605927b8f..e1d67888029d4 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; diff --git a/api_docs/kbn_sort_predicates.mdx b/api_docs/kbn_sort_predicates.mdx index 8e290dc8b371d..c3c723748ec13 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sort-predicates title: "@kbn/sort-predicates" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index a1190745d65e0..093a3ff24d1f8 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: 2024-03-05 +date: 2024-03-06 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 6f96447502062..6bff01f034498 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: 2024-03-05 +date: 2024-03-06 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 2d04ae874dc1b..d51ba7b84aa33 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: 2024-03-05 +date: 2024-03-06 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 bcc8e99631256..8b6f40efb3a9b 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: 2024-03-05 +date: 2024-03-06 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 dd611c5d3ed80..9c187f963a377 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- import kbnTestObj from './kbn_test.devdocs.json'; diff --git a/api_docs/kbn_test_eui_helpers.mdx b/api_docs/kbn_test_eui_helpers.mdx index 375d9c9a77613..6c4e2649f8c17 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-eui-helpers title: "@kbn/test-eui-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-eui-helpers'] --- import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index 4d58020a3028b..d4c658323524c 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: 2024-03-05 +date: 2024-03-06 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 00c73362ba2dc..4e6f3215a0cda 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; diff --git a/api_docs/kbn_text_based_editor.mdx b/api_docs/kbn_text_based_editor.mdx index 16e5134d63dd4..e0671667a6f21 100644 --- a/api_docs/kbn_text_based_editor.mdx +++ b/api_docs/kbn_text_based_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-text-based-editor title: "@kbn/text-based-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/text-based-editor plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/text-based-editor'] --- import kbnTextBasedEditorObj from './kbn_text_based_editor.devdocs.json'; diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 0f34665be1d78..d1d144efb5c28 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-timerange title: "@kbn/timerange" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/timerange'] --- import kbnTimerangeObj from './kbn_timerange.devdocs.json'; diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index 645893f69796d..1d793a92f2479 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index 59786b9fc5639..606e72673cdbc 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types title: "@kbn/triggers-actions-ui-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index 3b5d57e6f8979..6565e1febbaf8 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: 2024-03-05 +date: 2024-03-06 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 cacc2a956cfd4..63741958c25c6 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: 2024-03-05 +date: 2024-03-06 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 08cf3eda438d3..c073d50f9d5f7 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: 2024-03-05 +date: 2024-03-06 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 428bfc61ffd83..d38d7923ce131 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: 2024-03-05 +date: 2024-03-06 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 35f8e9fb3c907..f1226d0c64f98 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index 5bd96e6e3431a..589965f3c543e 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table title: "@kbn/unified-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 6b9c674b6002b..c99bebf7d7ecf 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer title: "@kbn/unified-doc-viewer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer'] --- import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index 9d578d7f125f8..a8af405ca3bc4 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list title: "@kbn/unified-field-list" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index 0d46ab8796a5c..2b7b8b1c93c83 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge title: "@kbn/unsaved-changes-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index 5be06ef2ba3eb..e0d16fc4cc23d 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise title: "@kbn/use-tracked-promise" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise'] --- import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 69c13d087433b..465c5deb16fe7 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: 2024-03-05 +date: 2024-03-06 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 b46e14a4a22a7..c16fe4d60681f 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: 2024-03-05 +date: 2024-03-06 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 2e2fa750dac9a..66fc9efb25b8f 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: 2024-03-05 +date: 2024-03-06 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 dd07cd2ae3461..73d2faed9788d 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index a1bcbb68ca4dc..2bf5defcf0216 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components title: "@kbn/visualization-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index d300290491106..16efbb5975057 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils title: "@kbn/visualization-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index 9fe7a7a6acaf9..859c5992e1176 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils title: "@kbn/xstate-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils'] --- import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index d1764ac5285c8..7d0d0dc066d9b 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index 86a224a626742..ca95d2532adf7 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers title: "@kbn/zod-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index c89d27703714a..37ab332dd5298 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.devdocs.json b/api_docs/kibana_react.devdocs.json index 32bb219a3f3e9..b7aff2e5df3b7 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -41,7 +41,9 @@ "tags": [], "label": "allowEmptyRange", "description": [], - "signature": ["true"], + "signature": [ + "true" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -53,7 +55,9 @@ "tags": [], "label": "fullWidth", "description": [], - "signature": ["false"], + "signature": [ + "false" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -65,7 +69,9 @@ "tags": [], "label": "compressed", "description": [], - "signature": ["false"], + "signature": [ + "false" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -93,7 +99,9 @@ "tags": [], "label": "nextProps", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -106,7 +114,9 @@ "tags": [], "label": "prevState", "description": [], - "signature": ["State"], + "signature": [ + "State" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -134,7 +144,9 @@ "tags": [], "label": "_onChange", "description": [], - "signature": ["(value: [string | number, string | number]) => void"], + "signature": [ + "(value: [string | number, string | number]) => void" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -146,7 +158,9 @@ "tags": [], "label": "value", "description": [], - "signature": ["[string | number, string | number]"], + "signature": [ + "[string | number, string | number]" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -162,7 +176,9 @@ "tags": [], "label": "render", "description": [], - "signature": ["() => JSX.Element"], + "signature": [ + "() => JSX.Element" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -211,7 +227,9 @@ "tags": [], "label": "services", "description": [], - "signature": ["Services"], + "signature": [ + "Services" + ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -339,7 +357,9 @@ "type": "Function", "tags": [], "label": "ElasticAgentCard", - "description": ["\nApplies extra styling to a typical EuiAvatar"], + "description": [ + "\nApplies extra styling to a typical EuiAvatar" + ], "signature": [ "({ solution, recommended, title, href, button, layout, category, ...cardRest }: React.PropsWithChildren<", { @@ -389,7 +409,9 @@ "tags": [], "label": "KibanaContextProvider", "description": [], - "signature": ["React.FunctionComponent<{ services?: {} | undefined; }>"], + "signature": [ + "React.FunctionComponent<{ services?: {} | undefined; }>" + ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -402,7 +424,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["P & { children?: React.ReactNode; }"], + "signature": [ + "P & { children?: React.ReactNode; }" + ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -414,7 +438,9 @@ "tags": [], "label": "context", "description": [], - "signature": ["any"], + "signature": [ + "any" + ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -428,7 +454,9 @@ "type": "Function", "tags": [], "label": "KibanaPageTemplateSolutionNavAvatar", - "description": ["\nApplies extra styling to a typical EuiAvatar"], + "description": [ + "\nApplies extra styling to a typical EuiAvatar" + ], "signature": [ "({ className, size, ...rest }: React.PropsWithChildren<", "KibanaPageTemplateSolutionNavAvatarProps", @@ -463,7 +491,9 @@ "parentPluginId": "kibanaReact", "id": "def-public.KibanaThemeProvider", "type": "Function", - "tags": ["deprecated"], + "tags": [ + "deprecated" + ], "label": "KibanaThemeProvider", "description": [], "signature": [ @@ -1923,7 +1953,11 @@ "tags": [], "label": "Markdown", "description": [], - "signature": ["(props: ", "MarkdownProps", ") => JSX.Element"], + "signature": [ + "(props: ", + "MarkdownProps", + ") => JSX.Element" + ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1935,7 +1969,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["MarkdownProps"], + "signature": [ + "MarkdownProps" + ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1952,7 +1988,11 @@ "tags": [], "label": "MarkdownSimple", "description": [], - "signature": ["(props: ", "MarkdownSimpleProps", ") => JSX.Element"], + "signature": [ + "(props: ", + "MarkdownSimpleProps", + ") => JSX.Element" + ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1964,7 +2004,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["MarkdownSimpleProps"], + "signature": [ + "MarkdownSimpleProps" + ], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -2093,7 +2135,9 @@ "tags": [], "label": "{\n addDataHref,\n application,\n devToolsHref,\n hidden,\n managementHref,\n showDevToolsLink,\n showManagementLink,\n}", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "trackAdoption": false, @@ -2124,7 +2168,9 @@ "tags": [], "label": "{\n addBasePath,\n path,\n onSetDefaultRoute,\n onChangeDefaultRoute,\n}", "description": [], - "signature": ["React.PropsWithChildren"], + "signature": [ + "React.PropsWithChildren" + ], "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "trackAdoption": false, @@ -2189,7 +2235,9 @@ "tags": [], "label": "to", "description": [], - "signature": ["string | LocationObject"], + "signature": [ + "string | LocationObject" + ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2202,7 +2250,9 @@ "tags": [], "label": "onClickCallback", "description": [], - "signature": ["Function | undefined"], + "signature": [ + "Function | undefined" + ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2267,7 +2317,9 @@ "tags": [], "label": "to", "description": [], - "signature": ["string | LocationObject"], + "signature": [ + "string | LocationObject" + ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2280,7 +2332,9 @@ "tags": [], "label": "onClickCallback", "description": [], - "signature": ["Function | undefined"], + "signature": [ + "Function | undefined" + ], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2294,7 +2348,9 @@ "parentPluginId": "kibanaReact", "id": "def-public.toMountPoint", "type": "Function", - "tags": ["deprecated"], + "tags": [ + "deprecated" + ], "label": "toMountPoint", "description": [], "signature": [ @@ -3241,7 +3297,9 @@ "tags": [], "label": "node", "description": [], - "signature": ["React.ReactNode"], + "signature": [ + "React.ReactNode" + ], "path": "src/plugins/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false, @@ -3328,7 +3386,9 @@ "tags": [], "label": "useDarkMode", "description": [], - "signature": ["(defaultValue?: boolean | undefined) => boolean"], + "signature": [ + "(defaultValue?: boolean | undefined) => boolean" + ], "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, @@ -3340,7 +3400,9 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, @@ -3356,7 +3418,9 @@ "type": "Function", "tags": [], "label": "useExecutionContext", - "description": ["\nSet and clean up application level execution context"], + "description": [ + "\nSet and clean up application level execution context" + ], "signature": [ "(executionContext: ", { @@ -3436,7 +3500,9 @@ "description": [ "\nReturns the current global UI-settings value.\n\nUsage:\n\n```js\nconst customBranding = useGlobalUiSetting('customBranding:pageTitle');\n```" ], - "signature": ["(key: string, defaultValue?: T | undefined) => T"], + "signature": [ + "(key: string, defaultValue?: T | undefined) => T" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3448,7 +3514,9 @@ "tags": [], "label": "key", "description": [], - "signature": ["string"], + "signature": [ + "string" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3461,7 +3529,9 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": ["T | undefined"], + "signature": [ + "T | undefined" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3480,7 +3550,9 @@ "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [customBranding, setCustomBranding] = useGlobalUiSetting$('customBranding:pageTitle');\n```" ], - "signature": ["(key: string, defaultValue?: T | undefined) => [T, Setter]"], + "signature": [ + "(key: string, defaultValue?: T | undefined) => [T, Setter]" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3492,7 +3564,9 @@ "tags": [], "label": "key", "description": [], - "signature": ["string"], + "signature": [ + "string" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3505,7 +3579,9 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": ["T | undefined"], + "signature": [ + "T | undefined" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3557,7 +3633,9 @@ "description": [ "\nReturns the current UI-settings value.\n\nUsage:\n\n```js\nconst darkMode = useUiSetting('theme:darkMode');\n```" ], - "signature": ["(key: string, defaultValue?: T | undefined) => T"], + "signature": [ + "(key: string, defaultValue?: T | undefined) => T" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3569,7 +3647,9 @@ "tags": [], "label": "key", "description": [], - "signature": ["string"], + "signature": [ + "string" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3582,7 +3662,9 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": ["T | undefined"], + "signature": [ + "T | undefined" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3601,7 +3683,9 @@ "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [darkMode, setDarkMode] = useUiSetting$('theme:darkMode');\n```" ], - "signature": ["(key: string, defaultValue?: T | undefined) => [T, Setter]"], + "signature": [ + "(key: string, defaultValue?: T | undefined) => [T, Setter]" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3613,7 +3697,9 @@ "tags": [], "label": "key", "description": [], - "signature": ["string"], + "signature": [ + "string" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3626,7 +3712,9 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": ["T | undefined"], + "signature": [ + "T | undefined" + ], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3665,7 +3753,9 @@ "tags": [], "label": "type", "description": [], - "signature": ["React.ComponentType"], + "signature": [ + "React.ComponentType" + ], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -3706,7 +3796,9 @@ "tags": [], "label": "node", "description": [], - "signature": ["React.ReactNode"], + "signature": [ + "React.ReactNode" + ], "path": "src/plugins/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, @@ -3791,7 +3883,9 @@ "tags": [], "label": "Provider", "description": [], - "signature": ["React.FunctionComponent<{ services?: T | undefined; }>"], + "signature": [ + "React.FunctionComponent<{ services?: T | undefined; }>" + ], "path": "src/plugins/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, @@ -3804,7 +3898,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["P & { children?: React.ReactNode; }"], + "signature": [ + "P & { children?: React.ReactNode; }" + ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3816,7 +3912,9 @@ "tags": [], "label": "context", "description": [], - "signature": ["any"], + "signature": [ + "any" + ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3853,7 +3951,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["P"], + "signature": [ + "P" + ], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3891,7 +3991,9 @@ "tags": [], "label": "services", "description": [], - "signature": ["Services"], + "signature": [ + "Services" + ], "path": "src/plugins/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false @@ -4046,7 +4148,9 @@ "tags": [], "label": "node", "description": [], - "signature": ["React.ReactNode"], + "signature": [ + "React.ReactNode" + ], "path": "src/plugins/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, @@ -4113,7 +4217,9 @@ "tags": [], "label": "node", "description": [], - "signature": ["React.ReactNode"], + "signature": [ + "React.ReactNode" + ], "path": "src/plugins/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, @@ -4188,8 +4294,12 @@ "type": "string", "tags": [], "label": "logo", - "description": ["\nOptionally replace the auto-generated logo"], - "signature": ["string | undefined"], + "description": [ + "\nOptionally replace the auto-generated logo" + ], + "signature": [ + "string | undefined" + ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4200,7 +4310,9 @@ "type": "string", "tags": [], "label": "docsLink", - "description": ["\nRequired to set the docs link for the whole solution"], + "description": [ + "\nRequired to set the docs link for the whole solution" + ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4211,8 +4323,12 @@ "type": "string", "tags": [], "label": "pageTitle", - "description": ["\nOptionally replace the auto-generated page title (h1)"], - "signature": ["string | undefined"], + "description": [ + "\nOptionally replace the auto-generated page title (h1)" + ], + "signature": [ + "string | undefined" + ], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4290,7 +4406,9 @@ "tags": [], "label": "color", "description": [], - "signature": ["\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined"], + "signature": [ + "\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined" + ], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4302,7 +4420,10 @@ "tags": [], "label": "iconType", "description": [], - "signature": ["IconType", " | undefined"], + "signature": [ + "IconType", + " | undefined" + ], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4314,7 +4435,9 @@ "tags": [], "label": "toastLifeTimeMs", "description": [], - "signature": ["number | undefined"], + "signature": [ + "number | undefined" + ], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4326,7 +4449,9 @@ "tags": [], "label": "onClose", "description": [], - "signature": ["(() => void) | undefined"], + "signature": [ + "(() => void) | undefined" + ], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4338,7 +4463,9 @@ "parentPluginId": "kibanaReact", "id": "def-public.ToMountPointOptions", "type": "Interface", - "tags": ["deprecated"], + "tags": [ + "deprecated" + ], "label": "ToMountPointOptions", "description": [], "path": "src/plugins/kibana_react/public/util/index.tsx", @@ -4422,7 +4549,9 @@ "tags": [], "label": "height", "description": [], - "signature": ["string | number | undefined"], + "signature": [ + "string | number | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4485,7 +4614,11 @@ "tags": [], "label": "onEditor", "description": [], - "signature": ["((editor: ", "editor", ".IStandaloneCodeEditor) => void) | undefined"], + "signature": [ + "((editor: ", + "editor", + ".IStandaloneCodeEditor) => void) | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, @@ -4497,7 +4630,10 @@ "tags": [], "label": "editor", "description": [], - "signature": ["editor", ".IStandaloneCodeEditor"], + "signature": [ + "editor", + ".IStandaloneCodeEditor" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, @@ -4513,7 +4649,9 @@ "tags": [], "label": "placeholder", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4572,7 +4710,9 @@ "tags": [], "label": "title", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4584,7 +4724,9 @@ "tags": [], "label": "documentation", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4596,7 +4738,10 @@ "tags": [], "label": "kind", "description": [], - "signature": ["languages", ".CompletionItemKind | undefined"], + "signature": [ + "languages", + ".CompletionItemKind | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4608,7 +4753,9 @@ "tags": [], "label": "sortText", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4796,7 +4943,9 @@ "parentPluginId": "kibanaReact", "id": "def-public.KibanaThemeProviderProps", "type": "Type", - "tags": ["deprecated"], + "tags": [ + "deprecated" + ], "label": "KibanaThemeProviderProps", "description": [], "signature": [ @@ -4882,7 +5031,9 @@ "tags": [], "label": "Value", "description": [], - "signature": ["[string | number, string | number]"], + "signature": [ + "[string | number, string | number]" + ], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -4940,7 +5091,9 @@ "type": "Function", "tags": [], "label": "createGlobalStyle", - "description": ["/** see https://styled-components.com/docs/api#createglobalstyle */"], + "description": [ + "/** see https://styled-components.com/docs/api#createglobalstyle */" + ], "signature": [ "

(first: TemplateStringsArray | ", "CSSObject", @@ -5012,7 +5165,12 @@ "tags": [], "label": "interpolations", "description": [], - "signature": ["Interpolation", "<", "ThemedStyledProps", ">[]"], + "signature": [ + "Interpolation", + "<", + "ThemedStyledProps", + ">[]" + ], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5026,7 +5184,9 @@ "type": "Function", "tags": [], "label": "css", - "description": ["/** see https://styled-components.com/docs/api#css-prop */"], + "description": [ + "/** see https://styled-components.com/docs/api#css-prop */" + ], "signature": [ "BaseThemedCssFunction", "<", @@ -5050,7 +5210,9 @@ "type": "Function", "tags": [], "label": "euiStyled", - "description": ["/** see https://styled-components.com/docs/api#styled */"], + "description": [ + "/** see https://styled-components.com/docs/api#styled */" + ], "signature": [ "ThemedBaseStyledInterface", "<", @@ -5074,7 +5236,9 @@ "type": "Function", "tags": [], "label": "keyframes", - "description": ["/** see https://styled-components.com/docs/api#keyframes */"], + "description": [ + "/** see https://styled-components.com/docs/api#keyframes */" + ], "signature": [ "(strings: TemplateStringsArray | ", "CSSKeyframes", @@ -5095,7 +5259,10 @@ "tags": [], "label": "strings", "description": [], - "signature": ["TemplateStringsArray | ", "CSSKeyframes"], + "signature": [ + "TemplateStringsArray | ", + "CSSKeyframes" + ], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5107,7 +5274,10 @@ "tags": [], "label": "interpolations", "description": [], - "signature": ["SimpleInterpolation", "[]"], + "signature": [ + "SimpleInterpolation", + "[]" + ], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5121,7 +5291,9 @@ "type": "Function", "tags": [], "label": "KibanaStyledComponentsThemeProvider", - "description": ["\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode."], + "description": [ + "\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode." + ], "signature": [ ">(component: React.ComponentProps extends { theme?: ", { @@ -5288,7 +5464,9 @@ "tags": [], "label": "component", "description": [], - "signature": ["React.ComponentProps extends { theme?: T | undefined; } ? C : never"], + "signature": [ + "React.ComponentProps extends { theme?: T | undefined; } ? C : never" + ], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5317,7 +5495,9 @@ "type": "Object", "tags": [], "label": "eui", - "description": ["EUI theme vars that automaticall adjust to light and dark mode."], + "description": [ + "EUI theme vars that automaticall adjust to light and dark mode." + ], "signature": [ "{ euiZDataGrid: number; euiZHeaderBelowDataGrid: number; euiZDataGridCellPopover: number; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; success: string; warning: string; danger: string; ghost: string; text: string; }; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: string; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiScrollBar: string; euiScrollBarCorner: string; euiScrollBarCornerThin: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSuccessText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiLinkColor: string; euiColorChartLines: string; euiColorChartBand: string; }" ], @@ -5331,7 +5511,9 @@ "type": "boolean", "tags": [], "label": "darkMode", - "description": ["True if the theme is in \"dark\" mode, false otherwise."], + "description": [ + "True if the theme is in \"dark\" mode, false otherwise." + ], "path": "packages/react/kibana_context/styled/styled_provider.tsx", "deprecated": false, "trackAdoption": false @@ -5344,4 +5526,4 @@ "misc": [], "objects": [] } -} +} \ No newline at end of file diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index d4fc88e1a2e75..70188334aa5f7 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: 2024-03-05 +date: 2024-03-06 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 ad9d6d2179f88..7dcdb19259926 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: 2024-03-05 +date: 2024-03-06 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 1c2aeb76e82c4..cddc108112040 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: 2024-03-05 +date: 2024-03-06 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 495be93c41db5..21738a33547ab 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: 2024-03-05 +date: 2024-03-06 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 8485903554629..fbe6c407ee6c5 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: 2024-03-05 +date: 2024-03-06 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 313ae23f2dab3..735671a9a2962 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: 2024-03-05 +date: 2024-03-06 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 25e90e58561f8..a353bf08d35bf 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/links.devdocs.json b/api_docs/links.devdocs.json index 24744659d4731..7c7b0305e6bdc 100644 --- a/api_docs/links.devdocs.json +++ b/api_docs/links.devdocs.json @@ -464,7 +464,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>,", + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">,", "IProvidesPanelPlacementSettings", "<", "LinksInput", @@ -1120,7 +1128,15 @@ "section": "def-public.EmbeddableOutput", "text": "EmbeddableOutput" }, - ", any>, unknown>" + ", any>, ", + { + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">" ], "path": "src/plugins/links/public/embeddable/links_embeddable_factory.ts", "deprecated": false, diff --git a/api_docs/links.mdx b/api_docs/links.mdx index 826d1a3d4cad5..4d752f98fd691 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links title: "links" image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- import linksObj from './links.devdocs.json'; diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index ab810030f57e6..1ec0cfeab2b2a 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/logs_explorer.mdx b/api_docs/logs_explorer.mdx index 77b271afd6185..7d9433ccf7f55 100644 --- a/api_docs/logs_explorer.mdx +++ b/api_docs/logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsExplorer title: "logsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the logsExplorer plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- import logsExplorerObj from './logs_explorer.devdocs.json'; diff --git a/api_docs/logs_shared.devdocs.json b/api_docs/logs_shared.devdocs.json index 23079d587996f..240de8934f12d 100644 --- a/api_docs/logs_shared.devdocs.json +++ b/api_docs/logs_shared.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "({ logViewKey, sourceIdKey, toastsService, urlStateStorage, }: LogViewUrlStateDependencies) => { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; } | null" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "LogViewUrlStateDependencies" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,7 +106,7 @@ "LogViewEvent", ">" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -120,7 +120,7 @@ "signature": [ "LogViewUrlStateDependencies" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -207,7 +207,7 @@ "LogViewEvent", ">" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +218,7 @@ "tags": [], "label": "{\n urlStateStorage,\n logViewKey = defaultLogViewKey,\n }", "description": [], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +238,7 @@ "text": "IKbnUrlStateStorage" } ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false }, @@ -252,7 +252,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false } @@ -280,7 +280,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -314,7 +314,7 @@ "LogEntryColumnWidth", "; 'data-test-subj'?: string | undefined; } & { children?: React.ReactNode; } & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -362,7 +362,7 @@ }, " | undefined; } & { children?: React.ReactNode; } & { as?: keyof JSX.IntrinsicElements | React.ComponentType | undefined; forwardedAs?: keyof JSX.IntrinsicElements | React.ComponentType | undefined; }, string | number | symbol>) & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -410,7 +410,7 @@ }, " | undefined; } & { children?: React.ReactNode; } & { as?: keyof JSX.IntrinsicElements | React.ComponentType | undefined; forwardedAs?: keyof JSX.IntrinsicElements | React.ComponentType | undefined; }, string | number | symbol>) & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -444,7 +444,7 @@ "LogEntryContextMenuProps", " & { children?: React.ReactNode; } & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -478,7 +478,7 @@ "LogEntryFieldColumnProps", " & { children?: React.ReactNode; } & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -512,7 +512,7 @@ "LogEntryFlyoutProps", ") => JSX.Element" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -526,7 +526,7 @@ "signature": [ "LogEntryFlyoutProps" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -547,7 +547,7 @@ "LogEntryMessageColumnProps", " & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -595,7 +595,7 @@ }, " | undefined; } & { children?: React.ReactNode; } & { as?: keyof JSX.IntrinsicElements | React.ComponentType | undefined; forwardedAs?: keyof JSX.IntrinsicElements | React.ComponentType | undefined; }, string | number | symbol>) & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -629,7 +629,7 @@ "LogEntryTimestampColumnProps", " & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -661,7 +661,7 @@ "signature": [ "React.FunctionComponent>" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_highlights/log_highlights.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_highlights/log_highlights.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -711,7 +711,7 @@ "LogStreamPageCallbacks", "; }>>" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_position/use_log_position.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_position/use_log_position.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -765,7 +765,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -797,7 +797,7 @@ "signature": [ "React.FunctionComponent>" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_stream/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_stream/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1021,7 +1021,7 @@ "LogViewEvent", "> | undefined; }>>" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1079,7 +1079,7 @@ "ScrollableLogTextStreamViewProps", "> & React.RefAttributes<{}>>" ], - "path": "x-pack/plugins/logs_shared/public/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1167,7 +1167,7 @@ "LogViewEvent", ") => void" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1181,7 +1181,7 @@ "signature": [ "LogViewUrlStateDependencies" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1216,7 +1216,7 @@ }, "; CharacterDimensionsProbe: () => JSX.Element; }" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1227,7 +1227,7 @@ "tags": [], "label": "{\n columnConfigurations,\n scale,\n timeFormat = 'time',\n}", "description": [], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1242,7 +1242,7 @@ "LogColumnRenderConfiguration", "[]" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false }, @@ -1256,7 +1256,7 @@ "signature": [ "\"small\" | \"medium\" | \"large\"" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false }, @@ -1271,7 +1271,7 @@ "TimeFormat", " | undefined" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false } @@ -1291,7 +1291,7 @@ "signature": [ "(logViewReference: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }) => { openLogEntryFlyout: (logEntryId: any) => void; closeLogEntryFlyout: () => void; }" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1305,7 +1305,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1416,7 +1416,7 @@ }, " | null; hasPreviousHighlight: boolean; hasNextHighlight: boolean; goToPreviousHighlight: () => void; goToNextHighlight: () => void; }" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_highlights/log_highlights.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_highlights/log_highlights.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1434,7 +1434,7 @@ "() => DateRange & { targetPosition: TimeKeyOrNull; isStreaming: boolean; firstVisiblePosition: TimeKeyOrNull; pagesBeforeStart: number; pagesAfterEnd: number; visibleMidpoint: TimeKeyOrNull; visibleMidpointTime: number | null; visibleTimeInterval: { start: number; end: number; } | null; } & ", "LogPositionCallbacks" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_position/use_log_position.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_position/use_log_position.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1467,7 +1467,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }[]; topCursor: { time: string; tiebreaker: number; } | null; bottomCursor: { time: string; tiebreaker: number; } | null; hasMoreBefore: boolean; hasMoreAfter: boolean; lastLoadedTime?: Date | undefined; }" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_stream/index.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_stream/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1484,7 +1484,7 @@ "signature": [ "(logViewReference: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, startTimestamp: number | null, endTimestamp: number | null, filterQuery: string | null) => { buckets: { start: number; end: number; entriesCount: number; }[]; start: number | null; end: number | null; }" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/log_summary.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/log_summary.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1498,7 +1498,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/log_summary.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/log_summary.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1513,7 +1513,7 @@ "signature": [ "number | null" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/log_summary.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/log_summary.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1528,7 +1528,7 @@ "signature": [ "number | null" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/log_summary.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/log_summary.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1543,7 +1543,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/log_summary.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/log_summary.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2032,7 +2032,7 @@ "ServiceMap", ">>; update: (logViewAttributes: Partial<{ name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }>) => Promise; changeLogViewReference: (logViewReference: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }) => void; revertToDefaultLogView: () => void; }" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2043,7 +2043,7 @@ "tags": [], "label": "{\n initialLogViewReference,\n logViews,\n useDevTools = isDevMode(),\n initializeFromUrl,\n updateContextInUrl,\n listenForUrlChanges,\n}", "description": [], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2057,7 +2057,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; } | undefined" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -2071,7 +2071,7 @@ "signature": [ "ILogViewsClient" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -2085,7 +2085,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -2158,7 +2158,7 @@ "LogViewEvent", "> | undefined" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -2228,7 +2228,7 @@ "LogViewEvent", ") => void) | undefined" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -2301,7 +2301,7 @@ "LogViewEvent", "> | undefined" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false } @@ -2613,7 +2613,7 @@ "ServiceMap", ">>; update: (logViewAttributes: Partial<{ name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }>) => Promise; changeLogViewReference: (logViewReference: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }) => void; revertToDefaultLogView: () => void; }" ], - "path": "x-pack/plugins/logs_shared/public/hooks/use_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/hooks/use_log_view.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2639,7 +2639,7 @@ ") => ", "RendererResult" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/with_summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/with_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2659,7 +2659,7 @@ "text": "WithSummaryProps" } ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/with_summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/with_summary.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2677,7 +2677,7 @@ "tags": [], "label": "LogAIAssistantDocument", "description": [], - "path": "x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2699,7 +2699,7 @@ }, "; }[]" ], - "path": "x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", "deprecated": false, "trackAdoption": false } @@ -2713,7 +2713,7 @@ "tags": [], "label": "LogAIAssistantProps", "description": [], - "path": "x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2733,7 +2733,7 @@ "text": "ObservabilityAIAssistantPluginStart" } ], - "path": "x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", "deprecated": false, "trackAdoption": false }, @@ -2754,7 +2754,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx", "deprecated": false, "trackAdoption": false } @@ -2768,7 +2768,7 @@ "tags": [], "label": "LogEntryColumnWidths", "description": [], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2783,7 +2783,7 @@ "[columnId: string]: ", "LogEntryColumnWidth" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false }, @@ -2797,7 +2797,7 @@ "signature": [ "{ baseWidth: string; growWeight: number; shrinkWeight: number; }" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false } @@ -2811,7 +2811,7 @@ "tags": [], "label": "LogEntryStreamItem", "description": [], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/item.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/item.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2825,7 +2825,7 @@ "signature": [ "\"logEntry\"" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/item.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/item.ts", "deprecated": false, "trackAdoption": false }, @@ -2855,7 +2855,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/item.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/item.ts", "deprecated": false, "trackAdoption": false }, @@ -2885,7 +2885,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }[]" ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/item.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/item.ts", "deprecated": false, "trackAdoption": false } @@ -2899,7 +2899,7 @@ "tags": [], "label": "LogsSharedClientSetupDeps", "description": [], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2947,7 +2947,7 @@ }, ") => void; }" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -2961,7 +2961,7 @@ "tags": [], "label": "LogsSharedClientStartDeps", "description": [], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2981,7 +2981,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3001,7 +3001,7 @@ "text": "DataViewsServicePublic" } ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3021,7 +3021,7 @@ "text": "ObservabilityAIAssistantPluginStart" } ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3109,7 +3109,7 @@ }, "; }" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -3133,7 +3133,7 @@ }, " extends LogStreamContentProps" ], - "path": "x-pack/plugins/logs_shared/public/components/log_stream/log_stream.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3147,7 +3147,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/plugins/logs_shared/public/components/log_stream/log_stream.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.tsx", "deprecated": false, "trackAdoption": false } @@ -3161,7 +3161,7 @@ "tags": [], "label": "LogViewContextWithError", "description": [], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3175,7 +3175,7 @@ "signature": [ "Error" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3189,7 +3189,7 @@ "tags": [], "label": "LogViewContextWithResolvedLogView", "description": [], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3209,7 +3209,7 @@ "text": "ResolvedLogView" } ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3223,7 +3223,7 @@ "tags": [], "label": "WithSummaryProps", "description": [], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/with_summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/with_summary.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3237,7 +3237,7 @@ "signature": [ "string | null" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/with_summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/with_summary.ts", "deprecated": false, "trackAdoption": false }, @@ -3252,7 +3252,7 @@ "(args: { buckets: { start: number; end: number; entriesCount: number; }[]; start: number | null; end: number | null; }) => ", "RendererResult" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/with_summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/with_summary.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3267,7 +3267,7 @@ "signature": [ "RenderArgs" ], - "path": "x-pack/plugins/logs_shared/public/utils/typed_react.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/utils/typed_react.tsx", "deprecated": false, "trackAdoption": false } @@ -3296,7 +3296,7 @@ "text": "iconColumnId" } ], - "path": "x-pack/plugins/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3311,7 +3311,7 @@ "signature": [ "{ start: number; end: number; entriesCount: number; }[]" ], - "path": "x-pack/plugins/logs_shared/public/containers/logs/log_summary/log_summary.tsx", + "path": "x-pack/plugins/observability_solution/logs_shared/public/containers/logs/log_summary/log_summary.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3391,7 +3391,7 @@ }, ">" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3414,7 +3414,7 @@ }, "; status: { index: \"missing\" | \"unknown\" | \"empty\" | \"available\"; }; } | { type: \"LOADING_LOG_VIEW_FAILED\"; error: Error; }" ], - "path": "x-pack/plugins/logs_shared/public/observability_logs/log_view_state/src/notifications.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/observability_logs/log_view_state/src/notifications.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3428,7 +3428,7 @@ "tags": [], "label": "LogsSharedClientSetupExports", "description": [], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3442,7 +3442,7 @@ "signature": [ "LogViewsServiceSetup" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3456,7 +3456,7 @@ "signature": [ "LogsSharedLocators" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -3471,7 +3471,7 @@ "tags": [], "label": "LogsSharedClientStartExports", "description": [], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3485,7 +3485,7 @@ "signature": [ "LogViewsServiceStart" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3507,7 +3507,7 @@ }, ", \"observabilityAIAssistant\">) => JSX.Element" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3529,7 +3529,7 @@ }, ", \"observabilityAIAssistant\">" ], - "path": "x-pack/plugins/logs_shared/public/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3568,7 +3568,7 @@ "text": "ILogsSharedLogEntriesDomain" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3582,7 +3582,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3596,7 +3596,7 @@ "signature": [ "LogEntriesAdapter" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3613,7 +3613,7 @@ "LogsSharedBackendLibs", ", \"framework\" | \"getStartServices\">" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3657,7 +3657,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }[]; hasMoreBefore?: boolean | undefined; hasMoreAfter?: boolean | undefined; }>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3677,7 +3677,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3692,7 +3692,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3707,7 +3707,7 @@ "signature": [ "LogEntriesAroundParams" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3722,7 +3722,7 @@ "signature": [ "({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3766,7 +3766,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }[]; hasMoreBefore?: boolean | undefined; hasMoreAfter?: boolean | undefined; }>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3786,7 +3786,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3801,7 +3801,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3816,7 +3816,7 @@ "signature": [ "LogEntriesParams" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3831,7 +3831,7 @@ "signature": [ "({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3865,7 +3865,7 @@ }, " | undefined) => Promise<{ start: number; end: number; entriesCount: number; }[]>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3885,7 +3885,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3900,7 +3900,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3915,7 +3915,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3930,7 +3930,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3945,7 +3945,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3967,7 +3967,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4001,7 +4001,7 @@ }, " | undefined) => Promise<({ start: number; end: number; entriesCount: number; } & { representativeKey: { time: string; tiebreaker: number; }; })[][]>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4021,7 +4021,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4036,7 +4036,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4051,7 +4051,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4066,7 +4066,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4081,7 +4081,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4096,7 +4096,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4118,7 +4118,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4146,7 +4146,7 @@ "MappingRuntimeFields", ") => Promise" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4166,7 +4166,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4181,7 +4181,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4196,7 +4196,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4211,7 +4211,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4226,7 +4226,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4241,7 +4241,7 @@ "signature": [ "MappingRuntimeFields" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4262,7 +4262,7 @@ "tags": [], "label": "ILogsSharedLogEntriesDomain", "description": [], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4302,7 +4302,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }[]; hasMoreBefore?: boolean | undefined; hasMoreAfter?: boolean | undefined; }>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4322,7 +4322,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4337,7 +4337,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4352,7 +4352,7 @@ "signature": [ "LogEntriesAroundParams" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4367,7 +4367,7 @@ "signature": [ "({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4411,7 +4411,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }[]; hasMoreBefore?: boolean | undefined; hasMoreAfter?: boolean | undefined; }>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4431,7 +4431,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4446,7 +4446,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4461,7 +4461,7 @@ "signature": [ "LogEntriesParams" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4476,7 +4476,7 @@ "signature": [ "({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4510,7 +4510,7 @@ }, " | undefined) => Promise<{ start: number; end: number; entriesCount: number; }[]>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4530,7 +4530,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4545,7 +4545,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4560,7 +4560,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4575,7 +4575,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4590,7 +4590,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4612,7 +4612,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4646,7 +4646,7 @@ }, " | undefined) => Promise<({ start: number; end: number; entriesCount: number; } & { representativeKey: { time: string; tiebreaker: number; }; })[][]>" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4666,7 +4666,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4681,7 +4681,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4696,7 +4696,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4711,7 +4711,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4726,7 +4726,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4741,7 +4741,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4763,7 +4763,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4791,7 +4791,7 @@ "MappingRuntimeFields", ") => Promise" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4811,7 +4811,7 @@ "text": "RequestHandlerContext" } ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4826,7 +4826,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4841,7 +4841,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4856,7 +4856,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4871,7 +4871,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4886,7 +4886,7 @@ "signature": [ "MappingRuntimeFields" ], - "path": "x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4910,7 +4910,7 @@ "signature": [ "\"infrastructure-monitoring-log-view\"" ], - "path": "x-pack/plugins/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4935,7 +4935,7 @@ " extends ", "LogsSharedDomainLibs" ], - "path": "x-pack/plugins/logs_shared/server/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4949,7 +4949,7 @@ "signature": [ "LogViewsServiceSetup" ], - "path": "x-pack/plugins/logs_shared/server/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4965,7 +4965,7 @@ "UsageCollector", ") => void" ], - "path": "x-pack/plugins/logs_shared/server/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4979,7 +4979,7 @@ "signature": [ "UsageCollector" ], - "path": "x-pack/plugins/logs_shared/server/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4998,7 +4998,7 @@ "tags": [], "label": "LogsSharedPluginStart", "description": [], - "path": "x-pack/plugins/logs_shared/server/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5012,7 +5012,7 @@ "signature": [ "LogViewsServiceStart" ], - "path": "x-pack/plugins/logs_shared/server/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -5040,7 +5040,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5054,7 +5054,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5068,7 +5068,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5083,7 +5083,7 @@ "signature": [ "Error | undefined" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5111,7 +5111,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5125,7 +5125,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5139,7 +5139,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5154,7 +5154,7 @@ "signature": [ "Error | undefined" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5182,7 +5182,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5196,7 +5196,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5210,7 +5210,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5225,7 +5225,7 @@ "signature": [ "Error | undefined" ], - "path": "x-pack/plugins/logs_shared/common/log_views/errors.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5248,7 +5248,7 @@ "signature": [ "(date: string) => string" ], - "path": "x-pack/plugins/logs_shared/common/utils/date_helpers.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5262,7 +5262,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/logs_shared/common/utils/date_helpers.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5289,7 +5289,7 @@ }, ") => string" ], - "path": "x-pack/plugins/logs_shared/common/locators/helpers.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5309,7 +5309,7 @@ "text": "NodeLogsLocatorParams" } ], - "path": "x-pack/plugins/logs_shared/common/locators/helpers.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5328,7 +5328,7 @@ "signature": [ "(hit: { sort: [string, number]; }) => { time: string; tiebreaker: number; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5339,7 +5339,7 @@ "tags": [], "label": "hit", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5353,7 +5353,7 @@ "signature": [ "[string, number]" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false } @@ -5425,7 +5425,7 @@ }, ">; }" ], - "path": "x-pack/plugins/logs_shared/common/locators/get_logs_locators.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/get_logs_locators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5442,7 +5442,7 @@ "IShortUrlClient", ">" ], - "path": "x-pack/plugins/logs_shared/common/locators/get_logs_locators.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/get_logs_locators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5477,7 +5477,7 @@ "text": "SerializableRecord" } ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5493,7 +5493,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5509,7 +5509,7 @@ "signature": [ "{ startTime: number; endTime: number; } | undefined" ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5523,7 +5523,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5537,7 +5537,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; } | undefined" ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false } @@ -5568,7 +5568,7 @@ "text": "LogsLocatorParams" } ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5579,7 +5579,7 @@ "tags": [], "label": "nodeField", "description": [], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5590,7 +5590,7 @@ "tags": [], "label": "nodeId", "description": [], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false } @@ -5604,7 +5604,7 @@ "tags": [], "label": "ResolvedLogView", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5615,7 +5615,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5626,7 +5626,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5637,7 +5637,7 @@ "tags": [], "label": "indices", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5648,7 +5648,7 @@ "tags": [], "label": "timestampField", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5659,7 +5659,7 @@ "tags": [], "label": "tiebreakerField", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5673,7 +5673,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5694,7 +5694,7 @@ }, "[]" ], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5710,7 +5710,7 @@ "MappingRuntimeField", "; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5724,7 +5724,7 @@ "signature": [ "({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]" ], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false }, @@ -5744,7 +5744,7 @@ "text": "DataView" } ], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false } @@ -5775,7 +5775,7 @@ "text": "LogsLocatorParams" } ], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5786,7 +5786,7 @@ "tags": [], "label": "traceId", "description": [], - "path": "x-pack/plugins/logs_shared/common/locators/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts", "deprecated": false, "trackAdoption": false } @@ -5806,7 +5806,7 @@ "signature": [ "\"logFilter\"" ], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5821,7 +5821,7 @@ "signature": [ "\"logPosition\"" ], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5836,7 +5836,7 @@ "signature": [ "\"INFRA_LOGS_LOCATOR\"" ], - "path": "x-pack/plugins/logs_shared/common/locators/infra.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/infra.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5851,7 +5851,7 @@ "signature": [ "\"INFRA_NODE_LOGS_LOCATOR\"" ], - "path": "x-pack/plugins/logs_shared/common/locators/infra.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/infra.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5866,7 +5866,7 @@ "signature": [ "\"/api/log_entries/highlights\"" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5881,7 +5881,7 @@ "signature": [ "\"/api/log_entries/summary\"" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5912,7 +5912,7 @@ }, "; highlights: string[]; })[]; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5927,7 +5927,7 @@ "signature": [ "{ type: \"data_view\"; dataViewId: string; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5942,7 +5942,7 @@ "signature": [ "{ start: number; end: number; entriesCount: number; }" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5957,7 +5957,7 @@ "signature": [ "{ start: number; end: number; entriesCount: number; } & { representativeKey: { time: string; tiebreaker: number; }; }" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5988,7 +5988,7 @@ }, "; highlights: string[]; })[]; })[]; context: {} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6003,7 +6003,7 @@ "signature": [ "{ after: { time: string; tiebreaker: number; } | \"first\"; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6018,7 +6018,7 @@ "signature": [ "{ center: { time: string; tiebreaker: number; }; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6033,7 +6033,7 @@ "signature": [ "{ before: { time: string; tiebreaker: number; } | \"last\"; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6048,7 +6048,7 @@ "signature": [ "{} | { 'container.id': string; } | { 'host.name': string; 'log.file.path': string; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6063,7 +6063,7 @@ "signature": [ "{ time: string; tiebreaker: number; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6086,7 +6086,7 @@ }, "; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6101,7 +6101,7 @@ "signature": [ "{ time: string; tiebreaker: number; } & { gid?: string | undefined; fromAutoReload?: boolean | undefined; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6124,7 +6124,7 @@ }, "; highlights: string[]; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6139,7 +6139,7 @@ "signature": [ "{ type: \"index_name\"; indexName: string; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6154,7 +6154,7 @@ "signature": [ "{ type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6177,7 +6177,7 @@ }, "; highlights: string[]; })[]; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6192,7 +6192,7 @@ "signature": [ "{ constant: string; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6215,7 +6215,7 @@ }, "; highlights: string[]; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6238,7 +6238,7 @@ }, "; highlights: string[]; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6253,7 +6253,7 @@ "signature": [ "\"LOGS_LOCATOR\"" ], - "path": "x-pack/plugins/logs_shared/common/locators/logs_locator.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/logs_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6268,7 +6268,7 @@ "signature": [ "{ columnId: string; time: string; }" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6283,7 +6283,7 @@ "signature": [ "{ id: string; origin: \"internal\" | \"inline\" | \"stored\" | \"infra-source-stored\" | \"infra-source-internal\" | \"infra-source-fallback\"; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; } & { updatedAt?: number | undefined; version?: string | undefined; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6298,7 +6298,7 @@ "signature": [ "{ name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6313,7 +6313,7 @@ "signature": [ "{ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6328,7 +6328,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6343,7 +6343,7 @@ "signature": [ "{ index: \"missing\" | \"unknown\" | \"empty\" | \"available\"; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6358,7 +6358,7 @@ "signature": [ "\"NODE_LOGS_LOCATOR\"" ], - "path": "x-pack/plugins/logs_shared/common/locators/node_logs_locator.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/node_logs_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6373,7 +6373,7 @@ "signature": [ "{ logViewId: string; type: \"log-view-reference\"; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6421,7 +6421,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6436,7 +6436,7 @@ "signature": [ "\"TRACE_LOGS_LOCATOR\"" ], - "path": "x-pack/plugins/logs_shared/common/locators/trace_logs_locator.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/locators/trace_logs_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6450,7 +6450,7 @@ "tags": [], "label": "DEFAULT_LOG_VIEW", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6464,7 +6464,7 @@ "signature": [ "\"log-view-reference\"" ], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false }, @@ -6475,7 +6475,7 @@ "tags": [], "label": "logViewId", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false } @@ -6489,7 +6489,7 @@ "tags": [], "label": "DEFAULT_REFRESH_INTERVAL", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6500,7 +6500,7 @@ "tags": [], "label": "pause", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false }, @@ -6511,7 +6511,7 @@ "tags": [], "label": "value", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false } @@ -6525,7 +6525,7 @@ "tags": [], "label": "defaultLogViewAttributes", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6536,7 +6536,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false }, @@ -6547,7 +6547,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false }, @@ -6558,7 +6558,7 @@ "tags": [], "label": "logIndices", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6572,7 +6572,7 @@ "signature": [ "\"index_name\"" ], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false }, @@ -6583,7 +6583,7 @@ "tags": [], "label": "indexName", "description": [], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false } @@ -6599,7 +6599,7 @@ "signature": [ "({ timestampColumn: { id: string; }; } | { fieldColumn: { id: string; field: string; }; } | { messageColumn: { id: string; }; })[]" ], - "path": "x-pack/plugins/logs_shared/common/log_views/defaults.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts", "deprecated": false, "trackAdoption": false } @@ -6689,7 +6689,7 @@ "StringC", ">; }>]>>; }>]>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6709,7 +6709,7 @@ "StringC", "; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7331,7 +7331,7 @@ "NumberC", "; }>; }>]>]>" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7579,7 +7579,7 @@ "StringC", "; }>]>; }>>; }>]>>; }>" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7687,7 +7687,7 @@ "NullC", "]>; }>" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7719,7 +7719,7 @@ "NumberC", "; }>>; }>; }>" ], - "path": "x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7745,7 +7745,7 @@ "LiteralC", "<\"first\">]>; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7767,7 +7767,7 @@ "NumberC", "; }>; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7793,7 +7793,7 @@ "LiteralC", "<\"last\">]>; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7823,7 +7823,7 @@ "StringC", "; }>]>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7843,7 +7843,7 @@ "NumberC", "; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7879,7 +7879,7 @@ }, ", unknown>; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7997,7 +7997,7 @@ "StringC", "; }>]>; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8039,7 +8039,7 @@ "StringC", ">; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8059,7 +8059,7 @@ "StringC", "; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8111,7 +8111,7 @@ "StringC", ">; }>]>>; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8131,7 +8131,7 @@ "StringC", "; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8171,7 +8171,7 @@ "StringC", ">; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8217,7 +8217,7 @@ "StringC", ">; }>]>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8239,7 +8239,7 @@ "StringC", "; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_entry/log_entry.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8293,7 +8293,7 @@ "StringC", "; }>>]>; }>>]>" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8385,7 +8385,7 @@ "StringC", "; }>>]>; }>>]>>; }>>; }>]>" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8405,7 +8405,7 @@ "LiteralC", "<\"log-view-reference\">; }>" ], - "path": "x-pack/plugins/logs_shared/common/log_views/types.ts", + "path": "x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index 78eb17f7a338b..f935778cea8e3 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared title: "logsShared" image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.mdx b/api_docs/management.mdx index 6e1fc2efc326b..155aa8e3ac3de 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: 2024-03-05 +date: 2024-03-06 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 6a61ff2182dc5..7e425fbb82b6d 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: 2024-03-05 +date: 2024-03-06 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 51f9a0ae0b6e4..7932703732f2d 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index b7131eef3ea7b..45794d6384e64 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess title: "metricsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- import metricsDataAccessObj from './metrics_data_access.devdocs.json'; diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index 30c434399241e..21d2198d4a562 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- import mlObj from './ml.devdocs.json'; diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx index 43199509f1d41..2e4d91f9e4afb 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin title: "mockIdpPlugin" image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index 22ba1c8ab0ace..f87a66139bc73 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: 2024-03-05 +date: 2024-03-06 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 717bf83027ff6..68571bca7f83b 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.devdocs.json b/api_docs/navigation.devdocs.json index 245711ed0a0e7..ecc60820f0485 100644 --- a/api_docs/navigation.devdocs.json +++ b/api_docs/navigation.devdocs.json @@ -70,7 +70,7 @@ "id": "def-public.NavigationPublicPlugin.Unnamed.$1", "type": "Object", "tags": [], - "label": "_initializerContext", + "label": "initializerContext", "description": [], "signature": [ { @@ -80,7 +80,9 @@ "section": "def-common.PluginInitializerContext", "text": "PluginInitializerContext" }, - "" + "<", + "ConfigSchema", + ">" ], "path": "src/plugins/navigation/public/plugin.ts", "deprecated": false, @@ -152,7 +154,7 @@ "label": "start", "description": [], "signature": [ - "(_core: ", + "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", "scope": "common", @@ -160,7 +162,7 @@ "section": "def-common.CoreStart", "text": "CoreStart" }, - ", { unifiedSearch }: ", + ", { unifiedSearch, cloud }: ", "NavigationPublicStartDependencies", ") => ", { @@ -180,7 +182,7 @@ "id": "def-public.NavigationPublicPlugin.start.$1", "type": "Object", "tags": [], - "label": "_core", + "label": "core", "description": [], "signature": [ { @@ -201,7 +203,7 @@ "id": "def-public.NavigationPublicPlugin.start.$2", "type": "Object", "tags": [], - "label": "{ unifiedSearch }", + "label": "{ unifiedSearch, cloud }", "description": [], "signature": [ "NavigationPublicStartDependencies" @@ -810,6 +812,36 @@ ], "enums": [], "misc": [ + { + "parentPluginId": "navigation", + "id": "def-public.SolutionNavigationOptInStatus", + "type": "Type", + "tags": [], + "label": "SolutionNavigationOptInStatus", + "description": [], + "signature": [ + "\"hidden\" | \"visible\" | \"ask\"" + ], + "path": "src/plugins/navigation/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "navigation", + "id": "def-public.SolutionType", + "type": "Type", + "tags": [], + "label": "SolutionType", + "description": [], + "signature": [ + "\"security\" | \"es\" | \"oblt\"" + ], + "path": "src/plugins/navigation/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "navigation", "id": "def-public.TopNavMenuBadgeProps", @@ -1031,6 +1063,42 @@ "path": "src/plugins/navigation/public/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "navigation", + "id": "def-public.NavigationPublicStart.addSolutionNavigation", + "type": "Function", + "tags": [], + "label": "addSolutionNavigation", + "description": [ + "Add a solution navigation to the header nav switcher." + ], + "signature": [ + "(solutionNavigation: ", + "SolutionNavigation", + ") => void" + ], + "path": "src/plugins/navigation/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "navigation", + "id": "def-public.NavigationPublicStart.addSolutionNavigation.$1", + "type": "Object", + "tags": [], + "label": "solutionNavigation", + "description": [], + "signature": [ + "SolutionNavigation" + ], + "path": "src/plugins/navigation/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] } ], "lifecycle": "start", @@ -1050,7 +1118,53 @@ "functions": [], "interfaces": [], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "navigation", + "id": "def-common.DEFAULT_SOLUTION_NAV_UI_SETTING_ID", + "type": "string", + "tags": [], + "label": "DEFAULT_SOLUTION_NAV_UI_SETTING_ID", + "description": [], + "signature": [ + "\"solutionNav:default\"" + ], + "path": "src/plugins/navigation/common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "navigation", + "id": "def-common.ENABLE_SOLUTION_NAV_UI_SETTING_ID", + "type": "string", + "tags": [], + "label": "ENABLE_SOLUTION_NAV_UI_SETTING_ID", + "description": [], + "signature": [ + "\"solutionNav:enable\"" + ], + "path": "src/plugins/navigation/common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "navigation", + "id": "def-common.OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID", + "type": "string", + "tags": [], + "label": "OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID", + "description": [], + "signature": [ + "\"solutionNav:optInStatus\"" + ], + "path": "src/plugins/navigation/common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], "objects": [] } } \ No newline at end of file diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index de2b847e9f4bf..d210bb2dd91f4 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.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 | |-------------------|-----------|------------------------|-----------------| -| 42 | 0 | 42 | 3 | +| 49 | 0 | 48 | 5 | ## Client @@ -43,3 +43,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh ### Consts, variables and types +## Common + +### Consts, variables and types + + diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index 76103d823fd27..ffcb3e83c47b9 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index b76e9e3137b9e..2aa2d8dd35b32 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage title: "noDataPage" image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- import noDataPageObj from './no_data_page.devdocs.json'; diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index c6a2995a509a9..339f60e9a4389 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: 2024-03-05 +date: 2024-03-06 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 aa7eb5d9313a3..01fb9d1c3eb59 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index a667fcf2f3ac5..d87741b6418c4 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant title: "observabilityAIAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index 03590483c90d1..dfd4af53da381 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogsExplorer title: "observabilityLogsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index 82e704a038df3..7a55c884169cd 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; diff --git a/api_docs/observability_shared.devdocs.json b/api_docs/observability_shared.devdocs.json index a9ff4fe8d1163..6daa53d59e9a6 100644 --- a/api_docs/observability_shared.devdocs.json +++ b/api_docs/observability_shared.devdocs.json @@ -38,7 +38,9 @@ "tags": [], "label": "Constructor", "description": [], - "signature": ["any"], + "signature": [ + "any" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -108,7 +110,9 @@ "tags": [], "label": "pluginsSetup", "description": [], - "signature": ["ObservabilitySharedSetup"], + "signature": [ + "ObservabilitySharedSetup" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -199,7 +203,9 @@ "tags": [], "label": "plugins", "description": [], - "signature": ["ObservabilitySharedStart"], + "signature": [ + "ObservabilitySharedStart" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -215,7 +221,9 @@ "tags": [], "label": "stop", "description": [], - "signature": ["() => void"], + "signature": [ + "() => void" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -234,7 +242,9 @@ "tags": [], "label": "ActionMenu", "description": [], - "signature": ["(props: Props) => JSX.Element"], + "signature": [ + "(props: Props) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx", "deprecated": false, "trackAdoption": false, @@ -246,7 +256,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx", "deprecated": false, "trackAdoption": false, @@ -263,7 +275,9 @@ "tags": [], "label": "ActionMenuDivider", "description": [], - "signature": ["() => JSX.Element"], + "signature": [ + "() => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx", "deprecated": false, "trackAdoption": false, @@ -309,7 +323,9 @@ "tags": [], "label": "{\n isLoading,\n onDiscardChanges,\n onSave,\n unsavedChangesCount,\n saveLabel,\n appTestSubj,\n areChangesInvalid = false,\n}", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/bottom_bar_actions/bottom_bar_actions.tsx", "deprecated": false, "trackAdoption": false, @@ -326,7 +342,9 @@ "tags": [], "label": "createEsParams", "description": [], - "signature": ["(params: T) => T"], + "signature": [ + "(params: T) => T" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -338,7 +356,9 @@ "tags": [], "label": "params", "description": [], - "signature": ["T"], + "signature": [ + "T" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -355,7 +375,9 @@ "tags": [], "label": "EmbeddableFlamegraph", "description": [], - "signature": ["(props: Props) => JSX.Element"], + "signature": [ + "(props: Props) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx", "deprecated": false, "trackAdoption": false, @@ -367,7 +389,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx", "deprecated": false, "trackAdoption": false, @@ -384,7 +408,9 @@ "tags": [], "label": "EmbeddableFunctions", "description": [], - "signature": ["(props: Props) => JSX.Element"], + "signature": [ + "(props: Props) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx", "deprecated": false, "trackAdoption": false, @@ -396,7 +422,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx", "deprecated": false, "trackAdoption": false, @@ -460,7 +488,9 @@ "tags": [], "label": "EmbeddableStackTraces", "description": [], - "signature": ["(props: Props) => JSX.Element"], + "signature": [ + "(props: Props) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_stack_traces.tsx", "deprecated": false, "trackAdoption": false, @@ -472,7 +502,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_stack_traces.tsx", "deprecated": false, "trackAdoption": false, @@ -503,7 +535,9 @@ "tags": [], "label": "{\n formUrl,\n formConfig,\n 'data-test-subj': dts,\n onClickCapture,\n defaultButton,\n kibanaVersion,\n isCloudEnv,\n isServerlessEnv,\n sanitizedPath,\n nodeType,\n surveyButtonText = (\n \n ),\n}", "description": [], - "signature": ["FeatureFeedbackButtonProps"], + "signature": [ + "FeatureFeedbackButtonProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/feature_feedback_button/feature_feedback_button.tsx", "deprecated": false, "trackAdoption": false, @@ -520,7 +554,11 @@ "tags": [], "label": "FieldValueSelection", "description": [], - "signature": ["(props: ", "FieldValueSelectionProps", ") => JSX.Element"], + "signature": [ + "(props: ", + "FieldValueSelectionProps", + ") => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -532,7 +570,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["FieldValueSelectionProps"], + "signature": [ + "FieldValueSelectionProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -549,7 +589,11 @@ "tags": [], "label": "FieldValueSuggestions", "description": [], - "signature": ["(props: ", "FieldValueSuggestionsProps", ") => JSX.Element"], + "signature": [ + "(props: ", + "FieldValueSuggestionsProps", + ") => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -561,7 +605,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["FieldValueSuggestionsProps"], + "signature": [ + "FieldValueSuggestionsProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -735,7 +781,9 @@ "tags": [], "label": "context", "description": [], - "signature": ["{ [x: string]: any; }"], + "signature": [ + "{ [x: string]: any; }" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/services/get_context_menu_items_from_actions.ts", "deprecated": false, "trackAdoption": false @@ -753,7 +801,11 @@ "tags": [], "label": "HeaderMenuPortal", "description": [], - "signature": ["(props: ", "HeaderMenuPortalProps", ") => JSX.Element"], + "signature": [ + "(props: ", + "HeaderMenuPortalProps", + ") => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/index.tsx", "deprecated": false, "trackAdoption": false, @@ -765,7 +817,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["HeaderMenuPortalProps"], + "signature": [ + "HeaderMenuPortalProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/index.tsx", "deprecated": false, "trackAdoption": false, @@ -782,7 +836,9 @@ "tags": [], "label": "InspectorContextProvider", "description": [], - "signature": ["({ children }: { children: React.ReactNode; }) => JSX.Element"], + "signature": [ + "({ children }: { children: React.ReactNode; }) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/inspector_context.tsx", "deprecated": false, "trackAdoption": false, @@ -825,7 +881,11 @@ "tags": [], "label": "LoadWhenInView", "description": [], - "signature": ["(props: ", "LoadWhenInViewProps", ") => JSX.Element"], + "signature": [ + "(props: ", + "LoadWhenInViewProps", + ") => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx", "deprecated": false, "trackAdoption": false, @@ -837,7 +897,9 @@ "tags": [], "label": "props", "description": [], - "signature": ["LoadWhenInViewProps"], + "signature": [ + "LoadWhenInViewProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx", "deprecated": false, "trackAdoption": false, @@ -854,7 +916,9 @@ "tags": [], "label": "NavigationWarningPromptProvider", "description": [], - "signature": ["({ children }: { children?: React.ReactNode; }) => JSX.Element"], + "signature": [ + "({ children }: { children?: React.ReactNode; }) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/context.tsx", "deprecated": false, "trackAdoption": false, @@ -866,7 +930,9 @@ "tags": [], "label": "{ children }", "description": [], - "signature": ["{ children?: React.ReactNode; }"], + "signature": [ + "{ children?: React.ReactNode; }" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/context.tsx", "deprecated": false, "trackAdoption": false, @@ -900,7 +966,9 @@ "tags": [], "label": "ProfilingEmptyState", "description": [], - "signature": ["() => JSX.Element"], + "signature": [ + "() => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/profiling_empty_state.tsx", "deprecated": false, "trackAdoption": false, @@ -915,7 +983,9 @@ "tags": [], "label": "Prompt", "description": [], - "signature": ["({ prompt }: React.PropsWithChildren) => null"], + "signature": [ + "({ prompt }: React.PropsWithChildren) => null" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/prompt.tsx", "deprecated": false, "trackAdoption": false, @@ -927,7 +997,9 @@ "tags": [], "label": "{ prompt }", "description": [], - "signature": ["React.PropsWithChildren"], + "signature": [ + "React.PropsWithChildren" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/prompt.tsx", "deprecated": false, "trackAdoption": false, @@ -963,7 +1035,11 @@ "tags": [], "label": "SectionLink", "description": [], - "signature": ["({ ...props }: ", "EuiListGroupItemProps", ") => JSX.Element"], + "signature": [ + "({ ...props }: ", + "EuiListGroupItemProps", + ") => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -975,7 +1051,9 @@ "tags": [], "label": "{ ...props }", "description": [], - "signature": ["EuiListGroupItemProps"], + "signature": [ + "EuiListGroupItemProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1037,7 +1115,9 @@ "tags": [], "label": "SectionSpacer", "description": [], - "signature": ["() => JSX.Element"], + "signature": [ + "() => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1052,7 +1132,9 @@ "tags": [], "label": "SectionSubtitle", "description": [], - "signature": ["({ children }: { children?: React.ReactNode; }) => JSX.Element"], + "signature": [ + "({ children }: { children?: React.ReactNode; }) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1095,7 +1177,9 @@ "tags": [], "label": "SectionTitle", "description": [], - "signature": ["({ children }: { children?: React.ReactNode; }) => JSX.Element"], + "signature": [ + "({ children }: { children?: React.ReactNode; }) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1218,7 +1302,9 @@ "tags": [], "label": "TechnicalPreviewBadge", "description": [], - "signature": ["({ icon = 'beaker', size, style }: Props) => JSX.Element"], + "signature": [ + "({ icon = 'beaker', size, style }: Props) => JSX.Element" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx", "deprecated": false, "trackAdoption": false, @@ -1230,7 +1316,9 @@ "tags": [], "label": "{ icon = 'beaker', size, style }", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx", "deprecated": false, "trackAdoption": false, @@ -1447,7 +1535,9 @@ "tags": [], "label": "app", "description": [], - "signature": ["ObservabilityApp"], + "signature": [ + "ObservabilityApp" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_editable_settings.tsx", "deprecated": false, "trackAdoption": false, @@ -1460,7 +1550,9 @@ "tags": [], "label": "settingsKeys", "description": [], - "signature": ["string[]"], + "signature": [ + "string[]" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_editable_settings.tsx", "deprecated": false, "trackAdoption": false, @@ -1509,7 +1601,9 @@ "tags": [], "label": "params", "description": [], - "signature": ["TParams"], + "signature": [ + "TParams" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -1522,7 +1616,9 @@ "tags": [], "label": "fnDeps", "description": [], - "signature": ["any[]"], + "signature": [ + "any[]" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -1606,7 +1702,9 @@ "tags": [], "label": "fn", "description": [], - "signature": ["({}: { signal: AbortSignal; }) => TReturn"], + "signature": [ + "({}: { signal: AbortSignal; }) => TReturn" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false, @@ -1619,7 +1717,9 @@ "tags": [], "label": "fnDeps", "description": [], - "signature": ["any[]"], + "signature": [ + "any[]" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false, @@ -1643,7 +1743,9 @@ "tags": [], "label": "preservePreviousData", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -1661,7 +1763,10 @@ "tags": [], "label": "useInspectorContext", "description": [], - "signature": ["() => ", "InspectorContextValue"], + "signature": [ + "() => ", + "InspectorContextValue" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/use_inspector_context.tsx", "deprecated": false, "trackAdoption": false, @@ -1778,7 +1883,10 @@ "tags": [], "label": "useObservabilityTourContext", "description": [], - "signature": ["() => ", "ObservabilityTourContextValue"], + "signature": [ + "() => ", + "ObservabilityTourContextValue" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx", "deprecated": false, "trackAdoption": false, @@ -1793,7 +1901,9 @@ "tags": [], "label": "useQuickTimeRanges", "description": [], - "signature": ["() => { start: string; end: string; label: string; }[]"], + "signature": [ + "() => { start: string; end: string; label: string; }[]" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_quick_time_ranges.tsx", "deprecated": false, "trackAdoption": false, @@ -1832,7 +1942,9 @@ "tags": [], "label": "useTimeZone", "description": [], - "signature": ["() => string"], + "signature": [ + "() => string" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_time_zone.ts", "deprecated": false, "trackAdoption": false, @@ -1863,7 +1975,9 @@ "tags": [], "label": "{ app, metric, metricType = METRIC_TYPE.COUNT, delay = 0 }", "description": [], - "signature": ["TrackMetricOptions"], + "signature": [ + "TrackMetricOptions" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -1876,7 +1990,9 @@ "tags": [], "label": "effectDependencies", "description": [], - "signature": ["EffectDeps"], + "signature": [ + "EffectDeps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -1907,7 +2023,9 @@ "tags": [], "label": "{ path, ...rest }", "description": [], - "signature": ["TrackPageviewProps"], + "signature": [ + "TrackPageviewProps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -1920,7 +2038,9 @@ "tags": [], "label": "effectDependencies", "description": [], - "signature": ["EffectDeps"], + "signature": [ + "EffectDeps" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -1971,7 +2091,10 @@ "tags": [], "label": "app", "description": [], - "signature": ["ObservabilityApp", " | undefined"], + "signature": [ + "ObservabilityApp", + " | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false @@ -2007,7 +2130,9 @@ "tags": [], "label": "{\n sourceField,\n dataViewTitle,\n query = '',\n filters,\n time,\n label,\n keepHistory,\n cardinalityField,\n}", "description": [], - "signature": ["Props"], + "signature": [ + "Props" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_values_list.ts", "deprecated": false, "trackAdoption": false, @@ -2117,7 +2242,9 @@ "tags": [], "label": "showDatePicker", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx", "deprecated": false, "trackAdoption": false @@ -2184,7 +2311,9 @@ "tags": [], "label": "onRefresh", "description": [], - "signature": ["() => void"], + "signature": [ + "() => void" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx", "deprecated": false, "trackAdoption": false, @@ -2244,7 +2373,9 @@ "tags": [], "label": "data", "description": [], - "signature": ["Data | undefined"], + "signature": [ + "Data | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -2276,7 +2407,9 @@ "tags": [], "label": "error", "description": [], - "signature": ["Error | undefined"], + "signature": [ + "Error | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -2288,7 +2421,9 @@ "tags": [], "label": "loading", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -2325,7 +2460,9 @@ "tags": [], "label": "pathname", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2337,7 +2474,9 @@ "tags": [], "label": "hash", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2349,7 +2488,9 @@ "tags": [], "label": "search", "description": [], - "signature": ["Search | undefined"], + "signature": [ + "Search | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2361,7 +2502,9 @@ "tags": [], "label": "state", "description": [], - "signature": ["unknown"], + "signature": [ + "unknown" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2420,7 +2563,9 @@ "tags": [], "label": "matchFullPath", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2432,7 +2577,9 @@ "tags": [], "label": "ignoreTrailingSlash", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2458,7 +2605,9 @@ "tags": [], "label": "event", "description": [], - "signature": ["React.MouseEvent"], + "signature": [ + "React.MouseEvent" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false, @@ -2474,7 +2623,9 @@ "tags": [], "label": "isNewFeature", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2486,7 +2637,9 @@ "tags": [], "label": "isTechnicalPreview", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2498,7 +2651,9 @@ "tags": [], "label": "isBetaFeature", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2510,7 +2665,9 @@ "tags": [], "label": "matchPath", "description": [], - "signature": ["((path: string) => boolean) | undefined"], + "signature": [ + "((path: string) => boolean) | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false, @@ -2522,7 +2679,9 @@ "tags": [], "label": "path", "description": [], - "signature": ["string"], + "signature": [ + "string" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false, @@ -2552,7 +2711,9 @@ "tags": [], "label": "label", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2596,7 +2757,9 @@ "tags": [], "label": "isBetaFeature", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2622,7 +2785,9 @@ "tags": [], "label": "hrefOnly", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2648,7 +2813,9 @@ "tags": [], "label": "onClick", "description": [], - "signature": ["((tag: string) => void) | undefined"], + "signature": [ + "((tag: string) => void) | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false, @@ -2660,7 +2827,9 @@ "tags": [], "label": "tag", "description": [], - "signature": ["string"], + "signature": [ + "string" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false, @@ -2676,7 +2845,9 @@ "tags": [], "label": "tags", "description": [], - "signature": ["string[] | undefined"], + "signature": [ + "string[] | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2688,7 +2859,9 @@ "tags": [], "label": "numberOfTagsToDisplay", "description": [], - "signature": ["number | undefined"], + "signature": [ + "number | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2700,7 +2873,9 @@ "tags": [], "label": "color", "description": [], - "signature": ["string | undefined"], + "signature": [ + "string | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2712,7 +2887,9 @@ "tags": [], "label": "ignoreEmpty", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2738,7 +2915,9 @@ "tags": [], "label": "cls", "description": [], - "signature": ["number | null | undefined"], + "signature": [ + "number | null | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2750,7 +2929,9 @@ "tags": [], "label": "lcp", "description": [], - "signature": ["number | null | undefined"], + "signature": [ + "number | null | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2762,7 +2943,9 @@ "tags": [], "label": "tbt", "description": [], - "signature": ["number | undefined"], + "signature": [ + "number | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2774,7 +2957,9 @@ "tags": [], "label": "fcp", "description": [], - "signature": ["number | null | undefined"], + "signature": [ + "number | null | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2786,7 +2971,9 @@ "tags": [], "label": "coreVitalPages", "description": [], - "signature": ["number | undefined"], + "signature": [ + "number | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2798,7 +2985,9 @@ "tags": [], "label": "lcpRanks", "description": [], - "signature": ["number[] | undefined"], + "signature": [ + "number[] | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2810,7 +2999,9 @@ "tags": [], "label": "clsRanks", "description": [], - "signature": ["number[] | undefined"], + "signature": [ + "number[] | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2822,7 +3013,9 @@ "tags": [], "label": "inp", "description": [], - "signature": ["number | null | undefined"], + "signature": [ + "number | null | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2834,7 +3027,9 @@ "tags": [], "label": "hasINP", "description": [], - "signature": ["boolean | undefined"], + "signature": [ + "boolean | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2846,7 +3041,9 @@ "tags": [], "label": "inpRanks", "description": [], - "signature": ["number[] | undefined"], + "signature": [ + "number[] | undefined" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2940,7 +3137,9 @@ "tags": [], "label": "casesFeatureId", "description": [], - "signature": ["\"observabilityCases\""], + "signature": [ + "\"observabilityCases\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -2952,8 +3151,12 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_FLAMEGRAPH", - "description": ["Profiling flamegraph embeddable key"], - "signature": ["\"EMBEDDABLE_FLAMEGRAPH\""], + "description": [ + "Profiling flamegraph embeddable key" + ], + "signature": [ + "\"EMBEDDABLE_FLAMEGRAPH\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -2965,8 +3168,12 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_FUNCTIONS", - "description": ["Profiling functions embeddable key"], - "signature": ["\"EMBEDDABLE_FUNCTIONS\""], + "description": [ + "Profiling functions embeddable key" + ], + "signature": [ + "\"EMBEDDABLE_FUNCTIONS\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -2978,8 +3185,12 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_PROFILING_SEARCH_BAR", - "description": ["Profiling search bar embeddable key"], - "signature": ["\"EMBEDDABLE_PROFILING_SEARCH_BAR\""], + "description": [ + "Profiling search bar embeddable key" + ], + "signature": [ + "\"EMBEDDABLE_PROFILING_SEARCH_BAR\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -2991,8 +3202,12 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_STACK_TRACES", - "description": ["Profiling threads embeddable key"], - "signature": ["\"EMBEDDABLE_STACK_TRACES\""], + "description": [ + "Profiling threads embeddable key" + ], + "signature": [ + "\"EMBEDDABLE_STACK_TRACES\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -3042,7 +3257,9 @@ "tags": [], "label": "observabilityAppId", "description": [], - "signature": ["\"observability-overview\""], + "signature": [ + "\"observability-overview\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3055,7 +3272,9 @@ "tags": [], "label": "observabilityFeatureId", "description": [], - "signature": ["\"observability\""], + "signature": [ + "\"observability\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3161,7 +3380,9 @@ "tags": [], "label": "observTourStepStorageKey", "description": [], - "signature": ["\"guidedOnboarding.observability.tourStep\""], + "signature": [ + "\"guidedOnboarding.observability.tourStep\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx", "deprecated": false, "trackAdoption": false, @@ -3235,7 +3456,9 @@ "tags": [], "label": "sloFeatureId", "description": [], - "signature": ["\"slo\""], + "signature": [ + "\"slo\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3248,7 +3471,11 @@ "tags": [], "label": "TrackEvent", "description": [], - "signature": ["(options: ", "TrackMetricOptions", ") => void"], + "signature": [ + "(options: ", + "TrackMetricOptions", + ") => void" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -3261,7 +3488,9 @@ "tags": [], "label": "options", "description": [], - "signature": ["TrackOptions & { metric: string; }"], + "signature": [ + "TrackOptions & { metric: string; }" + ], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false @@ -3342,7 +3571,10 @@ "tags": [], "label": "esError", "description": [], - "signature": ["WrappedElasticsearchClientError", " | null"], + "signature": [ + "WrappedElasticsearchClientError", + " | null" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts", "deprecated": false, "trackAdoption": false @@ -3354,7 +3586,9 @@ "tags": [], "label": "esRequestParams", "description": [], - "signature": ["{ [x: string]: any; }"], + "signature": [ + "{ [x: string]: any; }" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts", "deprecated": false, "trackAdoption": false @@ -3386,7 +3620,9 @@ "tags": [], "label": "esResponse", "description": [], - "signature": ["any"], + "signature": [ + "any" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts", "deprecated": false, "trackAdoption": false @@ -3464,7 +3700,9 @@ "tags": [], "label": "AGENT", "description": [], - "signature": ["\"agent\""], + "signature": [ + "\"agent\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3477,7 +3715,9 @@ "tags": [], "label": "AGENT_NAME", "description": [], - "signature": ["\"agent.name\""], + "signature": [ + "\"agent.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3490,7 +3730,9 @@ "tags": [], "label": "AGENT_VERSION", "description": [], - "signature": ["\"agent.version\""], + "signature": [ + "\"agent.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3503,7 +3745,9 @@ "tags": [], "label": "casesFeatureId", "description": [], - "signature": ["\"observabilityCases\""], + "signature": [ + "\"observabilityCases\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3516,7 +3760,9 @@ "tags": [], "label": "CLIENT_GEO", "description": [], - "signature": ["\"client.geo\""], + "signature": [ + "\"client.geo\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3529,7 +3775,9 @@ "tags": [], "label": "CLIENT_GEO_COUNTRY_ISO_CODE", "description": [], - "signature": ["\"client.geo.country_iso_code\""], + "signature": [ + "\"client.geo.country_iso_code\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3542,7 +3790,9 @@ "tags": [], "label": "CLIENT_GEO_COUNTRY_NAME", "description": [], - "signature": ["\"client.geo.country_name\""], + "signature": [ + "\"client.geo.country_name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3555,7 +3805,9 @@ "tags": [], "label": "CLOUD", "description": [], - "signature": ["\"cloud\""], + "signature": [ + "\"cloud\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3568,7 +3820,9 @@ "tags": [], "label": "CLOUD_AVAILABILITY_ZONE", "description": [], - "signature": ["\"cloud.availability_zone\""], + "signature": [ + "\"cloud.availability_zone\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3581,7 +3835,9 @@ "tags": [], "label": "CLOUD_MACHINE_TYPE", "description": [], - "signature": ["\"cloud.machine.type\""], + "signature": [ + "\"cloud.machine.type\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3594,7 +3850,9 @@ "tags": [], "label": "CLOUD_PROVIDER", "description": [], - "signature": ["\"cloud.provider\""], + "signature": [ + "\"cloud.provider\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3607,7 +3865,9 @@ "tags": [], "label": "CLOUD_REGION", "description": [], - "signature": ["\"cloud.region\""], + "signature": [ + "\"cloud.region\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3620,7 +3880,9 @@ "tags": [], "label": "CLS_FIELD", "description": [], - "signature": ["\"transaction.experience.cls\""], + "signature": [ + "\"transaction.experience.cls\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3633,7 +3895,9 @@ "tags": [], "label": "CONTAINER_ID", "description": [], - "signature": ["\"container.id\""], + "signature": [ + "\"container.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3646,7 +3910,9 @@ "tags": [], "label": "DESTINATION_ADDRESS", "description": [], - "signature": ["\"destination.address\""], + "signature": [ + "\"destination.address\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3659,7 +3925,9 @@ "tags": [], "label": "ERROR_CULPRIT", "description": [], - "signature": ["\"error.culprit\""], + "signature": [ + "\"error.culprit\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3672,7 +3940,9 @@ "tags": [], "label": "ERROR_EXC_HANDLED", "description": [], - "signature": ["\"error.exception.handled\""], + "signature": [ + "\"error.exception.handled\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3685,7 +3955,9 @@ "tags": [], "label": "ERROR_EXC_MESSAGE", "description": [], - "signature": ["\"error.exception.message\""], + "signature": [ + "\"error.exception.message\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3698,7 +3970,9 @@ "tags": [], "label": "ERROR_EXC_TYPE", "description": [], - "signature": ["\"error.exception.type\""], + "signature": [ + "\"error.exception.type\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3711,7 +3985,9 @@ "tags": [], "label": "ERROR_GROUP_ID", "description": [], - "signature": ["\"error.grouping_key\""], + "signature": [ + "\"error.grouping_key\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3724,7 +4000,9 @@ "tags": [], "label": "ERROR_LOG_LEVEL", "description": [], - "signature": ["\"error.log.level\""], + "signature": [ + "\"error.log.level\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3737,7 +4015,9 @@ "tags": [], "label": "ERROR_LOG_MESSAGE", "description": [], - "signature": ["\"error.log.message\""], + "signature": [ + "\"error.log.message\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3750,7 +4030,9 @@ "tags": [], "label": "ERROR_PAGE_URL", "description": [], - "signature": ["\"error.page.url\""], + "signature": [ + "\"error.page.url\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3763,7 +4045,9 @@ "tags": [], "label": "EVENT_OUTCOME", "description": [], - "signature": ["\"event.outcome\""], + "signature": [ + "\"event.outcome\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3776,7 +4060,9 @@ "tags": [], "label": "FCP_FIELD", "description": [], - "signature": ["\"transaction.marks.agent.firstContentfulPaint\""], + "signature": [ + "\"transaction.marks.agent.firstContentfulPaint\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3789,7 +4075,9 @@ "tags": [], "label": "FID_FIELD", "description": [], - "signature": ["\"transaction.experience.fid\""], + "signature": [ + "\"transaction.experience.fid\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3802,7 +4090,9 @@ "tags": [], "label": "HOST", "description": [], - "signature": ["\"host\""], + "signature": [ + "\"host\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3815,7 +4105,9 @@ "tags": [], "label": "HOST_HOSTNAME", "description": [], - "signature": ["\"host.hostname\""], + "signature": [ + "\"host.hostname\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3828,7 +4120,9 @@ "tags": [], "label": "HOST_OS_PLATFORM", "description": [], - "signature": ["\"host.os.platform\""], + "signature": [ + "\"host.os.platform\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3841,7 +4135,9 @@ "tags": [], "label": "HTTP_REQUEST_METHOD", "description": [], - "signature": ["\"http.request.method\""], + "signature": [ + "\"http.request.method\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3854,7 +4150,9 @@ "tags": [], "label": "HTTP_RESPONSE_STATUS_CODE", "description": [], - "signature": ["\"http.response.status_code\""], + "signature": [ + "\"http.response.status_code\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3867,7 +4165,9 @@ "tags": [], "label": "KUBERNETES", "description": [], - "signature": ["\"kubernetes\""], + "signature": [ + "\"kubernetes\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3880,7 +4180,9 @@ "tags": [], "label": "LABEL_NAME", "description": [], - "signature": ["\"labels.name\""], + "signature": [ + "\"labels.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3893,7 +4195,9 @@ "tags": [], "label": "LCP_FIELD", "description": [], - "signature": ["\"transaction.marks.agent.largestContentfulPaint\""], + "signature": [ + "\"transaction.marks.agent.largestContentfulPaint\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3906,7 +4210,9 @@ "tags": [], "label": "LOGS_EXPLORER_FEEDBACK_LINK", "description": [], - "signature": ["\"https://ela.st/explorer-feedback\""], + "signature": [ + "\"https://ela.st/explorer-feedback\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3919,7 +4225,9 @@ "tags": [], "label": "LOGS_ONBOARDING_FEEDBACK_LINK", "description": [], - "signature": ["\"https://ela.st/logs-onboarding-feedback\""], + "signature": [ + "\"https://ela.st/logs-onboarding-feedback\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3932,7 +4240,9 @@ "tags": [], "label": "METRIC_CGROUP_MEMORY_LIMIT_BYTES", "description": [], - "signature": ["\"system.process.cgroup.memory.mem.limit.bytes\""], + "signature": [ + "\"system.process.cgroup.memory.mem.limit.bytes\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3945,7 +4255,9 @@ "tags": [], "label": "METRIC_CGROUP_MEMORY_USAGE_BYTES", "description": [], - "signature": ["\"system.process.cgroup.memory.mem.usage.bytes\""], + "signature": [ + "\"system.process.cgroup.memory.mem.usage.bytes\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3958,7 +4270,9 @@ "tags": [], "label": "METRIC_JAVA_GC_COUNT", "description": [], - "signature": ["\"jvm.gc.count\""], + "signature": [ + "\"jvm.gc.count\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3971,7 +4285,9 @@ "tags": [], "label": "METRIC_JAVA_GC_TIME", "description": [], - "signature": ["\"jvm.gc.time\""], + "signature": [ + "\"jvm.gc.time\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3984,7 +4300,9 @@ "tags": [], "label": "METRIC_JAVA_HEAP_MEMORY_COMMITTED", "description": [], - "signature": ["\"jvm.memory.heap.committed\""], + "signature": [ + "\"jvm.memory.heap.committed\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3997,7 +4315,9 @@ "tags": [], "label": "METRIC_JAVA_HEAP_MEMORY_MAX", "description": [], - "signature": ["\"jvm.memory.heap.max\""], + "signature": [ + "\"jvm.memory.heap.max\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4010,7 +4330,9 @@ "tags": [], "label": "METRIC_JAVA_HEAP_MEMORY_USED", "description": [], - "signature": ["\"jvm.memory.heap.used\""], + "signature": [ + "\"jvm.memory.heap.used\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4023,7 +4345,9 @@ "tags": [], "label": "METRIC_JAVA_NON_HEAP_MEMORY_COMMITTED", "description": [], - "signature": ["\"jvm.memory.non_heap.committed\""], + "signature": [ + "\"jvm.memory.non_heap.committed\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4036,7 +4360,9 @@ "tags": [], "label": "METRIC_JAVA_NON_HEAP_MEMORY_MAX", "description": [], - "signature": ["\"jvm.memory.non_heap.max\""], + "signature": [ + "\"jvm.memory.non_heap.max\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4049,7 +4375,9 @@ "tags": [], "label": "METRIC_JAVA_NON_HEAP_MEMORY_USED", "description": [], - "signature": ["\"jvm.memory.non_heap.used\""], + "signature": [ + "\"jvm.memory.non_heap.used\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4062,7 +4390,9 @@ "tags": [], "label": "METRIC_JAVA_THREAD_COUNT", "description": [], - "signature": ["\"jvm.thread.count\""], + "signature": [ + "\"jvm.thread.count\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4075,7 +4405,9 @@ "tags": [], "label": "METRIC_PROCESS_CPU_PERCENT", "description": [], - "signature": ["\"system.process.cpu.total.norm.pct\""], + "signature": [ + "\"system.process.cpu.total.norm.pct\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4088,7 +4420,9 @@ "tags": [], "label": "METRIC_SYSTEM_CPU_PERCENT", "description": [], - "signature": ["\"system.cpu.total.norm.pct\""], + "signature": [ + "\"system.cpu.total.norm.pct\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4101,7 +4435,9 @@ "tags": [], "label": "METRIC_SYSTEM_CPU_USAGE", "description": [], - "signature": ["\"system.cpu.usage\""], + "signature": [ + "\"system.cpu.usage\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4114,7 +4450,9 @@ "tags": [], "label": "METRIC_SYSTEM_FREE_MEMORY", "description": [], - "signature": ["\"system.memory.actual.free\""], + "signature": [ + "\"system.memory.actual.free\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4127,7 +4465,9 @@ "tags": [], "label": "METRIC_SYSTEM_MEMORY_USAGE", "description": [], - "signature": ["\"system.memory.usage\""], + "signature": [ + "\"system.memory.usage\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4140,7 +4480,9 @@ "tags": [], "label": "METRIC_SYSTEM_TOTAL_MEMORY", "description": [], - "signature": ["\"system.memory.total\""], + "signature": [ + "\"system.memory.total\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4153,7 +4495,9 @@ "tags": [], "label": "NETWORK_TIMINGS_FIELDS", "description": [], - "signature": ["string[]"], + "signature": [ + "string[]" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4166,7 +4510,9 @@ "tags": [], "label": "observabilityAppId", "description": [], - "signature": ["\"observability-overview\""], + "signature": [ + "\"observability-overview\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4179,7 +4525,9 @@ "tags": [], "label": "observabilityFeatureId", "description": [], - "signature": ["\"observability\""], + "signature": [ + "\"observability\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4192,7 +4540,9 @@ "tags": [], "label": "OBSERVER_HOSTNAME", "description": [], - "signature": ["\"observer.hostname\""], + "signature": [ + "\"observer.hostname\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4205,7 +4555,9 @@ "tags": [], "label": "OBSERVER_LISTENING", "description": [], - "signature": ["\"observer.listening\""], + "signature": [ + "\"observer.listening\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4218,7 +4570,9 @@ "tags": [], "label": "OBSERVER_VERSION_MAJOR", "description": [], - "signature": ["\"observer.version_major\""], + "signature": [ + "\"observer.version_major\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4231,7 +4585,9 @@ "tags": [], "label": "PARENT_ID", "description": [], - "signature": ["\"parent.id\""], + "signature": [ + "\"parent.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4244,7 +4600,9 @@ "tags": [], "label": "POD_NAME", "description": [], - "signature": ["\"kubernetes.pod.name\""], + "signature": [ + "\"kubernetes.pod.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4257,7 +4615,9 @@ "tags": [], "label": "PROCESSOR_EVENT", "description": [], - "signature": ["\"processor.event\""], + "signature": [ + "\"processor.event\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4270,7 +4630,9 @@ "tags": [], "label": "PROFILE_ALLOC_OBJECTS", "description": [], - "signature": ["\"profile.alloc_objects.count\""], + "signature": [ + "\"profile.alloc_objects.count\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4283,7 +4645,9 @@ "tags": [], "label": "PROFILE_ALLOC_SPACE", "description": [], - "signature": ["\"profile.alloc_space.bytes\""], + "signature": [ + "\"profile.alloc_space.bytes\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4296,7 +4660,9 @@ "tags": [], "label": "PROFILE_CPU_NS", "description": [], - "signature": ["\"profile.cpu.ns\""], + "signature": [ + "\"profile.cpu.ns\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4309,7 +4675,9 @@ "tags": [], "label": "PROFILE_DURATION", "description": [], - "signature": ["\"profile.duration\""], + "signature": [ + "\"profile.duration\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4322,7 +4690,9 @@ "tags": [], "label": "PROFILE_ID", "description": [], - "signature": ["\"profile.id\""], + "signature": [ + "\"profile.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4335,7 +4705,9 @@ "tags": [], "label": "PROFILE_INUSE_OBJECTS", "description": [], - "signature": ["\"profile.inuse_objects.count\""], + "signature": [ + "\"profile.inuse_objects.count\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4348,7 +4720,9 @@ "tags": [], "label": "PROFILE_INUSE_SPACE", "description": [], - "signature": ["\"profile.inuse_space.bytes\""], + "signature": [ + "\"profile.inuse_space.bytes\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4361,7 +4735,9 @@ "tags": [], "label": "PROFILE_SAMPLES_COUNT", "description": [], - "signature": ["\"profile.samples.count\""], + "signature": [ + "\"profile.samples.count\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4374,7 +4750,9 @@ "tags": [], "label": "PROFILE_STACK", "description": [], - "signature": ["\"profile.stack\""], + "signature": [ + "\"profile.stack\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4387,7 +4765,9 @@ "tags": [], "label": "PROFILE_TOP_ID", "description": [], - "signature": ["\"profile.top.id\""], + "signature": [ + "\"profile.top.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4400,7 +4780,9 @@ "tags": [], "label": "PROFILE_WALL_US", "description": [], - "signature": ["\"profile.wall.us\""], + "signature": [ + "\"profile.wall.us\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4413,7 +4795,9 @@ "tags": [], "label": "SERVICE", "description": [], - "signature": ["\"service\""], + "signature": [ + "\"service\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4426,7 +4810,9 @@ "tags": [], "label": "SERVICE_ENVIRONMENT", "description": [], - "signature": ["\"service.environment\""], + "signature": [ + "\"service.environment\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4439,7 +4825,9 @@ "tags": [], "label": "SERVICE_FRAMEWORK_NAME", "description": [], - "signature": ["\"service.framework.name\""], + "signature": [ + "\"service.framework.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4452,7 +4840,9 @@ "tags": [], "label": "SERVICE_FRAMEWORK_VERSION", "description": [], - "signature": ["\"service.framework.version\""], + "signature": [ + "\"service.framework.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4465,7 +4855,9 @@ "tags": [], "label": "SERVICE_LANGUAGE_NAME", "description": [], - "signature": ["\"service.language.name\""], + "signature": [ + "\"service.language.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4478,7 +4870,9 @@ "tags": [], "label": "SERVICE_LANGUAGE_VERSION", "description": [], - "signature": ["\"service.language.version\""], + "signature": [ + "\"service.language.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4491,7 +4885,9 @@ "tags": [], "label": "SERVICE_NAME", "description": [], - "signature": ["\"service.name\""], + "signature": [ + "\"service.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4504,7 +4900,9 @@ "tags": [], "label": "SERVICE_NODE_NAME", "description": [], - "signature": ["\"service.node.name\""], + "signature": [ + "\"service.node.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4517,7 +4915,9 @@ "tags": [], "label": "SERVICE_RUNTIME_NAME", "description": [], - "signature": ["\"service.runtime.name\""], + "signature": [ + "\"service.runtime.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4530,7 +4930,9 @@ "tags": [], "label": "SERVICE_RUNTIME_VERSION", "description": [], - "signature": ["\"service.runtime.version\""], + "signature": [ + "\"service.runtime.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4543,7 +4945,9 @@ "tags": [], "label": "SERVICE_VERSION", "description": [], - "signature": ["\"service.version\""], + "signature": [ + "\"service.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4556,7 +4960,9 @@ "tags": [], "label": "sloFeatureId", "description": [], - "signature": ["\"slo\""], + "signature": [ + "\"slo\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4569,7 +4975,9 @@ "tags": [], "label": "SPAN_ACTION", "description": [], - "signature": ["\"span.action\""], + "signature": [ + "\"span.action\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4582,7 +4990,9 @@ "tags": [], "label": "SPAN_DESTINATION_SERVICE_RESOURCE", "description": [], - "signature": ["\"span.destination.service.resource\""], + "signature": [ + "\"span.destination.service.resource\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4595,7 +5005,9 @@ "tags": [], "label": "SPAN_DESTINATION_SERVICE_RESPONSE_TIME_COUNT", "description": [], - "signature": ["\"span.destination.service.response_time.count\""], + "signature": [ + "\"span.destination.service.response_time.count\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4608,7 +5020,9 @@ "tags": [], "label": "SPAN_DESTINATION_SERVICE_RESPONSE_TIME_SUM", "description": [], - "signature": ["\"span.destination.service.response_time.sum.us\""], + "signature": [ + "\"span.destination.service.response_time.sum.us\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4621,7 +5035,9 @@ "tags": [], "label": "SPAN_DURATION", "description": [], - "signature": ["\"span.duration.us\""], + "signature": [ + "\"span.duration.us\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4634,7 +5050,9 @@ "tags": [], "label": "SPAN_ID", "description": [], - "signature": ["\"span.id\""], + "signature": [ + "\"span.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4647,7 +5065,9 @@ "tags": [], "label": "SPAN_NAME", "description": [], - "signature": ["\"span.name\""], + "signature": [ + "\"span.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4660,7 +5080,9 @@ "tags": [], "label": "SPAN_SELF_TIME_SUM", "description": [], - "signature": ["\"span.self_time.sum.us\""], + "signature": [ + "\"span.self_time.sum.us\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4673,7 +5095,9 @@ "tags": [], "label": "SPAN_SUBTYPE", "description": [], - "signature": ["\"span.subtype\""], + "signature": [ + "\"span.subtype\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4686,7 +5110,9 @@ "tags": [], "label": "SPAN_TYPE", "description": [], - "signature": ["\"span.type\""], + "signature": [ + "\"span.type\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4699,7 +5125,9 @@ "tags": [], "label": "SYNTHETICS_BLOCKED_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.blocked\""], + "signature": [ + "\"synthetics.payload.timings.blocked\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4712,7 +5140,9 @@ "tags": [], "label": "SYNTHETICS_CONNECT_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.connect\""], + "signature": [ + "\"synthetics.payload.timings.connect\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4725,7 +5155,9 @@ "tags": [], "label": "SYNTHETICS_DNS_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.dns\""], + "signature": [ + "\"synthetics.payload.timings.dns\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4738,7 +5170,9 @@ "tags": [], "label": "SYNTHETICS_RECEIVE_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.receive\""], + "signature": [ + "\"synthetics.payload.timings.receive\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4751,7 +5185,9 @@ "tags": [], "label": "SYNTHETICS_SEND_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.send\""], + "signature": [ + "\"synthetics.payload.timings.send\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4764,7 +5200,9 @@ "tags": [], "label": "SYNTHETICS_SSL_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.ssl\""], + "signature": [ + "\"synthetics.payload.timings.ssl\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4777,7 +5215,9 @@ "tags": [], "label": "SYNTHETICS_TOTAL_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.total\""], + "signature": [ + "\"synthetics.payload.timings.total\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4790,7 +5230,9 @@ "tags": [], "label": "SYNTHETICS_WAIT_TIMINGS", "description": [], - "signature": ["\"synthetics.payload.timings.wait\""], + "signature": [ + "\"synthetics.payload.timings.wait\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4803,7 +5245,9 @@ "tags": [], "label": "TBT_FIELD", "description": [], - "signature": ["\"transaction.experience.tbt\""], + "signature": [ + "\"transaction.experience.tbt\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4816,7 +5260,9 @@ "tags": [], "label": "TRACE_ID", "description": [], - "signature": ["\"trace.id\""], + "signature": [ + "\"trace.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4829,7 +5275,9 @@ "tags": [], "label": "TRANSACTION_DOM_INTERACTIVE", "description": [], - "signature": ["\"transaction.marks.agent.domInteractive\""], + "signature": [ + "\"transaction.marks.agent.domInteractive\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4842,7 +5290,9 @@ "tags": [], "label": "TRANSACTION_DURATION", "description": [], - "signature": ["\"transaction.duration.us\""], + "signature": [ + "\"transaction.duration.us\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4855,7 +5305,9 @@ "tags": [], "label": "TRANSACTION_DURATION_HISTOGRAM", "description": [], - "signature": ["\"transaction.duration.histogram\""], + "signature": [ + "\"transaction.duration.histogram\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4868,7 +5320,9 @@ "tags": [], "label": "TRANSACTION_ID", "description": [], - "signature": ["\"transaction.id\""], + "signature": [ + "\"transaction.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4881,7 +5335,9 @@ "tags": [], "label": "TRANSACTION_NAME", "description": [], - "signature": ["\"transaction.name\""], + "signature": [ + "\"transaction.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4894,7 +5350,9 @@ "tags": [], "label": "TRANSACTION_PAGE_URL", "description": [], - "signature": ["\"transaction.page.url\""], + "signature": [ + "\"transaction.page.url\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4907,7 +5365,9 @@ "tags": [], "label": "TRANSACTION_RESULT", "description": [], - "signature": ["\"transaction.result\""], + "signature": [ + "\"transaction.result\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4920,7 +5380,9 @@ "tags": [], "label": "TRANSACTION_ROOT", "description": [], - "signature": ["\"transaction.root\""], + "signature": [ + "\"transaction.root\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4933,7 +5395,9 @@ "tags": [], "label": "TRANSACTION_SAMPLED", "description": [], - "signature": ["\"transaction.sampled\""], + "signature": [ + "\"transaction.sampled\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4946,7 +5410,9 @@ "tags": [], "label": "TRANSACTION_TIME_TO_FIRST_BYTE", "description": [], - "signature": ["\"transaction.marks.agent.timeToFirstByte\""], + "signature": [ + "\"transaction.marks.agent.timeToFirstByte\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4959,7 +5425,9 @@ "tags": [], "label": "TRANSACTION_TYPE", "description": [], - "signature": ["\"transaction.type\""], + "signature": [ + "\"transaction.type\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4972,7 +5440,9 @@ "tags": [], "label": "TRANSACTION_URL", "description": [], - "signature": ["\"url.full\""], + "signature": [ + "\"url.full\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4985,7 +5455,9 @@ "tags": [], "label": "URL_FULL", "description": [], - "signature": ["\"url.full\""], + "signature": [ + "\"url.full\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4998,7 +5470,9 @@ "tags": [], "label": "USER_AGENT_DEVICE", "description": [], - "signature": ["\"user_agent.device.name\""], + "signature": [ + "\"user_agent.device.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5011,7 +5485,9 @@ "tags": [], "label": "USER_AGENT_NAME", "description": [], - "signature": ["\"user_agent.name\""], + "signature": [ + "\"user_agent.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5024,7 +5500,9 @@ "tags": [], "label": "USER_AGENT_ORIGINAL", "description": [], - "signature": ["\"user_agent.original\""], + "signature": [ + "\"user_agent.original\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5037,7 +5515,9 @@ "tags": [], "label": "USER_AGENT_OS", "description": [], - "signature": ["\"user_agent.os.name\""], + "signature": [ + "\"user_agent.os.name\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5050,7 +5530,9 @@ "tags": [], "label": "USER_AGENT_OS_VERSION", "description": [], - "signature": ["\"user_agent.os.version\""], + "signature": [ + "\"user_agent.os.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5063,7 +5545,9 @@ "tags": [], "label": "USER_AGENT_VERSION", "description": [], - "signature": ["\"user_agent.version\""], + "signature": [ + "\"user_agent.version\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5076,7 +5560,9 @@ "tags": [], "label": "USER_ID", "description": [], - "signature": ["\"user.id\""], + "signature": [ + "\"user.id\"" + ], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5085,4 +5571,4 @@ ], "objects": [] } -} +} \ No newline at end of file diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index dde9cad6a5fe8..309abeec90d5a 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: 2024-03-05 +date: 2024-03-06 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 5317d2f9c2ea0..ec35c4caf6b05 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index 50c25c89d0c39..af913f61b5375 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab title: "painlessLab" image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab'] --- import painlessLabObj from './painless_lab.devdocs.json'; diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index 8f023b2fc32bf..51924bb9dfe43 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -21,7 +21,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 45264 | 232 | 34206 | 1754 | +| 45352 | 232 | 34289 | 1756 | ## Plugin Directory @@ -136,7 +136,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 15 | 3 | 13 | 1 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 9 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 42 | 0 | 42 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 49 | 0 | 48 | 5 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | @@ -287,7 +287,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 7 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 192 | 0 | 93 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 200 | 0 | 97 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | @@ -416,8 +416,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 1 | 11 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 37 | 1 | 19 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 1 | 17 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 40 | 1 | 22 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 1 | 19 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 155 | 0 | 144 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 2 | @@ -588,7 +588,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 122 | 0 | 119 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 76 | 0 | 76 | 0 | -| | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 3090 | 0 | 3090 | 0 | +| | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 3149 | 0 | 3149 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 18 | 1 | 17 | 1 | | | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 25 | 0 | 25 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 20 | 0 | 18 | 1 | @@ -613,7 +613,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 28 | 0 | 21 | 0 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 69 | 0 | 65 | 0 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 35 | 0 | 23 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 62 | 0 | 49 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 71 | 0 | 58 | 0 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 207 | 0 | 160 | 0 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 28 | 0 | 25 | 0 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 120 | 0 | 116 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 28457c595e94b..9089c79ae7e50 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationPanel title: "presentationPanel" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 937a9824a2745..7ce1a9050283d 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: 2024-03-05 +date: 2024-03-06 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 c1aba848616db..f5dc9469426ce 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index 7856006c363bb..abc9fa22b302c 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess title: "profilingDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess'] --- import profilingDataAccessObj from './profiling_data_access.devdocs.json'; diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index 74d074556ac33..ef61e9667baf9 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: 2024-03-05 +date: 2024-03-06 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 8522d61bf0b2d..1b16bd1ea8a0a 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: 2024-03-05 +date: 2024-03-06 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 7be3004edbce3..f5cfed5c9471a 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: 2024-03-05 +date: 2024-03-06 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 0c776db1e36d0..8552a3d47f81d 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: 2024-03-05 +date: 2024-03-06 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 7d6d9b9ea381b..f174c47251b14 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: 2024-03-05 +date: 2024-03-06 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 485d72d0aa7ba..4d6756905b313 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: 2024-03-05 +date: 2024-03-06 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 52b81430d38a4..3ec80b5a83159 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: 2024-03-05 +date: 2024-03-06 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 a4c10e6afa6a2..3ab4647a318a5 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: 2024-03-05 +date: 2024-03-06 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 5ab64f67d6140..69a409e67cbe8 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: 2024-03-05 +date: 2024-03-06 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 6d16b61bdb7be..e54d5c9f4bd6d 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: 2024-03-05 +date: 2024-03-06 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 63f037dc1b1b3..87f8a7c60d035 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: 2024-03-05 +date: 2024-03-06 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 5c305d83c4824..2884d8dcb6125 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: 2024-03-05 +date: 2024-03-06 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 9c11eaff31568..3f2458df02d9c 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: 2024-03-05 +date: 2024-03-06 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 778898f0925fe..6a3e334d06ff1 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: 2024-03-05 +date: 2024-03-06 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 b5869b3afaa22..59499f1ec5c78 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index ca9bd79fa0d10..0f165d94731f5 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss title: "securitySolutionEss" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss'] --- import securitySolutionEssObj from './security_solution_ess.devdocs.json'; diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx index 177e4a6827a97..044aab37eec47 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless title: "securitySolutionServerless" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index afe87c04624d0..dd3b150e8359a 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- import serverlessObj from './serverless.devdocs.json'; diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index 8cdd04e29c597..136ee44176994 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- import serverlessObservabilityObj from './serverless_observability.devdocs.json'; diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index 7b88b594dd87b..63df854bf4534 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- import serverlessSearchObj from './serverless_search.devdocs.json'; diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index d21f4554b567d..dd6c66299aea3 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: 2024-03-05 +date: 2024-03-06 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 8c1d1bce8a04d..5d24ea6ea39a4 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: 2024-03-05 +date: 2024-03-06 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 5a4fa449b4dfa..73a8dbdadaf32 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: 2024-03-05 +date: 2024-03-06 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 ee0d0418cdd52..2d781efe5c1eb 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: 2024-03-05 +date: 2024-03-06 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 f5c3e71e03fd7..c6a5bc5c4c3e1 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: 2024-03-05 +date: 2024-03-06 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 8865f532c805c..d6c5f21fc542f 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: 2024-03-05 +date: 2024-03-06 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 6e4123240f40f..25ec41a228e59 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: 2024-03-05 +date: 2024-03-06 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 0a117a998020a..647ac50b3db96 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: 2024-03-05 +date: 2024-03-06 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 2390c2b16dcb0..3768254fcc1fd 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: 2024-03-05 +date: 2024-03-06 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 14c7d5cf74ce3..6ad841768666c 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: 2024-03-05 +date: 2024-03-06 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 a3082359bb17b..ff9ededd56031 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; diff --git a/api_docs/text_based_languages.mdx b/api_docs/text_based_languages.mdx index c06633f5569f3..6e5f6c6e39921 100644 --- a/api_docs/text_based_languages.mdx +++ b/api_docs/text_based_languages.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/textBasedLanguages title: "textBasedLanguages" image: https://source.unsplash.com/400x175/?github description: API docs for the textBasedLanguages plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'textBasedLanguages'] --- import textBasedLanguagesObj from './text_based_languages.devdocs.json'; diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx index ef99276243d26..01fbcb17cdc6e 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: 2024-03-05 +date: 2024-03-06 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 f2d455038fe91..1bcf92ae0e4a9 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: 2024-03-05 +date: 2024-03-06 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 59afd4b2f00f3..53afc8bb3e501 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- import transformObj from './transform.devdocs.json'; diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 47aaaa94da789..373359312d1db 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index a1810e640bf9d..2175d351dc9f8 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: 2024-03-05 +date: 2024-03-06 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 d1d36afc151cd..e3da085bff954 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index 14e8322cf61e1..9944f5c010e21 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer title: "unifiedDocViewer" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index a435ef3b10971..00c4d0e9be227 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram'] --- import unifiedHistogramObj from './unified_histogram.devdocs.json'; diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index dd5c057c72d9f..8a4d55e4b12b6 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: 2024-03-05 +date: 2024-03-06 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 3b4837039100d..3a32288270317 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx index 9aa220e61e7e8..030c4cafc59e6 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime title: "uptime" image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin -date: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- import uptimeObj from './uptime.devdocs.json'; diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index 7443c696cc20b..39b4dcb0c59f0 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: 2024-03-05 +date: 2024-03-06 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 ea789ae7120ca..24f1dd5031366 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: 2024-03-05 +date: 2024-03-06 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 4843e1913406f..7ca41918f8a45 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: 2024-03-05 +date: 2024-03-06 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 8fad9762925fa..fb54c012de0b8 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: 2024-03-05 +date: 2024-03-06 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 4211bce136452..622a82b29b7e6 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: 2024-03-05 +date: 2024-03-06 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 0b19454fd123f..6c81ceac69115 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: 2024-03-05 +date: 2024-03-06 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 3a50ff7873ad2..636fb23044f43 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: 2024-03-05 +date: 2024-03-06 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 25f6d0e22bb34..a65350736c38e 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: 2024-03-05 +date: 2024-03-06 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 c9bedc60130bd..6681ccb2c8a76 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: 2024-03-05 +date: 2024-03-06 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 1833f2148c307..2561d0984c592 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: 2024-03-05 +date: 2024-03-06 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 01dd997255ddb..d8ed177bf1a55 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: 2024-03-05 +date: 2024-03-06 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 376bfd191dc5d..0a95379e6fcd8 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: 2024-03-05 +date: 2024-03-06 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 9b67b3ff5ef98..4b0ce3f857b66 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: 2024-03-05 +date: 2024-03-06 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 2fb1b48b7e938..d667586e12294 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: 2024-03-05 +date: 2024-03-06 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/docs/setup/access.asciidoc b/docs/setup/access.asciidoc index 631fa22d711dd..f0bb75621c040 100644 --- a/docs/setup/access.asciidoc +++ b/docs/setup/access.asciidoc @@ -63,3 +63,5 @@ For example: * When {kib} is unable to connect to a healthy {es} cluster, errors like `master_not_discovered_exception` or `unable to revive connection` or `license is not available` errors appear. * When one or more {kib}-backing indices are unhealthy, the `index_not_green_timeout` error appears. + +For more information, refer to our https://www.elastic.co/blog/troubleshooting-kibana-health[walkthrough on troubleshooting Kibana Health]. diff --git a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx index 5b35a58e39416..e00afdf7ee833 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx +++ b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx @@ -212,6 +212,10 @@ export class ChromeService { return `kbnVersion-${formattedVersionClass}`; }; + const setChromeStyle = (style: ChromeStyle) => { + chromeStyle$.next(style); + }; + const headerBanner$ = new BehaviorSubject(undefined); const bodyClasses$ = combineLatest([ headerBanner$, @@ -238,6 +242,7 @@ export class ChromeService { http, chromeBreadcrumbs$: breadcrumbs$, logger: this.logger, + setChromeStyle, }); const recentlyAccessed = await this.recentlyAccessed.start({ http }); const docTitle = this.docTitle.start(); @@ -259,10 +264,6 @@ export class ChromeService { const getIsNavDrawerLocked$ = isNavDrawerLocked$.pipe(takeUntil(this.stop$)); - const setChromeStyle = (style: ChromeStyle) => { - chromeStyle$.next(style); - }; - const validateChromeStyle = () => { const chromeStyle = chromeStyle$.getValue(); if (chromeStyle !== 'project') { @@ -358,8 +359,11 @@ export class ChromeService { } const getHeaderComponent = () => { + const defaultChromeStyle = chromeStyle$.getValue(); + const HeaderComponent = () => { const isVisible = useObservable(this.isVisible$); + const chromeStyle = useObservable(chromeStyle$, defaultChromeStyle); if (!isVisible) { return ( @@ -371,7 +375,7 @@ export class ChromeService { } // render header - if (chromeStyle$.getValue() === 'project') { + if (chromeStyle === 'project') { const projectNavigationComponent$ = projectNavigation.getProjectSideNavComponent$(); const projectBreadcrumbs$ = projectNavigation .getProjectBreadcrumbs$() @@ -547,6 +551,8 @@ export class ChromeService { setSideNavComponent: setProjectSideNavComponent, setBreadcrumbs: setProjectBreadcrumbs, getActiveNavigationNodes$: () => projectNavigation.getActiveNodes$(), + updateSolutionNavigations: projectNavigation.updateSolutionNavigations, + changeActiveSolutionNavigation: projectNavigation.changeActiveSolutionNavigation, }, }; } diff --git a/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.test.ts b/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.test.ts index 633c15ca5fd57..ffb8a87b06c5f 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.test.ts +++ b/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.test.ts @@ -19,6 +19,7 @@ import type { ChromeProjectNavigationNode, NavigationTreeDefinition, GroupDefinition, + SolutionNavigationDefinition, } from '@kbn/core-chrome-browser'; import { ProjectNavigationService } from './project_navigation_service'; @@ -51,7 +52,12 @@ const logger = loggerMock.create(); const setup = ({ locationPathName = '/', navLinkIds, -}: { locationPathName?: string; navLinkIds?: Readonly } = {}) => { + setChromeStyle = jest.fn(), +}: { + locationPathName?: string; + navLinkIds?: Readonly; + setChromeStyle?: () => void; +} = {}) => { const history = createMemoryHistory(); history.replace(locationPathName); @@ -68,6 +74,7 @@ const setup = ({ http: httpServiceMock.createStartContract(), chromeBreadcrumbs$, logger, + setChromeStyle, }); return { projectNavigation, history, chromeBreadcrumbs$ }; @@ -868,3 +875,146 @@ describe('getActiveNodes$()', () => { ]); }); }); + +describe('solution navigations', () => { + const solution1: SolutionNavigationDefinition = { + id: 'solution1', + title: 'Solution 1', + icon: 'logoSolution1', + homePage: 'discover', + }; + + const solution2: SolutionNavigationDefinition = { + id: 'solution2', + title: 'Solution 2', + icon: 'logoSolution2', + homePage: 'discover', + sideNavComponentGetter: () => () => null, + }; + + const solution3: SolutionNavigationDefinition = { + id: 'solution3', + title: 'Solution 3', + icon: 'logoSolution3', + homePage: 'discover', + }; + + const localStorageGetItem = jest.fn(); + const originalLocalStorage = window.localStorage; + + beforeAll(() => { + Object.defineProperty(window, 'localStorage', { + value: { + getItem: localStorageGetItem, + }, + writable: true, + }); + }); + + afterAll(() => { + Object.defineProperty(window, 'localStorage', { + value: originalLocalStorage, + writable: true, + }); + }); + + it('should update the solution navigation definition', async () => { + const { projectNavigation } = setup(); + + { + const solutionNavs = await lastValueFrom( + projectNavigation.getSolutionsNavDefinitions$().pipe(take(1)) + ); + expect(solutionNavs).toEqual({}); + } + + { + projectNavigation.updateSolutionNavigations({ 1: solution1, 2: solution2 }); + + const solutionNavs = await lastValueFrom( + projectNavigation.getSolutionsNavDefinitions$().pipe(take(1)) + ); + expect(solutionNavs).toEqual({ 1: solution1, 2: solution2 }); + } + + { + // Test partial update + projectNavigation.updateSolutionNavigations({ 3: solution3 }, false); + const solutionNavs = await lastValueFrom( + projectNavigation.getSolutionsNavDefinitions$().pipe(take(1)) + ); + expect(solutionNavs).toEqual({ 1: solution1, 2: solution2, 3: solution3 }); + } + + { + // Test full replacement + projectNavigation.updateSolutionNavigations({ 4: solution3 }, true); + const solutionNavs = await lastValueFrom( + projectNavigation.getSolutionsNavDefinitions$().pipe(take(1)) + ); + expect(solutionNavs).toEqual({ 4: solution3 }); + } + }); + + it('should return the active solution navigation', async () => { + const { projectNavigation } = setup(); + + { + const activeSolution = await lastValueFrom( + projectNavigation.getActiveSolutionNavDefinition$().pipe(take(1)) + ); + expect(activeSolution).toBeNull(); + } + + projectNavigation.changeActiveSolutionNavigation('2'); // Set **before** the navs are registered + projectNavigation.updateSolutionNavigations({ 1: solution1, 2: solution2 }); + + { + const activeSolution = await lastValueFrom( + projectNavigation.getActiveSolutionNavDefinition$().pipe(take(1)) + ); + // sideNavComponentGetter should not be exposed to consumers + expect('sideNavComponentGetter' in activeSolution!).toBe(false); + const { sideNavComponentGetter, ...rest } = solution2; + expect(activeSolution).toEqual(rest); + } + + projectNavigation.changeActiveSolutionNavigation('1'); // Set **after** the navs are registered + + { + const activeSolution = await lastValueFrom( + projectNavigation.getActiveSolutionNavDefinition$().pipe(take(1)) + ); + expect(activeSolution).toEqual(solution1); + } + }); + + it('should throw if the active solution navigation is not registered', async () => { + const { projectNavigation } = setup(); + + projectNavigation.updateSolutionNavigations({ 1: solution1, 2: solution2 }); + projectNavigation.changeActiveSolutionNavigation('3'); + + expect(() => { + return lastValueFrom(projectNavigation.getActiveSolutionNavDefinition$().pipe(take(1))); + }).rejects.toThrowErrorMatchingInlineSnapshot( + `"Solution navigation definition with id \\"3\\" does not exist."` + ); + }); + + it('should set the Chrome style when the active solution navigation changes', async () => { + const setChromeStyle = jest.fn(); + const { projectNavigation } = setup({ setChromeStyle }); + + expect(setChromeStyle).not.toHaveBeenCalled(); + + projectNavigation.updateSolutionNavigations({ 1: solution1, 2: solution2 }); + expect(setChromeStyle).toHaveBeenCalledWith('classic'); // No active solution yet, we are still on classic Kibana + + projectNavigation.changeActiveSolutionNavigation('2'); + expect(setChromeStyle).toHaveBeenCalledWith('project'); // We have an active solution nav, we should switch to project style + + projectNavigation.changeActiveSolutionNavigation(null); + expect(setChromeStyle).toHaveBeenCalledWith('classic'); // No active solution, we should switch back to classic Kibana + }); +}); diff --git a/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.ts b/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.ts index 6d55f1b9ea40e..b25df903d7ee4 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.ts +++ b/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/project_navigation_service.ts @@ -15,6 +15,8 @@ import type { ChromeSetProjectBreadcrumbsParams, ChromeProjectNavigationNode, NavigationTreeDefinition, + SolutionNavigationDefinitions, + ChromeStyle, } from '@kbn/core-chrome-browser'; import type { InternalHttpStart } from '@kbn/core-http-browser-internal'; import { @@ -37,7 +39,7 @@ import { ChromeNavLink, CloudURLs, NavigationTreeDefinitionUI, -} from '@kbn/core-chrome-browser/src'; +} from '@kbn/core-chrome-browser'; import type { Logger } from '@kbn/logging'; import { findActiveNodes, flattenNav, parseNavigationTree, stripQueryParams } from './utils'; @@ -50,6 +52,7 @@ interface StartDeps { http: InternalHttpStart; chromeBreadcrumbs$: Observable; logger: Logger; + setChromeStyle: (style: ChromeStyle) => void; } export class ProjectNavigationService { @@ -75,36 +78,30 @@ export class ProjectNavigationService { params: ChromeSetProjectBreadcrumbsParams; }>({ breadcrumbs: [], params: { absolute: false } }); private readonly stop$ = new ReplaySubject(1); + private readonly solutionNavDefinitions$ = new BehaviorSubject({}); + private readonly activeSolutionNavDefinitionId$ = new BehaviorSubject(null); private application?: InternalApplicationStart; private http?: InternalHttpStart; private unlistenHistory?: () => void; + private setChromeStyle: StartDeps['setChromeStyle'] = () => {}; - public start({ application, navLinksService, http, chromeBreadcrumbs$, logger }: StartDeps) { + public start({ + application, + navLinksService, + http, + chromeBreadcrumbs$, + logger, + setChromeStyle, + }: StartDeps) { this.application = application; this.http = http; this.logger = logger; this.onHistoryLocationChange(application.history.location); this.unlistenHistory = application.history.listen(this.onHistoryLocationChange.bind(this)); + this.setChromeStyle = setChromeStyle; - this.activeNodes$ - .pipe( - takeUntil(this.stop$), - // skip while the project navigation is not set - skipWhile(() => !this.navigationTree$.getValue()), - // only reset when the active breadcrumb path changes, use ids to get more stable reference - distinctUntilChanged((prevNodes, nextNodes) => - deepEqual( - prevNodes?.[0]?.map((node) => node.id), - nextNodes?.[0]?.map((node) => node.id) - ) - ), - // skip the initial state, we only want to reset the breadcrumbs when the active nodes change - skip(1) - ) - .subscribe(() => { - // reset the breadcrumbs when the active nodes change - this.projectBreadcrumbs$.next({ breadcrumbs: [], params: { absolute: false } }); - }); + this.handleActiveNodesChange(); + this.handleSolutionNavDefinitionsChange(); return { setProjectHome: (homeHref: string) => { @@ -138,9 +135,7 @@ export class ProjectNavigationService { getActiveNodes$: () => { return this.activeNodes$.pipe(takeUntil(this.stop$)); }, - setSideNavComponent: (component: SideNavComponent | null) => { - this.customProjectSideNavComponent$.next({ current: component }); - }, + setSideNavComponent: this.setSideNavComponent.bind(this), getProjectSideNavComponent$: () => { return this.customProjectSideNavComponent$.asObservable(); }, @@ -183,6 +178,14 @@ export class ProjectNavigationService { ) ); }, + /** In stateful Kibana, get the registered solution navigations */ + getSolutionsNavDefinitions$: this.getSolutionsNavDefinitions$.bind(this), + /** In stateful Kibana, update the registered solution navigations */ + updateSolutionNavigations: this.updateSolutionNavigations.bind(this), + /** In stateful Kibana, change the active solution navigation */ + changeActiveSolutionNavigation: this.changeActiveSolutionNavigation.bind(this), + /** In stateful Kibana, get the active solution navigation definition */ + getActiveSolutionNavDefinition$: this.getActiveSolutionNavDefinition$.bind(this), }; } @@ -267,6 +270,106 @@ export class ProjectNavigationService { this.setActiveProjectNavigationNodes(location); } + private handleActiveNodesChange() { + this.activeNodes$ + .pipe( + takeUntil(this.stop$), + // skip while the project navigation is not set + skipWhile(() => !this.navigationTree$.getValue()), + // only reset when the active breadcrumb path changes, use ids to get more stable reference + distinctUntilChanged((prevNodes, nextNodes) => + deepEqual( + prevNodes?.[0]?.map((node) => node.id), + nextNodes?.[0]?.map((node) => node.id) + ) + ), + // skip the initial state, we only want to reset the breadcrumbs when the active nodes change + skip(1) + ) + .subscribe(() => { + // reset the breadcrumbs when the active nodes change + this.projectBreadcrumbs$.next({ breadcrumbs: [], params: { absolute: false } }); + }); + } + + private handleSolutionNavDefinitionsChange() { + combineLatest([this.solutionNavDefinitions$, this.activeSolutionNavDefinitionId$]) + .pipe(takeUntil(this.stop$)) + .subscribe(this.onSolutionNavDefinitionsChange.bind(this)); + } + + private setSideNavComponent(component: SideNavComponent | null) { + this.customProjectSideNavComponent$.next({ current: component }); + } + + private changeActiveSolutionNavigation(id: string | null, { onlyIfNotSet = false } = {}) { + if (onlyIfNotSet && this.activeSolutionNavDefinitionId$.getValue() !== null) { + return; + } + this.activeSolutionNavDefinitionId$.next(id); + } + + private getSolutionsNavDefinitions$() { + return this.solutionNavDefinitions$.asObservable(); + } + + private getActiveSolutionNavDefinition$() { + return combineLatest([this.solutionNavDefinitions$, this.activeSolutionNavDefinitionId$]).pipe( + takeUntil(this.stop$), + map(([definitions, id]) => { + if (id === null) return null; + if (Object.keys(definitions).length === 0) return null; + if (!definitions[id]) { + throw new Error(`Solution navigation definition with id "${id}" does not exist.`); + } + // We strip out the sideNavComponentGetter from the definition as it should only be used internally + const { sideNavComponentGetter, ...definition } = definitions[id]; + return definition; + }) + ); + } + + private updateSolutionNavigations( + solutionNavs: SolutionNavigationDefinitions, + replace: boolean = false + ) { + if (replace) { + this.solutionNavDefinitions$.next(solutionNavs); + } else { + this.solutionNavDefinitions$.next({ + ...this.solutionNavDefinitions$.getValue(), + ...solutionNavs, + }); + } + } + + private onSolutionNavDefinitionsChange([definitions, id]: [ + SolutionNavigationDefinitions, + string | null + ]) { + // We don't want to change to "classic" if `id` is `null` when we haven't received + // any definitions yet. Serverless Kibana could be impacted by this. + // When we do have definitions, then passing `null` does mean we should change to "classic". + if (Object.keys(definitions).length === 0) return; + + if (id === null) { + this.setChromeStyle('classic'); + this.navigationTree$.next(undefined); + } else { + const definition = definitions[id]; + if (!definition) { + throw new Error(`Solution navigation definition with id "${id}" does not exist.`); + } + + this.setChromeStyle('project'); + const { sideNavComponentGetter } = definition; + + if (sideNavComponentGetter) { + this.setSideNavComponent(sideNavComponentGetter()); + } + } + } + public stop() { this.stop$.next(); this.unlistenHistory?.(); diff --git a/packages/core/chrome/core-chrome-browser-internal/src/types.ts b/packages/core/chrome/core-chrome-browser-internal/src/types.ts index 72f33a0faba73..f1947e05c5301 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/types.ts +++ b/packages/core/chrome/core-chrome-browser-internal/src/types.ts @@ -16,6 +16,7 @@ import type { NavigationTreeDefinition, NavigationTreeDefinitionUI, CloudURLs, + SolutionNavigationDefinitions, } from '@kbn/core-chrome-browser'; import type { Observable } from 'rxjs'; @@ -102,5 +103,22 @@ export interface InternalChromeStart extends ChromeStart { breadcrumbs: ChromeProjectBreadcrumb[] | ChromeProjectBreadcrumb, params?: Partial ): void; + + /** + * Update the solution navigation definitions. + * + * @param solutionNavs The solution navigation definitions to update. + * @param replace Flag to indicate if the previous solution navigation definitions should be replaced. + * If `false`, the new solution navigation definitions will be merged with the existing ones. + */ + updateSolutionNavigations(solutionNavs: SolutionNavigationDefinitions, replace?: boolean): void; + + /** + * Change the active solution navigation. + * + * @param id The id of the active solution navigation. If `null` is provided, the solution navigation + * will be replaced with the legacy Kibana navigation. + */ + changeActiveSolutionNavigation(id: string | null, options?: { onlyIfNotSet?: boolean }): void; }; } diff --git a/packages/core/chrome/core-chrome-browser-mocks/src/chrome_service.mock.ts b/packages/core/chrome/core-chrome-browser-mocks/src/chrome_service.mock.ts index b32314e5c203b..68fbd2c92a65b 100644 --- a/packages/core/chrome/core-chrome-browser-mocks/src/chrome_service.mock.ts +++ b/packages/core/chrome/core-chrome-browser-mocks/src/chrome_service.mock.ts @@ -78,6 +78,8 @@ const createStartContractMock = () => { setBreadcrumbs: jest.fn(), getActiveNavigationNodes$: jest.fn(), getNavigationTreeUi$: jest.fn(), + changeActiveSolutionNavigation: jest.fn(), + updateSolutionNavigations: jest.fn(), }, }; startContract.navLinks.getAll.mockReturnValue([]); diff --git a/packages/core/chrome/core-chrome-browser/index.ts b/packages/core/chrome/core-chrome-browser/index.ts index 245362cb3b6d8..431e83db04afa 100644 --- a/packages/core/chrome/core-chrome-browser/index.ts +++ b/packages/core/chrome/core-chrome-browser/index.ts @@ -54,4 +54,6 @@ export type { NavigationGroupPreset, RootNavigationItemDefinition, NavigationTreeDefinitionUI, + SolutionNavigationDefinition, + SolutionNavigationDefinitions, } from './src'; diff --git a/packages/core/chrome/core-chrome-browser/src/index.ts b/packages/core/chrome/core-chrome-browser/src/index.ts index 616804896c373..4c0ca3f12a506 100644 --- a/packages/core/chrome/core-chrome-browser/src/index.ts +++ b/packages/core/chrome/core-chrome-browser/src/index.ts @@ -53,4 +53,6 @@ export type { NavigationGroupPreset, RootNavigationItemDefinition, NavigationTreeDefinitionUI, + SolutionNavigationDefinition, + SolutionNavigationDefinitions, } from './project_navigation'; diff --git a/packages/core/chrome/core-chrome-browser/src/project_navigation.ts b/packages/core/chrome/core-chrome-browser/src/project_navigation.ts index e0ee4c0a4d4ca..78d169d4c41fb 100644 --- a/packages/core/chrome/core-chrome-browser/src/project_navigation.ts +++ b/packages/core/chrome/core-chrome-browser/src/project_navigation.ts @@ -373,3 +373,28 @@ export interface NavigationTreeDefinitionUI { body: Array; footer?: Array; } + +/** + * @public + * + * Definition for a solution navigation in stateful Kibana. + * + * This definition is used to register a solution navigation in the Chrome service + * for the side navigation evolution to align with the Serverless UX. + */ + +export interface SolutionNavigationDefinition { + /** Unique id for the solution navigation. */ + id: string; + /** Title for the solution navigation. */ + title: string; + /** Optional icon for the solution navigation. */ + icon?: IconType; + sideNavComponentGetter?: () => SideNavComponent; + /** The page to navigate to when switching to this solution navigation. */ + homePage?: AppDeepLinkId; +} + +export interface SolutionNavigationDefinitions { + [id: string]: SolutionNavigationDefinition; +} diff --git a/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_client_common.ts b/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_client_common.ts index d52644a0e8bfe..c923feaf9da92 100644 --- a/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_client_common.ts +++ b/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_client_common.ts @@ -64,10 +64,13 @@ export abstract class UiSettingsClientCommon extends BaseUiSettingsClient { return userProvided; } - async setMany(changes: Record) { + async setMany( + changes: Record, + { handleWriteErrors }: { validateKeys?: boolean; handleWriteErrors?: boolean } = {} + ) { this.cache.del(); this.onWriteHook(changes); - await this.write({ changes }); + await this.write({ changes, handleWriteErrors }); } async set(key: string, value: any) { @@ -78,12 +81,15 @@ export abstract class UiSettingsClientCommon extends BaseUiSettingsClient { await this.set(key, null); } - async removeMany(keys: string[]) { + async removeMany( + keys: string[], + options?: { validateKeys?: boolean; handleWriteErrors?: boolean } + ) { const changes: Record = {}; keys.forEach((key) => { changes[key] = null; }); - await this.setMany(changes); + await this.setMany(changes, options); } private assertUpdateAllowed(key: string) { @@ -124,9 +130,11 @@ export abstract class UiSettingsClientCommon extends BaseUiSettingsClient { private async write({ changes, autoCreateOrUpgradeIfMissing = true, + handleWriteErrors = false, }: { changes: Record; autoCreateOrUpgradeIfMissing?: boolean; + handleWriteErrors?: boolean; }) { try { await this.savedObjectsClient.update(this.type, this.id, changes, { refresh: false }); @@ -140,7 +148,7 @@ export abstract class UiSettingsClientCommon extends BaseUiSettingsClient { version: this.id, buildNum: this.buildNum, log: this.log, - handleWriteErrors: false, + handleWriteErrors, type: this.type, }); diff --git a/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.test.ts b/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.test.ts index 56c3d53e2109f..4639adb3117ca 100644 --- a/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.test.ts +++ b/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.test.ts @@ -108,5 +108,41 @@ describe('ui settings global client', () => { ); expect(savedObjectsClient.update).not.toHaveBeenCalled(); }); + + it('does not throws if validateKeys option is set to "false"', async () => { + const { uiSettingsClient, savedObjectsClient } = setup(); + const setSettings = async () => { + await uiSettingsClient.setMany( + { settingZ: 'cde', settingC: true }, + { validateKeys: false } + ); + return 'done'; + }; + expect(setSettings()).resolves.toBe('done'); + expect(savedObjectsClient.update).toHaveBeenCalled(); + }); + }); + + describe('#remove many()', () => { + it('throws an error if any of the settings are not registered', async () => { + const { uiSettingsClient, savedObjectsClient } = setup(); + const setSettings = async () => { + await uiSettingsClient.removeMany(['foo']); + }; + expect(setSettings).rejects.toThrow( + 'Global setting foo is not registered. Global settings need to be registered before they can be set' + ); + expect(savedObjectsClient.update).not.toHaveBeenCalled(); + }); + + it('does not throws if validateKeys option is set to "false"', async () => { + const { uiSettingsClient, savedObjectsClient } = setup(); + const setSettings = async () => { + await uiSettingsClient.removeMany(['foo'], { validateKeys: false }); + return 'done'; + }; + expect(setSettings()).resolves.toBe('done'); + expect(savedObjectsClient.update).toHaveBeenCalled(); + }); }); }); diff --git a/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts b/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts index 71899467006bc..f43ddf631c145 100644 --- a/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts +++ b/packages/core/ui-settings/core-ui-settings-server-internal/src/clients/ui_settings_global_client.ts @@ -18,14 +18,20 @@ export class UiSettingsGlobalClient extends UiSettingsClientCommon { super(options); } - async setMany(changes: Record) { + async setMany( + changes: Record, + options: { validateKeys?: boolean } = { validateKeys: true } + ) { const registeredSettings = super.getRegistered(); - Object.keys(changes).forEach((key) => { - if (!registeredSettings[key]) { - throw new SettingNotRegisteredError(key); - } - }); - return super.setMany(changes); + if (options.validateKeys) { + Object.keys(changes).forEach((key) => { + if (!registeredSettings[key]) { + throw new SettingNotRegisteredError(key); + } + }); + } + + return super.setMany(changes, options); } async set(key: string, value: any) { diff --git a/packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts b/packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts index d4b16ae6ffe1c..daf6bf43271b6 100644 --- a/packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts +++ b/packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts @@ -53,7 +53,10 @@ export interface IUiSettingsClient { /** * Removes multiple uiSettings values by keys. */ - removeMany: (keys: string[]) => Promise; + removeMany: ( + keys: string[], + options?: { validateKeys?: boolean; handleWriteErrors?: boolean } + ) => Promise; /** * Shows whether the uiSettings value set by the user. */ diff --git a/packages/deeplinks/observability/deep_links.ts b/packages/deeplinks/observability/deep_links.ts index 0dee18d5b0ae5..305e9c0c56c28 100644 --- a/packages/deeplinks/observability/deep_links.ts +++ b/packages/deeplinks/observability/deep_links.ts @@ -59,7 +59,7 @@ export type ApmLinkId = | 'settings' | 'storage-explorer'; -export type SyntheticsLinkId = 'overview' | 'management'; +export type SyntheticsLinkId = 'certificates' | 'overview'; export type LinkId = | LogsLinkId diff --git a/packages/kbn-management/settings/application/application.tsx b/packages/kbn-management/settings/application/application.tsx index 90d28f8e5af1b..2109d4acc8173 100644 --- a/packages/kbn-management/settings/application/application.tsx +++ b/packages/kbn-management/settings/application/application.tsx @@ -128,9 +128,10 @@ export const SettingsApplication = () => { {globalTabEnabled && ( <> - {Object.keys(tabs).map((id) => ( + {Object.keys(tabs).map((id, i) => ( setSelectedTabId(id)} isSelected={id === selectedTabId} diff --git a/packages/kbn-reporting/public/share/share_context_menu/reporting_panel_content/reporting_panel_content.tsx b/packages/kbn-reporting/public/share/share_context_menu/reporting_panel_content/reporting_panel_content.tsx index f464f7217860b..359a708a86a96 100644 --- a/packages/kbn-reporting/public/share/share_context_menu/reporting_panel_content/reporting_panel_content.tsx +++ b/packages/kbn-reporting/public/share/share_context_menu/reporting_panel_content/reporting_panel_content.tsx @@ -7,7 +7,6 @@ */ import React, { Component, ReactElement } from 'react'; -import url from 'url'; import { CSV_REPORT_TYPE, CSV_REPORT_TYPE_V2 } from '@kbn/reporting-export-types-csv-common'; import { PDF_REPORT_TYPE, PDF_REPORT_TYPE_V2 } from '@kbn/reporting-export-types-pdf-common'; @@ -88,7 +87,7 @@ class ReportingPanelContentUi extends Component { props.reportType, this.props.apiClient.getDecoratedJobParams(this.props.getJobParams(true)) ); - return url.resolve(window.location.href, relativePath); + return new URL(relativePath, window.location.href).toString(); }; public componentDidUpdate(_prevProps: Props, prevState: State) { diff --git a/packages/kbn-search-connectors/connectors.ts b/packages/kbn-search-connectors/connectors.ts index 425236b846a90..76270c3a8e94d 100644 --- a/packages/kbn-search-connectors/connectors.ts +++ b/packages/kbn-search-connectors/connectors.ts @@ -9,6 +9,8 @@ import { i18n } from '@kbn/i18n'; export interface ConnectorServerSideDefinition { + categories?: string[]; + description?: string; iconPath: string; isBeta: boolean; isNative: boolean; @@ -24,6 +26,10 @@ export interface ConnectorServerSideDefinition { export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate('searchConnectors.content.nativeConnectors.azureBlob.description', { + defaultMessage: 'Search over your content on Azure Blob Storage.', + }), iconPath: 'azure_blob_storage.svg', isBeta: false, isNative: true, @@ -34,6 +40,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'azure_blob_storage', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.confluence.description', + { + defaultMessage: 'Search over your content on Confluence Cloud.', + } + ), iconPath: 'confluence_cloud.svg', isBeta: false, isNative: true, @@ -44,6 +57,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'confluence', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.confluenceDataCenter.description', + { + defaultMessage: 'Search over your content on Confluence Data Center.', + } + ), iconPath: 'confluence_cloud.svg', isBeta: false, isNative: true, @@ -55,6 +75,16 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'confluence', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'datastore', + 'connector', + 'connector_client', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.dropbox.description', { + defaultMessage: 'Search over your files and folders stored on Dropbox.', + }), iconPath: 'dropbox.svg', isBeta: false, isNative: true, @@ -66,16 +96,58 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'dropbox', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'connector', + 'connector_client', + 'jira', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.jira.description', { + defaultMessage: 'Search over your content on Jira Cloud.', + }), iconPath: 'jira_cloud.svg', isBeta: false, isNative: true, keywords: ['jira', 'cloud', 'connector'], name: i18n.translate('searchConnectors.content.nativeConnectors.jira.name', { - defaultMessage: 'Jira Cloud & Server', + defaultMessage: 'Jira Cloud', + }), + serviceType: 'jira', + }, + { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'connector', + 'connector_client', + 'jira', + ], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.jiraServer.description', + { + defaultMessage: 'Search over your content on Jira Server.', + } + ), + iconPath: 'jira_server.svg', + isBeta: false, + isNative: false, + keywords: ['jira', 'server', 'connector'], + name: i18n.translate('searchConnectors.content.nativeConnectors.jiraServer.name', { + defaultMessage: 'Jira Server', }), serviceType: 'jira', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.jiraDataCenter.description', + { + defaultMessage: 'Search over your content on Jira Data Center.', + } + ), iconPath: 'jira_cloud.svg', isBeta: false, isTechPreview: true, @@ -87,6 +159,10 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'jira', }, { + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], + description: i18n.translate('searchConnectors.content.nativeConnectors.github.description', { + defaultMessage: 'Search over your projects and repos on GitHub.', + }), iconPath: 'github.svg', isBeta: false, isNative: true, @@ -97,6 +173,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'github', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.googleCloud.description', + { + defaultMessage: 'Search over your content on Google Cloud Storage.', + } + ), iconPath: 'google_cloud_storage.svg', isBeta: false, isNative: true, @@ -107,6 +190,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'google_cloud_storage', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.googleDrive.description', + { + defaultMessage: 'Search over your content on Google Drive.', + } + ), iconPath: 'google_drive.svg', isBeta: false, isNative: true, @@ -117,6 +207,16 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'google_drive', }, { + categories: [ + 'enterprise_search', + 'datastore', + 'elastic_stack', + 'connector', + 'connector_client', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.mongoDB.description', { + defaultMessage: 'Search over your MongoDB content.', + }), iconPath: 'mongodb.svg', isBeta: false, isNative: true, @@ -127,6 +227,16 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'mongodb', }, { + categories: [ + 'enterprise_search', + 'datastore', + 'elastic_stack', + 'connector', + 'connector_client', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.mysql.description', { + defaultMessage: 'Search over your MySQL content.', + }), iconPath: 'mysql.svg', isBeta: false, isNative: true, @@ -137,6 +247,17 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'mysql', }, { + categories: [ + 'enterprise_search', + 'custom', + 'elastic_stack', + 'datastore', + 'connector', + 'connector_client', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.msSql.description', { + defaultMessage: 'Search over your content on Microsoft SQL Server.', + }), iconPath: 'mssql.svg', isBeta: false, isNative: true, @@ -147,6 +268,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'mssql', }, { + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.netowkrDrive.description', + { + defaultMessage: 'Search over your Network Drive content.', + } + ), + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], iconPath: 'network_drive.svg', isBeta: false, isNative: true, @@ -157,6 +285,10 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'network_drive', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate('searchConnectors.content.nativeConnectors.notion.description', { + defaultMessage: 'Search over your content on Notion.', + }), iconPath: 'notion.svg', isBeta: true, isNative: false, @@ -167,6 +299,20 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'notion', }, { + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.postgreSQL.description', + { + defaultMessage: 'Search over your content on PostgreSQL.', + } + ), + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'datastore', + 'connector', + 'connector_client', + ], iconPath: 'postgresql.svg', isBeta: false, isNative: true, @@ -177,6 +323,10 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'postgresql', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate('searchConnectors.content.nativeConnectors.redis.description', { + defaultMessage: 'Search over your content on Redis.', + }), iconPath: 'redis.svg', isBeta: false, isNative: false, @@ -188,6 +338,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'redis', }, { + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.salesforce.description', + { + defaultMessage: 'Search over your content on Salesforce.', + } + ), iconPath: 'salesforce.svg', isBeta: false, isNative: true, @@ -198,6 +355,37 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'salesforce', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'datastore', + 'connector', + 'connector_client', + ], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.salesforceSandbox.description', + { + defaultMessage: 'Search over your content on Salesforce Sandbox.', + } + ), + iconPath: 'salesforce.svg', + isBeta: false, + isNative: true, + keywords: ['salesforce', 'cloud', 'connector', 'sandbox'], + name: i18n.translate('searchConnectors.content.nativeConnectors.salesforceBox.name', { + defaultMessage: 'Salesforce Sandbox', + }), + serviceType: 'salesforce', + }, + { + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.serviceNow.description', + { + defaultMessage: 'Search over your content on ServiceNow.', + } + ), iconPath: 'servicenow.svg', isBeta: false, isNative: true, @@ -209,17 +397,28 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'servicenow', }, { + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.sharepointOnline.description', + { + defaultMessage: 'Search over your content on SharePoint Online.', + } + ), iconPath: 'sharepoint_online.svg', isBeta: false, isNative: true, isTechPreview: false, keywords: ['sharepoint', 'office365', 'cloud', 'connector'], - name: i18n.translate('searchConnectors.content.nativeConnectors.sharepoint_online.name', { + name: i18n.translate('searchConnectors.content.nativeConnectors.sharepointOnline.name', { defaultMessage: 'Sharepoint Online', }), serviceType: 'sharepoint_online', }, { + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], + description: i18n.translate('searchConnectors.content.nativeConnectors.gmail.description', { + defaultMessage: 'Search over your content on Gmail.', + }), iconPath: 'gmail.svg', isBeta: true, isNative: true, @@ -230,6 +429,17 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'gmail', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'datastore', + 'connector', + 'connector_client', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.oracle.description', { + defaultMessage: 'Search over your content on Oracle.', + }), iconPath: 'oracle.svg', isBeta: true, isNative: true, @@ -240,6 +450,17 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'oracle', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'datastore', + 'connector', + 'connector_client', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.oneDrive.description', { + defaultMessage: 'Search over your content on OneDrive.', + }), iconPath: 'onedrive.svg', isBeta: false, isNative: true, @@ -250,6 +471,16 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'onedrive', }, { + description: i18n.translate('searchConnectors.content.nativeConnectors.s3.description', { + defaultMessage: 'Search over your content on Amazon S3.', + }), + categories: [ + 'enterprise_search', + 'datastore', + 'elastic_stack', + 'connector', + 'connector_client', + ], iconPath: 's3.svg', isBeta: false, isNative: true, @@ -260,6 +491,10 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 's3', }, { + description: i18n.translate('searchConnectors.content.nativeConnectors.slack.description', { + defaultMessage: 'Search over your content on Slack.', + }), + categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], iconPath: 'slack.svg', isBeta: false, isNative: false, @@ -271,6 +506,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'slack', }, { + categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.sharepointServer.description', + { + defaultMessage: 'Search over your content on SharePoint Server.', + } + ), iconPath: 'sharepoint_server.svg', isBeta: true, isNative: false, @@ -282,6 +524,17 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'sharepoint_server', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'connector', + 'connector_client', + 'box', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.box.description', { + defaultMessage: 'Search over your content on Box.', + }), iconPath: 'box.svg', isBeta: false, isNative: false, @@ -293,6 +546,17 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'box', }, { + description: i18n.translate('searchConnectors.content.nativeConnectors.outlook.description', { + defaultMessage: 'Search over your content on Outlook.', + }), + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'connector', + 'connector_client', + 'outlook', + ], iconPath: 'outlook.svg', isBeta: true, isNative: true, @@ -303,6 +567,17 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'outlook', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'connector', + 'connector_client', + 'teams', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.teams.description', { + defaultMessage: 'Search over your content on Teams.', + }), iconPath: 'teams.svg', isBeta: false, isNative: false, @@ -311,9 +586,20 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ name: i18n.translate('searchConnectors.content.nativeConnectors.teams.name', { defaultMessage: 'Teams', }), - serviceType: 'microsoft_teams', + serviceType: 'teams', }, { + categories: [ + 'enterprise_search', + 'elastic_stack', + 'custom', + 'connector', + 'connector_client', + 'zoom', + ], + description: i18n.translate('searchConnectors.content.nativeConnectors.zoom.description', { + defaultMessage: 'Search over your content on Zoom.', + }), iconPath: 'zoom.svg', isBeta: false, isNative: false, @@ -325,6 +611,13 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [ serviceType: 'zoom', }, { + categories: ['enterprise_search', 'custom', 'elastic_stack', 'connector', 'connector_client'], + description: i18n.translate( + 'searchConnectors.content.nativeConnectors.customConnector.description', + { + defaultMessage: 'Search over data stored on custom data sources.', + } + ), iconPath: 'custom.svg', isBeta: true, isNative: false, diff --git a/src/dev/build/cli.ts b/src/dev/build/cli.ts index 9a967e1cc85c9..e9acd8245af02 100644 --- a/src/dev/build/cli.ts +++ b/src/dev/build/cli.ts @@ -43,6 +43,7 @@ if (showHelp) { --docker-cross-compile {dim Produce arm64 and amd64 Docker images} --docker-contexts {dim Only build the Docker build contexts} --skip-canvas-shareable-runtime {dim Don't build the Canvas shareable runtime} + --skip-cdn-assets {dim Don't build CDN assets} --skip-docker-ubi {dim Don't build the docker ubi image} --skip-docker-ubuntu {dim Don't build the docker ubuntu image} --skip-docker-fips {dim Don't build the docker fips image} diff --git a/src/dev/build/tasks/create_cdn_assets_task.ts b/src/dev/build/tasks/create_cdn_assets_task.ts index a9ec8beb0955c..2555795d50d80 100644 --- a/src/dev/build/tasks/create_cdn_assets_task.ts +++ b/src/dev/build/tasks/create_cdn_assets_task.ts @@ -38,16 +38,14 @@ export const CreateCdnAssets: Task = { const manifest = Jsonc.parse(readFileSync(path, 'utf8')) as any; if (manifest?.plugin?.id) { const pluginRoot = resolve(dirname(path)); - + // packages/core/apps/core-apps-server-internal/src/core_app.ts + const assetsSource = resolve(pluginRoot, 'public', 'assets'); + const assetsDest = resolve(assets, buildSha, 'plugins', manifest.plugin.id, 'assets'); try { - // packages/core/plugins/core-plugins-server-internal/src/plugins_service.ts - const assetsSource = resolve(pluginRoot, 'assets'); - const assetsDest = resolve('plugins', manifest.plugin.id, 'assets'); await access(assetsSource); await mkdirp(assetsDest); await copyAll(assetsSource, assetsDest); } catch (e) { - // assets are optional if (!(e.code === 'ENOENT' && e.syscall === 'access')) throw e; } diff --git a/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.test.ts b/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.test.ts index 33987c09d88dd..74395bec8adb5 100644 --- a/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.test.ts +++ b/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.test.ts @@ -16,6 +16,7 @@ import { SearchStrategyDependencies } from '../../types'; import { enhancedEsSearchStrategyProvider } from './ese_search_strategy'; import { createSearchSessionsClientMock } from '../../mocks'; import { getMockSearchConfig } from '../../../../config.mock'; +import { DataViewType } from '@kbn/data-views-plugin/common'; const mockAsyncResponse = { body: { @@ -246,7 +247,7 @@ describe('ES search strategy', () => { await esSearch .search( { - indexType: 'rollup', + indexType: DataViewType.ROLLUP, params, }, {}, @@ -274,7 +275,7 @@ describe('ES search strategy', () => { await esSearch .search( { - indexType: 'rollup', + indexType: DataViewType.ROLLUP, params, }, {}, diff --git a/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.ts b/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.ts index bcf8a3fafcf16..54b56e45f0a1a 100644 --- a/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.ts +++ b/src/plugins/data/server/search/strategies/ese_search/ese_search_strategy.ts @@ -21,7 +21,7 @@ import type { IEsSearchResponse, ISearchOptions, } from '../../../../common'; -import { pollSearch } from '../../../../common'; +import { DataViewType, pollSearch } from '../../../../common'; import { getDefaultAsyncGetParams, getDefaultAsyncSubmitParams, @@ -171,7 +171,7 @@ export const enhancedEsSearchStrategyProvider = ( search: (request, options: IAsyncSearchOptions, deps) => { logger.debug(`search ${JSON.stringify(request.params) || request.id}`); - if (request.indexType === 'rollup' && deps.rollupsEnabled) { + if (request.indexType === DataViewType.ROLLUP && deps.rollupsEnabled) { return from(rollupSearch(request, options, deps)); } else { return asyncSearch(request, options, deps); diff --git a/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx b/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx index f850ef4ec3671..cc96bfe5ffa91 100644 --- a/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx +++ b/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx @@ -21,7 +21,7 @@ import { } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; -import { DataView, DataViewField, RuntimeField } from '@kbn/data-views-plugin/public'; +import { DataView, DataViewField, DataViewType, RuntimeField } from '@kbn/data-views-plugin/public'; import { DATA_VIEW_SAVED_OBJECT_TYPE } from '@kbn/data-views-plugin/public'; import { useKibana } from '@kbn/kibana-react-plugin/public'; import { @@ -170,7 +170,7 @@ export const EditIndexPattern = withRouter( }); const isRollup = - new URLSearchParams(useLocation().search).get('type') === 'rollup' && + new URLSearchParams(useLocation().search).get('type') === DataViewType.ROLLUP && dataViews.getRollupsEnabled(); const displayIndexPatternEditor = showEditDialog ? ( { - return indexPatternType === 'rollup'; + return indexPatternType === DataViewType.ROLLUP; }; export async function getIndexPatterns(defaultIndex: string, dataViewsService: DataViewsContract) { @@ -76,14 +77,14 @@ export const getTags = ( const tags = []; if (isDefault) { tags.push({ - key: 'default', + key: DataViewType.DEFAULT, name: defaultIndexPatternListName, 'data-test-subj': 'default-tag', }); } if (isRollup(indexPattern.type) && rollupsEnabled) { tags.push({ - key: 'rollup', + key: DataViewType.ROLLUP, name: rollupIndexPatternListName, 'data-test-subj': 'rollup-tag', }); diff --git a/src/plugins/data_views/common/content_management/v1/cm_services.ts b/src/plugins/data_views/common/content_management/v1/cm_services.ts index c850672353c97..707af53d5226f 100644 --- a/src/plugins/data_views/common/content_management/v1/cm_services.ts +++ b/src/plugins/data_views/common/content_management/v1/cm_services.ts @@ -16,12 +16,13 @@ import { createResultSchema, searchOptionsSchemas, } from '@kbn/content-management-utils'; +import { DataViewType } from '../..'; import { serializedFieldFormatSchema, fieldSpecSchema } from '../../schemas'; const dataViewAttributesSchema = schema.object( { title: schema.string(), - type: schema.maybe(schema.literal('rollup')), + type: schema.maybe(schema.literal(DataViewType.ROLLUP)), timeFieldName: schema.maybe(schema.string()), sourceFilters: schema.maybe( schema.arrayOf( diff --git a/src/plugins/data_views/common/data_views/_pattern_cache.ts b/src/plugins/data_views/common/data_views/_pattern_cache.ts deleted file mode 100644 index 19db5b21e5934..0000000000000 --- a/src/plugins/data_views/common/data_views/_pattern_cache.ts +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { DataView } from './data_view'; - -export interface DataViewCache { - get: (id: string) => Promise | undefined; - set: (id: string, value: Promise) => Promise; - clear: (id: string) => void; - clearAll: () => void; -} - -export function createDataViewCache(): DataViewCache { - const vals: Record> = {}; - const cache: DataViewCache = { - get: (id: string) => { - return vals[id]; - }, - set: (id: string, prom: Promise) => { - vals[id] = prom; - return prom; - }, - clear: (id: string) => { - delete vals[id]; - }, - clearAll: () => { - for (const id in vals) { - if (vals.hasOwnProperty(id)) { - delete vals[id]; - } - } - }, - }; - return cache; -} diff --git a/src/plugins/data_views/common/data_views/data_views.ts b/src/plugins/data_views/common/data_views/data_views.ts index a244868c0614d..ca47c6087aa05 100644 --- a/src/plugins/data_views/common/data_views/data_views.ts +++ b/src/plugins/data_views/common/data_views/data_views.ts @@ -13,7 +13,6 @@ import { FieldFormatsStartCommon, FORMATS_UI_SETTINGS } from '@kbn/field-formats import { v4 as uuidv4 } from 'uuid'; import { PersistenceAPI } from '../types'; -import { createDataViewCache } from '.'; import type { RuntimeField, RuntimeFieldSpec, RuntimeType } from '../types'; import { DataView } from './data_view'; import { @@ -319,7 +318,7 @@ export class DataViewsService { * @param key used to indicate uniqueness of the error */ private onError: OnError; - private dataViewCache: ReturnType; + private dataViewCache: Map>; /** * Can the user save advanced settings? */ @@ -355,7 +354,7 @@ export class DataViewsService { this.getCanSave = getCanSave; this.getCanSaveAdvancedSettings = getCanSaveAdvancedSettings; - this.dataViewCache = createDataViewCache(); + this.dataViewCache = new Map(); this.scriptedFieldsEnabled = scriptedFieldsEnabled; } @@ -450,9 +449,9 @@ export class DataViewsService { */ clearInstanceCache = (id?: string) => { if (id) { - this.dataViewCache.clear(id); + this.dataViewCache.delete(id); } else { - this.dataViewCache.clearAll(); + this.dataViewCache.clear(); } }; @@ -930,13 +929,17 @@ export class DataViewsService { return dataView; }); - const indexPatternPromise = - dataViewFromCache || - this.dataViewCache.set(id, this.getSavedObjectAndInit(id, displayErrors)); + let indexPatternPromise: Promise; + if (dataViewFromCache) { + indexPatternPromise = dataViewFromCache; + } else { + indexPatternPromise = this.getSavedObjectAndInit(id, displayErrors); + this.dataViewCache.set(id, indexPatternPromise); + } // don't cache failed requests indexPatternPromise.catch(() => { - this.dataViewCache.clear(id); + this.dataViewCache.delete(id); }); return indexPatternPromise; @@ -999,11 +1002,16 @@ export class DataViewsService { return cachedDataView; } - return this.dataViewCache.set(spec.id, doCreate()); + const dataViewPromise = doCreate(); + + this.dataViewCache.set(spec.id, dataViewPromise); + + return dataViewPromise; } const dataView = await doCreate(); - return this.dataViewCache.set(dataView.id!, Promise.resolve(dataView)); + this.dataViewCache.set(dataView.id!, Promise.resolve(dataView)); + return dataView; } /** @@ -1162,7 +1170,7 @@ export class DataViewsService { indexPattern.version = samePattern.version; // Clear cache - this.dataViewCache.clear(indexPattern.id!); + this.dataViewCache.delete(indexPattern.id!); // Try the save again return this.updateSavedObject(indexPattern, saveAttempts, ignoreErrors, displayErrors); @@ -1179,7 +1187,7 @@ export class DataViewsService { if (!(await this.getCanSave())) { throw new DataViewInsufficientAccessError(indexPatternId); } - this.dataViewCache.clear(indexPatternId); + this.dataViewCache.delete(indexPatternId); return this.savedObjectsClient.delete(indexPatternId); } diff --git a/src/plugins/data_views/common/data_views/index.ts b/src/plugins/data_views/common/data_views/index.ts index 27b973c4db72a..080ffe3bbd98d 100644 --- a/src/plugins/data_views/common/data_views/index.ts +++ b/src/plugins/data_views/common/data_views/index.ts @@ -6,7 +6,6 @@ * Side Public License, v 1. */ -export * from './_pattern_cache'; export * from './flatten_hit'; export * from './data_view'; export * from './data_views'; diff --git a/src/plugins/data_views/server/fetcher/index_patterns_fetcher.test.ts b/src/plugins/data_views/server/fetcher/index_patterns_fetcher.test.ts index 669a370badebc..6de3f31ff2895 100644 --- a/src/plugins/data_views/server/fetcher/index_patterns_fetcher.test.ts +++ b/src/plugins/data_views/server/fetcher/index_patterns_fetcher.test.ts @@ -9,7 +9,7 @@ import * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; import { IndexPatternsFetcher } from '.'; import { elasticsearchServiceMock } from '@kbn/core/server/mocks'; -import { DataViewMissingIndices } from '../../common'; +import { DataViewMissingIndices, DataViewType } from '../../common'; const rollupResponse = { foo: { @@ -51,7 +51,7 @@ describe('Index Pattern Fetcher - server', () => { indexPatterns = new IndexPatternsFetcher(esClient, true, true); await indexPatterns.getFieldsForWildcard({ pattern: patternList, - type: 'rollup', + type: DataViewType.ROLLUP, rollupIndex: 'foo', }); expect(esClient.rollup.getRollupIndexCaps).toHaveBeenCalledTimes(1); @@ -64,7 +64,7 @@ describe('Index Pattern Fetcher - server', () => { indexPatterns = new IndexPatternsFetcher(esClient, true, false); await indexPatterns.getFieldsForWildcard({ pattern: patternList, - type: 'rollup', + type: DataViewType.ROLLUP, rollupIndex: 'foo', }); expect(esClient.rollup.getRollupIndexCaps).toHaveBeenCalledTimes(0); diff --git a/src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts b/src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts index f444ddbc434f0..4ad8232a5b9bd 100644 --- a/src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts +++ b/src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts @@ -18,6 +18,7 @@ import { getCapabilitiesForRollupIndices, mergeCapabilitiesWithFields, } from './lib'; +import { DataViewType } from '../../common/types'; export interface FieldDescriptor { aggregatable: boolean; @@ -105,7 +106,7 @@ export class IndexPatternsFetcher { includeEmptyFields, }); - if (this.rollupsEnabled && type === 'rollup' && rollupIndex) { + if (this.rollupsEnabled && type === DataViewType.ROLLUP && rollupIndex) { const rollupFields: FieldDescriptor[] = []; const capabilityCheck = getCapabilitiesForRollupIndices( await this.elasticsearchClient.rollup.getRollupIndexCaps({ diff --git a/src/plugins/discover/public/application/main/utils/fetch_documents.ts b/src/plugins/discover/public/application/main/utils/fetch_documents.ts index 0c67653274398..5d6206f6776bf 100644 --- a/src/plugins/discover/public/application/main/utils/fetch_documents.ts +++ b/src/plugins/discover/public/application/main/utils/fetch_documents.ts @@ -12,6 +12,7 @@ import { isRunningResponse, ISearchSource } from '@kbn/data-plugin/public'; import { buildDataTableRecordList } from '@kbn/discover-utils'; import type { EsHitRecord } from '@kbn/discover-utils/types'; import type { SearchResponseWarning } from '@kbn/search-response-warnings'; +import { DataViewType } from '@kbn/data-views-plugin/public'; import type { RecordsFetchResponse } from '../../types'; import { getAllowedSampleSize } from '../../../utils/get_allowed_sample_size'; import { FetchDeps } from './fetch_all'; @@ -29,7 +30,7 @@ export const fetchDocuments = ( searchSource.setField('trackTotalHits', false); searchSource.setField('highlightAll', true); searchSource.setField('version', true); - if (searchSource.getField('index')?.type === 'rollup') { + if (searchSource.getField('index')?.type === DataViewType.ROLLUP) { // We treat that data view as "normal" even if it was a rollup data view, // since the rollup endpoint does not support querying individual documents, but we // can get them from the regular _search API that will be used if the data view diff --git a/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts b/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts index 50555601d4bca..d3382efd2dc0d 100644 --- a/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts +++ b/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts @@ -7,7 +7,7 @@ */ import { SavedObjectAttributes } from '@kbn/core/public'; - +import type { FinderAttributes } from '@kbn/saved-objects-finder-plugin/common'; import { IContainer } from '..'; import { EmbeddableFactory } from './embeddable_factory'; import { EmbeddableStateWithType } from '../../../common/types'; @@ -19,7 +19,7 @@ export const defaultEmbeddableFactoryProvider = < I extends EmbeddableInput = EmbeddableInput, O extends EmbeddableOutput = EmbeddableOutput, E extends IEmbeddable = IEmbeddable, - T = SavedObjectAttributes + T extends FinderAttributes = SavedObjectAttributes >( def: EmbeddableFactoryDefinition ): EmbeddableFactory => { diff --git a/src/plugins/embeddable/public/lib/embeddables/embeddable_factory.ts b/src/plugins/embeddable/public/lib/embeddables/embeddable_factory.ts index cb777aecb53b8..cb19b82d75c98 100644 --- a/src/plugins/embeddable/public/lib/embeddables/embeddable_factory.ts +++ b/src/plugins/embeddable/public/lib/embeddables/embeddable_factory.ts @@ -8,6 +8,7 @@ import type { SavedObjectMetaData } from '@kbn/saved-objects-finder-plugin/public'; import { PersistableState } from '@kbn/kibana-utils-plugin/common'; +import type { FinderAttributes } from '@kbn/saved-objects-finder-plugin/common'; import { UiActionsPresentableGrouping } from '@kbn/ui-actions-plugin/public'; import { EmbeddableInput, EmbeddableOutput, IEmbeddable } from './i_embeddable'; import { ErrorEmbeddable } from './error_embeddable'; @@ -45,7 +46,7 @@ export interface EmbeddableFactory< TEmbeddableInput, TEmbeddableOutput >, - TSavedObjectAttributes = unknown + TSavedObjectAttributes extends FinderAttributes = FinderAttributes > extends PersistableState { /** * The version of this Embeddable factory. This will be used in the client side migration system @@ -65,7 +66,6 @@ export interface EmbeddableFactory< */ readonly isEditable: () => Promise; - // @ts-expect-error upgrade typescript v4.9.5 readonly savedObjectMetaData?: SavedObjectMetaData; /** diff --git a/src/plugins/embeddable/public/lib/embeddables/embeddable_factory_definition.ts b/src/plugins/embeddable/public/lib/embeddables/embeddable_factory_definition.ts index 4c360ffd40eb5..66e0f7f0db3eb 100644 --- a/src/plugins/embeddable/public/lib/embeddables/embeddable_factory_definition.ts +++ b/src/plugins/embeddable/public/lib/embeddables/embeddable_factory_definition.ts @@ -6,6 +6,7 @@ * Side Public License, v 1. */ +import type { FinderAttributes } from '@kbn/saved-objects-finder-plugin/common'; import { IEmbeddable } from './i_embeddable'; import { EmbeddableFactory } from './embeddable_factory'; import { EmbeddableInput, EmbeddableOutput } from '..'; @@ -14,7 +15,7 @@ export type EmbeddableFactoryDefinition< I extends EmbeddableInput = EmbeddableInput, O extends EmbeddableOutput = EmbeddableOutput, E extends IEmbeddable = IEmbeddable, - T = unknown + T extends FinderAttributes = FinderAttributes > = // Required parameters Pick< diff --git a/src/plugins/embeddable/public/types.ts b/src/plugins/embeddable/public/types.ts index 7f24f525ae49f..a4f3aa97e55cc 100644 --- a/src/plugins/embeddable/public/types.ts +++ b/src/plugins/embeddable/public/types.ts @@ -8,6 +8,7 @@ import type { SerializableRecord } from '@kbn/utility-types'; import { SavedObjectAttributes } from '@kbn/core/public'; +import type { FinderAttributes } from '@kbn/saved-objects-finder-plugin/common'; import { PersistableState, PersistableStateDefinition } from '@kbn/kibana-utils-plugin/common'; import { EmbeddableFactory, @@ -34,7 +35,7 @@ export type EmbeddableFactoryProvider = < I extends EmbeddableInput = EmbeddableInput, O extends EmbeddableOutput = EmbeddableOutput, E extends IEmbeddable = IEmbeddable, - T = SavedObjectAttributes + T extends FinderAttributes = SavedObjectAttributes >( def: EmbeddableFactoryDefinition ) => EmbeddableFactory; diff --git a/src/plugins/navigation/common/constants.ts b/src/plugins/navigation/common/constants.ts new file mode 100644 index 0000000000000..891b583b3ad84 --- /dev/null +++ b/src/plugins/navigation/common/constants.ts @@ -0,0 +1,13 @@ +/* + * 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 const ENABLE_SOLUTION_NAV_UI_SETTING_ID = 'solutionNav:enable'; + +export const OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID = 'solutionNav:optInStatus'; + +export const DEFAULT_SOLUTION_NAV_UI_SETTING_ID = 'solutionNav:default'; diff --git a/src/plugins/navigation/common/index.ts b/src/plugins/navigation/common/index.ts new file mode 100644 index 0000000000000..94e93f76ba1e1 --- /dev/null +++ b/src/plugins/navigation/common/index.ts @@ -0,0 +1,13 @@ +/* + * 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 { + DEFAULT_SOLUTION_NAV_UI_SETTING_ID, + ENABLE_SOLUTION_NAV_UI_SETTING_ID, + OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID, +} from './constants'; diff --git a/src/plugins/navigation/kibana.jsonc b/src/plugins/navigation/kibana.jsonc index 26edb0999699d..6a32cda8d0df0 100644 --- a/src/plugins/navigation/kibana.jsonc +++ b/src/plugins/navigation/kibana.jsonc @@ -4,8 +4,9 @@ "owner": "@elastic/appex-sharedux", "plugin": { "id": "navigation", - "server": false, + "server": true, "browser": true, + "optionalPlugins": ["cloud"], "requiredPlugins": ["unifiedSearch"], "requiredBundles": [] } diff --git a/src/plugins/navigation/public/index.ts b/src/plugins/navigation/public/index.ts index a68f8f2bbcdbd..44a90ce5598b1 100644 --- a/src/plugins/navigation/public/index.ts +++ b/src/plugins/navigation/public/index.ts @@ -19,6 +19,8 @@ export { TopNavMenu, TopNavMenuItems, TopNavMenuBadges } from './top_nav_menu'; export type { NavigationPublicSetup as NavigationPublicPluginSetup, NavigationPublicStart as NavigationPublicPluginStart, + SolutionNavigationOptInStatus, + SolutionType, } from './types'; // Export plugin after all other imports diff --git a/src/plugins/navigation/public/mocks.ts b/src/plugins/navigation/public/mocks.ts index e6e4ff5128b0e..26a43d4c10109 100644 --- a/src/plugins/navigation/public/mocks.ts +++ b/src/plugins/navigation/public/mocks.ts @@ -26,6 +26,7 @@ const createStartContract = (): jest.Mocked => { createTopNavWithCustomContext: jest.fn().mockImplementation(() => jest.fn()), AggregateQueryTopNavMenu: jest.fn(), }, + addSolutionNavigation: jest.fn(), }; return startContract; }; diff --git a/src/plugins/navigation/public/plugin.test.ts b/src/plugins/navigation/public/plugin.test.ts new file mode 100644 index 0000000000000..fbc9bb7b1e3fb --- /dev/null +++ b/src/plugins/navigation/public/plugin.test.ts @@ -0,0 +1,137 @@ +/* + * 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 { coreMock } from '@kbn/core/public/mocks'; +import { unifiedSearchPluginMock } from '@kbn/unified-search-plugin/public/mocks'; +import { of } from 'rxjs'; +import { + DEFAULT_SOLUTION_NAV_UI_SETTING_ID, + ENABLE_SOLUTION_NAV_UI_SETTING_ID, + OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID, +} from '../common'; +import { NavigationPublicPlugin } from './plugin'; +import { ConfigSchema } from './types'; + +const defaultConfig: ConfigSchema['solutionNavigation'] = { + featureOn: true, + enabled: true, + optInStatus: 'visible', + defaultSolution: 'es', +}; + +const setup = ( + partialConfig: Partial & { + featureOn: boolean; + } +) => { + const initializerContext = coreMock.createPluginInitializerContext({ + solutionNavigation: { + ...defaultConfig, + ...partialConfig, + }, + }); + const plugin = new NavigationPublicPlugin(initializerContext); + + const coreStart = coreMock.createStart(); + const unifiedSearch = unifiedSearchPluginMock.createStartContract(); + + const getGlobalSetting$ = jest.fn(); + const settingsGlobalClient = { + ...coreStart.settings.globalClient, + get$: getGlobalSetting$, + }; + coreStart.settings.globalClient = settingsGlobalClient; + + return { plugin, coreStart, unifiedSearch, getGlobalSetting$ }; +}; + +describe('Navigation Plugin', () => { + describe('feature flag disabled', () => { + const featureOn = false; + + it('should not add the default solutions nor set the active nav if the feature is disabled', () => { + const { plugin, coreStart, unifiedSearch } = setup({ featureOn }); + plugin.start(coreStart, { unifiedSearch }); + expect(coreStart.chrome.project.updateSolutionNavigations).not.toHaveBeenCalled(); + expect(coreStart.chrome.project.changeActiveSolutionNavigation).not.toHaveBeenCalled(); + }); + }); + + describe('feature flag enabled', () => { + const featureOn = true; + + it('should add the default solution navs but **not** set the active nav', () => { + const { plugin, coreStart, unifiedSearch, getGlobalSetting$ } = setup({ featureOn }); + + const uiSettingsValues: Record = { + [ENABLE_SOLUTION_NAV_UI_SETTING_ID]: false, // NOT enabled, so we should not set the active nav + [OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID]: 'visible', + [DEFAULT_SOLUTION_NAV_UI_SETTING_ID]: 'es', + }; + + getGlobalSetting$.mockImplementation((settingId: string) => { + const value = uiSettingsValues[settingId]; + return of(value); + }); + + plugin.start(coreStart, { unifiedSearch }); + + expect(coreStart.chrome.project.updateSolutionNavigations).toHaveBeenCalled(); + const [arg] = coreStart.chrome.project.updateSolutionNavigations.mock.calls[0]; + expect(Object.keys(arg)).toEqual(['es', 'oblt', 'security']); + + expect(coreStart.chrome.project.changeActiveSolutionNavigation).toHaveBeenCalledWith(null); + }); + + it('should add the default solution navs **and** set the active nav', () => { + const { plugin, coreStart, unifiedSearch, getGlobalSetting$ } = setup({ featureOn }); + + const uiSettingsValues: Record = { + [ENABLE_SOLUTION_NAV_UI_SETTING_ID]: true, + [OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID]: 'visible', + [DEFAULT_SOLUTION_NAV_UI_SETTING_ID]: 'security', + }; + + getGlobalSetting$.mockImplementation((settingId: string) => { + const value = uiSettingsValues[settingId] ?? 'unknown'; + return of(value); + }); + + plugin.start(coreStart, { unifiedSearch }); + + expect(coreStart.chrome.project.updateSolutionNavigations).toHaveBeenCalled(); + + expect(coreStart.chrome.project.changeActiveSolutionNavigation).toHaveBeenCalledWith( + uiSettingsValues[DEFAULT_SOLUTION_NAV_UI_SETTING_ID], + { onlyIfNotSet: true } + ); + }); + + it('if not "visible", should not set the active nav', () => { + const { plugin, coreStart, unifiedSearch, getGlobalSetting$ } = setup({ featureOn }); + + const uiSettingsValues: Record = { + [ENABLE_SOLUTION_NAV_UI_SETTING_ID]: true, + [OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID]: 'hidden', + [DEFAULT_SOLUTION_NAV_UI_SETTING_ID]: 'security', + }; + + getGlobalSetting$.mockImplementation((settingId: string) => { + const value = uiSettingsValues[settingId] ?? 'unknown'; + return of(value); + }); + + plugin.start(coreStart, { unifiedSearch }); + + expect(coreStart.chrome.project.updateSolutionNavigations).toHaveBeenCalled(); + expect(coreStart.chrome.project.changeActiveSolutionNavigation).toHaveBeenCalledWith(null, { + onlyIfNotSet: true, + }); + }); + }); +}); diff --git a/src/plugins/navigation/public/plugin.ts b/src/plugins/navigation/public/plugin.ts index 58e21e4a99f13..ffdbe978dca24 100644 --- a/src/plugins/navigation/public/plugin.ts +++ b/src/plugins/navigation/public/plugin.ts @@ -6,16 +6,32 @@ * Side Public License, v 1. */ +import { combineLatest, debounceTime, of, ReplaySubject, takeUntil } from 'rxjs'; import { PluginInitializerContext, CoreSetup, CoreStart, Plugin } from '@kbn/core/public'; -import { UnifiedSearchPublicPluginStart } from '@kbn/unified-search-plugin/public'; +import type { UnifiedSearchPublicPluginStart } from '@kbn/unified-search-plugin/public'; +import type { + CloudURLs, + NavigationTreeDefinition, + SolutionNavigationDefinition, + SolutionNavigationDefinitions, +} from '@kbn/core-chrome-browser'; +import { InternalChromeStart } from '@kbn/core-chrome-browser-internal'; +import { + ENABLE_SOLUTION_NAV_UI_SETTING_ID, + OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID, + DEFAULT_SOLUTION_NAV_UI_SETTING_ID, +} from '../common'; import { NavigationPublicSetup, NavigationPublicStart, NavigationPublicSetupDependencies, NavigationPublicStartDependencies, + ConfigSchema, + SolutionNavigation, } from './types'; import { TopNavMenuExtensionsRegistry, createTopNav } from './top_nav_menu'; import { RegisteredTopNavMenuData } from './top_nav_menu/top_nav_menu_data'; +import { getSideNavComponent } from './side_navigation'; export class NavigationPublicPlugin implements @@ -28,8 +44,9 @@ export class NavigationPublicPlugin { private readonly topNavMenuExtensionsRegistry: TopNavMenuExtensionsRegistry = new TopNavMenuExtensionsRegistry(); + private readonly stop$ = new ReplaySubject(1); - constructor(_initializerContext: PluginInitializerContext) {} + constructor(private initializerContext: PluginInitializerContext) {} public setup(_core: CoreSetup): NavigationPublicSetup { return { @@ -40,10 +57,11 @@ export class NavigationPublicPlugin } public start( - _core: CoreStart, - { unifiedSearch }: NavigationPublicStartDependencies + core: CoreStart, + { unifiedSearch, cloud }: NavigationPublicStartDependencies ): NavigationPublicStart { const extensions = this.topNavMenuExtensionsRegistry.getAll(); + const chrome = core.chrome as InternalChromeStart; /* * @@ -65,14 +83,151 @@ export class NavigationPublicPlugin return createTopNav(customUnifiedSearch ?? unifiedSearch, customExtensions ?? extensions); }; + const config = this.initializerContext.config.get(); + const { + solutionNavigation: { featureOn: isSolutionNavigationFeatureOn }, + } = config; + + if (isSolutionNavigationFeatureOn) { + this.addDefaultSolutionNavigation({ core, chrome, cloud }); + + combineLatest([ + core.settings.globalClient.get$(ENABLE_SOLUTION_NAV_UI_SETTING_ID), + core.settings.globalClient.get$(OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID), + core.settings.globalClient.get$(DEFAULT_SOLUTION_NAV_UI_SETTING_ID), + ]) + .pipe(takeUntil(this.stop$), debounceTime(10)) + .subscribe(([enabled, status, defaultSolution]) => { + if (!enabled) { + chrome.project.changeActiveSolutionNavigation(null); + } else { + // TODO: Here we will need to check if the user has opt-in or not.... (value set in their user profile) + const changeImmediately = status === 'visible'; + chrome.project.changeActiveSolutionNavigation( + changeImmediately ? defaultSolution : null, + { onlyIfNotSet: true } + ); + } + }); + } + return { ui: { TopNavMenu: createTopNav(unifiedSearch, extensions), AggregateQueryTopNavMenu: createTopNav(unifiedSearch, extensions), createTopNavWithCustomContext: createCustomTopNav, }, + addSolutionNavigation: this.addSolutionNavigation.bind(this), }; } - public stop() {} + public stop() { + this.stop$.next(); + } + + private addSolutionNavigation(solutionNavigation: SolutionNavigation) { + // TODO: Implement. This handler will allow any plugin (e.g. security) to register a solution navigation. + } + + private addDefaultSolutionNavigation({ + core, + chrome, + cloud = {}, + }: { + core: CoreStart; + chrome: InternalChromeStart; + cloud?: CloudURLs; + }) { + const { project } = chrome; + const activeNavigationNodes$ = project.getActiveNavigationNodes$(); + const navigationTreeUi$ = project.getNavigationTreeUi$(); + + const getSideNavComponentGetter: ( + navTree: NavigationTreeDefinition, + id: string + ) => SolutionNavigationDefinition['sideNavComponentGetter'] = (navTree, id) => () => { + project.initNavigation(of(navTree), { cloudUrls: cloud }); + + return getSideNavComponent({ + navProps: { navigationTree$: navigationTreeUi$ }, + deps: { core, activeNodes$: activeNavigationNodes$ }, + }); + }; + + const solutionNavs: SolutionNavigationDefinitions = { + es: { + id: 'es', + title: 'Search', + icon: 'logoElasticsearch', + homePage: 'discover', // Temp. Wil be updated when all links are registered + sideNavComponentGetter: getSideNavComponentGetter( + { + body: [ + // Temp. In future work this will be loaded from a package + { + type: 'navGroup', + id: 'search_project_nav', + title: 'Search', + icon: 'logoElasticsearch', + defaultIsCollapsed: false, + isCollapsible: false, + breadcrumbStatus: 'hidden', + children: [], + }, + ], + }, + 'search' + ), + }, + oblt: { + id: 'oblt', + title: 'Observability', + icon: 'logoObservability', + homePage: 'discover', // Temp. Wil be updated when all links are registered + sideNavComponentGetter: getSideNavComponentGetter( + { + body: [ + // Temp. In future work this will be loaded from a package + { + type: 'navGroup', + id: 'observability_project_nav', + title: 'Observability', + icon: 'logoObservability', + defaultIsCollapsed: false, + isCollapsible: false, + breadcrumbStatus: 'hidden', + children: [], + }, + ], + }, + 'oblt' + ), + }, + security: { + id: 'security', + title: 'Security', + icon: 'logoSecurity', + homePage: 'discover', // Temp. Wil be updated when all links are registered + sideNavComponentGetter: getSideNavComponentGetter( + { + body: [ + // Temp. In future work this will be loaded from a package + { + type: 'navGroup', + id: 'security_project_nav', + title: 'Security', + icon: 'logoSecurity', + breadcrumbStatus: 'hidden', + defaultIsCollapsed: false, + children: [], + }, + ], + }, + 'security' + ), + }, + }; + + chrome.project.updateSolutionNavigations(solutionNavs, true); + } } diff --git a/src/plugins/navigation/public/side_navigation/index.tsx b/src/plugins/navigation/public/side_navigation/index.tsx new file mode 100644 index 0000000000000..959413fbe523f --- /dev/null +++ b/src/plugins/navigation/public/side_navigation/index.tsx @@ -0,0 +1,25 @@ +/* + * 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, { Suspense, type FC } from 'react'; +import { EuiLoadingSpinner } from '@elastic/eui'; +import type { SideNavComponent as SideNavComponentType } from '@kbn/core-chrome-browser'; + +import type { Props as NavigationProps } from './side_navigation'; + +const SideNavComponentLazy = React.lazy(() => import('./side_navigation')); + +const SideNavComponent: FC = (props) => ( + }> + + +); + +export const getSideNavComponent = (props: NavigationProps): SideNavComponentType => { + return () => ; +}; diff --git a/src/plugins/navigation/public/side_navigation/side_navigation.tsx b/src/plugins/navigation/public/side_navigation/side_navigation.tsx new file mode 100644 index 0000000000000..960db584365a9 --- /dev/null +++ b/src/plugins/navigation/public/side_navigation/side_navigation.tsx @@ -0,0 +1,32 @@ +/* + * 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, { type FC } from 'react'; +import { + Navigation, + NavigationKibanaProvider, + type NavigationProps, + type NavigationKibanaDependencies, +} from '@kbn/shared-ux-chrome-navigation'; + +export interface Props { + navProps: NavigationProps; + deps: NavigationKibanaDependencies; +} + +export const SideNavigation: FC = ({ navProps, deps }) => { + return ( + + + + ); +}; + +// We need to use the default export here because of the way React.lazy works +// eslint-disable-next-line import/no-default-export +export default SideNavigation; diff --git a/src/plugins/navigation/public/types.ts b/src/plugins/navigation/public/types.ts index 9dea8415ca874..9ba333ec641c1 100644 --- a/src/plugins/navigation/public/types.ts +++ b/src/plugins/navigation/public/types.ts @@ -8,6 +8,9 @@ import { AggregateQuery, Query } from '@kbn/es-query'; import { UnifiedSearchPublicPluginStart } from '@kbn/unified-search-plugin/public'; +import type { SolutionNavigationDefinition } from '@kbn/core-chrome-browser'; +import type { CloudSetup, CloudStart } from '@kbn/cloud-plugin/public'; + import { TopNavMenuProps, TopNavMenuExtensionsRegistrySetup, createTopNav } from './top_nav_menu'; import { RegisteredTopNavMenuData } from './top_nav_menu/top_nav_menu_data'; @@ -15,6 +18,8 @@ export interface NavigationPublicSetup { registerMenuItem: TopNavMenuExtensionsRegistrySetup['register']; } +export type SolutionNavigation = Omit; + export interface NavigationPublicStart { ui: { TopNavMenu: (props: TopNavMenuProps) => React.ReactElement; @@ -24,11 +29,28 @@ export interface NavigationPublicStart { customExtensions?: RegisteredTopNavMenuData[] ) => ReturnType; }; + /** Add a solution navigation to the header nav switcher. */ + addSolutionNavigation: (solutionNavigation: SolutionNavigation) => void; } -// eslint-disable-next-line @typescript-eslint/no-empty-interface -export interface NavigationPublicSetupDependencies {} +export interface NavigationPublicSetupDependencies { + cloud?: CloudSetup; +} export interface NavigationPublicStartDependencies { unifiedSearch: UnifiedSearchPublicPluginStart; + cloud?: CloudStart; +} + +export type SolutionNavigationOptInStatus = 'visible' | 'hidden' | 'ask'; + +export type SolutionType = 'es' | 'oblt' | 'security'; + +export interface ConfigSchema { + solutionNavigation: { + featureOn: boolean; + enabled: boolean; + optInStatus: SolutionNavigationOptInStatus; + defaultSolution: SolutionType | 'ask'; + }; } diff --git a/src/plugins/navigation/server/config.ts b/src/plugins/navigation/server/config.ts new file mode 100644 index 0000000000000..abf62b0da37ed --- /dev/null +++ b/src/plugins/navigation/server/config.ts @@ -0,0 +1,39 @@ +/* + * 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 { schema, TypeOf } from '@kbn/config-schema'; +import type { PluginConfigDescriptor } from '@kbn/core-plugins-server'; + +const configSchema = schema.object({ + solutionNavigation: schema.object({ + featureOn: schema.boolean({ defaultValue: false }), + enabled: schema.boolean({ defaultValue: false }), + optInStatus: schema.oneOf( + [schema.literal('visible'), schema.literal('hidden'), schema.literal('ask')], + { defaultValue: 'ask' } + ), + defaultSolution: schema.oneOf( + [ + schema.literal('ask'), + schema.literal('es'), + schema.literal('oblt'), + schema.literal('security'), + ], + { defaultValue: 'es' } + ), + }), +}); + +export type NavigationConfig = TypeOf; + +export const config: PluginConfigDescriptor = { + exposeToBrowser: { + solutionNavigation: true, + }, + schema: configSchema, +}; diff --git a/src/plugins/navigation/server/index.ts b/src/plugins/navigation/server/index.ts new file mode 100644 index 0000000000000..24721a25854cd --- /dev/null +++ b/src/plugins/navigation/server/index.ts @@ -0,0 +1,16 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +import type { PluginInitializerContext } from '@kbn/core/server'; + +import { NavigationServerPlugin } from './plugin'; + +export { config } from './config'; + +export async function plugin(initializerContext: PluginInitializerContext) { + return new NavigationServerPlugin(initializerContext); +} diff --git a/src/plugins/navigation/server/plugin.ts b/src/plugins/navigation/server/plugin.ts new file mode 100644 index 0000000000000..2220d19cc6768 --- /dev/null +++ b/src/plugins/navigation/server/plugin.ts @@ -0,0 +1,74 @@ +/* + * 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 type { CoreSetup, CoreStart, Plugin, PluginInitializerContext } from '@kbn/core/server'; +import type { UiSettingsParams } from '@kbn/core/types'; + +import type { NavigationConfig } from './config'; +import type { + NavigationServerSetup, + NavigationServerSetupDependencies, + NavigationServerStart, + NavigationServerStartDependencies, +} from './types'; +import { getUiSettings } from './ui_settings'; + +export class NavigationServerPlugin + implements + Plugin< + NavigationServerSetup, + NavigationServerStart, + NavigationServerSetupDependencies, + NavigationServerStartDependencies + > +{ + constructor(private initializerContext: PluginInitializerContext) {} + + setup(core: CoreSetup, plugins: NavigationServerSetupDependencies) { + if (!this.isServerless()) { + const config = this.initializerContext.config.get(); + + if (config.solutionNavigation.featureOn) { + core.uiSettings.registerGlobal(getUiSettings(config)); + } + } + + return {}; + } + + start(core: CoreStart, plugins: NavigationServerStartDependencies) { + const config = this.initializerContext.config.get(); + + if (!Boolean(config.solutionNavigation.featureOn)) { + this.removeUiSettings(core, getUiSettings(config)); + } + + return {}; + } + + /** + * Remove UI settings values that might have been set when the feature was enabled. + * If the feature is disabled in kibana.yml, we want to remove the settings from the + * saved objects. + * + * @param core CoreStart + * @param uiSettings Navigation UI settings + */ + private removeUiSettings(core: CoreStart, uiSettings: Record) { + if (this.isServerless()) return; + + const savedObjectsClient = core.savedObjects.createInternalRepository(); + const uiSettingsClient = core.uiSettings.globalAsScopedToClient(savedObjectsClient); + + const keys = Object.keys(uiSettings); + return uiSettingsClient.removeMany(keys, { validateKeys: false, handleWriteErrors: true }); + } + + private isServerless() { + return this.initializerContext.env.packageInfo.buildFlavor === 'serverless'; + } +} diff --git a/src/plugins/navigation/server/types.ts b/src/plugins/navigation/server/types.ts new file mode 100644 index 0000000000000..920e1e5b8cd52 --- /dev/null +++ b/src/plugins/navigation/server/types.ts @@ -0,0 +1,19 @@ +/* + * 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. + */ + +// eslint-disable-next-line @typescript-eslint/no-empty-interface +export interface NavigationServerSetup {} + +// eslint-disable-next-line @typescript-eslint/no-empty-interface +export interface NavigationServerStart {} + +// eslint-disable-next-line @typescript-eslint/no-empty-interface +export interface NavigationServerSetupDependencies {} + +// eslint-disable-next-line @typescript-eslint/no-empty-interface +export interface NavigationServerStartDependencies {} diff --git a/src/plugins/navigation/server/ui_settings.ts b/src/plugins/navigation/server/ui_settings.ts new file mode 100644 index 0000000000000..3d40ace802375 --- /dev/null +++ b/src/plugins/navigation/server/ui_settings.ts @@ -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 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 { schema } from '@kbn/config-schema'; +import { UiSettingsParams } from '@kbn/core/types'; +import { i18n } from '@kbn/i18n'; + +import { + ENABLE_SOLUTION_NAV_UI_SETTING_ID, + DEFAULT_SOLUTION_NAV_UI_SETTING_ID, + OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID, +} from '../common/constants'; +import { NavigationConfig } from './config'; + +const optInStatusOptionLabels = { + visible: i18n.translate('navigation.advancedSettings.optInVisibleStatus', { + defaultMessage: 'Visible', + }), + hidden: i18n.translate('navigation.advancedSettings.optInHiddenStatus', { + defaultMessage: 'Hidden', + }), + ask: i18n.translate('navigation.advancedSettings.optInAskStatus', { + defaultMessage: 'Ask', + }), +}; + +const solutionsOptionLabels = { + ask: i18n.translate('navigation.advancedSettings.askUserWhichSolution', { + defaultMessage: 'Ask user to choose a solution', + }), + es: i18n.translate('navigation.advancedSettings.searchSolution', { + defaultMessage: 'Search', + }), + oblt: i18n.translate('navigation.advancedSettings.observabilitySolution', { + defaultMessage: 'Observability', + }), + security: i18n.translate('navigation.advancedSettings.securitySolution', { + defaultMessage: 'Security', + }), +}; + +const categoryLabel = i18n.translate('navigation.uiSettings.categoryLabel', { + defaultMessage: 'Technical preview', +}); + +/** + * uiSettings definitions for Navigation + */ +export const getUiSettings = (config: NavigationConfig): Record => { + return { + [ENABLE_SOLUTION_NAV_UI_SETTING_ID]: { + category: [categoryLabel], + name: i18n.translate('navigation.uiSettings.enableSolutionNav.name', { + defaultMessage: 'Enable solution navigation', + }), + description: i18n.translate('navigation.uiSettings.enableSolutionNav.description', { + defaultMessage: 'Let users opt in to the new solution navigation experience.', + }), + schema: schema.boolean(), + value: config.solutionNavigation.enabled, + order: 1, + }, + [OPT_IN_STATUS_SOLUTION_NAV_UI_SETTING_ID]: { + category: [categoryLabel], + description: i18n.translate('navigation.uiSettings.optInStatusSolutionNav.description', { + defaultMessage: `Define how user will opt-in to the new navigation. +
    +
  • {visible}: The new navigation is visible immediately to all user. They will be able to opt-out from their user profile.
  • +
  • {hidden}: The new navigation is hidden by default. Users can opt-in from their user profile. No banners are shown.
  • +
  • {ask}: Show a banner to the users inviting them to try the new navigation experience.
  • +
`, + values: { + visible: optInStatusOptionLabels.visible, + hidden: optInStatusOptionLabels.hidden, + ask: optInStatusOptionLabels.ask, + }, + }), + name: i18n.translate('navigation.uiSettings.optInStatusSolutionNav.name', { + defaultMessage: 'Opt-in behaviour', + }), + type: 'select', + schema: schema.string(), + value: config.solutionNavigation.optInStatus, + options: ['visible', 'hidden', 'ask'], + optionLabels: optInStatusOptionLabels, + order: 2, + }, + [DEFAULT_SOLUTION_NAV_UI_SETTING_ID]: { + category: [categoryLabel], + description: i18n.translate('navigation.uiSettings.defaultSolutionNav.description', { + defaultMessage: + 'The default solution to display to the users once they opt-in to the new navigation.', + }), + name: i18n.translate('navigation.uiSettings.defaultSolutionNav.name', { + defaultMessage: 'Default solution', + }), + type: 'select', + schema: schema.string(), + value: config.solutionNavigation.defaultSolution, + options: ['ask', 'es', 'oblt', 'security'], + optionLabels: solutionsOptionLabels, + order: 2, + }, + }; +}; diff --git a/src/plugins/navigation/tsconfig.json b/src/plugins/navigation/tsconfig.json index d10df84c43f8b..6befc349f606d 100644 --- a/src/plugins/navigation/tsconfig.json +++ b/src/plugins/navigation/tsconfig.json @@ -3,7 +3,13 @@ "compilerOptions": { "outDir": "target/types", }, - "include": ["public/**/*"], + "include": [ + "index.ts", + "common/**/*.ts", + "public/**/*.ts", + "public/**/*.tsx", + "server/**/*.ts" + ], "kbn_references": [ "@kbn/core", "@kbn/unified-search-plugin", @@ -11,6 +17,13 @@ "@kbn/i18n-react", "@kbn/test-jest-helpers", "@kbn/react-kibana-mount", + "@kbn/core-chrome-browser", + "@kbn/core-chrome-browser-internal", + "@kbn/shared-ux-chrome-navigation", + "@kbn/cloud-plugin", + "@kbn/config-schema", + "@kbn/core-plugins-server", + "@kbn/i18n", ], "exclude": [ "target/**/*", diff --git a/src/plugins/presentation_util/public/services/create/index.ts b/src/plugins/presentation_util/public/services/create/index.ts index d616d7bee20c8..32b3638f1a623 100644 --- a/src/plugins/presentation_util/public/services/create/index.ts +++ b/src/plugins/presentation_util/public/services/create/index.ts @@ -27,7 +27,7 @@ type ServiceHooks = { [K in keyof Services]: { useService: () => Servi * * The `Services` generic determines the shape of all service APIs being produced. */ -export class PluginServices { +export class PluginServices> { private registry: PluginServiceRegistry | null = null; /** diff --git a/src/plugins/presentation_util/public/services/create/provider.tsx b/src/plugins/presentation_util/public/services/create/provider.tsx index c95231c6826d6..0cebcce5e9572 100644 --- a/src/plugins/presentation_util/public/services/create/provider.tsx +++ b/src/plugins/presentation_util/public/services/create/provider.tsx @@ -16,9 +16,11 @@ import { PluginServiceFactory } from './factory'; * The `StartParameters` generic determines what parameters are expected to * start the service. */ -export type PluginServiceProviders = { +export type PluginServiceProviders< + Services extends Record, + StartParameters = {} +> = { [K in keyof Services]: PluginServiceProvider< - // @ts-expect-error upgrade typescript v4.9.5 Services[K], StartParameters, Services, diff --git a/src/plugins/presentation_util/public/services/create/providers_mediator.ts b/src/plugins/presentation_util/public/services/create/providers_mediator.ts index dd5937149850c..f7ffce71338c3 100644 --- a/src/plugins/presentation_util/public/services/create/providers_mediator.ts +++ b/src/plugins/presentation_util/public/services/create/providers_mediator.ts @@ -9,7 +9,10 @@ import { DependencyManager } from './dependency_manager'; import { PluginServiceProviders, PluginServiceRequiredServices } from './provider'; -export class PluginServiceProvidersMediator { +export class PluginServiceProvidersMediator< + Services extends Record, + StartParameters +> { constructor(private readonly providers: PluginServiceProviders) {} start(params: StartParameters) { diff --git a/src/plugins/presentation_util/public/services/create/registry.tsx b/src/plugins/presentation_util/public/services/create/registry.tsx index 8369815a042af..056822408f8be 100644 --- a/src/plugins/presentation_util/public/services/create/registry.tsx +++ b/src/plugins/presentation_util/public/services/create/registry.tsx @@ -18,7 +18,10 @@ import { PluginServiceProvidersMediator } from './providers_mediator'; * The `StartParameters` generic determines what parameters are expected to * start the service. */ -export class PluginServiceRegistry { +export class PluginServiceRegistry< + Services extends Record, + StartParameters = {} +> { private providers: PluginServiceProviders; private providersMediator: PluginServiceProvidersMediator; private _isStarted = false; diff --git a/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts b/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts index 35223f5159a86..89236a9fa5d6e 100644 --- a/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts +++ b/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/rollup_search_strategy.ts @@ -8,6 +8,7 @@ import { getCapabilitiesForRollupIndices } from '@kbn/data-plugin/server'; import type { DataViewsService } from '@kbn/data-views-plugin/common'; +import { DataViewType } from '@kbn/data-views-plugin/common'; import { AbstractSearchStrategy, EsSearchRequest } from './abstract_search_strategy'; import { RollupSearchCapabilities } from '../capabilities/rollup_search_capabilities'; @@ -30,7 +31,7 @@ export class RollupSearchStrategy extends AbstractSearchStrategy { esRequests: EsSearchRequest[], trackedEsSearches?: TrackedEsSearches ) { - return super.search(requestContext, req, esRequests, trackedEsSearches, 'rollup'); + return super.search(requestContext, req, esRequests, trackedEsSearches, DataViewType.ROLLUP); } async getRollupData( @@ -60,7 +61,7 @@ export class RollupSearchStrategy extends AbstractSearchStrategy { if ( indexPatternString && ((!indexPattern && !isIndexPatternContainsWildcard(indexPatternString)) || - indexPattern?.type === 'rollup') + indexPattern?.type === DataViewType.ROLLUP) ) { const rollupData = await this.getRollupData(requestContext, indexPatternString); const rollupIndices = getRollupIndices(rollupData); @@ -96,7 +97,7 @@ export class RollupSearchStrategy extends AbstractSearchStrategy { capabilities?: unknown ) { return super.getFieldsForWildcard(fetchedIndexPattern, indexPatternsService, capabilities, { - type: 'rollup', + type: DataViewType.ROLLUP, rollupIndex: fetchedIndexPattern.indexPatternString, }); } diff --git a/test/api_integration/apis/custom_integration/integrations.ts b/test/api_integration/apis/custom_integration/integrations.ts index fd974a92adb1e..a924b416f30c8 100644 --- a/test/api_integration/apis/custom_integration/integrations.ts +++ b/test/api_integration/apis/custom_integration/integrations.ts @@ -22,7 +22,7 @@ export default function ({ getService }: FtrProviderContext) { expect(resp.body).to.be.an('array'); - expect(resp.body.length).to.be(56); + expect(resp.body.length).to.be(49); // Test for sample data card expect(resp.body.findIndex((c: { id: string }) => c.id === 'sample_data_all')).to.be.above( diff --git a/test/functional/apps/dashboard_elements/links/links_create_edit.ts b/test/functional/apps/dashboard_elements/links/links_create_edit.ts index e0abfffbad181..ce50c82c06b48 100644 --- a/test/functional/apps/dashboard_elements/links/links_create_edit.ts +++ b/test/functional/apps/dashboard_elements/links/links_create_edit.ts @@ -37,7 +37,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const DASHBOARD_NAME = 'Test Links panel'; const LINKS_PANEL_NAME = 'Some links'; - describe('links panel create and edit', () => { + // Failing: See https://github.com/elastic/kibana/issues/177675 + describe.skip('links panel create and edit', () => { describe('creation', async () => { before(async () => { await dashboard.navigateToApp(); diff --git a/test/plugin_functional/test_suites/core_plugins/rendering.ts b/test/plugin_functional/test_suites/core_plugins/rendering.ts index b68ff285076e3..e15d9947ecc6a 100644 --- a/test/plugin_functional/test_suites/core_plugins/rendering.ts +++ b/test/plugin_functional/test_suites/core_plugins/rendering.ts @@ -161,6 +161,10 @@ export default function ({ getService }: PluginFunctionalProviderContext) { 'monitoring.ui.enabled (boolean)', 'monitoring.ui.min_interval_seconds (number)', 'monitoring.ui.show_license_expiration (boolean)', + 'navigation.solutionNavigation.featureOn (boolean)', + 'navigation.solutionNavigation.enabled (boolean)', + 'navigation.solutionNavigation.optInStatus (alternatives)', + 'navigation.solutionNavigation.defaultSolution (alternatives)', 'newsfeed.fetchInterval (duration)', 'newsfeed.mainInterval (duration)', 'newsfeed.service.pathTemplate (string)', diff --git a/x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx b/x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx index ca09d53501e5f..66b808dca5591 100644 --- a/x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx +++ b/x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx @@ -14,7 +14,8 @@ import { screen, waitFor } from '@testing-library/react'; import { waitForEuiPopoverOpen } from '@elastic/eui/lib/test/rtl'; import { SeverityFilter } from './severity_filter'; -describe('Severity form field', () => { +// FLAKY: https://github.com/elastic/kibana/issues/176336 +describe.skip('Severity form field', () => { const onChange = jest.fn(); let appMockRender: AppMockRenderer; const props = { diff --git a/x-pack/plugins/cases/public/components/category/category_form_field.test.tsx b/x-pack/plugins/cases/public/components/category/category_form_field.test.tsx index cdaae6f49c5cc..d656bdf499eb0 100644 --- a/x-pack/plugins/cases/public/components/category/category_form_field.test.tsx +++ b/x-pack/plugins/cases/public/components/category/category_form_field.test.tsx @@ -16,7 +16,17 @@ import { categories } from '../../containers/mock'; import { MAX_CATEGORY_LENGTH } from '../../../common/constants'; import { FormTestComponent } from '../../common/test_utils'; -describe('Category', () => { +// FLAKY: https://github.com/elastic/kibana/issues/177791 +// FLAKY: https://github.com/elastic/kibana/issues/177792 +// FLAKY: https://github.com/elastic/kibana/issues/177793 +// FLAKY: https://github.com/elastic/kibana/issues/177794 +// FLAKY: https://github.com/elastic/kibana/issues/177795 +// FLAKY: https://github.com/elastic/kibana/issues/177796 +// FLAKY: https://github.com/elastic/kibana/issues/171605 +// FLAKY: https://github.com/elastic/kibana/issues/171606 +// FLAKY: https://github.com/elastic/kibana/issues/171607 +// FLAKY: https://github.com/elastic/kibana/issues/171608 +describe.skip('Category', () => { let appMockRender: AppMockRenderer; const onSubmit = jest.fn(); diff --git a/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx b/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx index ae41ae9ac2648..f23cd4a0c723d 100644 --- a/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx +++ b/x-pack/plugins/cases/public/components/create/flyout/create_case_flyout.test.tsx @@ -39,7 +39,8 @@ const defaultProps = { owner: 'securitySolution', }; -describe('CreateCaseFlyout', () => { +// FLAKY: https://github.com/elastic/kibana/issues/174525 +describe.skip('CreateCaseFlyout', () => { let appMockRenderer: AppMockRenderer; beforeEach(() => { diff --git a/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx b/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx index ac2d1d245b56b..64dfa08944ea1 100644 --- a/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx +++ b/x-pack/plugins/cases/public/components/user_actions/property_actions/alert_property_actions.test.tsx @@ -17,7 +17,8 @@ import { } from '../../../common/mock'; import { AlertPropertyActions } from './alert_property_actions'; -describe('AlertPropertyActions', () => { +// FLAKY: https://github.com/elastic/kibana/issues/174667 +describe.skip('AlertPropertyActions', () => { let appMock: AppMockRenderer; const props = { diff --git a/x-pack/plugins/embeddable_enhanced/public/plugin.ts b/x-pack/plugins/embeddable_enhanced/public/plugin.ts index ed829a9326e9e..b46390d529c23 100644 --- a/x-pack/plugins/embeddable_enhanced/public/plugin.ts +++ b/x-pack/plugins/embeddable_enhanced/public/plugin.ts @@ -23,6 +23,7 @@ import { AdvancedUiActionsSetup, AdvancedUiActionsStart, } from '@kbn/ui-actions-enhanced-plugin/public'; +import type { FinderAttributes } from '@kbn/saved-objects-finder-plugin/common'; import { EnhancedEmbeddable } from './types'; import { EmbeddableActionStorage, @@ -76,7 +77,7 @@ export class EmbeddableEnhancedPlugin I extends EmbeddableInput = EmbeddableInput, O extends EmbeddableOutput = EmbeddableOutput, E extends IEmbeddable = IEmbeddable, - T = unknown + T extends FinderAttributes = {} >( def: EmbeddableFactoryDefinition ): EmbeddableFactory => { diff --git a/x-pack/plugins/embeddable_enhanced/tsconfig.json b/x-pack/plugins/embeddable_enhanced/tsconfig.json index 6a3face73f9ca..2c7f1c5d23270 100644 --- a/x-pack/plugins/embeddable_enhanced/tsconfig.json +++ b/x-pack/plugins/embeddable_enhanced/tsconfig.json @@ -15,6 +15,7 @@ "@kbn/kibana-utils-plugin", "@kbn/data-plugin", "@kbn/utility-types", + "@kbn/saved-objects-finder-plugin", ], "exclude": [ "target/**/*", diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_configuration.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_configuration.tsx index 5bca872f7290b..439115ffa1dec 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_configuration.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_configuration.tsx @@ -281,7 +281,7 @@ export const ConnectorConfiguration: React.FC = () => { - + { isLoading={isLoading} pageHeader={{ pageTitle: connector ? : '...', + rightSideGroupProps: { + gutterSize: 's', + responsive: false, + wrap: false, + }, rightSideItems: getHeaderActions(index, hasAppSearchAccess), tabs, }} diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_stats.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_stats.tsx index 39f7cfa4df188..a40f8bbb76a4c 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_stats.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/connector_stats.tsx @@ -45,9 +45,13 @@ export interface StatCardProps { title: string; } +const noIndexText = i18n.translate('xpack.enterpriseSearch.connectors.connectorStats.noIndex', { + defaultMessage: 'No index related', +}); + export const StatCard: React.FC = ({ title, content, footer }) => { return ( - + @@ -108,7 +112,7 @@ export const ConnectorStats: React.FC = ({ connector, index - +

{i18n.translate( 'xpack.enterpriseSearch.connectors.connectorStats.p.DocumentsLabel', @@ -125,21 +129,27 @@ export const ConnectorStats: React.FC = ({ connector, index - - - {i18n.translate( - 'xpack.enterpriseSearch.connectors.connectorStats.seeDocumentsTextLabel', - { - defaultMessage: 'See documents', - } - )} + {connector.index_name ? ( + + + {i18n.translate( + 'xpack.enterpriseSearch.connectors.connectorStats.seeDocumentsTextLabel', + { + defaultMessage: 'See documents', + } + )} + + + ) : ( + + {noIndexText} - + )} } @@ -159,21 +169,19 @@ export const ConnectorStats: React.FC = ({ connector, index ) : ( - i18n.translate('xpack.enterpriseSearch.connectors.connectorStats.noIndex', { - defaultMessage: 'No index related', - }) + noIndexText ) } footer={ - - + + - + {i18n.translate( 'xpack.enterpriseSearch.connectors.connectorStats.configureLink', { @@ -206,23 +214,29 @@ export const ConnectorStats: React.FC = ({ connector, index ) } footer={ - - - - - {i18n.translate( - 'xpack.enterpriseSearch.connectors.connectorStats.managePipelines', - { - defaultMessage: 'Manage pipelines', - } - )} + + + {connector.index_name ? ( + + + {i18n.translate( + 'xpack.enterpriseSearch.connectors.connectorStats.managePipelines', + { + defaultMessage: 'Manage pipelines', + } + )} + + + ) : ( + + {noIndexText} - + )} } diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/native_connector_configuration.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/native_connector_configuration.tsx index 5cfcb8bf54735..f6f4ce570dd7e 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/native_connector_configuration.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/native_connector_configuration.tsx @@ -195,7 +195,7 @@ export const NativeConnectorConfiguration: React.FC = () => { - + = ({ isCrawler }) => { const { data, isLoading, searchParams, isEmpty, connectors } = useValues(ConnectorsLogic); const { errorConnectingMessage } = useValues(HttpLogic); const [searchQuery, setSearchValue] = useState(''); + const [showMoreOptionsPopover, setShowMoreOptionsPopover] = useState(false); + const [showDefaultSettingsFlyout, setShowDefaultSettingsFlyout] = useState(false); + const { productFeatures } = useValues(KibanaLogic); useEffect(() => { setIsFirstRequest(); }, [isCrawler]); useEffect(() => { - fetchConnectors({ ...searchParams, searchQuery, fetchCrawlersOnly: isCrawler }); + fetchConnectors({ ...searchParams, fetchCrawlersOnly: isCrawler, searchQuery }); }, [searchParams.from, searchParams.size, searchQuery, isCrawler]); return !isLoading && isEmpty && !isCrawler ? ( @@ -87,49 +96,103 @@ export const Connectors: React.FC = ({ isCrawler }) => { }), rightSideGroupProps: { gutterSize: 's', + responsive: false, }, rightSideItems: isLoading ? [] : !isCrawler ? [ - { - KibanaLogic.values.navigateToUrl(NEW_INDEX_SELECT_CONNECTOR_PATH); - }} - > - - , - { - KibanaLogic.values.navigateToUrl(NEW_INDEX_SELECT_CONNECTOR_NATIVE_PATH); - }} - > - {i18n.translate( - 'xpack.enterpriseSearch.connectors.newNativeConnectorButtonLabel', - { - defaultMessage: 'New Native Connector', - } - )} - , - { - KibanaLogic.values.navigateToUrl(NEW_INDEX_SELECT_CONNECTOR_CLIENTS_PATH); - }} - > - {i18n.translate( - 'xpack.enterpriseSearch.connectors.newConnectorsClientButtonLabel', - { defaultMessage: 'New Connector Client' } - )} - , + + + { + KibanaLogic.values.navigateToUrl(NEW_INDEX_SELECT_CONNECTOR_PATH); + }} + > + + + + + setShowMoreOptionsPopover(false)} + button={ + setShowMoreOptionsPopover(!showMoreOptionsPopover)} + /> + } + > + { + KibanaLogic.values.navigateToUrl( + NEW_INDEX_SELECT_CONNECTOR_NATIVE_PATH + ); + }} + icon="plusInCircle" + > + {i18n.translate( + 'xpack.enterpriseSearch.connectors.newNativeConnectorButtonLabel', + { + defaultMessage: 'New Native Connector', + } + )} + , + { + KibanaLogic.values.navigateToUrl( + NEW_INDEX_SELECT_CONNECTOR_CLIENTS_PATH + ); + }} + > + {i18n.translate( + 'xpack.enterpriseSearch.connectors.newConnectorsClientButtonLabel', + { defaultMessage: 'New Connector Client' } + )} + , + ]} + /> + + + , + ...(productFeatures.hasDefaultIngestPipeline + ? [ + setShowDefaultSettingsFlyout(true)} + > + {i18n.translate( + 'xpack.enterpriseSearch.content.searchIndices.defaultSettings', + { + defaultMessage: 'Default settings', + } + )} + , + ] + : []), ] : [ = ({ isCrawler }) => { defaultMessage: 'New web crawler', })} , + ...(productFeatures.hasDefaultIngestPipeline + ? [ + setShowDefaultSettingsFlyout(true)} + > + {i18n.translate( + 'xpack.enterpriseSearch.content.searchIndices.defaultSettings', + { + defaultMessage: 'Default settings', + } + )} + , + ] + : []), ], }} > + {productFeatures.hasDefaultIngestPipeline && showDefaultSettingsFlyout && ( + setShowDefaultSettingsFlyout(false)} /> + )} {Boolean(errorConnectingMessage) && ( <> diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/search_index.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/search_index.tsx index 6c4c377ddd110..51444b4967c91 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/search_index.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/search_index.tsx @@ -229,6 +229,9 @@ export const SearchIndex: React.FC = () => { isLoading={isInitialLoading} pageHeader={{ pageTitle: indexName, + rightSideGroupProps: { + responsive: false, + }, rightSideItems: getHeaderActions(index, hasAppSearchAccess), }} > diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx index 64ae1486d650c..1540b944b2dec 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx @@ -34,12 +34,12 @@ import { NEW_API_PATH } from '../../routes'; import { EnterpriseSearchContentPageTemplate } from '../layout/page_template'; import { CannotConnect } from '../search_index/components/cannot_connect'; +import { DefaultSettingsFlyout } from '../settings/default_settings_flyout'; import { DeleteIndexModal } from './delete_index_modal'; import { IndicesLogic } from './indices_logic'; import { IndicesStats } from './indices_stats'; import { IndicesTable } from './indices_table'; - import './search_indices.scss'; export const baseBreadcrumbs = [ @@ -54,8 +54,9 @@ export const SearchIndices: React.FC = () => { const [showHiddenIndices, setShowHiddenIndices] = useState(false); const [onlyShowSearchOptimizedIndices, setOnlyShowSearchOptimizedIndices] = useState(false); const [searchQuery, setSearchValue] = useState(''); - const { config } = useValues(KibanaLogic); + const { config, productFeatures } = useValues(KibanaLogic); const { errorConnectingMessage } = useValues(HttpLogic); + const [showDefaultSettingsFlyout, setShowDefaultSettingsFlyout] = useState(false); useEffect(() => { // We don't want to trigger loading for each search query change, so we need this @@ -98,6 +99,9 @@ export const SearchIndices: React.FC = () => { ? undefined : { pageTitle, + rightSideGroupProps: { + gutterSize: 's', + }, rightSideItems: isLoading ? [] : [ @@ -116,10 +120,29 @@ export const SearchIndices: React.FC = () => { )} , + ...(productFeatures.hasDefaultIngestPipeline + ? [ + setShowDefaultSettingsFlyout(true)} + > + {i18n.translate( + 'xpack.enterpriseSearch.content.searchIndices.defaultSettings', + { + defaultMessage: 'Default settings', + } + )} + , + ] + : []), ], } } > + {productFeatures.hasDefaultIngestPipeline && showDefaultSettingsFlyout && ( + setShowDefaultSettingsFlyout(false)} /> + )} {config.host && config.canDeployEntSearch && errorConnectingMessage && ( <> diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/default_settings_flyout.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/default_settings_flyout.tsx new file mode 100644 index 0000000000000..fd866a4ec82d9 --- /dev/null +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/default_settings_flyout.tsx @@ -0,0 +1,225 @@ +/* + * 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 React from 'react'; + +import { useValues, useActions } from 'kea'; + +import { + EuiButton, + EuiButtonEmpty, + EuiCallOut, + EuiFlexGroup, + EuiFlexItem, + EuiFlyout, + EuiFlyoutBody, + EuiFlyoutFooter, + EuiFlyoutHeader, + EuiLink, + EuiSpacer, + EuiText, + EuiTitle, +} from '@elastic/eui'; +import { i18n } from '@kbn/i18n'; +import { FormattedMessage } from '@kbn/i18n-react'; + +import { docLinks } from '../../../shared/doc_links'; + +import { SettingsLogic } from './settings_logic'; +import { SettingsPanel } from './settings_panel'; + +export interface DefaultSettingsFlyoutProps { + closeFlyout: () => void; +} + +const Callout = ( + + {i18n.translate('xpack.enterpriseSearch.defaultSettingsFlyout.callout.body', { + defaultMessage: + 'You can also enable or disable this feature for a specific index on the index’s configuration page.', + })} + +); +export const DefaultSettingsFlyout: React.FC = ({ closeFlyout }) => { + const { makeRequest, setPipeline } = useActions(SettingsLogic); + const { defaultPipeline, hasNoChanges, isLoading, pipelineState } = useValues(SettingsLogic); + const { + extract_binary_content: extractBinaryContent, + reduce_whitespace: reduceWhitespace, + run_ml_inference: runMLInference, + } = pipelineState; + return ( + + + +

+ {i18n.translate( + 'xpack.enterpriseSearch.defaultSettingsFlyout.h2.defaultSettingsLabel', + { defaultMessage: 'Default Settings' } + )} +

+ + + + +

+ + {i18n.translate( + 'xpack.enterpriseSearch.defaultSettingsFlyout.body.description.ingestPipelinesLink.link', + { + defaultMessage: 'ingest pipelines', + } + )} + + ), + }} + /> +

+
+ + + setPipeline({ + ...pipelineState, + extract_binary_content: !pipelineState.extract_binary_content, + }) + } + title={i18n.translate('xpack.enterpriseSearch.content.settings.contentExtraction.title', { + defaultMessage: 'Deployment wide content extraction', + })} + value={extractBinaryContent} + /> + + + setPipeline({ + ...pipelineState, + reduce_whitespace: !pipelineState.reduce_whitespace, + }) + } + title={i18n.translate( + 'xpack.enterpriseSearch.content.settings.whitespaceReduction.deploymentHeaderTitle', + { + defaultMessage: 'Deployment wide whitespace reduction', + } + )} + value={reduceWhitespace} + /> + + + {i18n.translate('xpack.enterpriseSearch.content.settings.mlInference.link', { + defaultMessage: 'Learn more about document enrichment with ML', + })} + + } + onChange={() => + setPipeline({ + ...pipelineState, + run_ml_inference: !pipelineState.run_ml_inference, + }) + } + title={i18n.translate( + 'xpack.enterpriseSearch.content.settings.mlInference.deploymentHeaderTitle', + { + defaultMessage: 'Deployment wide ML Inference Pipelines extraction', + } + )} + value={runMLInference} + /> +
+ + + + closeFlyout()} + data-test-subj={'entSearchContentSettingsCancelButtonButton'} + > + {i18n.translate('xpack.enterpriseSearch.content.settings.cancelButtonLabel', { + defaultMessage: 'Cancel', + })} + + + + + + setPipeline(defaultPipeline)} + data-test-subj={'entSearchContentSettingsResetButton'} + > + {i18n.translate('xpack.enterpriseSearch.content.settings.resetButtonLabel', { + defaultMessage: 'Reset', + })} + + + + makeRequest(pipelineState)} + data-test-subj={'entSearchContentSettingsSaveButton'} + > + {i18n.translate('xpack.enterpriseSearch.content.settings.saveButtonLabel', { + defaultMessage: 'Save', + })} + + + + + + + + ); +}; diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/index.ts b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/index.ts deleted file mode 100644 index 5f8bbf1491904..0000000000000 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/index.ts +++ /dev/null @@ -1,8 +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. - */ - -export { Settings } from './settings'; diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings.test.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings.test.tsx deleted file mode 100644 index 212425ddb874b..0000000000000 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings.test.tsx +++ /dev/null @@ -1,45 +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. - */ - -import React from 'react'; - -import { screen } from '@testing-library/react'; - -import '@testing-library/jest-dom'; - -import { HttpSetupMock } from '@kbn/core-http-browser-mocks'; - -import { HttpLogic } from '../../../shared/http'; -import { TestHelper } from '../../../test_helpers/test_utils.test_helper'; -import { FetchDefaultPipelineApiLogic } from '../../api/connector/get_default_pipeline_api_logic'; - -import { Settings } from './settings'; - -test('displays Settings Save-Reset buttons disabled by default', async () => { - TestHelper.prepare(); - TestHelper.mountLogic(FetchDefaultPipelineApiLogic); - TestHelper.appendCallback(() => { - const http = HttpLogic.values.http as HttpSetupMock; - http.get.mockImplementationOnce(() => - Promise.resolve({ - extract_binary_content: true, - name: 'test', - reduce_whitespace: true, - run_ml_inference: true, - }) - ); - }); - TestHelper.render(); - - const saveButton = screen.getByTestId('entSearchContentSettingsSaveButton'); - const resetButton = screen.getByTestId('entSearchContentSettingsResetButton'); - - expect(saveButton).toHaveTextContent('Save'); - expect(saveButton).toBeDisabled(); - expect(resetButton).toHaveTextContent('Reset'); - expect(resetButton).toBeDisabled(); -}); diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings.tsx deleted file mode 100644 index 6c4e9c3c1178a..0000000000000 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings.tsx +++ /dev/null @@ -1,168 +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. - */ - -import React from 'react'; - -import { useActions, useValues } from 'kea'; - -import { EuiButton, EuiLink, EuiSpacer } from '@elastic/eui'; -import { i18n } from '@kbn/i18n'; - -import { FormattedMessage } from '@kbn/i18n-react'; - -import { docLinks } from '../../../shared/doc_links'; -import { EnterpriseSearchContentPageTemplate } from '../layout/page_template'; - -import { SettingsLogic } from './settings_logic'; -import { SettingsPanel } from './settings_panel'; - -export const Settings: React.FC = () => { - const { makeRequest, setPipeline } = useActions(SettingsLogic); - const { defaultPipeline, hasNoChanges, isLoading, pipelineState } = useValues(SettingsLogic); - const { - extract_binary_content: extractBinaryContent, - reduce_whitespace: reduceWhitespace, - run_ml_inference: runMLInference, - } = pipelineState; - - return ( - - {i18n.translate('xpack.enterpriseSearch.content.settings.ingestLink', { - defaultMessage: 'ingest pipelines', - })} - - ), - }} - /> - ), - pageTitle: i18n.translate('xpack.enterpriseSearch.content.settings.headerTitle', { - defaultMessage: 'Content Settings', - }), - rightSideItems: [ - makeRequest(pipelineState)} - data-test-subj={'entSearchContentSettingsSaveButton'} - > - {i18n.translate('xpack.enterpriseSearch.content.settings.saveButtonLabel', { - defaultMessage: 'Save', - })} - , - setPipeline(defaultPipeline)} - data-test-subj={'entSearchContentSettingsResetButton'} - > - {i18n.translate('xpack.enterpriseSearch.content.settings.resetButtonLabel', { - defaultMessage: 'Reset', - })} - , - ], - }} - pageViewTelemetry="Settings" - isLoading={false} - > - - setPipeline({ - ...pipelineState, - extract_binary_content: !pipelineState.extract_binary_content, - }) - } - title={i18n.translate('xpack.enterpriseSearch.content.settings.contentExtraction.title', { - defaultMessage: 'Deployment wide content extraction', - })} - value={extractBinaryContent} - /> - - - setPipeline({ - ...pipelineState, - reduce_whitespace: !pipelineState.reduce_whitespace, - }) - } - title={i18n.translate( - 'xpack.enterpriseSearch.content.settings.whitespaceReduction.deploymentHeaderTitle', - { - defaultMessage: 'Deployment wide whitespace reduction', - } - )} - value={reduceWhitespace} - /> - - - {i18n.translate('xpack.enterpriseSearch.content.settings.mlInference.link', { - defaultMessage: 'Learn more about document enrichment with ML', - })} - - } - onChange={() => - setPipeline({ - ...pipelineState, - run_ml_inference: !pipelineState.run_ml_inference, - }) - } - title={i18n.translate( - 'xpack.enterpriseSearch.content.settings.mlInference.deploymentHeaderTitle', - { - defaultMessage: 'Deployment wide ML Inference Pipelines extraction', - } - )} - value={runMLInference} - /> - - ); -}; diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings_panel.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings_panel.tsx index 673861d80e6ef..635d627b6d9b9 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings_panel.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/settings/settings_panel.tsx @@ -16,7 +16,6 @@ import { EuiSwitchEvent, EuiText, } from '@elastic/eui'; -import { i18n } from '@kbn/i18n'; interface SettingsPanelProps { description: string; @@ -45,23 +44,19 @@ export const SettingsPanel: React.FC = ({

{description}

-

- {i18n.translate( - 'xpack.enterpriseSearch.content.settings.contentExtraction.descriptionTwo', - { - defaultMessage: - 'You can also enable or disable this feature for a specific index on the index’s configuration page.', - } - )} -

+ {link && ( + <> + + {link} + + )}
- {link && {link}}
diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.test.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.test.tsx index 6b2a17ddee57d..9fcfe7c7fcfab 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.test.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.test.tsx @@ -18,7 +18,6 @@ import { SetupGuide } from '../enterprise_search_overview/components/setup_guide import { VersionMismatchPage } from '../shared/version_mismatch'; import { SearchIndicesRouter } from './components/search_indices'; -import { Settings } from './components/settings'; import { EnterpriseSearchContent, EnterpriseSearchContentConfigured } from '.'; @@ -49,7 +48,7 @@ describe('EnterpriseSearchContent', () => { }); it('renders EnterpriseSearchContentConfigured when config.host is not set & Ent Search cannot be deployed', () => { - setMockValues({ errorConnectingMessage: '', config: { canDeployEntSearch: false, host: '' } }); + setMockValues({ config: { canDeployEntSearch: false, host: '' }, errorConnectingMessage: '' }); const wrapper = shallow(); expect(wrapper.find(EnterpriseSearchContentConfigured)).toHaveLength(1); @@ -61,6 +60,5 @@ describe('EnterpriseSearchContentConfigured', () => { it('renders engine routes', () => { expect(wrapper.find(SearchIndicesRouter)).toHaveLength(1); - expect(wrapper.find(Settings)).toHaveLength(1); }); }); diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.tsx index cd99649bcc88d..3e0240bc2538d 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/index.tsx @@ -24,7 +24,6 @@ import { ConnectorDetailRouter } from './components/connector_detail/connector_d import { Connectors } from './components/connectors/connectors'; import { NotFound } from './components/not_found'; import { SearchIndicesRouter } from './components/search_indices'; -import { Settings } from './components/settings'; import { CONNECTORS_PATH, CONNECTOR_DETAIL_PATH, @@ -32,7 +31,6 @@ import { ERROR_STATE_PATH, ROOT_PATH, SEARCH_INDICES_PATH, - SETTINGS_PATH, SETUP_GUIDE_PATH, } from './routes'; @@ -88,9 +86,6 @@ export const EnterpriseSearchContentConfigured: React.FC - - - diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.test.tsx b/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.test.tsx index 2e9f7d1d03aae..d643a2371984c 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.test.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.test.tsx @@ -57,12 +57,6 @@ const baseNavItems = [ items: undefined, name: 'Web crawlers', }, - { - href: '/app/enterprise_search/content/settings', - id: 'settings', - items: undefined, - name: 'Settings', - }, ], name: 'Content', }, @@ -366,15 +360,12 @@ describe('useEnterpriseSearchAnalyticsNav', () => { it('returns basic nav all params are empty', () => { const navItems = useEnterpriseSearchAnalyticsNav(); - // filter out settings item because we're setting hasDefaultIngestPipeline to false expect(navItems).toEqual( baseNavItems.map((item) => item.id === 'content' ? { ...item, - items: item.items?.filter( - (contentItem: { id: string }) => contentItem.id !== 'settings' - ), + items: item.items, } : item ) @@ -382,16 +373,13 @@ describe('useEnterpriseSearchAnalyticsNav', () => { }); it('returns basic nav if only name provided', () => { - // filter out settings item because we're setting hasDefaultIngestPipeline to false const navItems = useEnterpriseSearchAnalyticsNav('my-test-collection'); expect(navItems).toEqual( baseNavItems.map((item) => item.id === 'content' ? { ...item, - items: item.items?.filter( - (contentItem: { id: string }) => contentItem.id !== 'settings' - ), + items: item.items, } : item ) diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.tsx b/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.tsx index ba4a119ed808d..5f0efc3688d6d 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/shared/layout/nav.tsx @@ -29,14 +29,13 @@ import { CONNECTORS_PATH, CRAWLERS_PATH, SEARCH_INDICES_PATH, - SETTINGS_PATH, } from '../../enterprise_search_content/routes'; import { KibanaLogic } from '../kibana'; import { generateNavLink } from './nav_link_helpers'; export const useEnterpriseSearchNav = () => { - const { isSidebarEnabled, productAccess, productFeatures } = useValues(KibanaLogic); + const { isSidebarEnabled, productAccess } = useValues(KibanaLogic); const indicesNavItems = useIndicesNav(); if (!isSidebarEnabled) return undefined; @@ -65,10 +64,10 @@ export const useEnterpriseSearchNav = () => { defaultMessage: 'Indices', }), ...generateNavLink({ + items: indicesNavItems, shouldNotCreateHref: true, shouldShowActiveForSubroutes: true, to: ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL + SEARCH_INDICES_PATH, - items: indicesNavItems, }), }, { @@ -93,21 +92,6 @@ export const useEnterpriseSearchNav = () => { to: ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL + CRAWLERS_PATH, }), }, - ...(productFeatures.hasDefaultIngestPipeline - ? [ - { - id: 'settings', - name: i18n.translate('xpack.enterpriseSearch.nav.contentSettingsTitle', { - defaultMessage: 'Settings', - }), - ...generateNavLink({ - shouldNotCreateHref: true, - shouldShowActiveForSubroutes: true, - to: ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL + SETTINGS_PATH, - }), - }, - ] - : []), ], name: i18n.translate('xpack.enterpriseSearch.nav.contentTitle', { defaultMessage: 'Content', diff --git a/x-pack/plugins/enterprise_search/server/integrations.ts b/x-pack/plugins/enterprise_search/server/integrations.ts index 957920d416af3..162ab362f9656 100644 --- a/x-pack/plugins/enterprise_search/server/integrations.ts +++ b/x-pack/plugins/enterprise_search/server/integrations.ts @@ -9,6 +9,8 @@ import type { HttpServiceSetup } from '@kbn/core/server'; import type { CustomIntegrationsPluginSetup } from '@kbn/custom-integrations-plugin/server'; import { i18n } from '@kbn/i18n'; +import { CONNECTOR_DEFINITIONS } from '@kbn/search-connectors'; + import { ConfigType } from '.'; export const registerEnterpriseSearchIntegrations = ( @@ -83,1040 +85,29 @@ export const registerEnterpriseSearchIntegrations = ( }); if (config.hasConnectors) { - customIntegrations.registerCustomIntegration({ - id: 'dropbox', - title: i18n.translate('xpack.enterpriseSearch.content.integrations.dropbox', { - defaultMessage: 'Dropbox', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.content.integrations.dropboxDescription', - { - defaultMessage: 'Search over your files and folders stored on Dropbox.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'datastore', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=dropbox', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/dropbox.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'dropbox_paper', - title: i18n.translate('xpack.enterpriseSearch.content.integrations.dropboxPaper', { - defaultMessage: 'Dropbox Paper', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.content.integrations.dropboxPaperDescription', - { - defaultMessage: 'Search over your files and folders stored on Dropbox Paper.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'datastore', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=dropbox', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/dropbox.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'github', - title: i18n.translate('xpack.enterpriseSearch.content.integrations.github', { - defaultMessage: 'GitHub', - }), - description: i18n.translate('xpack.enterpriseSearch.content.integrations.githubDescription', { - defaultMessage: 'Search over your projects and repos on GitHub.', - }), - categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=github', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/github.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'github_server', - title: i18n.translate('xpack.enterpriseSearch.content.integrations.githubServer', { - defaultMessage: 'GitHub Enterprise Server', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.content.integrations.githubServerDescription', - { - defaultMessage: 'Search over your projects and repos on GitHub.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=github', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/github_enterprise_server.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'gmail', - title: i18n.translate('xpack.enterpriseSearch.content.integrations.gmail', { - defaultMessage: 'Gmail', - }), - description: i18n.translate('xpack.enterpriseSearch.content.integrations.gmailDescription', { - defaultMessage: 'Search over your content on Gmail.', - }), - categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=gmail', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/gmail.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'mongodb', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBName', { - defaultMessage: 'MongoDB', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBDescription', - { - defaultMessage: 'Search over your MongoDB content.', - } - ), - categories: [ - 'enterprise_search', - 'datastore', - 'elastic_stack', - ...nativeSearchTag, - 'connector', - 'connector_client', - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=mongodb', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/mongodb.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'mysql', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.mysqlName', { - defaultMessage: 'MySQL', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.mysqlDescription', - { - defaultMessage: 'Search over your MySQL content.', - } - ), - categories: [ - 'enterprise_search', - 'datastore', - 'elastic_stack', - ...nativeSearchTag, - 'connector', - 'connector_client', - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=mysql', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/mysql.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'onedrive', - title: i18n.translate('xpack.enterpriseSearch.integrations.oneDriveTitle', { - defaultMessage: 'OneDrive', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.oneDriveDescription', - { - defaultMessage: 'Search over your content on OneDrive.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'datastore', - 'connector', - 'connector_client', - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=onedrive', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/onedrive.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'build_a_connector', - title: i18n.translate('xpack.enterpriseSearch.integrations.buildAConnectorName', { - defaultMessage: 'Customized connector', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.buildAConnectorDescription', - { - defaultMessage: 'Search over data stored on custom data sources.', - } - ), - categories: ['enterprise_search', 'custom', 'elastic_stack', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=custom', - icons: [ - { - type: 'eui', - src: 'logoEnterpriseSearch', - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'postgresql', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.postgresqlName', { - defaultMessage: 'PostgreSQL', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.postgreSQLDescription', - { - defaultMessage: 'Search over your content on PostgreSQL.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'datastore', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=postgresql', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/postgresql.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'salesforce_sandbox', - title: i18n.translate('xpack.enterpriseSearch.integrations.salesforceSandboxTitle', { - defaultMessage: 'Salesforce Sandbox', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.salesforceSandboxDescription', - { - defaultMessage: 'Search over your content on Salesforce Sandbox.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'datastore', - 'connector', - 'connector_client', - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=salesforce', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/salesforce_sandbox.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'servicenow', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowName', { - defaultMessage: 'ServiceNow', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowDescription', - { - defaultMessage: 'Search over your content on ServiceNow.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=service_now', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/servicenow.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'salesforce', - title: i18n.translate('xpack.enterpriseSearch.integrations.salesforceName', { - defaultMessage: 'Salesforce', - }), - description: i18n.translate('xpack.enterpriseSearch.integrations.salesforceDescription', { - defaultMessage: 'Search over your content on Salesforce.', - }), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=salesforce', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/salesforce.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'sharepoint_online', - title: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineName', - { - defaultMessage: 'SharePoint Online', - } - ), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineDescription', - { - defaultMessage: 'Search over your content on SharePoint Online.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=sharepoint_online', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/sharepoint_online.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'sharepoint_server', - title: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerName', - { - defaultMessage: 'SharePoint Server', - } - ), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerDescription', - { - defaultMessage: 'Search over your content on SharePoint Server.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=sharepoint_server', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/sharepoint_server.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'slack', - title: i18n.translate('xpack.enterpriseSearch.content.integrations.slack', { - defaultMessage: 'Slack', - }), - description: i18n.translate('xpack.enterpriseSearch.content.integrations.slackDescription', { - defaultMessage: 'Search over your content on Slack.', - }), - categories: ['enterprise_search', 'elastic_stack', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=slack', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/slack.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'oracle', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.oracleName', { - defaultMessage: 'Oracle', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.oracleDescription', - { - defaultMessage: 'Search over your content on Oracle.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'datastore', - 'connector', - 'connector_client', - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=oracle', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/oracle.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'mssql', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.msSqlName', { - defaultMessage: 'Microsoft SQL', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.msSqlDescription', - { - defaultMessage: 'Search over your content on Microsoft SQL Server.', - } - ), - categories: [ - 'enterprise_search', - 'custom', - 'elastic_stack', - 'datastore', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=mssql', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/mssql.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'network_drive_connector', - title: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.networkDriveName', - { - defaultMessage: 'Network Drive', - } - ), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.netowkrDriveDescription', - { - defaultMessage: 'Search over your Network Drive content.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=network_drive', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/network_drive.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'amazon_s3', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.s3', { - defaultMessage: 'Amazon S3', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.s3Description', - { - defaultMessage: 'Search over your content on Amazon S3.', - } - ), - categories: [ - 'enterprise_search', - 'datastore', - 'elastic_stack', - 'connector', - 'connector_client', - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=s3', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/s3.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'google_cloud_storage', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.googleCloud', { - defaultMessage: 'Google Cloud Storage', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.googleCloudDescription', - { - defaultMessage: 'Search over your content on Google Cloud Storage.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=google_cloud_storage', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/google_cloud_storage.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'google_drive', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.googleDrive', { - defaultMessage: 'Google Drive', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.googleDriveDescription', - { - defaultMessage: 'Search over your content on Google Drive.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=google_drive', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/google_drive.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'azure_blob_storage', - title: i18n.translate('xpack.enterpriseSearch.workplaceSearch.integrations.azureBlob', { - defaultMessage: 'Azure Blob Storage', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.integrations.azureBlobDescription', - { - defaultMessage: 'Search over your content on Azure Blob Storage.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=azure_blob_storage', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/azure_blob_storage.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - customIntegrations.registerCustomIntegration({ - id: 'confluence_cloud', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.confluenceTitle', { - defaultMessage: 'Confluence Cloud', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.confluenceDescription', - { - defaultMessage: 'Search over your content on Confluence Cloud.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=confluence', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/confluence_cloud.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - customIntegrations.registerCustomIntegration({ - id: 'confluence_server', - title: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.confluenceServerTitle', - { - defaultMessage: 'Confluence Server', - } - ), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.confluenceServerDescription', - { - defaultMessage: 'Search over your content on Confluence Server.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=confluence', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/confluence_cloud.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - customIntegrations.registerCustomIntegration({ - id: 'confluence_data_center', - title: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.confluenceDataCenterTitle', - { - defaultMessage: 'Confluence Data Center', - } - ), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.confluenceDataCenterDescription', - { - defaultMessage: 'Search over your content on Confluence Data Center.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=confluence', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/confluence_cloud.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - customIntegrations.registerCustomIntegration({ - id: 'jira_cloud', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.jiraCloudTitle', { - defaultMessage: 'Jira Cloud', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.jiraDescription', - { - defaultMessage: 'Search over your content on Jira Cloud.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - 'jira', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=jira', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/jira_cloud.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - customIntegrations.registerCustomIntegration({ - id: 'jira_data_center', - title: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.jiraDataCenterCloudTitle', - { - defaultMessage: 'Jira Data Center', - } - ), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.jiraDataCenterDescription', - { - defaultMessage: 'Search over your content on Jira Data Center.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=jira', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/jira_cloud.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'jira_server', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.jiraServerTitle', { - defaultMessage: 'Jira Server', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.jiraServerDescription', - { - defaultMessage: 'Search over your content on Jira Server.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - 'jira', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=jira', - icons: [ - { - type: 'svg', - src: http.basePath.prepend( - '/plugins/enterpriseSearch/assets/source_icons/jira_server.svg' - ), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'outlook', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.outlookTitle', { - defaultMessage: 'Outlook', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.outlookDescription', - { - defaultMessage: 'Search over your content on Outlook.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - 'outlook', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=outlook', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/outlook.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: true, - }); - - customIntegrations.registerCustomIntegration({ - id: 'zoom', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.zoomTitle', { - defaultMessage: 'Zoom', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.zoomDescription', - { - defaultMessage: 'Search over your content on Zoom.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - 'zoom', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=zoom', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/zoom.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'teams', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.teamsTitle', { - defaultMessage: 'Teams', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.teamsDescription', - { - defaultMessage: 'Search over your content on Teams.', - } - ), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - 'teams', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=teams', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/teams.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'box', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.boxTitle', { - defaultMessage: 'Box', - }), - description: i18n.translate('xpack.enterpriseSearch.integrations.connectors.boxDescription', { - defaultMessage: 'Search over your content on Box.', - }), - categories: [ - 'enterprise_search', - 'elastic_stack', - 'custom', - 'connector', - 'connector_client', - 'box', - ...nativeSearchTag, - ], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=box', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/box.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, - }); - - customIntegrations.registerCustomIntegration({ - id: 'notion', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.notionTitle', { - defaultMessage: 'Notion', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.notionDescription', - { - defaultMessage: 'Search over your content on Notion.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=notion', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/notion.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: true, - }); - - customIntegrations.registerCustomIntegration({ - id: 'redis', - title: i18n.translate('xpack.enterpriseSearch.integrations.connectors.redisTitle', { - defaultMessage: 'Redis', - }), - description: i18n.translate( - 'xpack.enterpriseSearch.integrations.connectors.redisDescription', - { - defaultMessage: 'Search over your content on Redis.', - } - ), - categories: ['enterprise_search', 'elastic_stack', 'custom', 'connector', 'connector_client'], - uiInternalPath: - '/app/enterprise_search/content/search_indices/new_index/connector?service_type=redis', - icons: [ - { - type: 'svg', - src: http.basePath.prepend('/plugins/enterpriseSearch/assets/source_icons/redis.svg'), - }, - ], - shipper: 'enterprise_search', - isBeta: false, + CONNECTOR_DEFINITIONS.forEach((connector) => { + const connectorType = connector.isNative && isCloud ? 'native' : 'connector_client'; + const categories = connector.isNative + ? [...(connector.categories || []), ...nativeSearchTag] + : connector.categories; + + customIntegrations.registerCustomIntegration({ + categories: categories || [], + description: connector.description || '', + icons: [ + { + src: http.basePath.prepend( + `/plugins/enterpriseSearch/assets/source_icons/${connector.iconPath}` + ), + type: 'svg', + }, + ], + id: connector.serviceType, + isBeta: connector.isBeta, + shipper: 'enterprise_search', + title: connector.name, + uiInternalPath: `/app/enterprise_search/content/search_indices/new_index/connector?connector_type=${connectorType}&service_type=${connector.serviceType}`, + }); }); } }; diff --git a/x-pack/plugins/enterprise_search/server/plugin.ts b/x-pack/plugins/enterprise_search/server/plugin.ts index 4167b9e52a946..73574f1b98d03 100644 --- a/x-pack/plugins/enterprise_search/server/plugin.ts +++ b/x-pack/plugins/enterprise_search/server/plugin.ts @@ -343,7 +343,7 @@ export class EnterpriseSearchPlugin implements Plugin { */ if (globalSearch) { - globalSearch.registerResultProvider(getSearchResultProvider(http.basePath, config)); + globalSearch.registerResultProvider(getSearchResultProvider(http.basePath, config, isCloud)); globalSearch.registerResultProvider(getIndicesSearchResultProvider(http.basePath)); } } diff --git a/x-pack/plugins/enterprise_search/server/utils/search_result_provider.test.ts b/x-pack/plugins/enterprise_search/server/utils/search_result_provider.test.ts index f1736d88d1ea4..37ec58ac8c17a 100644 --- a/x-pack/plugins/enterprise_search/server/utils/search_result_provider.test.ts +++ b/x-pack/plugins/enterprise_search/server/utils/search_result_provider.test.ts @@ -42,7 +42,31 @@ describe('Enterprise Search search provider', () => { title: 'MongoDB', type: 'Search', url: { - path: `${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/search_indices/new_index/connector?service_type=mongodb`, + path: `${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/search_indices/new_index/connector?connector_type=connector_client&service_type=mongodb`, + prependBasePath: true, + }, + }; + + const nativeMongoResult = { + icon: '/kbn/plugins/enterpriseSearch/assets/source_icons/mongodb.svg', + id: 'mongodb', + score: 75, + title: 'MongoDB', + type: 'Search', + url: { + path: `${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/search_indices/new_index/connector?connector_type=native&service_type=mongodb`, + prependBasePath: true, + }, + }; + + const customizedConnectorResult = { + icon: '/kbn/plugins/enterpriseSearch/assets/source_icons/custom.svg', + id: '', + score: 75, + title: 'Customized connector', + type: 'Search', + url: { + path: `${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/search_indices/new_index/connector?connector_type=connector_client&service_type=`, prependBasePath: true, }, }; @@ -59,10 +83,14 @@ describe('Enterprise Search search provider', () => { }, }; - const searchResultProvider = getSearchResultProvider(basePathMock, { - hasConnectors: true, - hasWebCrawler: true, - } as any); + const searchResultProvider = getSearchResultProvider( + basePathMock, + { + hasConnectors: true, + hasWebCrawler: true, + } as any, + false + ); beforeEach(() => {}); @@ -117,10 +145,14 @@ describe('Enterprise Search search provider', () => { }); it('omits crawler if config has crawler disabled', () => { - const searchProvider = getSearchResultProvider(basePathMock, { - hasConnectors: true, - hasWebCrawler: false, - } as any); + const searchProvider = getSearchResultProvider( + basePathMock, + { + hasConnectors: true, + hasWebCrawler: false, + } as any, + false + ); getTestScheduler().run(({ expectObservable }) => { expectObservable( searchProvider.find( @@ -135,10 +167,14 @@ describe('Enterprise Search search provider', () => { }); it('omits connectors if config has connectors disabled', () => { - const searchProvider = getSearchResultProvider(basePathMock, { - hasConnectors: false, - hasWebCrawler: true, - } as any); + const searchProvider = getSearchResultProvider( + basePathMock, + { + hasConnectors: false, + hasWebCrawler: true, + } as any, + false + ); getTestScheduler().run(({ expectObservable }) => { expectObservable( searchProvider.find( @@ -205,11 +241,15 @@ describe('Enterprise Search search provider', () => { }); }); it('returns results for legacy app search', () => { - const searchProvider = getSearchResultProvider(basePathMock, { - hasConnectors: false, - hasWebCrawler: false, - canDeployEntSearch: true, - } as any); + const searchProvider = getSearchResultProvider( + basePathMock, + { + canDeployEntSearch: true, + hasConnectors: false, + hasWebCrawler: false, + } as any, + false + ); getTestScheduler().run(({ expectObservable }) => { expectObservable( searchProvider.find( @@ -223,11 +263,15 @@ describe('Enterprise Search search provider', () => { }); }); it('does not return results for legacy workplace search', () => { - const searchProvider = getSearchResultProvider(basePathMock, { - hasConnectors: false, - hasWebCrawler: false, - canDeployEntSearch: true, - } as any); + const searchProvider = getSearchResultProvider( + basePathMock, + { + canDeployEntSearch: true, + hasConnectors: false, + hasWebCrawler: false, + } as any, + false + ); getTestScheduler().run(({ expectObservable }) => { expectObservable( searchProvider.find( @@ -240,5 +284,30 @@ describe('Enterprise Search search provider', () => { }); }); }); + + it('returns appropriate native flags when on cloud', () => { + const searchProvider = getSearchResultProvider( + basePathMock, + { + hasConnectors: true, + hasWebCrawler: true, + } as any, + true + ); + getTestScheduler().run(({ expectObservable }) => { + expectObservable( + searchProvider.find( + { term: '' }, + { aborted$: NEVER, maxResults: 100, preference: '' }, + {} as any + ) + ).toBe('(a|)', { + a: expect.arrayContaining([ + { ...nativeMongoResult, score: 80 }, + { ...customizedConnectorResult, score: 80 }, + ]), + }); + }); + }); }); }); diff --git a/x-pack/plugins/enterprise_search/server/utils/search_result_provider.ts b/x-pack/plugins/enterprise_search/server/utils/search_result_provider.ts index 64bdabb8c3d6e..3f73e3872c850 100644 --- a/x-pack/plugins/enterprise_search/server/utils/search_result_provider.ts +++ b/x-pack/plugins/enterprise_search/server/utils/search_result_provider.ts @@ -25,6 +25,7 @@ type ServiceDefinition = | ConnectorServerSideDefinition | { iconPath?: string; + isNative?: boolean; keywords: string[]; name: string; serviceType: string; @@ -34,6 +35,8 @@ type ServiceDefinition = export function toSearchResult({ basePath, iconPath, + isCloud, + isNative, name, score, serviceType, @@ -41,11 +44,20 @@ export function toSearchResult({ }: { basePath: IBasePath; iconPath?: string; + isCloud: boolean; + isNative?: boolean; name: string; score: number; serviceType: string; url?: string; }) { + const isCrawler = serviceType === ENTERPRISE_SEARCH_CONNECTOR_CRAWLER_SERVICE_TYPE; + const connectorTypeParam = !isCrawler + ? isCloud && isNative + ? 'native' + : 'connector_client' + : null; + return { icon: iconPath ? basePath.prepend(`/plugins/enterpriseSearch/assets/source_icons/${iconPath}`) @@ -60,9 +72,9 @@ export function toSearchResult({ path: url ?? `${ENTERPRISE_SEARCH_CONTENT_PLUGIN.URL}/search_indices/new_index/${ - serviceType === ENTERPRISE_SEARCH_CONNECTOR_CRAWLER_SERVICE_TYPE + isCrawler ? 'crawler' - : `connector?service_type=${serviceType}` + : `connector?connector_type=${connectorTypeParam}&service_type=${serviceType}` }`, prependBasePath: true, }, @@ -71,7 +83,8 @@ export function toSearchResult({ export function getSearchResultProvider( basePath: IBasePath, - config: ConfigType + config: ConfigType, + isCloud: boolean ): GlobalSearchResultProvider { return { find: ({ term, types, tags }, { aborted$, maxResults }) => { @@ -118,7 +131,7 @@ export function getSearchResultProvider( ]; const result = services .map((service) => { - const { iconPath, keywords, name, serviceType } = service; + const { iconPath, isNative, keywords, name, serviceType } = service; const url = 'url' in service ? service.url : undefined; let score = 0; const searchTerm = (term || '').toLowerCase(); @@ -136,7 +149,16 @@ export function getSearchResultProvider( } else if (keywords.some((keyword) => keyword.includes(searchTerm))) { score = 50; } - return toSearchResult({ basePath, iconPath, name, score, serviceType, url }); + return toSearchResult({ + basePath, + iconPath, + isCloud, + isNative, + name, + score, + serviceType, + url, + }); }) .filter(({ score }) => score > 0) .slice(0, maxResults); diff --git a/x-pack/plugins/lists/public/lists/hooks/use_read_list_index.test.ts b/x-pack/plugins/lists/public/lists/hooks/use_read_list_index.test.ts index c668e404ab144..dc57825d9acfa 100644 --- a/x-pack/plugins/lists/public/lists/hooks/use_read_list_index.test.ts +++ b/x-pack/plugins/lists/public/lists/hooks/use_read_list_index.test.ts @@ -19,7 +19,8 @@ const { wrapper: queryWrapper } = createQueryWrapperMock(); // TODO: Port this code over to the package: packages/kbn-securitysolution-list-hooks/src/use_read_list_index/index.test.ts once kibana has mocks in packages -describe('useReadListIndex', () => { +// FLAKY: https://github.com/elastic/kibana/issues/178026 +describe.skip('useReadListIndex', () => { let httpMock: ReturnType; beforeEach(() => { diff --git a/x-pack/plugins/maps/public/classes/sources/es_agg_source/index.ts b/x-pack/plugins/maps/public/classes/sources/es_agg_source/index.ts index 9f262ac02648e..09fa1a70c843b 100644 --- a/x-pack/plugins/maps/public/classes/sources/es_agg_source/index.ts +++ b/x-pack/plugins/maps/public/classes/sources/es_agg_source/index.ts @@ -6,5 +6,6 @@ */ export type { IESAggSource, ESAggsSourceSyncMeta } from './types'; +export { hasESAggSourceMethod } from './types'; export { AbstractESAggSource, DEFAULT_METRIC } from './es_agg_source'; export { getAggDisplayName } from './get_agg_display_name'; diff --git a/x-pack/plugins/maps/public/classes/sources/es_agg_source/types.ts b/x-pack/plugins/maps/public/classes/sources/es_agg_source/types.ts index 6f758c505fd89..7d31f07b9ab53 100644 --- a/x-pack/plugins/maps/public/classes/sources/es_agg_source/types.ts +++ b/x-pack/plugins/maps/public/classes/sources/es_agg_source/types.ts @@ -7,9 +7,16 @@ import { DataView } from '@kbn/data-plugin/common'; import { AGG_TYPE } from '../../../../common/constants'; -import type { IESSource } from '../es_source'; +import type { IESSource } from '../es_source/types'; import { IESAggField } from '../../fields/agg'; +export function hasESAggSourceMethod( + source: IESSource, + methodName: keyof IESAggSource +): source is Pick { + return typeof (source as IESAggSource)[methodName] === 'function'; +} + export interface IESAggSource extends IESSource { getAggKey(aggType: AGG_TYPE, fieldName: string): string; getAggLabel(aggType: AGG_TYPE, fieldLabel: string): Promise; diff --git a/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts b/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts index 0e5a48b3d5827..23b82159a4bae 100644 --- a/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts +++ b/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts @@ -16,7 +16,7 @@ import { RequestAdapter } from '@kbn/inspector-plugin/common/adapters/request'; import { lastValueFrom } from 'rxjs'; import type { TimeRange } from '@kbn/es-query'; import { extractWarnings, type SearchResponseWarning } from '@kbn/search-response-warnings'; -import type { IESAggSource } from '../es_agg_source'; +import { hasESAggSourceMethod } from '../es_agg_source/types'; import { AbstractVectorSource, BoundsRequestMeta } from '../vector_source'; import { getAutocompleteService, @@ -183,15 +183,10 @@ export class AbstractESSource extends AbstractVectorSource implements IESSource // buffer can be empty const geoField = await this._getGeoField(); const buffer: MapExtent = - 'isGeoGridPrecisionAware' in this && - 'getGeoGridPrecision' in this && - // @ts-expect-error upgrade typescript v4.9.5 - (this as IESAggSource).isGeoGridPrecisionAware() - ? expandToTileBoundaries( - requestMeta.buffer, - // @ts-expect-error upgrade typescript v4.9.5 - (this as IESAggSource).getGeoGridPrecision(requestMeta.zoom) - ) + hasESAggSourceMethod(this, 'isGeoGridPrecisionAware') && + hasESAggSourceMethod(this, 'getGeoGridPrecision') && + this.isGeoGridPrecisionAware() + ? expandToTileBoundaries(requestMeta.buffer, this.getGeoGridPrecision(requestMeta.zoom)) : requestMeta.buffer; const extentFilter = createExtentFilter(buffer, [geoField.name]); diff --git a/x-pack/plugins/maps/public/classes/styles/vector/properties/dynamic_style_property.tsx b/x-pack/plugins/maps/public/classes/styles/vector/properties/dynamic_style_property.tsx index 72a930553f4ec..c69e4d855ad90 100644 --- a/x-pack/plugins/maps/public/classes/styles/vector/properties/dynamic_style_property.tsx +++ b/x-pack/plugins/maps/public/classes/styles/vector/properties/dynamic_style_property.tsx @@ -99,7 +99,7 @@ export interface IDynamicStyleProperty extends IStyleProperty { ): boolean; } -export class DynamicStyleProperty +export class DynamicStyleProperty extends AbstractStyleProperty implements IDynamicStyleProperty { @@ -350,7 +350,6 @@ export class DynamicStyleProperty } getDataMappingFunction() { - // @ts-expect-error upgrade typescript v4.9.5 return 'dataMappingFunction' in this._options ? (this._options as T & { dataMappingFunction: DATA_MAPPING_FUNCTION }).dataMappingFunction : DATA_MAPPING_FUNCTION.INTERPOLATE; diff --git a/x-pack/plugins/maps/public/classes/styles/vector/properties/static_style_property.ts b/x-pack/plugins/maps/public/classes/styles/vector/properties/static_style_property.ts index ed09d35235eda..aad248ecc2033 100644 --- a/x-pack/plugins/maps/public/classes/styles/vector/properties/static_style_property.ts +++ b/x-pack/plugins/maps/public/classes/styles/vector/properties/static_style_property.ts @@ -8,6 +8,6 @@ import { AbstractStyleProperty } from './style_property'; import { STYLE_TYPE } from '../../../../../common/constants'; -export class StaticStyleProperty extends AbstractStyleProperty { +export class StaticStyleProperty extends AbstractStyleProperty { static type = STYLE_TYPE.STATIC; } diff --git a/x-pack/plugins/maps/public/classes/styles/vector/properties/style_property.ts b/x-pack/plugins/maps/public/classes/styles/vector/properties/style_property.ts index ee3da4e3636b3..3de004690e3e7 100644 --- a/x-pack/plugins/maps/public/classes/styles/vector/properties/style_property.ts +++ b/x-pack/plugins/maps/public/classes/styles/vector/properties/style_property.ts @@ -32,7 +32,7 @@ export interface IStyleProperty { getDisplayStyleName(): string; } -export class AbstractStyleProperty implements IStyleProperty { +export class AbstractStyleProperty implements IStyleProperty { protected readonly _options: T; protected readonly _styleName: VECTOR_STYLES; diff --git a/x-pack/plugins/maps/public/classes/styles/vector/symbol_utils.tsx b/x-pack/plugins/maps/public/classes/styles/vector/symbol_utils.tsx index a0a2b27abb2f4..4f70524751b63 100644 --- a/x-pack/plugins/maps/public/classes/styles/vector/symbol_utils.tsx +++ b/x-pack/plugins/maps/public/classes/styles/vector/symbol_utils.tsx @@ -59,7 +59,9 @@ export async function createSdfIcon({ svgCanvas.width = size; svgCanvas.height = size; const svgCtx = svgCanvas.getContext('2d'); - // @ts-expect-error upgrade typescript v4.9.5 + if (!svgCtx) { + return null; + } const v = Canvg.fromString(svgCtx, svg, { ignoreDimensions: true, offsetX: buffer / 2, diff --git a/x-pack/plugins/maps/public/lazy_wrapper.tsx b/x-pack/plugins/maps/public/lazy_wrapper.tsx index 184cbc310da46..6444237e82f36 100644 --- a/x-pack/plugins/maps/public/lazy_wrapper.tsx +++ b/x-pack/plugins/maps/public/lazy_wrapper.tsx @@ -16,7 +16,7 @@ const Fallback = () => ( interface Props { getLazyComponent: () => FC; - lazyComponentProps: T; + lazyComponentProps: JSX.IntrinsicAttributes & T; } export function LazyWrapper({ getLazyComponent, lazyComponentProps }: Props) { @@ -24,7 +24,6 @@ export function LazyWrapper({ getLazyComponent, lazyComponentProps }: Props }> - {/* @ts-expect-error upgrade typescript v4.9.5*/} diff --git a/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts b/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts index 511a1a1457b02..0df13dfe2814b 100644 --- a/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts +++ b/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts @@ -13,6 +13,7 @@ import { type FieldId, EVENT_RATE_FIELD_ID, } from '@kbn/ml-anomaly-utils'; +import { DataViewType } from '@kbn/data-views-plugin/public'; import { getGeoFields, filterCategoryFields } from '../../../../common/util/fields_utils'; import { ml, type MlApiServices } from '../ml_api_service'; import { processTextAndKeywordFields, NewJobCapabilitiesServiceBase } from './new_job_capabilities'; @@ -57,7 +58,7 @@ export class NewJobCapsService extends NewJobCapabilitiesServiceBase { const resp = await this._mlApiService.jobs.newJobCaps( dataView.getIndexPattern(), - dataView.type === 'rollup' + dataView.type === DataViewType.ROLLUP ); const { fields: allFields, aggs } = createObjects(resp, dataView.getIndexPattern()); diff --git a/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts b/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts index fe5fd94777c64..794bb3d641650 100644 --- a/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts +++ b/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts @@ -6,7 +6,7 @@ */ import { ES_FIELD_TYPES, KBN_FIELD_TYPES } from '@kbn/field-types'; -import { DataView } from '@kbn/data-views-plugin/public'; +import { DataView, DataViewType } from '@kbn/data-views-plugin/public'; import type { Field, NewJobCapsResponse } from '@kbn/ml-anomaly-utils'; import { getDependentVar, @@ -63,7 +63,7 @@ class NewJobCapsServiceAnalytics extends NewJobCapabilitiesServiceBase { try { const resp: NewJobCapsResponse = await ml.dataFrameAnalytics.newJobCapsAnalytics( dataView.getIndexPattern(), - dataView.type === 'rollup' + dataView.type === DataViewType.ROLLUP ); const allFields = removeNestedFieldChildren(resp, dataView.getIndexPattern()); diff --git a/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts b/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts index 4a0fa9876b8d8..0bddc3b2dff21 100644 --- a/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts +++ b/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts @@ -9,6 +9,7 @@ import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; import type { IScopedClusterClient } from '@kbn/core/server'; import type { DataViewsService, DataView } from '@kbn/data-views-plugin/common'; import type { RollupFields } from '@kbn/ml-anomaly-utils'; +import { DataViewType } from '@kbn/data-views-plugin/common'; export interface RollupJob { job_id: string; @@ -67,7 +68,8 @@ async function loadRollupIndexPattern( ): Promise { const resp = await dataViewsService.find('*', 10000); const obj = resp.find( - (dv) => dv.type === 'rollup' && dv.title === indexPattern && dv.typeMeta !== undefined + (dv) => + dv.type === DataViewType.ROLLUP && dv.title === indexPattern && dv.typeMeta !== undefined ); return obj ?? null; diff --git a/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression_chart.tsx index 6c352ea7f1a66..666fbdc84f9d8 100644 --- a/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression_chart.tsx +++ b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression_chart.tsx @@ -231,4 +231,6 @@ const convertMetricValue = (metric: SnapshotMetricType, value: number) => { const converters: Record number> = { cpu: (n) => Number(n) / 100, memory: (n) => Number(n) / 100, + tx: (n) => Number(n) / 8, + rx: (n) => Number(n) / 8, }; diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/get_values.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/get_values.test.ts new file mode 100644 index 0000000000000..e240d112e32fa --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/get_values.test.ts @@ -0,0 +1,72 @@ +/* + * 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 { getEvaluationValues, getThresholds } from './get_values'; + +describe('getValue helpers', () => { + describe('getThresholds', () => { + test('should return undefined when there is at least one multiple thresholds comparator (such as in between)', () => { + const criteriaMultipleConditions = [ + { + aggType: 'avg', + comparator: 'between', + threshold: [4, 5], + timeSize: 1, + timeUnit: 'm', + metric: 'system.cpu.system.pct', + }, + { + aggType: 'count', + comparator: '>', + threshold: [4], + timeSize: 1, + timeUnit: 'm', + }, + ]; + expect(getThresholds(criteriaMultipleConditions)).toEqual(undefined); + }); + + test('should return threshold for multiple conditions', () => { + const criteriaMultipleConditions = [ + { + aggType: 'avg', + comparator: '>', + threshold: [1], + timeSize: 1, + timeUnit: 'm', + metric: 'system.cpu.system.pct', + }, + { + aggType: 'count', + comparator: '>', + threshold: [4], + timeSize: 1, + timeUnit: 'm', + }, + ]; + expect(getThresholds(criteriaMultipleConditions)).toEqual([1, 4]); + }); + }); + + describe('getEvaluationValues', () => { + test('should return evaluation values ', () => { + const alertResultsMultipleConditions = [ + { + 'host-0': { + metric: 'cpu', + comparator: '>', + threshold: [1.0], + timeSize: 1, + timeUnit: 'm', + currentValue: 0.85, + }, + }, + ]; + expect(getEvaluationValues(alertResultsMultipleConditions, 'host-0')).toEqual([0.85]); + }); + }); +}); diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/get_values.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/get_values.ts new file mode 100644 index 0000000000000..3bcfbcf21fcc8 --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/get_values.ts @@ -0,0 +1,38 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +export const getEvaluationValues = ( + alertResults: Array>, + group: string +): Array => { + return alertResults.reduce((acc: Array, result) => { + if (result[group]) { + acc.push(result[group].currentValue); + } + return acc; + }, []); +}; + +export const getThresholds = ( + criteria: T[] +): number[] | undefined => { + let hasMultipleThresholdComparator = false; + const thresholds = criteria + .map((c) => c.threshold) + .reduce((acc: number[], t) => { + if (t.length !== 1) { + hasMultipleThresholdComparator = true; + return acc; + } + return acc.concat(t[0]); + }, []); + + // We don't save threshold if at least one of the comparators is a multiple threshold one such as 'in between' + if (hasMultipleThresholdComparator) return undefined; + + return thresholds; +}; diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts index 8de485b60fd7e..7f4159f39c525 100644 --- a/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts @@ -6,7 +6,12 @@ */ import { i18n } from '@kbn/i18n'; -import { ALERT_REASON, ALERT_ACTION_GROUP, ALERT_EVALUATION_VALUES } from '@kbn/rule-data-utils'; +import { + ALERT_REASON, + ALERT_ACTION_GROUP, + ALERT_EVALUATION_VALUES, + ALERT_EVALUATION_THRESHOLD, +} from '@kbn/rule-data-utils'; import { first, get } from 'lodash'; import { ActionGroup, @@ -18,7 +23,11 @@ import { Alert, RuleTypeState } from '@kbn/alerting-plugin/server'; import { getAlertUrl } from '@kbn/observability-plugin/common'; import { SnapshotMetricType } from '@kbn/metrics-data-access-plugin/common'; import { getOriginalActionGroup } from '../../../utils/get_original_action_group'; -import { AlertStates, InventoryMetricThresholdParams } from '../../../../common/alerting/metrics'; +import { + AlertStates, + InventoryMetricConditions, + InventoryMetricThresholdParams, +} from '../../../../common/alerting/metrics'; import { createFormatter } from '../../../../common/formatters'; import { getCustomMetricLabel } from '../../../../common/formatters/get_custom_metric_label'; import { METRIC_FORMATTERS } from '../../../../common/formatters/snapshot_metric_formats'; @@ -40,6 +49,7 @@ import { getInventoryViewInAppUrlWithSpaceId, UNGROUPED_FACTORY_KEY, } from '../common/utils'; +import { getEvaluationValues, getThresholds } from '../common/get_values'; import { evaluateCondition, ConditionResult } from './evaluate_condition'; type InventoryMetricThresholdAllowedActionGroups = ActionGroupIdsOf< @@ -65,7 +75,8 @@ type InventoryMetricThresholdAlertFactory = ( reason: string, actionGroup: InventoryThrehsoldActionGroup, additionalContext?: AdditionalContext | null, - evaluationValues?: Array + evaluationValues?: Array, + thresholds?: Array ) => InventoryMetricThresholdAlert; export const createInventoryMetricThresholdExecutor = (libs: InfraBackendLibs) => @@ -104,13 +115,15 @@ export const createInventoryMetricThresholdExecutor = (libs: InfraBackendLibs) = getAlertStartedDate, getAlertUuid, getAlertByAlertUuid, + alertFactory: baseAlertFactory, } = services; const alertFactory: InventoryMetricThresholdAlertFactory = ( id, reason, actionGroup, additionalContext, - evaluationValues + evaluationValues, + thresholds ) => alertWithLifecycle({ id, @@ -118,6 +131,7 @@ export const createInventoryMetricThresholdExecutor = (libs: InfraBackendLibs) = [ALERT_REASON]: reason, [ALERT_ACTION_GROUP]: actionGroup, [ALERT_EVALUATION_VALUES]: evaluationValues, + [ALERT_EVALUATION_THRESHOLD]: thresholds, ...flattenAdditionalContext(additionalContext), }, }); @@ -194,8 +208,15 @@ export const createInventoryMetricThresholdExecutor = (libs: InfraBackendLibs) = ); let scheduledActionsCount = 0; + const alertLimit = baseAlertFactory.alertLimit.getValue(); + let hasReachedLimit = false; const inventoryItems = Object.keys(first(results)!); for (const group of inventoryItems) { + if (scheduledActionsCount >= alertLimit) { + // need to set this so that warning is displayed in the UI and in the logs + hasReachedLimit = true; + break; // once limit is reached, we break out of the loop and don't schedule any more alerts + } // AND logic; all criteria must be across the threshold const shouldAlertFire = results.every((result) => result[group]?.shouldFire); const shouldAlertWarn = results.every((result) => result[group]?.shouldWarn); @@ -252,17 +273,16 @@ export const createInventoryMetricThresholdExecutor = (libs: InfraBackendLibs) = new Set([...(additionalContext.tags ?? []), ...ruleTags]) ); - const evaluationValues = results.reduce((acc: Array, result) => { - acc.push(result[group].currentValue); - return acc; - }, []); + const evaluationValues = getEvaluationValues(results, group); + const thresholds = getThresholds(criteria); const alert = alertFactory( group, reason, actionGroupId, additionalContext, - evaluationValues + evaluationValues, + thresholds ); const indexedStartedAt = getAlertStartedDate(group) ?? startedAt.toISOString(); const alertUuid = getAlertUuid(group); @@ -300,6 +320,7 @@ export const createInventoryMetricThresholdExecutor = (libs: InfraBackendLibs) = } } + baseAlertFactory.alertLimit.setLimitReached(hasReachedLimit); const { getRecoveredAlerts } = services.alertFactory.done(); const recoveredAlerts = getRecoveredAlerts(); diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts index 01377ce2c5335..d2301072d4854 100644 --- a/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts @@ -18,4 +18,6 @@ export const convertMetricValue = (metric: SnapshotMetricType, value: number) => const converters: Record number> = { cpu: (n) => Number(n) / 100, memory: (n) => Number(n) / 100, + tx: (n) => Number(n) / 8, + rx: (n) => Number(n) / 8, }; diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.test.ts new file mode 100644 index 0000000000000..279793a4a4102 --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.test.ts @@ -0,0 +1,63 @@ +/* + * 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 { Comparator, InventoryMetricConditions } from '../../../../../common/alerting/metrics'; +import { createBucketSelector } from './create_bucket_selector'; + +describe('createBucketSelector', () => { + it('should convert tx threshold from bits to byte', () => { + const inventoryMetricConditions: InventoryMetricConditions = { + metric: 'tx', + timeSize: 5, + timeUnit: 'm', + threshold: [8], + comparator: Comparator.GT_OR_EQ, + warningThreshold: [16], + warningComparator: Comparator.LT_OR_EQ, + }; + expect(createBucketSelector('tx', inventoryMetricConditions)).toEqual({ + selectedBucket: { + bucket_selector: { + buckets_path: { + shouldTrigger: 'shouldTrigger', + shouldWarn: 'shouldWarn', + }, + script: + '(params.shouldWarn != null && params.shouldWarn > 0) || (params.shouldTrigger != null && params.shouldTrigger > 0)', + }, + }, + shouldTrigger: { + bucket_script: { + buckets_path: { + value: 'tx', + }, + script: { + params: { + // Threshold has been converted from 8 bits to 1 byte + threshold: 1, + }, + source: 'params.value >= params.threshold ? 1 : 0', + }, + }, + }, + shouldWarn: { + bucket_script: { + buckets_path: { + value: 'tx', + }, + script: { + params: { + // Threshold has been converted from 16 bits to 2 byte + threshold: 2, + }, + source: 'params.value <= params.threshold ? 1 : 0', + }, + }, + }, + }); + }); +}); diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.test.ts new file mode 100644 index 0000000000000..f93989f2d4b9d --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.test.ts @@ -0,0 +1,21 @@ +/* + * 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 { Comparator } from '../../../../../common/alerting/metrics'; +import { createConditionScript } from './create_condition_script'; + +describe('createConditionScript', () => { + it('should convert tx threshold from bits to byte', () => { + expect(createConditionScript([8], Comparator.GT_OR_EQ, 'tx')).toEqual({ + params: { + // Threshold has been converted from 8 bits to 1 byte + threshold: 1, + }, + source: 'params.value >= params.threshold ? 1 : 0', + }); + }); +}); diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts index 2c88148bc2fa4..a6baca28ace1f 100644 --- a/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts @@ -6,6 +6,7 @@ */ import { alertsMock } from '@kbn/alerting-plugin/server/mocks'; +import { getThresholds } from '../common/get_values'; import { set } from '@kbn/safer-lodash-set'; import { Aggregators, @@ -23,7 +24,11 @@ import { Evaluation } from './lib/evaluate_rule'; import type { LogMeta, Logger } from '@kbn/logging'; import { DEFAULT_FLAPPING_SETTINGS } from '@kbn/alerting-plugin/common'; import { InfraConfig } from '../../../../common/plugin_config_types'; -import { ALERT_EVALUATION_VALUES, ALERT_REASON } from '@kbn/rule-data-utils'; +import { + ALERT_EVALUATION_THRESHOLD, + ALERT_EVALUATION_VALUES, + ALERT_REASON, +} from '@kbn/rule-data-utils'; jest.mock('./lib/evaluate_rule', () => ({ evaluateRule: jest.fn() })); @@ -147,7 +152,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: '*', conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -169,7 +174,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: '*', conditions: [ - { metric: 'test.metric.1', threshold: ['1.5'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [1.5], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -191,7 +196,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: '*', conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -213,7 +218,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: '*', conditions: [ - { metric: 'test.metric.1', threshold: ['1.5'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [1.5], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -235,7 +240,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: '*', conditions: [ - { metric: 'test.metric.1', threshold: ['0', '1.5'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0, 1.5], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -257,7 +262,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: '*', conditions: [ - { metric: 'test.metric.1', threshold: ['0', '0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0, 0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -334,7 +339,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertIdA, conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -345,7 +350,7 @@ describe('The metric threshold rule type', () => { testAlertReported(2, { id: alertIdB, conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -389,7 +394,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertIdA, conditions: [ - { metric: 'test.metric.1', threshold: ['1.5'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [1.5], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -801,7 +806,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertIdA, conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -812,7 +817,7 @@ describe('The metric threshold rule type', () => { testAlertReported(2, { id: alertIdB, conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '3', evaluation_value: 3 }, + { metric: 'test.metric.1', threshold: [0.75], value: '3', evaluation_value: 3 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -876,7 +881,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.1', threshold: ['0.75'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.75], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -953,8 +958,8 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.1', threshold: ['1'], value: '1', evaluation_value: 1 }, - { metric: 'test.metric.2', threshold: ['3'], value: '3', evaluation_value: 3 }, + { metric: 'test.metric.1', threshold: [1], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.2', threshold: [3], value: '3', evaluation_value: 3 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -1047,8 +1052,8 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertIdA, conditions: [ - { metric: 'test.metric.1', threshold: ['1'], value: '1', evaluation_value: 1 }, - { metric: 'test.metric.2', threshold: ['3'], value: '3', evaluation_value: 3 }, + { metric: 'test.metric.1', threshold: [1], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.2', threshold: [3], value: '3', evaluation_value: 3 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -1099,7 +1104,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(1); testAlertReported(1, { id: alertID, - conditions: [{ metric: 'count', threshold: ['0.9'], value: '1', evaluation_value: 1 }], + conditions: [{ metric: 'count', threshold: [0.9], value: '1', evaluation_value: 1 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'count is 1 in the last 1 min. Alert when > 0.9.', @@ -1216,7 +1221,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(2); testAlertReported(1, { id: alertIdA, - conditions: [{ metric: 'count', threshold: ['0'], value: '0', evaluation_value: 0 }], + conditions: [{ metric: 'count', threshold: [0], value: '0', evaluation_value: 0 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'count is 0 in the last 1 min for a. Alert when <= 0.', @@ -1225,7 +1230,7 @@ describe('The metric threshold rule type', () => { }); testAlertReported(2, { id: alertIdB, - conditions: [{ metric: 'count', threshold: ['0'], value: '0', evaluation_value: 0 }], + conditions: [{ metric: 'count', threshold: [0], value: '0', evaluation_value: 0 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'count is 0 in the last 1 min for b. Alert when <= 0.', @@ -1275,9 +1280,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(1); testAlertReported(1, { id: alertID, - conditions: [ - { metric: 'test.metric.2', threshold: ['1'], value: '3', evaluation_value: 3 }, - ], + conditions: [{ metric: 'test.metric.2', threshold: [1], value: '3', evaluation_value: 3 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.2 is 3 in the last 1 min. Alert when > 1.', @@ -1347,7 +1350,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.1', threshold: ['0.25'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0.25], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -1419,7 +1422,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.3', threshold: ['1'], value: '[NO DATA]', evaluation_value: null }, + { metric: 'test.metric.3', threshold: [1], value: '[NO DATA]', evaluation_value: null }, ], actionGroup: NO_DATA_ACTIONS.id, alertState: 'NO DATA', @@ -1498,8 +1501,15 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.3', threshold: ['1'], value: '[NO DATA]', evaluation_value: null }, - { metric: 'count', threshold: [30], value: 0 }, + { + metric: 'test.metric.3', + threshold: [1], + formattedThreshold: ['1'], + value: '[NO DATA]', + evaluation_value: null, + }, + // Threshold will not be formatted because there is no result for the second condition + { metric: 'count', threshold: [30], formattedThreshold: [30], value: 0 }, ], actionGroup: NO_DATA_ACTIONS.id, alertState: 'NO DATA', @@ -1566,7 +1576,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.3', threshold: ['0'], value: '[NO DATA]', evaluation_value: null }, + { metric: 'test.metric.3', threshold: [0], value: '[NO DATA]', evaluation_value: null }, ], actionGroup: NO_DATA_ACTIONS.id, alertState: 'NO DATA', @@ -1596,7 +1606,7 @@ describe('The metric threshold rule type', () => { testAlertReported(2, { id: alertID, conditions: [ - { metric: 'test.metric.3', threshold: ['0'], value: '[NO DATA]', evaluation_value: null }, + { metric: 'test.metric.3', threshold: [0], value: '[NO DATA]', evaluation_value: null }, ], actionGroup: NO_DATA_ACTIONS.id, alertState: 'NO DATA', @@ -1637,9 +1647,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(4); testAlertReported(3, { id: alertIdA, - conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '1', evaluation_value: 1 }, - ], + conditions: [{ metric: 'test.metric.1', threshold: [0], value: '1', evaluation_value: 1 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.1 is 1 in the last 1 min for a. Alert when > 0.', @@ -1648,9 +1656,7 @@ describe('The metric threshold rule type', () => { }); testAlertReported(4, { id: alertIdB, - conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '3', evaluation_value: 3 }, - ], + conditions: [{ metric: 'test.metric.1', threshold: [0], value: '3', evaluation_value: 3 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.1 is 3 in the last 1 min for b. Alert when > 0.', @@ -1698,7 +1704,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertIdA, conditions: [ - { metric: 'test.metric.3', threshold: ['0'], value: '[NO DATA]', evaluation_value: null }, + { metric: 'test.metric.3', threshold: [0], value: '[NO DATA]', evaluation_value: null }, ], actionGroup: NO_DATA_ACTIONS.id, alertState: 'NO DATA', @@ -1709,7 +1715,7 @@ describe('The metric threshold rule type', () => { testAlertReported(2, { id: alertIdB, conditions: [ - { metric: 'test.metric.3', threshold: ['0'], value: '[NO DATA]', evaluation_value: null }, + { metric: 'test.metric.3', threshold: [0], value: '[NO DATA]', evaluation_value: null }, ], actionGroup: NO_DATA_ACTIONS.id, alertState: 'NO DATA', @@ -1764,9 +1770,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(3); testAlertReported(1, { id: alertIdA, - conditions: [ - { metric: 'test.metric.2', threshold: ['0'], value: '3', evaluation_value: 3 }, - ], + conditions: [{ metric: 'test.metric.2', threshold: [0], value: '3', evaluation_value: 3 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.2 is 3 in the last 1 min for a. Alert when > 0.', @@ -1775,9 +1779,7 @@ describe('The metric threshold rule type', () => { }); testAlertReported(2, { id: alertIdB, - conditions: [ - { metric: 'test.metric.2', threshold: ['0'], value: '1', evaluation_value: 1 }, - ], + conditions: [{ metric: 'test.metric.2', threshold: [0], value: '1', evaluation_value: 1 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.2 is 1 in the last 1 min for b. Alert when > 0.', @@ -1786,9 +1788,7 @@ describe('The metric threshold rule type', () => { }); testAlertReported(3, { id: alertIdC, - conditions: [ - { metric: 'test.metric.2', threshold: ['0'], value: '3', evaluation_value: 3 }, - ], + conditions: [{ metric: 'test.metric.2', threshold: [0], value: '3', evaluation_value: 3 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.2 is 3 in the last 1 min for c. Alert when > 0.', @@ -1828,9 +1828,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(5); testAlertReported(4, { id: alertIdA, - conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '1', evaluation_value: 1 }, - ], + conditions: [{ metric: 'test.metric.1', threshold: [0], value: '1', evaluation_value: 1 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.1 is 1 in the last 1 min for a. Alert when > 0.', @@ -1839,9 +1837,7 @@ describe('The metric threshold rule type', () => { }); testAlertReported(5, { id: alertIdB, - conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '3', evaluation_value: 3 }, - ], + conditions: [{ metric: 'test.metric.1', threshold: [0], value: '3', evaluation_value: 3 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', reason: 'test.metric.1 is 3 in the last 1 min for b. Alert when > 0.', @@ -1947,7 +1943,7 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertIdA, conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '1', evaluation_value: 1 }, + { metric: 'test.metric.1', threshold: [0], value: '1', evaluation_value: 1 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -1958,7 +1954,7 @@ describe('The metric threshold rule type', () => { testAlertReported(2, { id: alertIdB, conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '3', evaluation_value: 3 }, + { metric: 'test.metric.1', threshold: [0], value: '3', evaluation_value: 3 }, ], actionGroup: FIRED_ACTIONS.id, alertState: 'ALERT', @@ -2007,7 +2003,7 @@ describe('The metric threshold rule type', () => { conditions: [ { metric: 'test.metric.3', - threshold: ['0'], + threshold: [0], value: '[NO DATA]', evaluation_value: null, }, @@ -2023,7 +2019,7 @@ describe('The metric threshold rule type', () => { conditions: [ { metric: 'test.metric.3', - threshold: ['0'], + threshold: [0], value: '[NO DATA]', evaluation_value: null, }, @@ -2062,9 +2058,7 @@ describe('The metric threshold rule type', () => { testNAlertsReported(1); testAlertReported(1, { id: alertID, - conditions: [ - { metric: 'test.metric.1', threshold: ['0'], value: '3', evaluation_value: 3 }, - ], + conditions: [{ metric: 'test.metric.1', threshold: [0], value: '3', evaluation_value: 3 }], actionGroup: FIRED_ACTIONS.id, alertState: 'ERROR', reason: @@ -2086,7 +2080,7 @@ describe('The metric threshold rule type', () => { { ...baseNonCountCriterion, comparator: Comparator.GT, - threshold: [9999], + threshold: [9.999], }, ], }, @@ -2127,7 +2121,13 @@ describe('The metric threshold rule type', () => { testAlertReported(1, { id: alertID, conditions: [ - { metric: 'test.metric.1', threshold: ['9,999'], value: '2.5', evaluation_value: 2.5 }, + { + metric: 'test.metric.1', + threshold: [9.999], + formattedThreshold: ['9,999'], + value: '2.5', + evaluation_value: 2.5, + }, ], actionGroup: WARNING_ACTIONS.id, alertState: 'WARNING', @@ -2156,7 +2156,8 @@ describe('The metric threshold rule type', () => { conditions: [ { metric: 'test.metric.1', - threshold: ['999,900%'], + threshold: [9.999], + formattedThreshold: ['999,900%'], value: '82%', evaluation_value: 0.82, }, @@ -2191,7 +2192,8 @@ describe('The metric threshold rule type', () => { groupByKeys?: any; conditions: Array<{ metric: string; - threshold: Array; + threshold: number[]; + formattedThreshold?: Array; value: string | number; evaluation_value?: number | null; }>; @@ -2231,7 +2233,13 @@ describe('The metric threshold rule type', () => { ...(alertState !== 'ERROR' ? { threshold: conditions.reduce((acc, curr, ndx) => { - set(acc, `condition${ndx}`, curr.threshold); + set( + acc, + `condition${ndx}`, + curr.formattedThreshold + ? curr.formattedThreshold + : curr.threshold.map((t) => String(t)) + ); return acc; }, {}), } @@ -2242,6 +2250,7 @@ describe('The metric threshold rule type', () => { ...(alertState !== 'ERROR' ? { [ALERT_EVALUATION_VALUES]: conditions.map((c) => c.evaluation_value), + [ALERT_EVALUATION_THRESHOLD]: getThresholds(conditions), } : {}), [ALERT_REASON]: reason, diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts index a4601bdbfd742..a59e216748c33 100644 --- a/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts @@ -6,7 +6,11 @@ */ import { i18n } from '@kbn/i18n'; -import { ALERT_EVALUATION_VALUES, ALERT_REASON } from '@kbn/rule-data-utils'; +import { + ALERT_EVALUATION_THRESHOLD, + ALERT_EVALUATION_VALUES, + ALERT_REASON, +} from '@kbn/rule-data-utils'; import { isEqual } from 'lodash'; import { ActionGroupIdsOf, @@ -40,8 +44,9 @@ import { flattenAdditionalContext, getGroupByObject, } from '../common/utils'; +import { getEvaluationValues, getThresholds } from '../common/get_values'; -import { EvaluatedRuleParams, evaluateRule } from './lib/evaluate_rule'; +import { EvaluatedRuleParams, evaluateRule, Evaluation } from './lib/evaluate_rule'; import { MissingGroupsRecord } from './lib/check_missing_group'; import { convertStringsToMissingGroupsRecord } from './lib/convert_strings_to_missing_groups_record'; @@ -50,7 +55,8 @@ export type MetricThresholdAlert = Omit< 'kibana.alert.evaluation.values' > & { // Defining a custom type for this because the schema generation script doesn't allow explicit null values - 'kibana.alert.evaluation.values'?: Array; + [ALERT_EVALUATION_VALUES]?: Array; + [ALERT_EVALUATION_THRESHOLD]?: Array; }; export type MetricThresholdRuleParams = Record; @@ -83,7 +89,8 @@ type MetricThresholdAlertReporter = ( actionGroup: MetricThresholdActionGroup, context: MetricThresholdAlertContext, additionalContext?: AdditionalContext | null, - evaluationValues?: Array + evaluationValues?: Array, + thresholds?: Array ) => void; export const createMetricThresholdExecutor = @@ -129,7 +136,8 @@ export const createMetricThresholdExecutor = actionGroup, contextWithoutAlertDetailsUrl, additionalContext, - evaluationValues + evaluationValues, + thresholds ) => { const { uuid, start } = alertsClient.report({ id, @@ -141,6 +149,7 @@ export const createMetricThresholdExecutor = payload: { [ALERT_REASON]: reason, [ALERT_EVALUATION_VALUES]: evaluationValues, + [ALERT_EVALUATION_THRESHOLD]: thresholds, ...flattenAdditionalContext(additionalContext), }, context: { @@ -324,12 +333,8 @@ export const createMetricThresholdExecutor = new Set([...(additionalContext.tags ?? []), ...options.rule.tags]) ); - const evaluationValues = alertResults.reduce((acc: Array, result) => { - if (result[group]) { - acc.push(result[group].currentValue); - } - return acc; - }, []); + const evaluationValues = getEvaluationValues(alertResults, group); + const thresholds = getThresholds(criteria); const alertContext = { alertState: stateToAlertMessage[nextState], @@ -374,7 +379,8 @@ export const createMetricThresholdExecutor = actionGroupId, alertContext, additionalContext, - evaluationValues + evaluationValues, + thresholds ); scheduledActionsCount++; } diff --git a/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.test.ts b/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.test.ts index ddf2b7b1b1a45..aa4c5aa495f4f 100644 --- a/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.test.ts +++ b/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.test.ts @@ -6,17 +6,24 @@ */ import { alertResultsMultipleConditions } from '../mocks/custom_threshold_alert_result'; -import { criteriaMultipleConditions } from '../mocks/custom_threshold_metric_params'; +import { + criteriaMultipleConditions, + criteriaMultipleConditionsWithIsBetween, +} from '../mocks/custom_threshold_metric_params'; import { getEvaluationValues, getThreshold } from './get_values'; describe('getValue helpers', () => { describe('getThreshold', () => { test('should return threshold for one condition', () => { - expect(getThreshold([criteriaMultipleConditions[1]])).toEqual([4, 5]); + expect(getThreshold([criteriaMultipleConditions[1]])).toEqual([4]); }); test('should return threshold for multiple conditions', () => { - expect(getThreshold(criteriaMultipleConditions)).toEqual([1, 2, 4, 5]); + expect(getThreshold(criteriaMultipleConditions)).toEqual([1, 4]); + }); + + test('should return undefined there is at least one multiple threshold comparator such as is between', () => { + expect(getThreshold(criteriaMultipleConditionsWithIsBetween)).toBeUndefined(); }); }); diff --git a/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.ts b/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.ts index 13c0cabb9b590..8bf51682798a7 100644 --- a/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.ts +++ b/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/lib/get_values.ts @@ -20,10 +20,20 @@ export const getEvaluationValues = ( }, []); }; -export const getThreshold = (criteria: CustomMetricExpressionParams[]): number[] => { - const threshold = criteria.map((c) => c.threshold); +export const getThreshold = (criteria: CustomMetricExpressionParams[]): number[] | undefined => { + let hasMultipleThresholdComparator = false; + const thresholds = criteria + .map((c) => c.threshold) + .reduce((acc: number[], t) => { + if (t.length !== 1) { + hasMultipleThresholdComparator = true; + return acc; + } + return acc.concat(t[0]); + }, []); - return threshold.reduce((acc: number[], t) => { - return acc.concat(...t); - }, []); + // We don't save threshold if at least one of the comparators is a multiple threshold one such as 'in between' + if (hasMultipleThresholdComparator) return undefined; + + return thresholds; }; diff --git a/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/mocks/custom_threshold_metric_params.ts b/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/mocks/custom_threshold_metric_params.ts index 9d09c90859659..6c3eb7557302c 100644 --- a/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/mocks/custom_threshold_metric_params.ts +++ b/x-pack/plugins/observability_solution/observability/server/lib/rules/custom_threshold/mocks/custom_threshold_metric_params.ts @@ -27,7 +27,7 @@ export const criteriaMultipleConditions: CustomMetricExpressionParams[] = [ ], timeUnit: 'm', timeSize: 1, - threshold: [1, 2], + threshold: [1], comparator: Comparator.GT, }, { @@ -45,7 +45,46 @@ export const criteriaMultipleConditions: CustomMetricExpressionParams[] = [ ], timeUnit: 'm', timeSize: 1, - threshold: [4, 5], + threshold: [4], + comparator: Comparator.GT, + }, +]; + +export const criteriaMultipleConditionsWithIsBetween: CustomMetricExpressionParams[] = [ + { + metrics: [ + { + name: 'A', + aggType: Aggregators.AVERAGE, + field: 'system.is.a.good.puppy.dog', + }, + { + name: 'B', + aggType: Aggregators.AVERAGE, + field: 'system.is.a.bad.kitty', + }, + ], + timeUnit: 'm', + timeSize: 1, + threshold: [1, 2], + comparator: Comparator.BETWEEN, + }, + { + metrics: [ + { + name: 'A', + aggType: Aggregators.AVERAGE, + field: 'system.is.a.good.puppy.dog', + }, + { + name: 'B', + aggType: Aggregators.AVERAGE, + field: 'system.is.a.bad.kitty', + }, + ], + timeUnit: 'm', + timeSize: 1, + threshold: [4], comparator: Comparator.GT, }, ]; diff --git a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx index 3ff9765a05cd6..52b455dbc17c5 100644 --- a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx +++ b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx @@ -41,6 +41,7 @@ export interface SyntheticsAppProps { setBreadcrumbs: (crumbs: ChromeBreadcrumb[]) => void; appMountParameters: AppMountParameters; isDev: boolean; + isServerless: boolean; } export interface SyntheticsSettingsContextValues { @@ -53,6 +54,8 @@ export interface SyntheticsSettingsContextValues { isLogsAvailable: boolean; commonlyUsedRanges?: CommonlyUsedDateRange[]; isDev?: boolean; + isServerless?: boolean; + setBreadcrumbs?: (crumbs: ChromeBreadcrumb[]) => void; } const { BASE_PATH } = CONTEXT_DEFAULTS; @@ -79,8 +82,16 @@ export const SyntheticsSettingsContextProvider: React.FC = ( children, ...props }) => { - const { basePath, isApmAvailable, isInfraAvailable, isLogsAvailable, commonlyUsedRanges, isDev } = - props; + const { + basePath, + isApmAvailable, + isInfraAvailable, + isLogsAvailable, + commonlyUsedRanges, + isDev, + setBreadcrumbs, + isServerless, + } = props; const { dateRangeStart, dateRangeEnd } = useGetUrlParams(); @@ -99,6 +110,8 @@ export const SyntheticsSettingsContextProvider: React.FC = ( commonlyUsedRanges, dateRangeStart: dateRangeStart ?? DATE_RANGE_START, dateRangeEnd: dateRangeEnd ?? DATE_RANGE_END, + setBreadcrumbs, + isServerless, }; }, [ canSave, @@ -110,6 +123,8 @@ export const SyntheticsSettingsContextProvider: React.FC = ( dateRangeStart, dateRangeEnd, commonlyUsedRanges, + setBreadcrumbs, + isServerless, ]); return ; diff --git a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx index e5cb27e620061..6a07150070362 100644 --- a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx +++ b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx @@ -17,6 +17,7 @@ import { getSupportedUrlParams, } from '../utils/url_params/get_supported_url_params'; import { makeBaseBreadcrumb, useBreadcrumbs } from './use_breadcrumbs'; +import { SyntheticsSettingsContext } from '../contexts'; describe('useBreadcrumbs', () => { it('sets the given breadcrumbs', () => { @@ -49,7 +50,20 @@ describe('useBreadcrumbs', () => { render( - + + + ); @@ -57,7 +71,7 @@ describe('useBreadcrumbs', () => { const urlParams: SyntheticsUrlParams = getSupportedUrlParams({}); expect(JSON.stringify(getBreadcrumbs())).toEqual( JSON.stringify( - makeBaseBreadcrumb('/app/synthetics', '/app/observability', urlParams).concat( + makeBaseBreadcrumb('/app/synthetics', '/app/observability', urlParams, false).concat( expectedCrumbs ) ) diff --git a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts index 394b1f23634a0..6d174f773e5a1 100644 --- a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts +++ b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts @@ -7,12 +7,13 @@ import { ChromeBreadcrumb } from '@kbn/core/public'; import { i18n } from '@kbn/i18n'; -import { MouseEvent, useEffect } from 'react'; +import { MouseEvent, useContext, useEffect } from 'react'; import { EuiBreadcrumb } from '@elastic/eui'; import { useKibana } from '@kbn/kibana-react-plugin/public'; import { SyntheticsUrlParams, stringifyUrlParams } from '../utils/url_params'; import { useUrlParams } from './use_url_params'; import { PLUGIN } from '../../../../common/constants/plugin'; +import { SyntheticsSettingsContext } from '../contexts'; const EMPTY_QUERY = '?'; @@ -45,8 +46,9 @@ function handleBreadcrumbClick( export const makeBaseBreadcrumb = ( uptimePath: string, observabilityPath: string, - params?: SyntheticsUrlParams -): [EuiBreadcrumb, EuiBreadcrumb] => { + params?: SyntheticsUrlParams, + isServerless?: boolean +): EuiBreadcrumb[] => { if (params) { const crumbParams: Partial = { ...params }; @@ -55,28 +57,35 @@ export const makeBaseBreadcrumb = ( uptimePath += query === EMPTY_QUERY ? '' : query; } - return [ - { + const baseBreadcrumbs: EuiBreadcrumb[] = []; + + // serverless Kibana has a curated UX flow, and "Observability" is already a given, + // thus we don't need to include it explicitly in the breadcrumb trail + if (!isServerless) { + baseBreadcrumbs.push({ text: i18n.translate('xpack.synthetics.breadcrumbs.observabilityText', { defaultMessage: 'Observability', }), href: observabilityPath, 'data-test-subj': 'observabilityPathBreadcrumb', - }, - { - text: i18n.translate('xpack.synthetics.breadcrumbs.overviewBreadcrumbText', { - defaultMessage: 'Synthetics', - }), - href: uptimePath, - 'data-test-subj': 'syntheticsPathBreadcrumb', - }, - ]; + }); + } + + baseBreadcrumbs.push({ + text: i18n.translate('xpack.synthetics.breadcrumbs.overviewBreadcrumbText', { + defaultMessage: 'Synthetics', + }), + href: uptimePath, + 'data-test-subj': 'syntheticsPathBreadcrumb', + }); + + return baseBreadcrumbs; }; export const useBreadcrumbs = (extraCrumbs: ChromeBreadcrumb[]) => { const params = useUrlParams()[0](); const kibana = useKibana(); - const setBreadcrumbs = kibana.services.chrome?.setBreadcrumbs; + const { setBreadcrumbs, isServerless } = useContext(SyntheticsSettingsContext); const syntheticsPath = kibana.services.application?.getUrlForApp(PLUGIN.SYNTHETICS_PLUGIN_ID) ?? ''; const observabilityPath = @@ -87,10 +96,20 @@ export const useBreadcrumbs = (extraCrumbs: ChromeBreadcrumb[]) => { if (setBreadcrumbs) { setBreadcrumbs( handleBreadcrumbClick( - makeBaseBreadcrumb(syntheticsPath, observabilityPath, params).concat(extraCrumbs), + makeBaseBreadcrumb(syntheticsPath, observabilityPath, params, isServerless).concat( + extraCrumbs + ), navigate ) ); } - }, [syntheticsPath, observabilityPath, extraCrumbs, navigate, params, setBreadcrumbs]); + }, [ + syntheticsPath, + observabilityPath, + extraCrumbs, + navigate, + params, + setBreadcrumbs, + isServerless, + ]); }; diff --git a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/render_app.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/render_app.tsx index d7f3b79ef53cb..17a51a5f6a381 100644 --- a/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/render_app.tsx +++ b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/render_app.tsx @@ -20,7 +20,8 @@ export function renderApp( plugins: ClientPluginsSetup, startPlugins: ClientPluginsStart, appMountParameters: AppMountParameters, - isDev: boolean + isDev: boolean, + isServerless: boolean ) { const { application: { capabilities }, @@ -70,7 +71,8 @@ export function renderApp( }), setBadge, appMountParameters, - setBreadcrumbs: core.chrome.setBreadcrumbs, + isServerless, + setBreadcrumbs: startPlugins.serverless?.setBreadcrumbs ?? core.chrome.setBreadcrumbs, }; ReactDOM.render(, appMountParameters.element); diff --git a/x-pack/plugins/observability_solution/synthetics/public/plugin.ts b/x-pack/plugins/observability_solution/synthetics/public/plugin.ts index 11ea23ca6da37..74029366ffd07 100644 --- a/x-pack/plugins/observability_solution/synthetics/public/plugin.ts +++ b/x-pack/plugins/observability_solution/synthetics/public/plugin.ts @@ -54,7 +54,7 @@ import { ObservabilityAIAssistantPluginStart, ObservabilityAIAssistantPluginSetup, } from '@kbn/observability-ai-assistant-plugin/public'; -import { ServerlessPluginSetup } from '@kbn/serverless/public'; +import { ServerlessPluginSetup, ServerlessPluginStart } from '@kbn/serverless/public'; import { PLUGIN } from '../common/constants/plugin'; import { OVERVIEW_ROUTE } from '../common/constants/ui'; import { locators } from './apps/locators'; @@ -99,6 +99,7 @@ export interface ClientPluginsStart { docLinks: DocLinksStart; uiSettings: CoreStart['uiSettings']; usageCollection: UsageCollectionStart; + serverless: ServerlessPluginStart; } export interface UptimePluginServices extends Partial { @@ -157,17 +158,17 @@ export class UptimePlugin { id: 'overview', title: i18n.translate('xpack.synthetics.overviewPage.linkText', { - defaultMessage: 'Overview', + defaultMessage: 'Monitors', }), path: '/', visibleIn: this._isServerless ? ['globalSearch', 'sideNav'] : [], }, { - id: 'management', - title: i18n.translate('xpack.synthetics.managementPage.linkText', { - defaultMessage: 'Management', + id: 'certificates', + title: i18n.translate('xpack.synthetics.deepLink.certificatesPage.linkText', { + defaultMessage: 'TLS Certificates', }), - path: '/monitors', + path: '/certificates', visibleIn: this._isServerless ? ['globalSearch', 'sideNav'] : [], }, ], @@ -175,7 +176,14 @@ export class UptimePlugin const [coreStart, corePlugins] = await core.getStartServices(); const { renderApp } = await import('./apps/synthetics/render_app'); - return renderApp(coreStart, plugins, corePlugins, params, this.initContext.env.mode.dev); + return renderApp( + coreStart, + plugins, + corePlugins, + params, + this.initContext.env.mode.dev, + this._isServerless + ); }, }); } diff --git a/x-pack/plugins/rollup/server/collectors/helpers.ts b/x-pack/plugins/rollup/server/collectors/helpers.ts index e1158133c77e2..595ee685efe6c 100644 --- a/x-pack/plugins/rollup/server/collectors/helpers.ts +++ b/x-pack/plugins/rollup/server/collectors/helpers.ts @@ -7,6 +7,7 @@ import { get } from 'lodash'; import { ElasticsearchClient } from '@kbn/core/server'; import { estypes } from '@elastic/elasticsearch'; +import { DataViewType } from '@kbn/data-views-plugin/common'; // elasticsearch index.max_result_window default value const ES_MAX_RESULT_WINDOW_DEFAULT_VALUE = 1000; @@ -40,7 +41,7 @@ export async function fetchRollupIndexPatterns(kibanaIndex: string, esClient: El bool: { filter: { term: { - 'index-pattern.type': 'rollup', + 'index-pattern.type': DataViewType.ROLLUP, }, }, }, diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx index a2a42d4325f04..2a4c7838e0219 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx @@ -24,8 +24,7 @@ import { UPGRADE_AGENT_FOR_RESPONDER } from '../../../../../common/translations' jest.mock('../../../../../common/experimental_features_service'); -// FLAKY: https://github.com/elastic/kibana/issues/162530 -describe.skip('When using the release action from response actions console', () => { +describe('When using the release action from response actions console', () => { let render: ( capabilities?: EndpointCapabilities[] ) => Promise>; @@ -219,12 +218,14 @@ describe.skip('When using the release action from response actions console', () it('should display completion output if done (no additional API calls)', async () => { await render(); - - expect(apiMocks.responseProvider.actionDetails).toHaveBeenCalledTimes(1); + await waitFor(() => { + expect(apiMocks.responseProvider.actionDetails).toHaveBeenCalledTimes(1); + }); await consoleManagerMockAccess.openRunningConsole(); - - expect(apiMocks.responseProvider.actionDetails).toHaveBeenCalledTimes(1); + await waitFor(() => { + expect(apiMocks.responseProvider.actionDetails).toHaveBeenCalledTimes(1); + }); }); }); }); diff --git a/x-pack/plugins/serverless_observability/public/navigation_tree.ts b/x-pack/plugins/serverless_observability/public/navigation_tree.ts index 4a1a180f0cc2a..f8742436afeb0 100644 --- a/x-pack/plugins/serverless_observability/public/navigation_tree.ts +++ b/x-pack/plugins/serverless_observability/public/navigation_tree.ts @@ -196,18 +196,26 @@ export const navigationTree: NavigationTreeDefinition = { defaultMessage: 'Synthetics', }), renderAs: 'accordion', + breadcrumbStatus: 'hidden', children: [ { + title: i18n.translate('xpack.serverlessObservability.nav.synthetics.overviewItem', { + defaultMessage: 'Overview', + }), + id: 'synthetics-overview', link: 'synthetics:overview', - getIsActive: ({ pathNameSerialized, prepend }) => { - return pathNameSerialized.startsWith(prepend('/app/synthetics')); - }, + breadcrumbStatus: 'hidden', }, { - link: 'synthetics:management', - getIsActive: ({ pathNameSerialized, prepend }) => { - return pathNameSerialized.startsWith(prepend('/app/synthetics/monitors')); - }, + link: 'synthetics:certificates', + title: i18n.translate( + 'xpack.serverlessObservability.nav.synthetics.certificatesItem', + { + defaultMessage: 'TLS Certificates', + } + ), + id: 'synthetics-certificates', + breadcrumbStatus: 'hidden', }, ], }, diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts b/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts index 43a9aa83a3f02..e9ad87a35ab7c 100644 --- a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts +++ b/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.test.ts @@ -171,26 +171,47 @@ describe('Azure Open AI Utils', () => { it('should not match invalid chat url', () => { const regex = transformApiUrlToRegex(AZURE_OPENAI_CHAT_URL); - const match = - 'https://openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15'.match( - regex - ); - expect(match).toBeNull(); + [ + 'https://openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openaiazure.com/openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openaiaazure.com/openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openai.azure.com//openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15', + 'https:///My-test-resource-123.openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/chat/completions?api-version=2023-05-15', + ].forEach((url) => { + const match = url.match(regex); + expect(match).toBeNull(); + }); }); it('should not match invalid completion url', () => { const regex = transformApiUrlToRegex(AZURE_OPENAI_COMPLETIONS_URL); - const match = 'https://fooai.com/completions?api-version=2023-05-15'.match(regex); - expect(match).toBeNull(); + [ + 'https://fooai.com/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openaiazure.com/openai/deployments/NEW-DEPLOYMENT-321/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openaiaazure.com/openai/deployments/NEW-DEPLOYMENT-321/completions?api-version=2023-05-15', + 'https://My-test-resource-123openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openai.azure.com//openai/deployments/NEW-DEPLOYMENT-321/completions?api-version=2023-05-15', + 'https:///My-test-resource-123.openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/completions?api-version=2023-05-15', + ].forEach((url) => { + const match = url.match(regex); + expect(match).toBeNull(); + }); }); it('should not match invalid completion extensions url', () => { const regex = transformApiUrlToRegex(AZURE_OPENAI_COMPLETIONS_EXTENSIONS_URL); - const match = - 'https://My-test-resource-123.openai.azure.com/openai/deployments/extensions/chat/completions?api-version=2023-05-15'.match( - regex - ); - expect(match).toBeNull(); + [ + 'https://My-test-resource-123.openai.azure.com/openai/deployments/extensions/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openaiazure.com/openai/deployments/NEW-DEPLOYMENT-321/extensions/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openaiaazure.com/openai/deployments/NEW-DEPLOYMENT-321/extensions/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/extensions/chat/completions?api-version=2023-05-15', + 'https:///My-test-resource-123.openai.azure.com/openai/deployments/NEW-DEPLOYMENT-321/extensions/chat/completions?api-version=2023-05-15', + 'https://My-test-resource-123.openai.azure.com/openai//deployments/NEW-DEPLOYMENT-321/extensions/chat/completions?api-version=2023-05-15', + ].forEach((url) => { + const match = url.match(regex); + expect(match).toBeNull(); + }); }); }); }); diff --git a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts b/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts index f39a574554a57..02bff6ea2f63a 100644 --- a/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts +++ b/x-pack/plugins/stack_connectors/server/connector_types/openai/lib/azure_openai_utils.ts @@ -61,10 +61,10 @@ export const getRequestWithStreamOption = (url: string, body: string, stream: bo export const transformApiUrlToRegex = (apiUrl: string): RegExp => { return new RegExp( apiUrl - .replaceAll(`/`, `\/`) - .replaceAll(`.`, `\.`) - .replace(`{your-resource-name}`, `[^.]+`) - .replace(`{deployment-id}`, `[^\/]+`) + .replaceAll(`/`, `\\/`) + .replaceAll(`.`, `\\.`) + .replace(`{your-resource-name}`, `[^\\.\\/]+`) + .replace(`{deployment-id}`, `[^\\/]+`) .replace(`?api-version={api-version}`, ``), 'g' ); diff --git a/x-pack/plugins/task_manager/server/lib/calculate_health_status.test.ts b/x-pack/plugins/task_manager/server/lib/calculate_health_status.test.ts index df3ffdcc75cfe..6570347dc5761 100644 --- a/x-pack/plugins/task_manager/server/lib/calculate_health_status.test.ts +++ b/x-pack/plugins/task_manager/server/lib/calculate_health_status.test.ts @@ -260,7 +260,7 @@ describe('calculateHealthStatus', () => { }); }); - test('should return OK status when stats are not yet populated', () => { + test('should return Uninitialized status when stats are not yet populated and shouldRunTasks = true', () => { expect( calculateHealthStatus( { @@ -274,6 +274,20 @@ describe('calculateHealthStatus', () => { ).toEqual({ status: HealthStatus.Uninitialized, reason: `no health stats available` }); }); + test('should return OK status when stats are not yet populated and shouldRunTasks = false', () => { + expect( + calculateHealthStatus( + { + last_update: '2023-05-09T12:59:57.000Z', + stats: {}, + }, + config, + false, + logger + ) + ).toEqual({ status: HealthStatus.OK }); + }); + test('should return error status if any stat has status error', () => { const errorReason = `setting HealthStatus.Error because assumedRequiredThroughputPerMinutePerKibana (222.85972222222222) >= capacityPerMinutePerKibana (200) AND assumedAverageRecurringRequiredThroughputPerMinutePerKibana (222.85972222222222) >= capacityPerMinutePerKibana (200)`; const stats = getStatsWithTimestamp(); diff --git a/x-pack/plugins/task_manager/server/lib/calculate_health_status.ts b/x-pack/plugins/task_manager/server/lib/calculate_health_status.ts index 15a206625efa8..5f3a9f77bb3d0 100644 --- a/x-pack/plugins/task_manager/server/lib/calculate_health_status.ts +++ b/x-pack/plugins/task_manager/server/lib/calculate_health_status.ts @@ -21,7 +21,11 @@ export function calculateHealthStatus( // if stats are empty, return a warning if (isEmpty(summarizedStats.stats)) { - return { status: HealthStatus.Uninitialized, reason: `no health stats available` }; + if (!shouldRunTasks) { + return { status: HealthStatus.OK }; + } else { + return { status: HealthStatus.Uninitialized, reason: `no health stats available` }; + } } // if "hot" health stats are any more stale than monitored_stats_required_freshness diff --git a/x-pack/plugins/task_manager/server/routes/health.test.ts b/x-pack/plugins/task_manager/server/routes/health.test.ts index 6e0e387740d5d..de84a2bd4aa1c 100644 --- a/x-pack/plugins/task_manager/server/routes/health.test.ts +++ b/x-pack/plugins/task_manager/server/routes/health.test.ts @@ -5,8 +5,7 @@ * 2.0. */ -import { Observable, of, Subject } from 'rxjs'; -import { take } from 'rxjs/operators'; +import { firstValueFrom, of, Subject } from 'rxjs'; import { merge } from 'lodash'; import { v4 as uuidv4 } from 'uuid'; import { httpServiceMock, docLinksServiceMock } from '@kbn/core/server/mocks'; @@ -277,7 +276,7 @@ describe('healthRoute', () => { docLinks, }); - const serviceStatus = getLatest(serviceStatus$); + const serviceStatus = firstValueFrom(serviceStatus$); stats$.next(warnRuntimeStat); await sleep(1001); @@ -362,7 +361,7 @@ describe('healthRoute', () => { docLinks, }); - const serviceStatus = getLatest(serviceStatus$); + const serviceStatus = firstValueFrom(serviceStatus$); stats$.next(errorRuntimeStat); await sleep(1001); @@ -435,7 +434,7 @@ describe('healthRoute', () => { docLinks, }); - const serviceStatus = getLatest(serviceStatus$); + const serviceStatus = firstValueFrom(serviceStatus$); const [, handler] = router.get.mock.calls[0]; @@ -519,7 +518,7 @@ describe('healthRoute', () => { docLinks, }); - const serviceStatus = getLatest(serviceStatus$); + const serviceStatus = firstValueFrom(serviceStatus$); await sleep(0); @@ -600,7 +599,7 @@ describe('healthRoute', () => { shouldRunTasks: true, docLinks, }); - const serviceStatus = getLatest(serviceStatus$); + const serviceStatus = firstValueFrom(serviceStatus$); await sleep(0); // eslint-disable-next-line @typescript-eslint/naming-convention @@ -662,6 +661,54 @@ describe('healthRoute', () => { }, }); }); + + it('returns a OK status for empty if shouldRunTasks is false', async () => { + const router = httpServiceMock.createRouter(); + + const stats$ = new Subject(); + const { serviceStatus$ } = healthRoute({ + router, + monitoringStats$: stats$, + logger, + taskManagerId: uuidv4(), + config: getTaskManagerConfig({ + monitored_stats_required_freshness: 1000, + monitored_aggregated_stats_refresh_rate: 60000, + }), + kibanaVersion: '8.0', + kibanaIndexName: '.kibana', + getClusterClient: () => Promise.resolve(elasticsearchServiceMock.createClusterClient()), + usageCounter: mockUsageCounter, + shouldRunTasks: false, + docLinks, + }); + const serviceStatus = firstValueFrom(serviceStatus$); + await sleep(0); + + const lastUpdate = new Date().toISOString(); + stats$.next({ + last_update: lastUpdate, + stats: {}, + }); + + const [, handler] = router.get.mock.calls[0]; + + const [context, req, res] = mockHandlerArguments({}, {}, ['ok']); + + expect(await serviceStatus).toMatchObject({ + level: ServiceStatusLevels.available, + summary: 'Task Manager is healthy', + }); + expect(await handler(context, req, res)).toMatchObject({ + body: { + id: expect.any(String), + timestamp: expect.any(String), + status: 'OK', + last_update: lastUpdate, + stats: {}, + }, + }); + }); }); function ignoreCapacityEstimation(stats: RawMonitoringStats) { @@ -754,10 +801,6 @@ function mockHealthStats(overrides = {}) { return merge(stub, overrides) as unknown as MonitoringStats; } -async function getLatest(stream$: Observable) { - return new Promise((resolve) => stream$.pipe(take(1)).subscribe((stats) => resolve(stats))); -} - const getTaskManagerConfig = (overrides: Partial = {}) => configSchema.validate( overrides.monitored_stats_required_freshness diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json index 721b277d5a351..c5316a0d1dbb7 100644 --- a/x-pack/plugins/translations/translations/fr-FR.json +++ b/x-pack/plugins/translations/translations/fr-FR.json @@ -12701,7 +12701,6 @@ "xpack.enterpriseSearch.content.searchIndices.deleteModal.syncsWarning.indexNameDescription": "Cette action ne peut pas être annulée. Veuillez saisir {indexName} pour confirmer.", "xpack.enterpriseSearch.content.searchIndices.deleteModal.title": "Voulez-vous vraiment supprimer {indexName} ?", "xpack.enterpriseSearch.content.searchIndices.searchIndices.onlySearchOptimized.tooltipContent": "Les index optimisés pour la recherche sont précédés du préfixe {code}. Ils sont gérés par des mécanismes d'ingestion tels que des robots d'indexation, des connecteurs ou des API d'ingestion.", - "xpack.enterpriseSearch.content.settings.description": "Ces paramètres s'appliquent à tous les nouveaux index Elasticsearch créés par des mécanismes d'ingestion Search. Pour les index basés sur l'ingestion d'API, n'oubliez pas d'inclure le pipeline lorsque vous ingérez des documents. Ces fonctionnalités sont alimentées par {link}.", "xpack.enterpriseSearch.crawler.action.deleteDomain.confirmationPopupMessage": "Voulez-vous vraiment supprimer le domaine \"{domainUrl}\" et tous ses paramètres ?", "xpack.enterpriseSearch.crawler.addDomainForm.entryPointLabel": "Le point d'entrée du robot d'indexation a été défini sur {entryPointValue}", "xpack.enterpriseSearch.crawler.authenticationPanel.emptyPrompt.description": "Cliquer sur {addAuthenticationButtonLabel} afin de fournir les informations d'identification nécessaires pour indexer le contenu protégé", @@ -14206,18 +14205,6 @@ "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.fields.title": "Champs", "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.review.title": "Révision", "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.test.title": "Test (facultatif)", - "xpack.enterpriseSearch.content.integrations.dropbox": "Dropbox", - "xpack.enterpriseSearch.content.integrations.dropboxDescription": "Effectuez des recherches dans vos fichiers et dossiers stockés sur Dropbox.", - "xpack.enterpriseSearch.content.integrations.dropboxPaper": "Dropbox Paper", - "xpack.enterpriseSearch.content.integrations.dropboxPaperDescription": "Effectuez des recherches dans vos fichiers et dossiers stockés sur Dropbox Paper.", - "xpack.enterpriseSearch.content.integrations.github": "GitHub", - "xpack.enterpriseSearch.content.integrations.githubDescription": "Effectuez des recherches sur vos projets et référentiels sur GitHub.", - "xpack.enterpriseSearch.content.integrations.githubServer": "GitHub Enterprise Server", - "xpack.enterpriseSearch.content.integrations.githubServerDescription": "Effectuez des recherches sur vos projets et référentiels sur GitHub.", - "xpack.enterpriseSearch.content.integrations.gmail": "Gmail", - "xpack.enterpriseSearch.content.integrations.gmailDescription": "Effectuez des recherches sur votre contenu dans Gmail.", - "xpack.enterpriseSearch.content.integrations.slack": "Slack", - "xpack.enterpriseSearch.content.integrations.slackDescription": "Effectuez des recherches sur votre contenu dans Slack.", "xpack.enterpriseSearch.content.licensingCallout.analytics.contentOne": "Les fonctionnalités Behavioral Analytics requièrent une licence Platinum ou supérieure ; elles ne sont pas disponibles pour les déploiements autogérés de la licence Standard. Vous devez effectuer une mise à niveau pour utiliser cette fonctionnalité.", "xpack.enterpriseSearch.content.licensingCallout.analytics.contentTwo": "Saviez-vous que les fonctionnalités Behavioral Analytics étaient disponibles avec une licence Standard Elastic Cloud ? Avec Elastic Cloud, exécutez vos services où bon vous semble. Il vous suffit de déployer notre service géré sur Google Cloud, Microsoft Azure ou Amazon Web Services, et nous nous chargeons de l'entretien et de la maintenance pour vous.", "xpack.enterpriseSearch.content.licensingCallout.contentCloudTrial": "Explorer Enterprise Search sur Elastic Cloud ", @@ -14391,13 +14378,9 @@ "xpack.enterpriseSearch.content.searchIndices.searchIndices.searchBar.ariaLabel": "Filtrer les index Elasticsearch", "xpack.enterpriseSearch.content.searchIndices.searchIndices.searchBar.placeHolder": "Filtrer les index Elasticsearch", "xpack.enterpriseSearch.content.searchIndices.searchIndices.tableTitle": "Index disponibles", - "xpack.enterpriseSearch.content.settings.breadcrumb": "Paramètres", "xpack.enterpriseSearch.content.settings.contactExtraction.label": "Extraction du contenu", "xpack.enterpriseSearch.content.settings.contentExtraction.description": "Extrayez du contenu interrogeable de fichiers binaires, tels que des PDF et des documents Word.", - "xpack.enterpriseSearch.content.settings.contentExtraction.descriptionTwo": "Vous pouvez également activer ou désactiver cette fonctionnalité pour un index spécifique sur la page de configuration de l'index.", "xpack.enterpriseSearch.content.settings.contentExtraction.title": "Extraction de contenu de l'ensemble du déploiement", - "xpack.enterpriseSearch.content.settings.headerTitle": "Paramètres de contenu", - "xpack.enterpriseSearch.content.settings.ingestLink": "pipelines d'ingestion", "xpack.enterpriseSearch.content.settings.mlInference.deploymentHeaderTitle": "Extraction de pipelines d'inférence de ML de l'ensemble du déploiement", "xpack.enterpriseSearch.content.settings.mlInference.description": "Les pipelines d'inférence de ML seront exécutés avec vos pipelines. Vous devrez configurer les processeurs individuellement pour chaque index sur la page de ses pipelines.", "xpack.enterpriseSearch.content.settings.mlInference.label": "Inférence de ML", @@ -14700,28 +14683,6 @@ "xpack.enterpriseSearch.inlineEditableTable.newRowButtonLabel": "Nouvelle ligne", "xpack.enterpriseSearch.integrations.apiDescription": "Ajouter la recherche à votre application avec les API robustes d'Elasticsearch.", "xpack.enterpriseSearch.integrations.apiName": "API", - "xpack.enterpriseSearch.integrations.buildAConnectorDescription": "Effectuez des recherches sur des données stockées dans des sources de données personnalisées.", - "xpack.enterpriseSearch.integrations.buildAConnectorName": "Connecteur personnalisé", - "xpack.enterpriseSearch.integrations.connectors.boxDescription": "Effectuez des recherches sur votre contenu dans Box.", - "xpack.enterpriseSearch.integrations.connectors.boxTitle": "Box", - "xpack.enterpriseSearch.integrations.connectors.confluenceDescription": "Effectuez des recherches sur votre contenu dans Confluence Cloud.", - "xpack.enterpriseSearch.integrations.connectors.confluenceServerDescription": "Effectuez des recherches sur votre contenu dans le serveur Confluence.", - "xpack.enterpriseSearch.integrations.connectors.confluenceServerTitle": "Serveur Confluence", - "xpack.enterpriseSearch.integrations.connectors.confluenceTitle": "Cloud Confluence", - "xpack.enterpriseSearch.integrations.connectors.jiraCloudTitle": "Jira Cloud", - "xpack.enterpriseSearch.integrations.connectors.jiraDescription": "Effectuez des recherches sur votre contenu dans Jira Cloud.", - "xpack.enterpriseSearch.integrations.connectors.jiraServerDescription": "Effectuez des recherches sur votre contenu dans le serveur Jira.", - "xpack.enterpriseSearch.integrations.connectors.jiraServerTitle": "Serveur Jira", - "xpack.enterpriseSearch.integrations.connectors.outlookDescription": "Effectuez des recherches sur votre contenu dans Outlook.", - "xpack.enterpriseSearch.integrations.connectors.outlookTitle": "Outlook", - "xpack.enterpriseSearch.integrations.connectors.teamsDescription": "Effectuez des recherches sur votre contenu dans Teams.", - "xpack.enterpriseSearch.integrations.connectors.teamsTitle": "Équipes", - "xpack.enterpriseSearch.integrations.connectors.zoomDescription": "Effectuez des recherches sur votre contenu dans Zoom.", - "xpack.enterpriseSearch.integrations.connectors.zoomTitle": "Effectuer un zoom", - "xpack.enterpriseSearch.integrations.oneDriveTitle": "OneDrive", - "xpack.enterpriseSearch.integrations.salesforceDescription": "Effectuez des recherches sur votre contenu dans Salesforce.", - "xpack.enterpriseSearch.integrations.salesforceName": "Salesforce", - "xpack.enterpriseSearch.integrations.salesforceSandboxTitle": "Sandbox Salesforce", "xpack.enterpriseSearch.integrations.webCrawlerDescription": "Ajoutez la recherche à votre site web avec le robot d'indexation.", "xpack.enterpriseSearch.integrations.webCrawlerName": "Robot d'indexation", "xpack.enterpriseSearch.languages.cURL": "cURL", @@ -14750,7 +14711,6 @@ "xpack.enterpriseSearch.nav.applications.searchApplications.connectTitle": "Connecter", "xpack.enterpriseSearch.nav.applicationsTitle": "Applications", "xpack.enterpriseSearch.nav.appSearchTitle": "App Search", - "xpack.enterpriseSearch.nav.contentSettingsTitle": "Paramètres", "xpack.enterpriseSearch.nav.contentTitle": "Contenu", "xpack.enterpriseSearch.nav.elasticsearchTitle": "Elasticsearch", "xpack.enterpriseSearch.nav.enterpriseSearchOverviewTitle": "Premiers pas", @@ -15468,34 +15428,6 @@ "xpack.enterpriseSearch.workplaceSearch.groups.sourceProioritization.zeroStateButtonText": "Ajouter des sources de contenu organisationnelles", "xpack.enterpriseSearch.workplaceSearch.groups.sourceProioritization.zeroStateTitle": "Aucune source n'est partagée avec ce groupe", "xpack.enterpriseSearch.workplaceSearch.groups.sourcesModalLabel": "sources de contenu organisationnelles", - "xpack.enterpriseSearch.workplaceSearch.integrations.azureBlob": "Stockage Blob Azure", - "xpack.enterpriseSearch.workplaceSearch.integrations.azureBlobDescription": "Effectuez des recherches sur votre contenu sur Stockage Blob Azure.", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleCloud": "Google Cloud Storage", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleCloudDescription": "Effectuez des recherches sur votre contenu sur Google Cloud Storage.", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleDrive": "Google Drive", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleDriveDescription": "Effectuez des recherches sur votre contenu sur Google Drive.", - "xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBDescription": "Effectuez des recherches sur votre contenu dans MongoDB.", - "xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBName": "MongoDB", - "xpack.enterpriseSearch.workplaceSearch.integrations.msSqlDescription": "Effectuez des recherches sur votre contenu sur Microsoft SQL Server.", - "xpack.enterpriseSearch.workplaceSearch.integrations.msSqlName": "Microsoft SQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.mysqlDescription": "Effectuez des recherches sur votre contenu dans MySQL.", - "xpack.enterpriseSearch.workplaceSearch.integrations.mysqlName": "MySQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.netowkrDriveDescription": "Effectuez des recherches sur le contenu de votre lecteur réseau.", - "xpack.enterpriseSearch.workplaceSearch.integrations.networkDriveName": "Lecteur réseau", - "xpack.enterpriseSearch.workplaceSearch.integrations.oneDriveDescription": "Effectuez des recherches sur votre contenu dans OneDrive.", - "xpack.enterpriseSearch.workplaceSearch.integrations.oracleDescription": "Effectuez des recherches sur votre contenu dans Oracle.", - "xpack.enterpriseSearch.workplaceSearch.integrations.oracleName": "Oracle", - "xpack.enterpriseSearch.workplaceSearch.integrations.postgreSQLDescription": "Effectuez des recherches sur votre contenu dans PostgreSQL.", - "xpack.enterpriseSearch.workplaceSearch.integrations.postgresqlName": "PostgreSQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.s3": "Amazon S3", - "xpack.enterpriseSearch.workplaceSearch.integrations.s3Description": "Effectuez des recherches sur votre contenu dans Amazon S3.", - "xpack.enterpriseSearch.workplaceSearch.integrations.salesforceSandboxDescription": "Effectuez des recherches sur votre contenu dans Salesforce Sandbox.", - "xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowDescription": "Effectuez des recherches sur votre contenu dans ServiceNow.", - "xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowName": "ServiceNow", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineDescription": "Effectuez des recherches sur votre contenu dans SharePoint Online.", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineName": "SharePoint Online", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerDescription": "Effectuez des recherches sur votre contenu dans Serveur SharePoint.", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerName": "Serveur SharePoint", "xpack.enterpriseSearch.workplaceSearch.keepEditing.button": "Continuer la modification", "xpack.enterpriseSearch.workplaceSearch.label.label": "Étiquette", "xpack.enterpriseSearch.workplaceSearch.name.label": "Nom", @@ -42277,7 +42209,6 @@ "searchConnectors.content.nativeConnectors.s3.name": "S3", "searchConnectors.content.nativeConnectors.salesforce.name": "Salesforce", "searchConnectors.content.nativeConnectors.serviceNow.name": "ServiceNow", - "searchConnectors.content.nativeConnectors.sharepoint_online.name": "SharePoint en ligne", "searchConnectors.content.nativeConnectors.sharepointServer.name": "Serveur SharePoint", "searchConnectors.content.nativeConnectors.slack.name": "Slack", "searchConnectors.content.nativeConnectors.teams.name": "Équipes", @@ -42690,4 +42621,4 @@ "xpack.serverlessObservability.nav.projectSettings": "Paramètres de projet", "xpack.serverlessObservability.nav.visualizations": "Visualisations" } -} \ No newline at end of file +} diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json index 0e77a48ddccae..b0625c4d1439c 100644 --- a/x-pack/plugins/translations/translations/ja-JP.json +++ b/x-pack/plugins/translations/translations/ja-JP.json @@ -12714,7 +12714,6 @@ "xpack.enterpriseSearch.content.searchIndices.deleteModal.syncsWarning.indexNameDescription": "この操作は元に戻すことができません。確認するには{indexName}を入力してください。", "xpack.enterpriseSearch.content.searchIndices.deleteModal.title": "{indexName}を削除しますか?", "xpack.enterpriseSearch.content.searchIndices.searchIndices.onlySearchOptimized.tooltipContent": "検索用に最適化されたインデックスには、{code}がプレフィックスとして付けられます。これらは、クローラー、コネクター、インジェストAPIなどのインジェストメカニズムによって管理されます。", - "xpack.enterpriseSearch.content.settings.description": "これらの設定は、Searchインジェストメカニズムで作成されたすべての新しいElasticsearchインデックスに適用されます。APIインジェストベースのインデックスの場合は、ドキュメントをインジェストするときに、必ずパイプラインを含めてください。これらの機能は{link}によって実現されます。", "xpack.enterpriseSearch.crawler.action.deleteDomain.confirmationPopupMessage": "ドメイン\"{domainUrl}\"とすべての設定を削除しますか?", "xpack.enterpriseSearch.crawler.addDomainForm.entryPointLabel": "Webクローラーエントリポイントが{entryPointValue}として設定されました", "xpack.enterpriseSearch.crawler.authenticationPanel.emptyPrompt.description": "{addAuthenticationButtonLabel}をクリックすると、保護されたコンテンツのクローリングに必要な資格情報を提供します", @@ -14219,18 +14218,6 @@ "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.fields.title": "フィールド", "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.review.title": "見直し", "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.test.title": "テスト(任意)", - "xpack.enterpriseSearch.content.integrations.dropbox": "Dropbox", - "xpack.enterpriseSearch.content.integrations.dropboxDescription": "Dropboxに保存されたファイルとフォルダーを検索します。", - "xpack.enterpriseSearch.content.integrations.dropboxPaper": "Dropbox Paper", - "xpack.enterpriseSearch.content.integrations.dropboxPaperDescription": "Workplace Searchを使用して、Dropbox Paperに保存されたファイルとフォルダーを検索します。", - "xpack.enterpriseSearch.content.integrations.github": "GitHub", - "xpack.enterpriseSearch.content.integrations.githubDescription": "GitHubのプロジェクトとリポジトリを検索します。", - "xpack.enterpriseSearch.content.integrations.githubServer": "GitHub Enterprise Server", - "xpack.enterpriseSearch.content.integrations.githubServerDescription": "GitHubのプロジェクトとリポジトリを検索します。", - "xpack.enterpriseSearch.content.integrations.gmail": "Gmail", - "xpack.enterpriseSearch.content.integrations.gmailDescription": "Gmailでコンテンツを検索します。", - "xpack.enterpriseSearch.content.integrations.slack": "Slack", - "xpack.enterpriseSearch.content.integrations.slackDescription": "Slackでコンテンツを検索します。", "xpack.enterpriseSearch.content.licensingCallout.analytics.contentOne": "行動分析はプラチナライセンス以上が必要で、標準ライセンスのセルフマネージドデプロイでは使用できません。この機能を使用するには、アップグレードが必要です。", "xpack.enterpriseSearch.content.licensingCallout.analytics.contentTwo": "行動分析が標準Elastic Cloudライセンスで使用できることをご存知でしたか。Elastic Cloudなら、お好みのプラットフォームでフレキシブルに実行できます。Google Cloud、Microsoft Azure、Amazon Web Servicesから選んでマネージドサービスをデプロイしましょう。保守や更新はElasticに任せることができます。", "xpack.enterpriseSearch.content.licensingCallout.contentCloudTrial": "Elastic Cloudのエンタープライズ サーチを見る ", @@ -14404,13 +14391,9 @@ "xpack.enterpriseSearch.content.searchIndices.searchIndices.searchBar.ariaLabel": "Elasticsearchインデックスをフィルター", "xpack.enterpriseSearch.content.searchIndices.searchIndices.searchBar.placeHolder": "Elasticsearchインデックスをフィルター", "xpack.enterpriseSearch.content.searchIndices.searchIndices.tableTitle": "利用可能なインデックス", - "xpack.enterpriseSearch.content.settings.breadcrumb": "設定", "xpack.enterpriseSearch.content.settings.contactExtraction.label": "コンテンツ抽出", "xpack.enterpriseSearch.content.settings.contentExtraction.description": "PDFやWordドキュメントなどの検索可能なコンテンツのみをバイナリファイルから抽出します。", - "xpack.enterpriseSearch.content.settings.contentExtraction.descriptionTwo": "インデックスの構成ページで、特定のインデックスに対して、この機能を有効化または無効化することもできます。", "xpack.enterpriseSearch.content.settings.contentExtraction.title": "デプロイレベルのコンテンツ抽出", - "xpack.enterpriseSearch.content.settings.headerTitle": "コンテンツ設定", - "xpack.enterpriseSearch.content.settings.ingestLink": "インジェストパイプライン", "xpack.enterpriseSearch.content.settings.mlInference.deploymentHeaderTitle": "デプロイレベルのML推論パイプライン抽出", "xpack.enterpriseSearch.content.settings.mlInference.description": "ML推論パイプラインは、パイプラインの一部として実行されます。パイプラインページで各インデックスのプロセッサーを個別に構成する必要はありません。", "xpack.enterpriseSearch.content.settings.mlInference.label": "ML推論", @@ -14713,28 +14696,6 @@ "xpack.enterpriseSearch.inlineEditableTable.newRowButtonLabel": "新しい行", "xpack.enterpriseSearch.integrations.apiDescription": "Elasticsearchの堅牢なAPIを使用して、検索をアプリケーションに追加します。", "xpack.enterpriseSearch.integrations.apiName": "API", - "xpack.enterpriseSearch.integrations.buildAConnectorDescription": "カスタムデータソースに格納されているデータを検索します。", - "xpack.enterpriseSearch.integrations.buildAConnectorName": "カスタマイズされたコネクター", - "xpack.enterpriseSearch.integrations.connectors.boxDescription": "Boxでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.boxTitle": "Box", - "xpack.enterpriseSearch.integrations.connectors.confluenceDescription": "Confluence Cloudでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.confluenceServerDescription": "Confluence Serverでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.confluenceServerTitle": "Confluence Server", - "xpack.enterpriseSearch.integrations.connectors.confluenceTitle": "Confluence Cloud", - "xpack.enterpriseSearch.integrations.connectors.jiraCloudTitle": "Jira Cloud", - "xpack.enterpriseSearch.integrations.connectors.jiraDescription": "Jira Cloudでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.jiraServerDescription": "Jira Serverでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.jiraServerTitle": "Jira Server", - "xpack.enterpriseSearch.integrations.connectors.outlookDescription": "Outlookでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.outlookTitle": "Outlook", - "xpack.enterpriseSearch.integrations.connectors.teamsDescription": "Teamsでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.teamsTitle": "Teams", - "xpack.enterpriseSearch.integrations.connectors.zoomDescription": "Zoomでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.connectors.zoomTitle": "ズーム", - "xpack.enterpriseSearch.integrations.oneDriveTitle": "OneDrive", - "xpack.enterpriseSearch.integrations.salesforceDescription": "Salesforceでコンテンツを検索します。", - "xpack.enterpriseSearch.integrations.salesforceName": "Salesforce", - "xpack.enterpriseSearch.integrations.salesforceSandboxTitle": "Salesforce Sandbox", "xpack.enterpriseSearch.integrations.webCrawlerDescription": "Webクローラーを使用して、検索をWebサイトに追加します。", "xpack.enterpriseSearch.integrations.webCrawlerName": "Webクローラー", "xpack.enterpriseSearch.languages.cURL": "cURL", @@ -14763,7 +14724,6 @@ "xpack.enterpriseSearch.nav.applications.searchApplications.connectTitle": "接続", "xpack.enterpriseSearch.nav.applicationsTitle": "アプリケーション", "xpack.enterpriseSearch.nav.appSearchTitle": "App Search", - "xpack.enterpriseSearch.nav.contentSettingsTitle": "設定", "xpack.enterpriseSearch.nav.contentTitle": "コンテンツ", "xpack.enterpriseSearch.nav.elasticsearchTitle": "Elasticsearch", "xpack.enterpriseSearch.nav.enterpriseSearchOverviewTitle": "はじめて使う", @@ -15481,34 +15441,6 @@ "xpack.enterpriseSearch.workplaceSearch.groups.sourceProioritization.zeroStateButtonText": "組織コンテンツソースの追加", "xpack.enterpriseSearch.workplaceSearch.groups.sourceProioritization.zeroStateTitle": "ソースはこのグループと共有されていません", "xpack.enterpriseSearch.workplaceSearch.groups.sourcesModalLabel": "組織コンテンツソース", - "xpack.enterpriseSearch.workplaceSearch.integrations.azureBlob": "Azure Blob Storage", - "xpack.enterpriseSearch.workplaceSearch.integrations.azureBlobDescription": "Azure Blob Storageのコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleCloud": "Google Cloud Storage", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleCloudDescription": "Google Cloud Storageのコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleDrive": "Google Drive", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleDriveDescription": "Google Driveのコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBDescription": "MongoDBコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBName": "MongoDB", - "xpack.enterpriseSearch.workplaceSearch.integrations.msSqlDescription": "Microsoft SQL Serverでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.msSqlName": "Microsoft SQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.mysqlDescription": "MySQLコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.mysqlName": "MySQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.netowkrDriveDescription": "ネットワークドライブコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.networkDriveName": "ネットワークドライブ", - "xpack.enterpriseSearch.workplaceSearch.integrations.oneDriveDescription": "OneDriveでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.oracleDescription": "Oracleでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.oracleName": "Oracle", - "xpack.enterpriseSearch.workplaceSearch.integrations.postgreSQLDescription": "PostgreSQLでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.postgresqlName": "PostgreSQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.s3": "Amazon S3", - "xpack.enterpriseSearch.workplaceSearch.integrations.s3Description": "Amazon S3でコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.salesforceSandboxDescription": "Salesforce Sandboxでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowDescription": "ServiceNowでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowName": "ServiceNow", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineDescription": "SharePoint Onlineでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineName": "SharePoint Online", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerDescription": "SharePoint Serverでコンテンツを検索します。", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerName": "SharePoint Server", "xpack.enterpriseSearch.workplaceSearch.keepEditing.button": "編集を続行", "xpack.enterpriseSearch.workplaceSearch.label.label": "ラベル", "xpack.enterpriseSearch.workplaceSearch.name.label": "名前", @@ -42269,7 +42201,6 @@ "searchConnectors.content.nativeConnectors.s3.name": "S3", "searchConnectors.content.nativeConnectors.salesforce.name": "Salesforce", "searchConnectors.content.nativeConnectors.serviceNow.name": "ServiceNow", - "searchConnectors.content.nativeConnectors.sharepoint_online.name": "Sharepoint Online", "searchConnectors.content.nativeConnectors.sharepointServer.name": "Sharepoint Server", "searchConnectors.content.nativeConnectors.slack.name": "Slack", "searchConnectors.content.nativeConnectors.teams.name": "Teams", @@ -42682,4 +42613,4 @@ "xpack.serverlessObservability.nav.projectSettings": "プロジェクト設定", "xpack.serverlessObservability.nav.visualizations": "ビジュアライゼーション" } -} \ No newline at end of file +} diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json index 3eeaaee47eb35..33527a38cc49f 100644 --- a/x-pack/plugins/translations/translations/zh-CN.json +++ b/x-pack/plugins/translations/translations/zh-CN.json @@ -12808,7 +12808,6 @@ "xpack.enterpriseSearch.content.searchIndices.deleteModal.syncsWarning.indexNameDescription": "此操作无法撤消。请键入 {indexName} 以确认。", "xpack.enterpriseSearch.content.searchIndices.deleteModal.title": "是否确定要删除 {indexName}", "xpack.enterpriseSearch.content.searchIndices.searchIndices.onlySearchOptimized.tooltipContent": "搜索优化索引以 {code} 为前缀。它们由网络爬虫、连接器或采集 API 等采集机制进行管理。", - "xpack.enterpriseSearch.content.settings.description": "这些设置适用于由 Search 采集机制创建的所有新 Elasticsearch 索引。对于基于 API 采集的索引,在采集文档时请记得包括管道。这些功能由 {link} 提供支持。", "xpack.enterpriseSearch.crawler.action.deleteDomain.confirmationPopupMessage": "确定要移除域“{domainUrl}”及其所有设置?", "xpack.enterpriseSearch.crawler.addDomainForm.entryPointLabel": "网络爬虫入口点已设置为 {entryPointValue}", "xpack.enterpriseSearch.crawler.authenticationPanel.emptyPrompt.description": "单击 {addAuthenticationButtonLabel} 以提供爬网受保护内容所需的凭据", @@ -14313,18 +14312,6 @@ "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.fields.title": "字段", "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.review.title": "复查", "xpack.enterpriseSearch.content.indices.transforms.addInferencePipelineModal.steps.test.title": "测试(可选)", - "xpack.enterpriseSearch.content.integrations.dropbox": "Dropbox", - "xpack.enterpriseSearch.content.integrations.dropboxDescription": "搜索存储在 Dropbox 上的文件和文件夹。", - "xpack.enterpriseSearch.content.integrations.dropboxPaper": "Dropbox Paper", - "xpack.enterpriseSearch.content.integrations.dropboxPaperDescription": "搜索存储在 Dropbox Paper 上的文件和文件夹。", - "xpack.enterpriseSearch.content.integrations.github": "GitHub", - "xpack.enterpriseSearch.content.integrations.githubDescription": "搜索 GitHub 上的项目和存储库。", - "xpack.enterpriseSearch.content.integrations.githubServer": "GitHub Enterprise Server", - "xpack.enterpriseSearch.content.integrations.githubServerDescription": "搜索 GitHub 上的项目和存储库。", - "xpack.enterpriseSearch.content.integrations.gmail": "Gmail", - "xpack.enterpriseSearch.content.integrations.gmailDescription": "在 Gmail 上搜索您的内容。", - "xpack.enterpriseSearch.content.integrations.slack": "Slack", - "xpack.enterpriseSearch.content.integrations.slackDescription": "在 Slack 上搜索您的内容。", "xpack.enterpriseSearch.content.licensingCallout.analytics.contentOne": "行为分析需要白金级许可证或更高级许可证,并且不可用于标准许可证自我管理部署。您需要升级才能使用此功能。", "xpack.enterpriseSearch.content.licensingCallout.analytics.contentTwo": "您是否知道,通过标准 Elastic Cloud 许可证可以使用行为分析?Elastic Cloud 允许您在任何地方进行灵活部署。在 Google Cloud、Microsoft Azure 或 Amazon Web Services 上部署我们的托管型服务,由我们替您处理各项维护事宜。", "xpack.enterpriseSearch.content.licensingCallout.contentCloudTrial": "浏览 Elastic Cloud 上的 Enterprise Search ", @@ -14498,13 +14485,9 @@ "xpack.enterpriseSearch.content.searchIndices.searchIndices.searchBar.ariaLabel": "筛选 Elasticsearch 索引", "xpack.enterpriseSearch.content.searchIndices.searchIndices.searchBar.placeHolder": "筛选 Elasticsearch 索引", "xpack.enterpriseSearch.content.searchIndices.searchIndices.tableTitle": "可用索引", - "xpack.enterpriseSearch.content.settings.breadcrumb": "设置", "xpack.enterpriseSearch.content.settings.contactExtraction.label": "内容提取", "xpack.enterpriseSearch.content.settings.contentExtraction.description": "从二进制文件(如 PDF 和 Word 文档)提取可搜索内容。", - "xpack.enterpriseSearch.content.settings.contentExtraction.descriptionTwo": "您还可以在索引的配置页面针对特定索引启用或禁用此功能。", "xpack.enterpriseSearch.content.settings.contentExtraction.title": "部署广泛内容提取", - "xpack.enterpriseSearch.content.settings.headerTitle": "内容设置", - "xpack.enterpriseSearch.content.settings.ingestLink": "采集管道", "xpack.enterpriseSearch.content.settings.mlInference.deploymentHeaderTitle": "部署广泛 ML 推理管道提取", "xpack.enterpriseSearch.content.settings.mlInference.description": "ML 推理管道将作为您管道的一部分运行。您需要在其管道页面上单独为每个索引配置处理器。", "xpack.enterpriseSearch.content.settings.mlInference.label": "ML 推理", @@ -14807,28 +14790,6 @@ "xpack.enterpriseSearch.inlineEditableTable.newRowButtonLabel": "新行", "xpack.enterpriseSearch.integrations.apiDescription": "通过 Elasticsearch 稳健的 API 将搜索功能添加到您的应用程序。", "xpack.enterpriseSearch.integrations.apiName": "API", - "xpack.enterpriseSearch.integrations.buildAConnectorDescription": "搜索存储在定制数据源上的数据。", - "xpack.enterpriseSearch.integrations.buildAConnectorName": "定制连接器", - "xpack.enterpriseSearch.integrations.connectors.boxDescription": "在 Box 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.boxTitle": "Box", - "xpack.enterpriseSearch.integrations.connectors.confluenceDescription": "在 Confluence Cloud 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.confluenceServerDescription": "在 Confluence Server 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.confluenceServerTitle": "Confluence Server", - "xpack.enterpriseSearch.integrations.connectors.confluenceTitle": "Confluence Cloud", - "xpack.enterpriseSearch.integrations.connectors.jiraCloudTitle": "Jira Cloud", - "xpack.enterpriseSearch.integrations.connectors.jiraDescription": "在 Jira Cloud 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.jiraServerDescription": "在 Jira Server 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.jiraServerTitle": "Jira Server", - "xpack.enterpriseSearch.integrations.connectors.outlookDescription": "在 Outlook 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.outlookTitle": "Outlook", - "xpack.enterpriseSearch.integrations.connectors.teamsDescription": "在 Teams 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.teamsTitle": "Teams", - "xpack.enterpriseSearch.integrations.connectors.zoomDescription": "在 Zoom 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.connectors.zoomTitle": "缩放", - "xpack.enterpriseSearch.integrations.oneDriveTitle": "OneDrive", - "xpack.enterpriseSearch.integrations.salesforceDescription": "在 Salesforce 上搜索您的内容。", - "xpack.enterpriseSearch.integrations.salesforceName": "Salesforce", - "xpack.enterpriseSearch.integrations.salesforceSandboxTitle": "Salesforce Sandbox", "xpack.enterpriseSearch.integrations.webCrawlerDescription": "通过网络爬虫将搜索功能添加到您的网站。", "xpack.enterpriseSearch.integrations.webCrawlerName": "网络爬虫", "xpack.enterpriseSearch.languages.cURL": "cURL", @@ -14857,7 +14818,6 @@ "xpack.enterpriseSearch.nav.applications.searchApplications.connectTitle": "连接", "xpack.enterpriseSearch.nav.applicationsTitle": "应用程序", "xpack.enterpriseSearch.nav.appSearchTitle": "App Search", - "xpack.enterpriseSearch.nav.contentSettingsTitle": "设置", "xpack.enterpriseSearch.nav.contentTitle": "内容", "xpack.enterpriseSearch.nav.elasticsearchTitle": "Elasticsearch", "xpack.enterpriseSearch.nav.enterpriseSearchOverviewTitle": "入门", @@ -15575,34 +15535,6 @@ "xpack.enterpriseSearch.workplaceSearch.groups.sourceProioritization.zeroStateButtonText": "添加组织内容源", "xpack.enterpriseSearch.workplaceSearch.groups.sourceProioritization.zeroStateTitle": "未与此组共享任何源", "xpack.enterpriseSearch.workplaceSearch.groups.sourcesModalLabel": "组织内容源", - "xpack.enterpriseSearch.workplaceSearch.integrations.azureBlob": "Azure Blob 存储", - "xpack.enterpriseSearch.workplaceSearch.integrations.azureBlobDescription": "在 Azure Blob 存储上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleCloud": "Google Cloud Storage", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleCloudDescription": "在 Google Cloud Storage 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleDrive": "Google 云端硬盘", - "xpack.enterpriseSearch.workplaceSearch.integrations.googleDriveDescription": "在 Google 云端硬盘上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBDescription": "搜索您的 MongoDB 内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.mongoDBName": "MongoDB", - "xpack.enterpriseSearch.workplaceSearch.integrations.msSqlDescription": "在 Microsoft SQL Server 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.msSqlName": "Microsoft SQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.mysqlDescription": "搜索您的 MySQL 内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.mysqlName": "MySQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.netowkrDriveDescription": "搜索您的网络驱动器内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.networkDriveName": "网络驱动器", - "xpack.enterpriseSearch.workplaceSearch.integrations.oneDriveDescription": "在 OneDrive 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.oracleDescription": "在 Oracle 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.oracleName": "Oracle", - "xpack.enterpriseSearch.workplaceSearch.integrations.postgreSQLDescription": "在 PostgreSQL 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.postgresqlName": "PostgreSQL", - "xpack.enterpriseSearch.workplaceSearch.integrations.s3": "Amazon S3", - "xpack.enterpriseSearch.workplaceSearch.integrations.s3Description": "在 Amazon S3 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.salesforceSandboxDescription": "在 Salesforce Sandbox 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowDescription": "在 ServiceNow 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.serviceNowName": "ServiceNow", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineDescription": "在 SharePoint Online 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointOnlineName": "Sharepoint", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerDescription": "在 SharePoint Server 上搜索您的内容。", - "xpack.enterpriseSearch.workplaceSearch.integrations.sharepointServerName": "SharePoint Server", "xpack.enterpriseSearch.workplaceSearch.keepEditing.button": "继续编辑", "xpack.enterpriseSearch.workplaceSearch.label.label": "标签", "xpack.enterpriseSearch.workplaceSearch.name.label": "名称", @@ -42249,7 +42181,6 @@ "searchConnectors.content.nativeConnectors.s3.name": "S3", "searchConnectors.content.nativeConnectors.salesforce.name": "Salesforce", "searchConnectors.content.nativeConnectors.serviceNow.name": "ServiceNow", - "searchConnectors.content.nativeConnectors.sharepoint_online.name": "Sharepoint", "searchConnectors.content.nativeConnectors.sharepointServer.name": "SharePoint Server", "searchConnectors.content.nativeConnectors.slack.name": "Slack", "searchConnectors.content.nativeConnectors.teams.name": "Teams", @@ -42662,4 +42593,4 @@ "xpack.serverlessObservability.nav.projectSettings": "项目设置", "xpack.serverlessObservability.nav.visualizations": "可视化" } -} \ No newline at end of file +} diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx index cefa84938ba03..e050e7746008f 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.test.tsx @@ -985,6 +985,9 @@ describe('rule_form', () => { }; await setup(); + // expect the accordion to be closed by default + expect(wrapper.find('.euiAccordion-isOpen').exists()).toBeFalsy(); + expect(getAlertDelayInput().props().value).toEqual(1); getAlertDelayInput().simulate('change', { target: { value: '2' } }); diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx index 69a50c7f7b221..0f200410f7d54 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form.tsx @@ -42,6 +42,7 @@ import { EuiErrorBoundary, EuiToolTip, EuiCallOut, + EuiAccordion, } from '@elastic/eui'; import { capitalize } from 'lodash'; import { KibanaFeature } from '@kbn/features-plugin/public'; @@ -835,44 +836,58 @@ export const RuleForm = ({ )} - - + + + + } + > + + + + } + />, + ]} + append={i18n.translate( + 'xpack.triggersActionsUI.sections.ruleForm.alertDelayFieldAppendLabel', + { + defaultMessage: 'consecutive matches', } - />, - ]} - append={i18n.translate( - 'xpack.triggersActionsUI.sections.ruleForm.alertDelayFieldAppendLabel', - { - defaultMessage: 'consecutive matches', - } - )} - onChange={(e) => { - const value = e.target.value; - if (value === '' || INTEGER_REGEX.test(value)) { - const parsedValue = value === '' ? '' : parseInt(value, 10); - setAlertDelayProperty('active', parsedValue || 1); - setAlertDelay(parsedValue || undefined); - } - }} - /> - + )} + onChange={(e) => { + const value = e.target.value; + if (value === '' || INTEGER_REGEX.test(value)) { + const parsedValue = value === '' ? '' : parseInt(value, 10); + setAlertDelayProperty('active', parsedValue || 1); + setAlertDelay(parsedValue || undefined); + } + }} + /> + + {shouldShowConsumerSelect && ( <> diff --git a/x-pack/test/alerting_api_integration/observability/custom_threshold_rule/documents_count_fired.ts b/x-pack/test/alerting_api_integration/observability/custom_threshold_rule/documents_count_fired.ts index c09fbf27a2956..6438af0af51a6 100644 --- a/x-pack/test/alerting_api_integration/observability/custom_threshold_rule/documents_count_fired.ts +++ b/x-pack/test/alerting_api_integration/observability/custom_threshold_rule/documents_count_fired.ts @@ -205,7 +205,7 @@ export default function ({ getService }: FtrProviderContext) { expect(resp.hits.hits[0]._source).property('event.action', 'open'); expect(resp.hits.hits[0]._source).not.have.property('kibana.alert.group'); - expect(resp.hits.hits[0]._source).property('kibana.alert.evaluation.threshold').eql([1, 2]); + expect(resp.hits.hits[0]._source).not.have.property('kibana.alert.evaluation.threshold'); expect(resp.hits.hits[0]._source) .property('kibana.alert.rule.parameters') .eql({ diff --git a/x-pack/test/api_integration/apis/management/rollup/index_patterns_extensions.js b/x-pack/test/api_integration/apis/management/rollup/index_patterns_extensions.js index 77b2beac86ec4..1caf5078afd4b 100644 --- a/x-pack/test/api_integration/apis/management/rollup/index_patterns_extensions.js +++ b/x-pack/test/api_integration/apis/management/rollup/index_patterns_extensions.js @@ -12,6 +12,7 @@ import expect from '@kbn/expect'; import { stringify } from 'query-string'; import { registerHelpers } from './rollup.test_helpers'; import { getRandomString } from './lib'; +import { DataViewType } from '@kbn/data-views-plugin/common'; export default function ({ getService }) { const supertest = getService('supertest'); @@ -40,7 +41,7 @@ export default function ({ getService }) { uri = `${BASE_URI}?${stringify( { pattern: 'foo', - type: 'rollup', + type: DataViewType.ROLLUP, rollup_index: 'bar', }, { sort: false } @@ -63,7 +64,7 @@ export default function ({ getService }) { // Query for wildcard const params = { pattern: indexName, - type: 'rollup', + type: DataViewType.ROLLUP, rollup_index: rollupIndex, }; const uri = `${BASE_URI}?${stringify(params, { sort: false })}`; diff --git a/x-pack/test/api_integration/apis/search/search.ts b/x-pack/test/api_integration/apis/search/search.ts index a413e3f9958ab..d7bbbcac2bf64 100644 --- a/x-pack/test/api_integration/apis/search/search.ts +++ b/x-pack/test/api_integration/apis/search/search.ts @@ -8,6 +8,7 @@ import expect from '@kbn/expect'; import { parse as parseCookie } from 'tough-cookie'; import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common'; +import { DataViewType } from '@kbn/data-views-plugin/common'; import { FtrProviderContext } from '../../ftr_provider_context'; import { verifyErrorResponse } from '../../../../../test/api_integration/apis/search/verify_error'; @@ -384,7 +385,7 @@ export default function ({ getService }: FtrProviderContext) { .set(ELASTIC_HTTP_VERSION_HEADER, '1') .set('kbn-xsrf', 'foo') .send({ - indexType: 'rollup', + indexType: DataViewType.ROLLUP, params: { body: { query: { @@ -403,7 +404,7 @@ export default function ({ getService }: FtrProviderContext) { .set(ELASTIC_HTTP_VERSION_HEADER, '1') .set('kbn-xsrf', 'foo') .send({ - indexType: 'rollup', + indexType: DataViewType.ROLLUP, params: { index: 'banana', body: { @@ -424,7 +425,7 @@ export default function ({ getService }: FtrProviderContext) { .set(ELASTIC_HTTP_VERSION_HEADER, '1') .set('kbn-xsrf', 'foo') .send({ - indexType: 'rollup', + indexType: DataViewType.ROLLUP, params: { index: 'rollup_logstash', size: 0, diff --git a/x-pack/test/functional/apps/saved_objects_management/feature_controls/saved_objects_management_security.ts b/x-pack/test/functional/apps/saved_objects_management/feature_controls/saved_objects_management_security.ts index 8e1dae82ab2aa..9a94d03ce6d6d 100644 --- a/x-pack/test/functional/apps/saved_objects_management/feature_controls/saved_objects_management_security.ts +++ b/x-pack/test/functional/apps/saved_objects_management/feature_controls/saved_objects_management_security.ts @@ -76,39 +76,43 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { it('shows all saved objects', async () => { const objects = await PageObjects.savedObjects.getRowTitles(); - expect(objects).to.eql([ - 'logstash-*', - 'A Pie', - 'A Dashboard', - `Global Settings [${version}]`, - `Advanced Settings [${version}]`, - ]); + expect(objects.sort()).to.eql( + [ + 'logstash-*', + 'A Pie', + 'A Dashboard', + `Global Settings [${version}]`, + `Advanced Settings [${version}]`, + ].sort() + ); }); it('can view all saved objects in applications', async () => { const bools = await PageObjects.savedObjects.getTableSummary(); - expect(bools).to.eql([ - { - title: 'logstash-*', - canViewInApp: true, - }, - { - title: 'A Pie', - canViewInApp: true, - }, - { - title: 'A Dashboard', - canViewInApp: true, - }, - { - title: `Global Settings [${version}]`, - canViewInApp: false, - }, - { - title: `Advanced Settings [${version}]`, - canViewInApp: false, - }, - ]); + expect(bools.sort((a, b) => a.title.localeCompare(b.title))).to.eql( + [ + { + title: 'logstash-*', + canViewInApp: true, + }, + { + title: 'A Pie', + canViewInApp: true, + }, + { + title: 'A Dashboard', + canViewInApp: true, + }, + { + title: `Global Settings [${version}]`, + canViewInApp: false, + }, + { + title: `Advanced Settings [${version}]`, + canViewInApp: false, + }, + ].sort((a, b) => a.title.localeCompare(b.title)) + ); }); it('can delete all saved objects', async () => { @@ -200,39 +204,43 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { it('shows all saved objects', async () => { const objects = await PageObjects.savedObjects.getRowTitles(); - expect(objects).to.eql([ - 'logstash-*', - 'A Pie', - 'A Dashboard', - `Global Settings [${version}]`, - `Advanced Settings [${version}]`, - ]); + expect(objects.sort()).to.eql( + [ + 'logstash-*', + 'A Pie', + 'A Dashboard', + `Global Settings [${version}]`, + `Advanced Settings [${version}]`, + ].sort() + ); }); it('cannot view any saved objects in applications', async () => { const bools = await PageObjects.savedObjects.getTableSummary(); - expect(bools).to.eql([ - { - title: 'logstash-*', - canViewInApp: false, - }, - { - title: 'A Pie', - canViewInApp: false, - }, - { - title: 'A Dashboard', - canViewInApp: false, - }, - { - title: `Global Settings [${version}]`, - canViewInApp: false, - }, - { - title: `Advanced Settings [${version}]`, - canViewInApp: false, - }, - ]); + expect(bools.sort((a, b) => a.title.localeCompare(b.title))).to.eql( + [ + { + title: 'logstash-*', + canViewInApp: false, + }, + { + title: 'A Pie', + canViewInApp: false, + }, + { + title: 'A Dashboard', + canViewInApp: false, + }, + { + title: `Global Settings [${version}]`, + canViewInApp: false, + }, + { + title: `Advanced Settings [${version}]`, + canViewInApp: false, + }, + ].sort((a, b) => a.title.localeCompare(b.title)) + ); }); it(`can't delete all saved objects`, async () => { diff --git a/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts b/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts index f1b4e4ea8485a..7047dcd3b5e50 100644 --- a/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts +++ b/x-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts @@ -752,7 +752,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { expect(await testSubjects.exists('all-cases-clear-filters-link-icon')).to.be(false); }); - describe('assignees filtering', () => { + // FLAKY: https://github.com/elastic/kibana/issues/176716 + describe.skip('assignees filtering', () => { it('filters cases by the first cases all user assignee', async () => { await cases.casesTable.filterByAssignee('all'); await cases.casesTable.validateCasesTableHasNthRows(1); diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments.cy.ts index 21a67b7fb4ea4..fc48008af83f7 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments.cy.ts @@ -42,7 +42,9 @@ import { } from '../../../../../tasks/alert_assignments'; import { ALERTS_COUNT } from '../../../../../screens/alerts'; -describe('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => { +// FLAKY: https://github.com/elastic/kibana/issues/173429 +// FLAKY: https://github.com/elastic/kibana/issues/177334 +describe.skip('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => { before(() => { cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' }); diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments_serverless_complete.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments_serverless_complete.cy.ts index f026e4b2262e4..2d245384ed670 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments_serverless_complete.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments_serverless_complete.cy.ts @@ -20,7 +20,8 @@ import { loadPageAs, } from '../../../../../tasks/alert_assignments'; -describe( +// Failing: See https://github.com/elastic/kibana/issues/177573 +describe.skip( 'Alert user assignment - Serverless Complete', { tags: ['@serverless'], diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics/host_details/risk_tab.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics/host_details/risk_tab.cy.ts index 6b4f12a7619aa..86303a84455a9 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics/host_details/risk_tab.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics/host_details/risk_tab.cy.ts @@ -57,7 +57,8 @@ describe('risk tab', { tags: ['@ess', '@serverless'] }, () => { }); }); - describe('with new risk score', () => { + // FLAKY: https://github.com/elastic/kibana/issues/177964 + describe.skip('with new risk score', () => { before(() => { cy.task('esArchiverLoad', { archiveName: 'risk_scores_new_complete_data' }); cy.task('esArchiverLoad', { archiveName: 'query_alert', useCreate: true, docsOnly: true }); diff --git a/x-pack/test_serverless/api_integration/test_suites/common/management/rollups.ts b/x-pack/test_serverless/api_integration/test_suites/common/management/rollups.ts index 4492539224f9b..ce413ce5a7f3a 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/management/rollups.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/management/rollups.ts @@ -10,6 +10,7 @@ import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common'; import { INITIAL_REST_VERSION_INTERNAL } from '@kbn/data-views-plugin/server/constants'; import { X_ELASTIC_INTERNAL_ORIGIN_REQUEST } from '@kbn/core-http-common/src/constants'; import { FIELDS_FOR_WILDCARD_PATH as BASE_URI } from '@kbn/data-views-plugin/common/constants'; +import { DataViewType } from '@kbn/data-views-plugin/common'; import { FtrProviderContext } from '../../../ftr_provider_context'; export default function ({ getService }: FtrProviderContext) { @@ -31,7 +32,7 @@ export default function ({ getService }: FtrProviderContext) { .get(BASE_URI) .query({ pattern: 'basic_index', - type: 'rollup', + type: DataViewType.ROLLUP, rollup_index: 'bar', }) .set(ELASTIC_HTTP_VERSION_HEADER, INITIAL_REST_VERSION_INTERNAL) diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/custom_threshold_rule/documents_count_fired.ts b/x-pack/test_serverless/api_integration/test_suites/observability/custom_threshold_rule/documents_count_fired.ts index 2353fe0c82bf0..3aeb225196232 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/custom_threshold_rule/documents_count_fired.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/custom_threshold_rule/documents_count_fired.ts @@ -191,7 +191,7 @@ export default function ({ getService }: FtrProviderContext) { expect(resp.hits.hits[0]._source).property('kibana.alert.workflow_status', 'open'); expect(resp.hits.hits[0]._source).property('event.kind', 'signal'); expect(resp.hits.hits[0]._source).property('event.action', 'open'); - expect(resp.hits.hits[0]._source).property('kibana.alert.evaluation.threshold').eql([1, 2]); + expect(resp.hits.hits[0]._source).not.have.property('kibana.alert.evaluation.threshold'); expect(resp.hits.hits[0]._source) .property('kibana.alert.rule.parameters') .eql({ diff --git a/x-pack/test_serverless/functional/test_suites/common/management/data_views/serverless.ts b/x-pack/test_serverless/functional/test_suites/common/management/data_views/serverless.ts index 6e5831ee30beb..bf7b6b4115d6c 100644 --- a/x-pack/test_serverless/functional/test_suites/common/management/data_views/serverless.ts +++ b/x-pack/test_serverless/functional/test_suites/common/management/data_views/serverless.ts @@ -9,6 +9,7 @@ import expect from 'expect'; import { DATA_VIEW_PATH } from '@kbn/data-views-plugin/server'; import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common'; import { INITIAL_REST_VERSION } from '@kbn/data-views-plugin/server/constants'; +import { DataViewType } from '@kbn/data-views-plugin/common'; import { FtrProviderContext } from '../../../../ftr_provider_context'; const archivePath = 'test/api_integration/fixtures/es_archiver/index_patterns/basic_index'; @@ -70,7 +71,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { .send({ data_view: { title: 'basic_index', - type: 'rollup', + type: DataViewType.ROLLUP, }, override: true, })