diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml index 310799914bd87..fb530de8d68cf 100644 --- a/.buildkite/ftr_configs.yml +++ b/.buildkite/ftr_configs.yml @@ -327,6 +327,8 @@ enabled: - x-pack/test/observability_api_integration/trial/config.ts - x-pack/test/observability_api_integration/apis/config.ts - x-pack/test/observability_functional/with_rac_write.config.ts + - x-pack/test/observability_onboarding_api_integration/basic/config.ts + - x-pack/test/observability_onboarding_api_integration/cloud/config.ts - x-pack/test/plugin_api_integration/config.ts - x-pack/test/plugin_functional/config.ts - x-pack/test/reporting_api_integration/reporting_and_security.config.ts @@ -399,3 +401,4 @@ enabled: - x-pack/performance/journeys/dashboard_listing_page.ts - x-pack/performance/journeys/cloud_security_dashboard.ts - x-pack/test/custom_branding/config.ts + - x-pack/test/profiling_api_integration/cloud/config.ts diff --git a/.eslintrc.js b/.eslintrc.js index 299e3f41d4c7b..be80d7550253a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -245,7 +245,7 @@ const RESTRICTED_IMPORTS = [ }, { name: 'react-router-dom', - importNames: ['Route'], + importNames: ['Router', 'Switch', 'Route'], message: 'Please use @kbn/shared-ux-router instead', }, { @@ -604,6 +604,7 @@ module.exports = { '**/cypress.config.{js,ts}', 'x-pack/test_serverless/**/config*.ts', 'x-pack/test_serverless/*/test_suites/**/*', + 'x-pack/test/profiling_api_integration/**/*.ts', ], rules: { 'import/no-default-export': 'off', diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 78eae8cab8d71..dc56b21ae393b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -401,6 +401,7 @@ packages/kbn-ftr-common-functional-services @elastic/kibana-operations @elastic/ packages/kbn-ftr-screenshot-filename @elastic/kibana-operations @elastic/appex-qa x-pack/test/functional_with_es_ssl/plugins/cases @elastic/response-ops packages/kbn-generate @elastic/kibana-operations +packages/kbn-generate-console-definitions @elastic/platform-deployment-management packages/kbn-generate-csv @elastic/appex-sharedux packages/kbn-generate-csv-types @elastic/appex-sharedux packages/kbn-get-repo-files @elastic/kibana-operations @@ -1261,6 +1262,9 @@ x-pack/test/threat_intelligence_cypress @elastic/protections-experience # Changes to translation files should not ping code reviewers x-pack/plugins/translations/translations +# Profiling api integration testing +x-pack/test/profiling_api_integration @elastic/profiling-ui + #### ## These rules are always last so they take ultimate priority over everything else #### diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index b6959f91c4a58..18fc3c6277686 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions title: "actions" image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin -date: 2023-06-23 +date: 2023-06-26 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 c53f66e70559c..56ff63ea66b76 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings title: "advancedSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/aiops.devdocs.json b/api_docs/aiops.devdocs.json index 7261441aacaab..1dd5d9bd6345a 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -530,10 +530,10 @@ }, "; fieldStatsServices: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldStatsServices", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldStatsServices", "text": "FieldStatsServices" }, "; timeRangeMs?: ", diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index 10259292c1491..ce28c6ce3f9f0 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops title: "aiops" image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- import aiopsObj from './aiops.devdocs.json'; diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 4920f35c26e2d..f0dccdb51568c 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting title: "alerting" image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin -date: 2023-06-23 +date: 2023-06-26 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 454853c167510..b1debb232a2c4 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm title: "apm" image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/asset_manager.mdx b/api_docs/asset_manager.mdx index c535f60a2458b..53ef54a2b8ef0 100644 --- a/api_docs/asset_manager.mdx +++ b/api_docs/asset_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager title: "assetManager" image: https://source.unsplash.com/400x175/?github description: API docs for the assetManager plugin -date: 2023-06-23 +date: 2023-06-26 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 9c1b028466bc0..345cbdb634ef2 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners title: "banners" image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin -date: 2023-06-23 +date: 2023-06-26 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 858c32170d04f..aeca710dd9235 100644 --- a/api_docs/bfetch.mdx +++ b/api_docs/bfetch.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch title: "bfetch" image: https://source.unsplash.com/400x175/?github description: API docs for the bfetch plugin -date: 2023-06-23 +date: 2023-06-26 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 0dc6e26175348..bb17719643aad 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas title: "canvas" image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin -date: 2023-06-23 +date: 2023-06-26 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 e3485882e0d34..9babf56a0a996 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases title: "cases" image: https://source.unsplash.com/400x175/?github description: API docs for the cases plugin -date: 2023-06-23 +date: 2023-06-26 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 9b42c3c06f145..f682e0db64792 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts title: "charts" image: https://source.unsplash.com/400x175/?github description: API docs for the charts plugin -date: 2023-06-23 +date: 2023-06-26 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 1df145aaa4491..21b7c5cbdab1e 100644 --- a/api_docs/cloud.mdx +++ b/api_docs/cloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud title: "cloud" image: https://source.unsplash.com/400x175/?github description: API docs for the cloud plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_chat.mdx b/api_docs/cloud_chat.mdx index 31f6b4740280f..02f4129be9bf1 100644 --- a/api_docs/cloud_chat.mdx +++ b/api_docs/cloud_chat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChat title: "cloudChat" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudChat plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChat'] --- import cloudChatObj from './cloud_chat.devdocs.json'; diff --git a/api_docs/cloud_chat_provider.mdx b/api_docs/cloud_chat_provider.mdx index d71c331f1ff03..1e40d57812e98 100644 --- a/api_docs/cloud_chat_provider.mdx +++ b/api_docs/cloud_chat_provider.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChatProvider title: "cloudChatProvider" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudChatProvider plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChatProvider'] --- import cloudChatProviderObj from './cloud_chat_provider.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index ff25b6ce178c7..5e5b8fdaa48fe 100644 --- a/api_docs/cloud_data_migration.mdx +++ b/api_docs/cloud_data_migration.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration title: "cloudDataMigration" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDataMigration plugin -date: 2023-06-23 +date: 2023-06-26 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 41e3b84227a01..ba020f26bad8d 100644 --- a/api_docs/cloud_defend.mdx +++ b/api_docs/cloud_defend.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend title: "cloudDefend" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDefend plugin -date: 2023-06-23 +date: 2023-06-26 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 563fc7b759d0c..3d1a1dd170860 100644 --- a/api_docs/cloud_experiments.mdx +++ b/api_docs/cloud_experiments.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments title: "cloudExperiments" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudExperiments plugin -date: 2023-06-23 +date: 2023-06-26 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 31735baba3751..f6f5d21362eae 100644 --- a/api_docs/cloud_security_posture.mdx +++ b/api_docs/cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture title: "cloudSecurityPosture" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudSecurityPosture plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; diff --git a/api_docs/console.devdocs.json b/api_docs/console.devdocs.json index 30fe3bbd30164..7deaeedae3f87 100644 --- a/api_docs/console.devdocs.json +++ b/api_docs/console.devdocs.json @@ -289,7 +289,7 @@ "label": "ConsoleStart", "description": [], "signature": [ - "{ addProcessorDefinition: (processor: unknown) => void; }" + "void" ], "path": "src/plugins/console/server/types.ts", "deprecated": false, diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 2c1c7e8d43a8a..48f1d2f5fa3cc 100644 --- a/api_docs/console.mdx +++ b/api_docs/console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console title: "console" image: https://source.unsplash.com/400x175/?github description: API docs for the console plugin -date: 2023-06-23 +date: 2023-06-26 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 71766c69c05d4..28e3f6239a028 100644 --- a/api_docs/content_management.mdx +++ b/api_docs/content_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement title: "contentManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the contentManagement plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index e7e3c3308d771..76b07bd336aff 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls title: "controls" image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin -date: 2023-06-23 +date: 2023-06-26 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 7f33c947ea5f9..02f5cf5645afc 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations title: "customIntegrations" image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin -date: 2023-06-23 +date: 2023-06-26 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 408ae206548b0..8609c3c4e30cc 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard title: "dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin -date: 2023-06-23 +date: 2023-06-26 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 c0d0f12810a7c..19486b9f3e0cc 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced title: "dashboardEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json index 5f6b31bb662dc..6459174452957 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -1393,9 +1393,9 @@ "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" } @@ -4483,7 +4483,7 @@ }, " | undefined, params: TabifyDocsOptions | undefined) => Record" ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4499,7 +4499,7 @@ "signature": [ "Hit" ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4523,7 +4523,7 @@ }, " | undefined" ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4540,7 +4540,7 @@ "signature": [ "TabifyDocsOptions | undefined" ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4566,7 +4566,7 @@ "text": "EsQueryConfig" } ], - "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4580,7 +4580,7 @@ "signature": [ "KibanaConfig" ], - "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4601,9 +4601,9 @@ "SearchRequest", ", dependencies: { getConfig: ", { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" }, @@ -4668,7 +4668,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4682,7 +4682,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -12502,7 +12502,7 @@ "signature": [ "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; readonly DATE_FORMAT: \"dateFormat\"; readonly DATEFORMAT_TZ: \"dateFormat:tz\"; }" ], - "path": "src/plugins/data/common/constants.ts", + "path": "packages/kbn-data-service/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13513,20 +13513,16 @@ "path": "src/plugins/controls/public/services/options_list/options_list_service.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" - }, - { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { "plugin": "eventAnnotation", @@ -13540,6 +13536,10 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/data_views_service/loader.ts" }, + { + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx" @@ -17490,7 +17490,7 @@ "text": "EsQueryConfig" } ], - "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17504,7 +17504,7 @@ "signature": [ "KibanaConfig" ], - "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19878,7 +19878,7 @@ "signature": [ "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; readonly DATE_FORMAT: \"dateFormat\"; readonly DATEFORMAT_TZ: \"dateFormat:tz\"; }" ], - "path": "src/plugins/data/common/constants.ts", + "path": "packages/kbn-data-service/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21171,20 +21171,16 @@ "path": "src/plugins/controls/public/services/options_list/options_list_service.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts" - }, - { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { "plugin": "eventAnnotation", @@ -21198,6 +21194,10 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/data_views_service/loader.ts" }, + { + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx" @@ -26143,6 +26143,92 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.flattenHit", + "type": "Function", + "tags": [], + "label": "flattenHit", + "description": [ + "\nFlattens an individual hit (from an ES response) into an object. This will\ncreate flattened field names, like `user.name`.\n" + ], + "signature": [ + "(hit: Hit, indexPattern: ", + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined, params: TabifyDocsOptions | undefined) => Record" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.flattenHit.$1", + "type": "CompoundType", + "tags": [], + "label": "hit", + "description": [ + "The hit from an ES reponse's hits.hits[]" + ], + "signature": [ + "Hit" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.flattenHit.$2", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [ + "The index pattern for the requested index if available." + ], + "signature": [ + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "data", + "id": "def-common.flattenHit.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [ + "Parameters how to flatten the hit" + ], + "signature": [ + "TabifyDocsOptions | undefined" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.getEsQueryConfig", @@ -26160,7 +26246,7 @@ "text": "EsQueryConfig" } ], - "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26174,7 +26260,7 @@ "signature": [ "KibanaConfig" ], - "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -26431,6 +26517,98 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.tabifyDocs", + "type": "Function", + "tags": [], + "label": "tabifyDocs", + "description": [], + "signature": [ + "(esResponse: ", + "SearchResponse", + ">, index?: ", + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined, params?: TabifyDocsOptions) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.tabifyDocs.$1", + "type": "Object", + "tags": [], + "label": "esResponse", + "description": [], + "signature": [ + "SearchResponse", + ">" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.tabifyDocs.$2", + "type": "Object", + "tags": [], + "label": "index", + "description": [], + "signature": [ + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "data", + "id": "def-common.tabifyDocs.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "TabifyDocsOptions" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.tableHasFormulas", @@ -28412,7 +28590,7 @@ "signature": [ "(key: string, defaultOverride?: T | undefined) => T" ], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -28424,7 +28602,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -28438,7 +28616,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -28652,7 +28830,7 @@ "signature": [ "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; readonly DATE_FORMAT: \"dateFormat\"; readonly DATEFORMAT_TZ: \"dateFormat:tz\"; }" ], - "path": "src/plugins/data/common/constants.ts", + "path": "packages/kbn-data-service/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/data.mdx b/api_docs/data.mdx index ed1e76e805445..f6d777b790482 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data title: "data" image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin -date: 2023-06-23 +date: 2023-06-26 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 98cce2c72a4cb..25e981f7b0ba0 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query title: "data.query" image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.devdocs.json'; diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json index ade5572ce56ec..571061be8900e 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -5358,9 +5358,9 @@ "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" } @@ -13055,92 +13055,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "data", - "id": "def-common.flattenHit", - "type": "Function", - "tags": [], - "label": "flattenHit", - "description": [ - "\nFlattens an individual hit (from an ES response) into an object. This will\ncreate flattened field names, like `user.name`.\n" - ], - "signature": [ - "(hit: Hit, indexPattern: ", - { - "pluginId": "dataViews", - "scope": "common", - "docId": "kibDataViewsPluginApi", - "section": "def-common.DataView", - "text": "DataView" - }, - " | undefined, params: TabifyDocsOptions | undefined) => Record" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.flattenHit.$1", - "type": "CompoundType", - "tags": [], - "label": "hit", - "description": [ - "The hit from an ES reponse's hits.hits[]" - ], - "signature": [ - "Hit" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.flattenHit.$2", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [ - "The index pattern for the requested index if available." - ], - "signature": [ - { - "pluginId": "dataViews", - "scope": "common", - "docId": "kibDataViewsPluginApi", - "section": "def-common.DataView", - "text": "DataView" - }, - " | undefined" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - }, - { - "parentPluginId": "data", - "id": "def-common.flattenHit.$3", - "type": "Object", - "tags": [], - "label": "params", - "description": [ - "Parameters how to flatten the hit" - ], - "signature": [ - "TabifyDocsOptions | undefined" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "data", "id": "def-common.functionWrapper", @@ -14732,9 +14646,9 @@ "signature": [ "(getConfig: ", { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" }, @@ -14753,9 +14667,9 @@ "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" } @@ -15020,9 +14934,9 @@ "signature": [ "(getConfig: ", { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" }, @@ -15041,9 +14955,9 @@ "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" } @@ -15069,9 +14983,9 @@ "SearchRequest", ", dependencies: { getConfig: ", { - "pluginId": "data", + "pluginId": "@kbn/data-service", "scope": "common", - "docId": "kibDataPluginApi", + "docId": "kibKbnDataServicePluginApi", "section": "def-common.GetConfigFn", "text": "GetConfigFn" }, @@ -15136,7 +15050,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -15150,7 +15064,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -17186,98 +17100,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "data", - "id": "def-common.tabifyDocs", - "type": "Function", - "tags": [], - "label": "tabifyDocs", - "description": [], - "signature": [ - "(esResponse: ", - "SearchResponse", - ">, index?: ", - { - "pluginId": "dataViews", - "scope": "common", - "docId": "kibDataViewsPluginApi", - "section": "def-common.DataView", - "text": "DataView" - }, - " | undefined, params?: TabifyDocsOptions) => ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" - } - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.tabifyDocs.$1", - "type": "Object", - "tags": [], - "label": "esResponse", - "description": [], - "signature": [ - "SearchResponse", - ">" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.tabifyDocs.$2", - "type": "Object", - "tags": [], - "label": "index", - "description": [], - "signature": [ - { - "pluginId": "dataViews", - "scope": "common", - "docId": "kibDataViewsPluginApi", - "section": "def-common.DataView", - "text": "DataView" - }, - " | undefined" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - }, - { - "parentPluginId": "data", - "id": "def-common.tabifyDocs.$3", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "TabifyDocsOptions" - ], - "path": "src/plugins/data/common/search/tabify/tabify_docs.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "data", "id": "def-common.tabifyGetColumns", @@ -24897,7 +24719,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24911,7 +24733,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -27295,7 +27117,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -27309,7 +27131,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/data/common/types.ts", + "path": "packages/kbn-data-service/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 01f248efedabc..87a3e8e5bdaa3 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search title: "data.search" image: https://source.unsplash.com/400x175/?github description: API docs for the data.search plugin -date: 2023-06-23 +date: 2023-06-26 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 e4a89b3a3b5a5..258856bb3a051 100644 --- a/api_docs/data_view_editor.mdx +++ b/api_docs/data_view_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor title: "dataViewEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewEditor plugin -date: 2023-06-23 +date: 2023-06-26 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 4e65e42e9e305..fc41617287ff7 100644 --- a/api_docs/data_view_field_editor.mdx +++ b/api_docs/data_view_field_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor title: "dataViewFieldEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewFieldEditor plugin -date: 2023-06-23 +date: 2023-06-26 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 60cbd2f7935b4..6268c8320726e 100644 --- a/api_docs/data_view_management.mdx +++ b/api_docs/data_view_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement title: "dataViewManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewManagement plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement'] --- import dataViewManagementObj from './data_view_management.devdocs.json'; diff --git a/api_docs/data_views.devdocs.json b/api_docs/data_views.devdocs.json index 2c40af5eebd3e..ece4d592cf605 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -352,20 +352,16 @@ "path": "src/plugins/controls/public/services/options_list/options_list_service.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" - }, - { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { "plugin": "eventAnnotation", @@ -379,6 +375,10 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/data_views_service/loader.ts" }, + { + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx" @@ -8656,20 +8656,16 @@ "path": "src/plugins/controls/public/services/options_list/options_list_service.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts" - }, - { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { "plugin": "eventAnnotation", @@ -8683,6 +8679,10 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/data_views_service/loader.ts" }, + { + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx" @@ -16017,20 +16017,16 @@ "path": "src/plugins/controls/public/services/options_list/options_list_service.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts" - }, - { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { - "plugin": "unifiedFieldList", - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts" + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { "plugin": "eventAnnotation", @@ -16044,6 +16040,10 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/data_views_service/loader.ts" }, + { + "plugin": "@kbn/unified-field-list", + "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx" diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index 9ef0e9c5aecbb..7af634e595cbf 100644 --- a/api_docs/data_views.mdx +++ b/api_docs/data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews title: "dataViews" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViews plugin -date: 2023-06-23 +date: 2023-06-26 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 55b4e32ccadfa..52966275fea91 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer title: "dataVisualizer" image: https://source.unsplash.com/400x175/?github description: API docs for the dataVisualizer plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx index 59bcafe1a3553..e1cec5279e56c 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api title: Deprecated API usage by API description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -21,10 +21,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | stackAlerts, infra, graph, inputControlVis, securitySolution, savedObjects | - | | | dashboard, stackAlerts, dataVisualizer, expressionPartitionVis | - | -| | @kbn/es-query, visualizationUiComponents, observability, securitySolution, timelines, lists, threatIntelligence, dataViews, savedObjectsManagement, unifiedSearch, controls, unifiedFieldList, eventAnnotation, lens, aiops, ml, infra, visTypeTimeseries, apm, triggersActionsUi, exploratoryView, stackAlerts, dataVisualizer, fleet, canvas, enterpriseSearch, graph, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - | +| | @kbn/es-query, visualizationUiComponents, observability, securitySolution, timelines, lists, threatIntelligence, dataViews, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, eventAnnotation, lens, aiops, ml, infra, visTypeTimeseries, apm, triggersActionsUi, exploratoryView, stackAlerts, dataVisualizer, fleet, canvas, enterpriseSearch, graph, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | -| | @kbn/es-query, visualizationUiComponents, observability, securitySolution, timelines, lists, threatIntelligence, dataViews, savedObjectsManagement, unifiedSearch, controls, unifiedFieldList, eventAnnotation, lens, aiops, ml, infra, visTypeTimeseries, apm, triggersActionsUi, exploratoryView, stackAlerts, dataVisualizer, fleet, canvas, enterpriseSearch, graph, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - | -| | @kbn/es-query, visualizationUiComponents, observability, securitySolution, timelines, lists, threatIntelligence, data, savedObjectsManagement, unifiedSearch, controls, unifiedFieldList, eventAnnotation, lens, aiops, ml, infra, visTypeTimeseries, apm, triggersActionsUi, exploratoryView, stackAlerts, dataVisualizer, fleet, canvas, enterpriseSearch, graph, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega | - | +| | @kbn/es-query, visualizationUiComponents, observability, securitySolution, timelines, lists, threatIntelligence, dataViews, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, eventAnnotation, lens, aiops, ml, infra, visTypeTimeseries, apm, triggersActionsUi, exploratoryView, stackAlerts, dataVisualizer, fleet, canvas, enterpriseSearch, graph, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - | +| | @kbn/es-query, visualizationUiComponents, observability, securitySolution, timelines, lists, threatIntelligence, data, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, eventAnnotation, lens, aiops, ml, infra, visTypeTimeseries, apm, triggersActionsUi, exploratoryView, stackAlerts, dataVisualizer, fleet, canvas, enterpriseSearch, graph, synthetics, transform, upgradeAssistant, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega | - | | | home, data, esUiShared, savedObjectsManagement, exploratoryView, fleet, observability, ml, apm, indexLifecycleManagement, observabilityOnboarding, synthetics, upgradeAssistant, ux, kibanaOverview | - | | | encryptedSavedObjects, actions, data, ml, securitySolution, logstash, cloudChat | - | | | actions, ml, savedObjectsTagging, enterpriseSearch | - | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 614cf77462652..9194f13c9d050 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin title: Deprecated API usage by plugin description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -325,6 +325,16 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] +## @kbn/unified-field-list + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title) | - | +| | [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title) | - | +| | [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title) | - | + + + ## actions | Deprecated API | Reference location(s) | Remove By | @@ -1219,7 +1229,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes) | - | +| | [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes) | - | @@ -1276,16 +1286,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ -## unifiedFieldList - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title) | - | -| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title) | - | -| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_stats/load_field_stats.ts#:~:text=title), [field_existing_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/services/field_existing/field_existing_utils.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_field_list/public/hooks/use_existing_fields.ts#:~:text=title) | - | - - - ## unifiedSearch | Deprecated API | Reference location(s) | Remove By | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index d76f2ffa5ef39..eb6afdfdc3152 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam slug: /kibana-dev-docs/api-meta/deprecations-due-by-team title: Deprecated APIs due to be removed, by team description: Lists the teams that are referencing deprecated APIs with a remove by date. -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 31b568695fded..a3017890fc3ba 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools title: "devTools" image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json index 3a5da1cd72df7..37c7237d7c4ea 100644 --- a/api_docs/discover.devdocs.json +++ b/api_docs/discover.devdocs.json @@ -264,6 +264,21 @@ ], "enums": [], "misc": [ + { + "parentPluginId": "discover", + "id": "def-public.SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID", + "type": "string", + "tags": [], + "label": "SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID", + "description": [], + "signature": [ + "\"SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID\"" + ], + "path": "src/plugins/discover/public/embeddable/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "discover", "id": "def-public.SEARCH_EMBEDDABLE_TYPE", diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index 0870b44ff30e2..bf44afcf4ca2e 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover title: "discover" image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 87 | 0 | 67 | 8 | +| 88 | 0 | 68 | 8 | ## Client diff --git a/api_docs/discover_enhanced.devdocs.json b/api_docs/discover_enhanced.devdocs.json index a169cd469249b..2a08df38909fa 100644 --- a/api_docs/discover_enhanced.devdocs.json +++ b/api_docs/discover_enhanced.devdocs.json @@ -665,10 +665,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; }" @@ -786,10 +786,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ", diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index d29e8869f7b69..31ed9d5c44b40 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced title: "discoverEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin -date: 2023-06-23 +date: 2023-06-26 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 2d815ed8dfe82..00dccbfae1f8b 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard title: "ecsDataQualityDashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json index c41582e280d13..0c37b31929ff6 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -5468,10 +5468,10 @@ }, ", any>>) => context is ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.RowClickContext", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.RowClickContext", "text": "RowClickContext" } ], @@ -8058,10 +8058,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; }" @@ -8118,10 +8118,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ", @@ -10333,10 +10333,10 @@ }, " | ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.RowClickContext", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.RowClickContext", "text": "RowClickContext" } ], diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index adeb1ff33600c..31cd78566dda5 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable title: "embeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddable plugin -date: 2023-06-23 +date: 2023-06-26 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 63deeba740de6..8e6d92aa2539f 100644 --- a/api_docs/embeddable_enhanced.mdx +++ b/api_docs/embeddable_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced title: "embeddableEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableEnhanced plugin -date: 2023-06-23 +date: 2023-06-26 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 c967842ad4e03..0d3e442be4ed6 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects title: "encryptedSavedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the encryptedSavedObjects plugin -date: 2023-06-23 +date: 2023-06-26 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 df2fd0aaff473..8a05d46d3fc08 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch title: "enterpriseSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the enterpriseSearch plugin -date: 2023-06-23 +date: 2023-06-26 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 d8d9f7de1dc57..a73b71ac379cf 100644 --- a/api_docs/es_ui_shared.mdx +++ b/api_docs/es_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared title: "esUiShared" image: https://source.unsplash.com/400x175/?github description: API docs for the esUiShared plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared'] --- import esUiSharedObj from './es_ui_shared.devdocs.json'; diff --git a/api_docs/ess_security.mdx b/api_docs/ess_security.mdx index 4b5e72cb36a78..9a0d68ab94e56 100644 --- a/api_docs/ess_security.mdx +++ b/api_docs/ess_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/essSecurity title: "essSecurity" image: https://source.unsplash.com/400x175/?github description: API docs for the essSecurity plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'essSecurity'] --- import essSecurityObj from './ess_security.devdocs.json'; diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index 7313a9f21954b..1b8937a43c21c 100644 --- a/api_docs/event_annotation.mdx +++ b/api_docs/event_annotation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation title: "eventAnnotation" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotation plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation'] --- import eventAnnotationObj from './event_annotation.devdocs.json'; diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index b8d0c58a6d4ac..d61f6737f7728 100644 --- a/api_docs/event_log.mdx +++ b/api_docs/event_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog title: "eventLog" image: https://source.unsplash.com/400x175/?github description: API docs for the eventLog plugin -date: 2023-06-23 +date: 2023-06-26 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 5fb7212b0f057..9f3ce47ec10a2 100644 --- a/api_docs/exploratory_view.mdx +++ b/api_docs/exploratory_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView title: "exploratoryView" image: https://source.unsplash.com/400x175/?github description: API docs for the exploratoryView plugin -date: 2023-06-23 +date: 2023-06-26 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 eb1f207d8cf20..a34361853bfa3 100644 --- a/api_docs/expression_error.mdx +++ b/api_docs/expression_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError title: "expressionError" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionError plugin -date: 2023-06-23 +date: 2023-06-26 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 b99f64d845415..915f3cd5b4067 100644 --- a/api_docs/expression_gauge.mdx +++ b/api_docs/expression_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge title: "expressionGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionGauge plugin -date: 2023-06-23 +date: 2023-06-26 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 f5dc5ccc5d747..600414dddefa2 100644 --- a/api_docs/expression_heatmap.mdx +++ b/api_docs/expression_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap title: "expressionHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionHeatmap plugin -date: 2023-06-23 +date: 2023-06-26 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 f2a406e234c68..105cfeefc3427 100644 --- a/api_docs/expression_image.mdx +++ b/api_docs/expression_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage title: "expressionImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionImage plugin -date: 2023-06-23 +date: 2023-06-26 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 7bf8f902d5b0c..6d8e55a3234b3 100644 --- a/api_docs/expression_legacy_metric_vis.mdx +++ b/api_docs/expression_legacy_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis title: "expressionLegacyMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionLegacyMetricVis plugin -date: 2023-06-23 +date: 2023-06-26 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 f69d5a4d5465f..4a1b7a40f517c 100644 --- a/api_docs/expression_metric.mdx +++ b/api_docs/expression_metric.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric title: "expressionMetric" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetric plugin -date: 2023-06-23 +date: 2023-06-26 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 d67d82cfcf4df..fb66ec8ffaf57 100644 --- a/api_docs/expression_metric_vis.mdx +++ b/api_docs/expression_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis title: "expressionMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetricVis plugin -date: 2023-06-23 +date: 2023-06-26 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 6396473980bad..d3ad570ab0048 100644 --- a/api_docs/expression_partition_vis.mdx +++ b/api_docs/expression_partition_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis title: "expressionPartitionVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionPartitionVis plugin -date: 2023-06-23 +date: 2023-06-26 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 db017c84fea75..e3d28e204eaec 100644 --- a/api_docs/expression_repeat_image.mdx +++ b/api_docs/expression_repeat_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage title: "expressionRepeatImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRepeatImage plugin -date: 2023-06-23 +date: 2023-06-26 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 0a8406d157a2d..49a843724c0d3 100644 --- a/api_docs/expression_reveal_image.mdx +++ b/api_docs/expression_reveal_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage title: "expressionRevealImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRevealImage plugin -date: 2023-06-23 +date: 2023-06-26 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 1aaa3ae045f2b..19f84394509ee 100644 --- a/api_docs/expression_shape.mdx +++ b/api_docs/expression_shape.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape title: "expressionShape" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionShape plugin -date: 2023-06-23 +date: 2023-06-26 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 b1cfb10651585..65711e37fc8e4 100644 --- a/api_docs/expression_tagcloud.mdx +++ b/api_docs/expression_tagcloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud title: "expressionTagcloud" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionTagcloud plugin -date: 2023-06-23 +date: 2023-06-26 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 3b3bf3e4f9970..d6d57e8499e2d 100644 --- a/api_docs/expression_x_y.mdx +++ b/api_docs/expression_x_y.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY title: "expressionXY" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionXY plugin -date: 2023-06-23 +date: 2023-06-26 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 c69ad3239d2bf..6f3349cf3c986 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions title: "expressions" image: https://source.unsplash.com/400x175/?github description: API docs for the expressions plugin -date: 2023-06-23 +date: 2023-06-26 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 c66a3710b5460..ad2c7424d0dd3 100644 --- a/api_docs/features.mdx +++ b/api_docs/features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features title: "features" image: https://source.unsplash.com/400x175/?github description: API docs for the features plugin -date: 2023-06-23 +date: 2023-06-26 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 deb4c19a62836..3a8401276e2ab 100644 --- a/api_docs/field_formats.mdx +++ b/api_docs/field_formats.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats title: "fieldFormats" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldFormats plugin -date: 2023-06-23 +date: 2023-06-26 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 24261096e8f34..b493563b8b516 100644 --- a/api_docs/file_upload.mdx +++ b/api_docs/file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload title: "fileUpload" image: https://source.unsplash.com/400x175/?github description: API docs for the fileUpload plugin -date: 2023-06-23 +date: 2023-06-26 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 256bad3d37cc0..7eb671eaa8cf2 100644 --- a/api_docs/files.mdx +++ b/api_docs/files.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files title: "files" image: https://source.unsplash.com/400x175/?github description: API docs for the files plugin -date: 2023-06-23 +date: 2023-06-26 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 5832884dbb13f..9db47210e6ce2 100644 --- a/api_docs/files_management.mdx +++ b/api_docs/files_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement title: "filesManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the filesManagement plugin -date: 2023-06-23 +date: 2023-06-26 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 28b7b63e3c5bf..ade119cf86ac0 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet title: "fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the fleet plugin -date: 2023-06-23 +date: 2023-06-26 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 41271f3ce98aa..42a6e45f271be 100644 --- a/api_docs/global_search.mdx +++ b/api_docs/global_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch title: "globalSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the globalSearch plugin -date: 2023-06-23 +date: 2023-06-26 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 c896494eff47f..a36ecd1b91fe9 100644 --- a/api_docs/guided_onboarding.mdx +++ b/api_docs/guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding title: "guidedOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the guidedOnboarding plugin -date: 2023-06-23 +date: 2023-06-26 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 c832e41ab1d07..821cb20036e4d 100644 --- a/api_docs/home.mdx +++ b/api_docs/home.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home title: "home" image: https://source.unsplash.com/400x175/?github description: API docs for the home plugin -date: 2023-06-23 +date: 2023-06-26 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 84e879e3c2934..92cff792499c3 100644 --- a/api_docs/image_embeddable.mdx +++ b/api_docs/image_embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable title: "imageEmbeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the imageEmbeddable plugin -date: 2023-06-23 +date: 2023-06-26 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 15d9fc4a723e0..c63dcef2119cf 100644 --- a/api_docs/index_lifecycle_management.mdx +++ b/api_docs/index_lifecycle_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement title: "indexLifecycleManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexLifecycleManagement plugin -date: 2023-06-23 +date: 2023-06-26 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 3bb36c0b6d91e..9cf30e970e172 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement title: "indexManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexManagement plugin -date: 2023-06-23 +date: 2023-06-26 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 98f12f08040c4..08fbf445b5728 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra title: "infra" image: https://source.unsplash.com/400x175/?github description: API docs for the infra plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra'] --- import infraObj from './infra.devdocs.json'; diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index 71fba50651c3a..4d75c40ae9f06 100644 --- a/api_docs/inspector.mdx +++ b/api_docs/inspector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector title: "inspector" image: https://source.unsplash.com/400x175/?github description: API docs for the inspector plugin -date: 2023-06-23 +date: 2023-06-26 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 e4dd44ab7dda2..64f34bc95b76b 100644 --- a/api_docs/interactive_setup.mdx +++ b/api_docs/interactive_setup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup title: "interactiveSetup" image: https://source.unsplash.com/400x175/?github description: API docs for the interactiveSetup plugin -date: 2023-06-23 +date: 2023-06-26 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 111b4c9fa0b96..97befdc93e643 100644 --- a/api_docs/kbn_ace.mdx +++ b/api_docs/kbn_ace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ace title: "@kbn/ace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ace plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace'] --- import kbnAceObj from './kbn_ace.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 798a9067e1b36..43b796a0cc384 100644 --- a/api_docs/kbn_aiops_components.mdx +++ b/api_docs/kbn_aiops_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components title: "@kbn/aiops-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-components plugin -date: 2023-06-23 +date: 2023-06-26 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 45752124e75c5..322f33da4a38e 100644 --- a/api_docs/kbn_aiops_utils.mdx +++ b/api_docs/kbn_aiops_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils title: "@kbn/aiops-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-utils plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils'] --- import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index 561f8df07abb5..30459c63796da 100644 --- a/api_docs/kbn_alerting_state_types.mdx +++ b/api_docs/kbn_alerting_state_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types title: "@kbn/alerting-state-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-state-types plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index ea982a4dac1bd..f46d367b2cb9f 100644 --- a/api_docs/kbn_alerts_as_data_utils.mdx +++ b/api_docs/kbn_alerts_as_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils title: "@kbn/alerts-as-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-as-data-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 31f8991d19d7a..60714e1909c74 100644 --- a/api_docs/kbn_alerts_ui_shared.mdx +++ b/api_docs/kbn_alerts_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared title: "@kbn/alerts-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-ui-shared plugin -date: 2023-06-23 +date: 2023-06-26 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 111e09b2b5f46..7a47897397bda 100644 --- a/api_docs/kbn_analytics.mdx +++ b/api_docs/kbn_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics title: "@kbn/analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics plugin -date: 2023-06-23 +date: 2023-06-26 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 7e52fc3c7b736..0b227a25a58e4 100644 --- a/api_docs/kbn_analytics_client.mdx +++ b/api_docs/kbn_analytics_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client title: "@kbn/analytics-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-client plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client'] --- import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json'; diff --git a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx index 44acdde7a49f3..546300e0a6ef4 100644 --- a/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx +++ b/api_docs/kbn_analytics_shippers_elastic_v3_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-browser title: "@kbn/analytics-shippers-elastic-v3-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 effde40bdd0e7..54c87258e9a44 100644 --- a/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx +++ b/api_docs/kbn_analytics_shippers_elastic_v3_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-common title: "@kbn/analytics-shippers-elastic-v3-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-shippers-elastic-v3-common plugin -date: 2023-06-23 +date: 2023-06-26 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 6eb44e80a203f..c0ca9a712a641 100644 --- a/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx +++ b/api_docs/kbn_analytics_shippers_elastic_v3_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-server title: "@kbn/analytics-shippers-elastic-v3-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-shippers-elastic-v3-server plugin -date: 2023-06-23 +date: 2023-06-26 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 840e9854eaca4..af50f06fe4dd6 100644 --- a/api_docs/kbn_analytics_shippers_fullstory.mdx +++ b/api_docs/kbn_analytics_shippers_fullstory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-fullstory title: "@kbn/analytics-shippers-fullstory" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-shippers-fullstory plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory'] --- import kbnAnalyticsShippersFullstoryObj from './kbn_analytics_shippers_fullstory.devdocs.json'; diff --git a/api_docs/kbn_analytics_shippers_gainsight.mdx b/api_docs/kbn_analytics_shippers_gainsight.mdx index fc4f6f9173aae..5fcd4e3cbebbc 100644 --- a/api_docs/kbn_analytics_shippers_gainsight.mdx +++ b/api_docs/kbn_analytics_shippers_gainsight.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-gainsight title: "@kbn/analytics-shippers-gainsight" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-shippers-gainsight plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-gainsight'] --- import kbnAnalyticsShippersGainsightObj from './kbn_analytics_shippers_gainsight.devdocs.json'; diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index 02d9e8790345c..c6da086e63e34 100644 --- a/api_docs/kbn_apm_config_loader.mdx +++ b/api_docs/kbn_apm_config_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader title: "@kbn/apm-config-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-config-loader plugin -date: 2023-06-23 +date: 2023-06-26 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 22f591420d7c2..630cf070be5ee 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace title: "@kbn/apm-synthtrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin -date: 2023-06-23 +date: 2023-06-26 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 6d7dc1a4abe9f..fabc165de72ed 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client title: "@kbn/apm-synthtrace-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin -date: 2023-06-23 +date: 2023-06-26 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 ae665718c7418..43cd7e7cc527a 100644 --- a/api_docs/kbn_apm_utils.mdx +++ b/api_docs/kbn_apm_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils title: "@kbn/apm-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 152085bdbeaf8..363870dedc358 100644 --- a/api_docs/kbn_axe_config.mdx +++ b/api_docs/kbn_axe_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config title: "@kbn/axe-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/axe-config plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx index 7e6f00ac10318..3f4c9fdc48c8f 100644 --- a/api_docs/kbn_cases_components.mdx +++ b/api_docs/kbn_cases_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components title: "@kbn/cases-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cases-components plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.devdocs.json b/api_docs/kbn_cell_actions.devdocs.json index 1261b64095f5d..1c23d050bc1ce 100644 --- a/api_docs/kbn_cell_actions.devdocs.json +++ b/api_docs/kbn_cell_actions.devdocs.json @@ -564,7 +564,7 @@ "label": "useDataGridColumnsCellActions", "description": [], "signature": [ - "({ data, triggerId, metadata, dataGridRef, disabledActionTypes, }: ", + "({ fields, getCellValue, triggerId, metadata, dataGridRef, disabledActionTypes, }: ", { "pluginId": "@kbn/cell-actions", "scope": "common", @@ -585,7 +585,7 @@ "id": "def-common.useDataGridColumnsCellActions.$1", "type": "Object", "tags": [], - "label": "{\n data,\n triggerId,\n metadata,\n dataGridRef,\n disabledActionTypes = [],\n}", + "label": "{\n fields,\n getCellValue,\n triggerId,\n metadata,\n dataGridRef,\n disabledActionTypes = [],\n}", "description": [], "signature": [ { @@ -1094,7 +1094,7 @@ "section": "def-common.CellActionsProps", "text": "CellActionsProps" }, - ", \"metadata\" | \"triggerId\" | \"disabledActionTypes\">" + ", \"metadata\" | \"disabledActionTypes\">" ], "path": "packages/kbn-cell-actions/src/hooks/use_data_grid_column_cell_actions.tsx", "deprecated": false, @@ -1102,25 +1102,108 @@ "children": [ { "parentPluginId": "@kbn/cell-actions", - "id": "def-common.UseDataGridColumnsCellActionsProps.data", + "id": "def-common.UseDataGridColumnsCellActionsProps.triggerId", + "type": "string", + "tags": [], + "label": "triggerId", + "description": [ + "\nOptional trigger ID to used to retrieve the cell actions.\nreturns empty array if not provided" + ], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-cell-actions/src/hooks/use_data_grid_column_cell_actions.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/cell-actions", + "id": "def-common.UseDataGridColumnsCellActionsProps.fields", "type": "Array", "tags": [], - "label": "data", - "description": [], + "label": "fields", + "description": [ + "\nfields array, used to determine which actions to load.\nreturns empty array if not provided" + ], "signature": [ - "BulkData[] | undefined" + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[] | undefined" ], "path": "packages/kbn-cell-actions/src/hooks/use_data_grid_column_cell_actions.tsx", "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/cell-actions", + "id": "def-common.UseDataGridColumnsCellActionsProps.getCellValue", + "type": "Function", + "tags": [], + "label": "getCellValue", + "description": [ + "\nFunction to get the cell value for a given field name and row index.\nthe `rowIndex` parameter is absolute, not relative to the current page" + ], + "signature": [ + "(fieldName: string, rowIndex: number) => ", + { + "pluginId": "@kbn/cell-actions", + "scope": "common", + "docId": "kibKbnCellActionsPluginApi", + "section": "def-common.CellActionFieldValue", + "text": "CellActionFieldValue" + } + ], + "path": "packages/kbn-cell-actions/src/hooks/use_data_grid_column_cell_actions.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/cell-actions", + "id": "def-common.UseDataGridColumnsCellActionsProps.getCellValue.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "path": "packages/kbn-cell-actions/src/hooks/use_data_grid_column_cell_actions.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/cell-actions", + "id": "def-common.UseDataGridColumnsCellActionsProps.getCellValue.$2", + "type": "number", + "tags": [], + "label": "rowIndex", + "description": [], + "signature": [ + "number" + ], + "path": "packages/kbn-cell-actions/src/hooks/use_data_grid_column_cell_actions.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "@kbn/cell-actions", "id": "def-common.UseDataGridColumnsCellActionsProps.dataGridRef", "type": "Object", "tags": [], "label": "dataGridRef", - "description": [], + "description": [ + "\nref to the EuiDataGrid instance" + ], "signature": [ "React.MutableRefObject<", "EuiDataGridRefProps", @@ -1166,6 +1249,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/cell-actions", + "id": "def-common.CellActionFieldValue", + "type": "Type", + "tags": [], + "label": "CellActionFieldValue", + "description": [], + "signature": [ + "string | string[] | null | undefined" + ], + "path": "packages/kbn-cell-actions/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/cell-actions", "id": "def-common.CellActionTemplate", diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 316ff7178dccc..103c7510ea742 100644 --- a/api_docs/kbn_cell_actions.mdx +++ b/api_docs/kbn_cell_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions title: "@kbn/cell-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cell-actions plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions'] --- import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elast | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 57 | 1 | 43 | 2 | +| 62 | 1 | 44 | 2 | ## Common diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 45956a2c554bb..f22aac43e64f6 100644 --- a/api_docs/kbn_chart_expressions_common.mdx +++ b/api_docs/kbn_chart_expressions_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common title: "@kbn/chart-expressions-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-expressions-common plugin -date: 2023-06-23 +date: 2023-06-26 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 683408c3f8b09..908fd87d478fe 100644 --- a/api_docs/kbn_chart_icons.mdx +++ b/api_docs/kbn_chart_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons title: "@kbn/chart-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-icons plugin -date: 2023-06-23 +date: 2023-06-26 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 36adf1874f243..13bf8297202c5 100644 --- a/api_docs/kbn_ci_stats_core.mdx +++ b/api_docs/kbn_ci_stats_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core title: "@kbn/ci-stats-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-core plugin -date: 2023-06-23 +date: 2023-06-26 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 3fd53f4e505ec..24fc0bc42b7a9 100644 --- a/api_docs/kbn_ci_stats_performance_metrics.mdx +++ b/api_docs/kbn_ci_stats_performance_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics title: "@kbn/ci-stats-performance-metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-performance-metrics plugin -date: 2023-06-23 +date: 2023-06-26 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 f799e8fe15728..eaaa890c05928 100644 --- a/api_docs/kbn_ci_stats_reporter.mdx +++ b/api_docs/kbn_ci_stats_reporter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter title: "@kbn/ci-stats-reporter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-reporter plugin -date: 2023-06-23 +date: 2023-06-26 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 fb27fbb491667..5993b8da39f04 100644 --- a/api_docs/kbn_cli_dev_mode.mdx +++ b/api_docs/kbn_cli_dev_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode title: "@kbn/cli-dev-mode" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cli-dev-mode plugin -date: 2023-06-23 +date: 2023-06-26 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 6a2bf377b0b91..b837ef8fe1d64 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor title: "@kbn/code-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; diff --git a/api_docs/kbn_code_editor_mocks.mdx b/api_docs/kbn_code_editor_mocks.mdx index e3f5c14b94db8..607049296db31 100644 --- a/api_docs/kbn_code_editor_mocks.mdx +++ b/api_docs/kbn_code_editor_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mocks title: "@kbn/code-editor-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mocks plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mocks'] --- import kbnCodeEditorMocksObj from './kbn_code_editor_mocks.devdocs.json'; diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index 23a678b961f45..0d93da3c9a196 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring title: "@kbn/coloring" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin -date: 2023-06-23 +date: 2023-06-26 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 f10dc71dcce82..f93c3755b00b4 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config title: "@kbn/config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin -date: 2023-06-23 +date: 2023-06-26 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 5f3226f8664df..b14b8919c4741 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks title: "@kbn/config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8279407693d02..01197ac3559d9 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema title: "@kbn/config-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin -date: 2023-06-23 +date: 2023-06-26 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 f5e33f85cb456..8e510eca413d9 100644 --- a/api_docs/kbn_content_management_content_editor.mdx +++ b/api_docs/kbn_content_management_content_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor title: "@kbn/content-management-content-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-editor plugin -date: 2023-06-23 +date: 2023-06-26 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 c29b0d93b4383..f7f23fb024dfb 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view title: "@kbn/content-management-tabbed-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin -date: 2023-06-23 +date: 2023-06-26 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 adbc70a2c48a4..499c9239c098f 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view title: "@kbn/content-management-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index 7d5d730298168..fe5e62fb94b25 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table title: "@kbn/content-management-table-list-view-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin -date: 2023-06-23 +date: 2023-06-26 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 b59fd42a38244..db6c275c6dec8 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils title: "@kbn/content-management-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 bbb0cdfd326a4..70dd4e1fdee95 100644 --- a/api_docs/kbn_core_analytics_browser.mdx +++ b/api_docs/kbn_core_analytics_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser title: "@kbn/core-analytics-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 7d4940fb9eb3d..9d929833dc4df 100644 --- a/api_docs/kbn_core_analytics_browser_internal.mdx +++ b/api_docs/kbn_core_analytics_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal title: "@kbn/core-analytics-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 04332b0a4fb38..923e9caa26b19 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.mdx +++ b/api_docs/kbn_core_analytics_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks title: "@kbn/core-analytics-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 9758a15504e73..7d062f91036fb 100644 --- a/api_docs/kbn_core_analytics_server.mdx +++ b/api_docs/kbn_core_analytics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server title: "@kbn/core-analytics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server plugin -date: 2023-06-23 +date: 2023-06-26 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 36e0667d8b584..c50e8c16d60c3 100644 --- a/api_docs/kbn_core_analytics_server_internal.mdx +++ b/api_docs/kbn_core_analytics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal title: "@kbn/core-analytics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 2ed7819518738..813d42412cfc7 100644 --- a/api_docs/kbn_core_analytics_server_mocks.mdx +++ b/api_docs/kbn_core_analytics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks title: "@kbn/core-analytics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 45602b41bb7ed..85984dfeec948 100644 --- a/api_docs/kbn_core_application_browser.mdx +++ b/api_docs/kbn_core_application_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser title: "@kbn/core-application-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 555b0108e76cc..3f18a52cd2ddd 100644 --- a/api_docs/kbn_core_application_browser_internal.mdx +++ b/api_docs/kbn_core_application_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal title: "@kbn/core-application-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 a3c5ce687595b..716a54751c351 100644 --- a/api_docs/kbn_core_application_browser_mocks.mdx +++ b/api_docs/kbn_core_application_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks title: "@kbn/core-application-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 3f818931c566e..bfa5573413dce 100644 --- a/api_docs/kbn_core_application_common.mdx +++ b/api_docs/kbn_core_application_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common title: "@kbn/core-application-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-common plugin -date: 2023-06-23 +date: 2023-06-26 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 3f2c401a9cd59..8d13cabd503ab 100644 --- a/api_docs/kbn_core_apps_browser_internal.mdx +++ b/api_docs/kbn_core_apps_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal title: "@kbn/core-apps-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 9c65f155fa532..b03772eb4e9ec 100644 --- a/api_docs/kbn_core_apps_browser_mocks.mdx +++ b/api_docs/kbn_core_apps_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks title: "@kbn/core-apps-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 abd751380343f..09ba46beba148 100644 --- a/api_docs/kbn_core_apps_server_internal.mdx +++ b/api_docs/kbn_core_apps_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal title: "@kbn/core-apps-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 4c5ee53667823..75246eb49cf32 100644 --- a/api_docs/kbn_core_base_browser_mocks.mdx +++ b/api_docs/kbn_core_base_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks title: "@kbn/core-base-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 fb1444628d370..756b012bf6d1a 100644 --- a/api_docs/kbn_core_base_common.mdx +++ b/api_docs/kbn_core_base_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common title: "@kbn/core-base-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-common plugin -date: 2023-06-23 +date: 2023-06-26 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 3812a17ae1dad..6c7cb1d8df420 100644 --- a/api_docs/kbn_core_base_server_internal.mdx +++ b/api_docs/kbn_core_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal title: "@kbn/core-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 93301e1614bb2..7e23c9ed588f8 100644 --- a/api_docs/kbn_core_base_server_mocks.mdx +++ b/api_docs/kbn_core_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks title: "@kbn/core-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8b7abc79dc995..a100f2ee6f737 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.mdx +++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks title: "@kbn/core-capabilities-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 9dd9174547194..db2283ba6940d 100644 --- a/api_docs/kbn_core_capabilities_common.mdx +++ b/api_docs/kbn_core_capabilities_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common title: "@kbn/core-capabilities-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-common plugin -date: 2023-06-23 +date: 2023-06-26 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 1bbe449159ea4..3d26ea749313f 100644 --- a/api_docs/kbn_core_capabilities_server.mdx +++ b/api_docs/kbn_core_capabilities_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server title: "@kbn/core-capabilities-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server plugin -date: 2023-06-23 +date: 2023-06-26 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 25a810833659a..cc51bd0310e22 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.mdx +++ b/api_docs/kbn_core_capabilities_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks title: "@kbn/core-capabilities-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 2f9df83126b36..8b3943e6ada04 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -2862,7 +2862,15 @@ "section": "def-common.DeepLinkId", "text": "DeepLinkId" }, - " | \"serverlessElasticsearch\" | ", + " | ", + { + "pluginId": "@kbn/deeplinks-search", + "scope": "common", + "docId": "kibKbnDeeplinksSearchPluginApi", + "section": "def-common.DeepLinkId", + "text": "DeepLinkId" + }, + " | ", { "pluginId": "@kbn/deeplinks-observability", "scope": "common", diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index 4613ab2120adf..10413c00d2bf7 100644 --- a/api_docs/kbn_core_chrome_browser.mdx +++ b/api_docs/kbn_core_chrome_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser title: "@kbn/core-chrome-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index ea0a2a1875819..ae2dba36d10e0 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.mdx +++ b/api_docs/kbn_core_chrome_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks title: "@kbn/core-chrome-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 5f343ed6df46c..3c49e382d1052 100644 --- a/api_docs/kbn_core_config_server_internal.mdx +++ b/api_docs/kbn_core_config_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal title: "@kbn/core-config-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-config-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 a23cb488d2ac3..920810572b4de 100644 --- a/api_docs/kbn_core_custom_branding_browser.mdx +++ b/api_docs/kbn_core_custom_branding_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser title: "@kbn/core-custom-branding-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 d33c628314c63..d4c1124b82e3b 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.mdx +++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal title: "@kbn/core-custom-branding-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 b0b4a18279574..85fdd543555e0 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks title: "@kbn/core-custom-branding-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 e09c1edcfe425..9a87548ca3efd 100644 --- a/api_docs/kbn_core_custom_branding_common.mdx +++ b/api_docs/kbn_core_custom_branding_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common title: "@kbn/core-custom-branding-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-common plugin -date: 2023-06-23 +date: 2023-06-26 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 fdc72faf1c167..6702f8a991181 100644 --- a/api_docs/kbn_core_custom_branding_server.mdx +++ b/api_docs/kbn_core_custom_branding_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server title: "@kbn/core-custom-branding-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server plugin -date: 2023-06-23 +date: 2023-06-26 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 ef0cf28ff1f2b..235b303ba31fa 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.mdx +++ b/api_docs/kbn_core_custom_branding_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal title: "@kbn/core-custom-branding-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 a2294520d6647..a35bf50224a14 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks title: "@kbn/core-custom-branding-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 78956a233fe0a..8bf993ff3fcd3 100644 --- a/api_docs/kbn_core_deprecations_browser.mdx +++ b/api_docs/kbn_core_deprecations_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser title: "@kbn/core-deprecations-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 445ec25cfbb71..6208217757264 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.mdx +++ b/api_docs/kbn_core_deprecations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal title: "@kbn/core-deprecations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 1d8f952b63d8d..47f772548c50b 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.mdx +++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks title: "@kbn/core-deprecations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 64c203e4a2fb3..27f8cc39fe01b 100644 --- a/api_docs/kbn_core_deprecations_common.mdx +++ b/api_docs/kbn_core_deprecations_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common title: "@kbn/core-deprecations-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-common plugin -date: 2023-06-23 +date: 2023-06-26 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 912c6a4fa03ee..bc3e235a71cbf 100644 --- a/api_docs/kbn_core_deprecations_server.mdx +++ b/api_docs/kbn_core_deprecations_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server title: "@kbn/core-deprecations-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server plugin -date: 2023-06-23 +date: 2023-06-26 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 dae4da7e508a7..32839d4864a8b 100644 --- a/api_docs/kbn_core_deprecations_server_internal.mdx +++ b/api_docs/kbn_core_deprecations_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal title: "@kbn/core-deprecations-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 03a951945b5d3..e98f47eb2e4f1 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.mdx +++ b/api_docs/kbn_core_deprecations_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks title: "@kbn/core-deprecations-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 678a7d7b98ce9..d428d79d57db0 100644 --- a/api_docs/kbn_core_doc_links_browser.mdx +++ b/api_docs/kbn_core_doc_links_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser title: "@kbn/core-doc-links-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 cd4837baf19bc..9d398738bdc74 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.mdx +++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks title: "@kbn/core-doc-links-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8c2f0ab7189d3..d3d83627ffe6b 100644 --- a/api_docs/kbn_core_doc_links_server.mdx +++ b/api_docs/kbn_core_doc_links_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server title: "@kbn/core-doc-links-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server plugin -date: 2023-06-23 +date: 2023-06-26 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 d78c866b1db7f..1a56987a71a99 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.mdx +++ b/api_docs/kbn_core_doc_links_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks title: "@kbn/core-doc-links-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 d1ee2b704ee6c..d56f032489fb3 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal title: "@kbn/core-elasticsearch-client-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 b6e807ba77d2a..6594d6bb2ba0c 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks title: "@kbn/core-elasticsearch-client-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 08c5669c37e81..6e4189720e531 100644 --- a/api_docs/kbn_core_elasticsearch_server.mdx +++ b/api_docs/kbn_core_elasticsearch_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server title: "@kbn/core-elasticsearch-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server plugin -date: 2023-06-23 +date: 2023-06-26 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 247bc66db41d3..e89434c3b175f 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal title: "@kbn/core-elasticsearch-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 8dd20cc528c1c..60c1542fba30e 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks title: "@kbn/core-elasticsearch-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 916b793bc1818..240492ce62dbd 100644 --- a/api_docs/kbn_core_environment_server_internal.mdx +++ b/api_docs/kbn_core_environment_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal title: "@kbn/core-environment-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 8595e4394bf23..1486795a2f033 100644 --- a/api_docs/kbn_core_environment_server_mocks.mdx +++ b/api_docs/kbn_core_environment_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks title: "@kbn/core-environment-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 2d60e1bc3af4d..d73370d721e60 100644 --- a/api_docs/kbn_core_execution_context_browser.mdx +++ b/api_docs/kbn_core_execution_context_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser title: "@kbn/core-execution-context-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 bcf09c26fc74b..0f4e333ae9acc 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.mdx +++ b/api_docs/kbn_core_execution_context_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal title: "@kbn/core-execution-context-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 8710537f1d154..ee061bbe4ee46 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.mdx +++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks title: "@kbn/core-execution-context-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 ab319ee9fe27c..126d31e7de9a8 100644 --- a/api_docs/kbn_core_execution_context_common.mdx +++ b/api_docs/kbn_core_execution_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common title: "@kbn/core-execution-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-common plugin -date: 2023-06-23 +date: 2023-06-26 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 03e36abd43b70..03bbe30493b32 100644 --- a/api_docs/kbn_core_execution_context_server.mdx +++ b/api_docs/kbn_core_execution_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server title: "@kbn/core-execution-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server plugin -date: 2023-06-23 +date: 2023-06-26 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 acd2a4c9aaa4b..2e0d6f27d809b 100644 --- a/api_docs/kbn_core_execution_context_server_internal.mdx +++ b/api_docs/kbn_core_execution_context_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal title: "@kbn/core-execution-context-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 ee2beb4cd054a..ab3944ad4fe1a 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.mdx +++ b/api_docs/kbn_core_execution_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks title: "@kbn/core-execution-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8e9fe714d94ad..be5a0a703e294 100644 --- a/api_docs/kbn_core_fatal_errors_browser.mdx +++ b/api_docs/kbn_core_fatal_errors_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser title: "@kbn/core-fatal-errors-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 a26fe79a5143f..78f12fbdb0037 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks title: "@kbn/core-fatal-errors-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 269182fc7f8b2..9ad9fa03b0e14 100644 --- a/api_docs/kbn_core_http_browser.mdx +++ b/api_docs/kbn_core_http_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser title: "@kbn/core-http-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 908edf6fcb8ab..40638220d9a23 100644 --- a/api_docs/kbn_core_http_browser_internal.mdx +++ b/api_docs/kbn_core_http_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal title: "@kbn/core-http-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 163e32136cd81..316cda062133e 100644 --- a/api_docs/kbn_core_http_browser_mocks.mdx +++ b/api_docs/kbn_core_http_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks title: "@kbn/core-http-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 0bb53d5158154..01c91495620c5 100644 --- a/api_docs/kbn_core_http_common.mdx +++ b/api_docs/kbn_core_http_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common title: "@kbn/core-http-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-common plugin -date: 2023-06-23 +date: 2023-06-26 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 d12d13cda7f80..9de9651e8f18a 100644 --- a/api_docs/kbn_core_http_context_server_mocks.mdx +++ b/api_docs/kbn_core_http_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks title: "@kbn/core-http-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-context-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 3556615ef9c21..7ae55b589d887 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.mdx +++ b/api_docs/kbn_core_http_request_handler_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server title: "@kbn/core-http-request-handler-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-request-handler-context-server plugin -date: 2023-06-23 +date: 2023-06-26 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 7e5c6d6d90129..55596cd055e86 100644 --- a/api_docs/kbn_core_http_resources_server.mdx +++ b/api_docs/kbn_core_http_resources_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server title: "@kbn/core-http-resources-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server plugin -date: 2023-06-23 +date: 2023-06-26 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 991c8357b3d94..0ef7870660858 100644 --- a/api_docs/kbn_core_http_resources_server_internal.mdx +++ b/api_docs/kbn_core_http_resources_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal title: "@kbn/core-http-resources-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 5e7974dcffec9..90e6173598c67 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.mdx +++ b/api_docs/kbn_core_http_resources_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks title: "@kbn/core-http-resources-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 e131f3cd33b60..eb7dc068d6d83 100644 --- a/api_docs/kbn_core_http_router_server_internal.mdx +++ b/api_docs/kbn_core_http_router_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal title: "@kbn/core-http-router-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 314815de31454..811b7abac731f 100644 --- a/api_docs/kbn_core_http_router_server_mocks.mdx +++ b/api_docs/kbn_core_http_router_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks title: "@kbn/core-http-router-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8b693598dc68b..caee71ab8a77e 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -5825,11 +5825,11 @@ }, { "plugin": "fleet", - "path": "x-pack/plugins/fleet/server/routes/fleet_server_policy_config/index.ts" + "path": "x-pack/plugins/fleet/server/routes/fleet_server_hosts/index.ts" }, { "plugin": "fleet", - "path": "x-pack/plugins/fleet/server/routes/fleet_server_policy_config/index.ts" + "path": "x-pack/plugins/fleet/server/routes/fleet_server_hosts/index.ts" }, { "plugin": "fleet", @@ -8371,7 +8371,7 @@ }, { "plugin": "fleet", - "path": "x-pack/plugins/fleet/server/routes/fleet_server_policy_config/index.ts" + "path": "x-pack/plugins/fleet/server/routes/fleet_server_hosts/index.ts" }, { "plugin": "fleet", @@ -9245,7 +9245,7 @@ }, { "plugin": "fleet", - "path": "x-pack/plugins/fleet/server/routes/fleet_server_policy_config/index.ts" + "path": "x-pack/plugins/fleet/server/routes/fleet_server_hosts/index.ts" }, { "plugin": "fleet", @@ -10289,7 +10289,7 @@ }, { "plugin": "fleet", - "path": "x-pack/plugins/fleet/server/routes/fleet_server_policy_config/index.ts" + "path": "x-pack/plugins/fleet/server/routes/fleet_server_hosts/index.ts" }, { "plugin": "fleet", diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index 76c763a5df9f6..d791c42f5607b 100644 --- a/api_docs/kbn_core_http_server.mdx +++ b/api_docs/kbn_core_http_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server title: "@kbn/core-http-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server plugin -date: 2023-06-23 +date: 2023-06-26 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 300f2db8afdfe..8fa58562bdbfb 100644 --- a/api_docs/kbn_core_http_server_internal.mdx +++ b/api_docs/kbn_core_http_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal title: "@kbn/core-http-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 0824bee8ebe9f..034d2c04a069a 100644 --- a/api_docs/kbn_core_http_server_mocks.mdx +++ b/api_docs/kbn_core_http_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks title: "@kbn/core-http-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 34c015f5188df..fdfc4f629fdec 100644 --- a/api_docs/kbn_core_i18n_browser.mdx +++ b/api_docs/kbn_core_i18n_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser title: "@kbn/core-i18n-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 c4e3c4d68c36d..d55fbbffdbfc6 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.mdx +++ b/api_docs/kbn_core_i18n_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks title: "@kbn/core-i18n-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 5f86021f5aee4..3a0afbe6f14d5 100644 --- a/api_docs/kbn_core_i18n_server.mdx +++ b/api_docs/kbn_core_i18n_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server title: "@kbn/core-i18n-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server plugin -date: 2023-06-23 +date: 2023-06-26 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 f15807c3fbb14..c55b8df4ba40f 100644 --- a/api_docs/kbn_core_i18n_server_internal.mdx +++ b/api_docs/kbn_core_i18n_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal title: "@kbn/core-i18n-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 17b7c4074cb74..b830c567aad27 100644 --- a/api_docs/kbn_core_i18n_server_mocks.mdx +++ b/api_docs/kbn_core_i18n_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks title: "@kbn/core-i18n-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 2542439558f8e..d77f1c6c6f1d2 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks title: "@kbn/core-injected-metadata-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 b7a0fb43472cf..e8c55bbcf6cb8 100644 --- a/api_docs/kbn_core_integrations_browser_internal.mdx +++ b/api_docs/kbn_core_integrations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal title: "@kbn/core-integrations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 ca886e578c05e..251baa8334ebd 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.mdx +++ b/api_docs/kbn_core_integrations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks title: "@kbn/core-integrations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 87221da255d14..5b819eb5ddec1 100644 --- a/api_docs/kbn_core_lifecycle_browser.mdx +++ b/api_docs/kbn_core_lifecycle_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser title: "@kbn/core-lifecycle-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 632a214a0fd5b..aa7b52bb6f050 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks title: "@kbn/core-lifecycle-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 177d51a3d598e..2918a7d41c6a3 100644 --- a/api_docs/kbn_core_lifecycle_server.mdx +++ b/api_docs/kbn_core_lifecycle_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server title: "@kbn/core-lifecycle-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server plugin -date: 2023-06-23 +date: 2023-06-26 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 249441daf65a4..b14992536edd0 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks title: "@kbn/core-lifecycle-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 0fe5e719a77ae..bc378bef66374 100644 --- a/api_docs/kbn_core_logging_browser_mocks.mdx +++ b/api_docs/kbn_core_logging_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks title: "@kbn/core-logging-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 f79f66bd387c3..62a396178bf99 100644 --- a/api_docs/kbn_core_logging_common_internal.mdx +++ b/api_docs/kbn_core_logging_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal title: "@kbn/core-logging-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-common-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 57d4030cfeb19..bae66122591a1 100644 --- a/api_docs/kbn_core_logging_server.mdx +++ b/api_docs/kbn_core_logging_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server title: "@kbn/core-logging-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server plugin -date: 2023-06-23 +date: 2023-06-26 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 45e6043cbd7d0..d84bcf2e2e63a 100644 --- a/api_docs/kbn_core_logging_server_internal.mdx +++ b/api_docs/kbn_core_logging_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal title: "@kbn/core-logging-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 320d411dd85f3..40c4fe3f4ed36 100644 --- a/api_docs/kbn_core_logging_server_mocks.mdx +++ b/api_docs/kbn_core_logging_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks title: "@kbn/core-logging-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 e83980a4b46ea..d0809cf4290f3 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal title: "@kbn/core-metrics-collectors-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 3875bf83aefdc..fa80d7f0f3258 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks title: "@kbn/core-metrics-collectors-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 a62a4d04a48d5..14d0c083444e8 100644 --- a/api_docs/kbn_core_metrics_server.mdx +++ b/api_docs/kbn_core_metrics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server title: "@kbn/core-metrics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server plugin -date: 2023-06-23 +date: 2023-06-26 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 9d4145141c585..b77a0058713b5 100644 --- a/api_docs/kbn_core_metrics_server_internal.mdx +++ b/api_docs/kbn_core_metrics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal title: "@kbn/core-metrics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 18931cf233e60..d8c412b3f5a28 100644 --- a/api_docs/kbn_core_metrics_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks title: "@kbn/core-metrics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 5b167d2093c6a..521fb3bdec586 100644 --- a/api_docs/kbn_core_mount_utils_browser.mdx +++ b/api_docs/kbn_core_mount_utils_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser title: "@kbn/core-mount-utils-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 52cca77dc5e4f..28f6086ab90c3 100644 --- a/api_docs/kbn_core_node_server.mdx +++ b/api_docs/kbn_core_node_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server title: "@kbn/core-node-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server plugin -date: 2023-06-23 +date: 2023-06-26 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 9fd69e023fa4f..cbdb530cb5993 100644 --- a/api_docs/kbn_core_node_server_internal.mdx +++ b/api_docs/kbn_core_node_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal title: "@kbn/core-node-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 3a2ea8de088c7..4cf835b6d2d87 100644 --- a/api_docs/kbn_core_node_server_mocks.mdx +++ b/api_docs/kbn_core_node_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks title: "@kbn/core-node-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 54a02e6340708..963ca1a4e9c45 100644 --- a/api_docs/kbn_core_notifications_browser.mdx +++ b/api_docs/kbn_core_notifications_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser title: "@kbn/core-notifications-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 4b71242ad4266..96b08efa13923 100644 --- a/api_docs/kbn_core_notifications_browser_internal.mdx +++ b/api_docs/kbn_core_notifications_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal title: "@kbn/core-notifications-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 2e6d45f2f5a6e..41a0afa3c1a80 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.mdx +++ b/api_docs/kbn_core_notifications_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks title: "@kbn/core-notifications-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 c7d8d96279464..122230d1fe9ae 100644 --- a/api_docs/kbn_core_overlays_browser.mdx +++ b/api_docs/kbn_core_overlays_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser title: "@kbn/core-overlays-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 6f1d00c39b8d3..f66e2468cfddf 100644 --- a/api_docs/kbn_core_overlays_browser_internal.mdx +++ b/api_docs/kbn_core_overlays_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal title: "@kbn/core-overlays-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 540460fe79be3..9a84934e04007 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.mdx +++ b/api_docs/kbn_core_overlays_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks title: "@kbn/core-overlays-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 6a8eb6754638c..4649b1a7bfe23 100644 --- a/api_docs/kbn_core_plugins_browser.mdx +++ b/api_docs/kbn_core_plugins_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser title: "@kbn/core-plugins-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 d444b462de9d8..609f60f0fb05f 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.mdx +++ b/api_docs/kbn_core_plugins_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks title: "@kbn/core-plugins-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index c59ed82d7836d..fb892eaf48d0f 100644 --- a/api_docs/kbn_core_plugins_server.mdx +++ b/api_docs/kbn_core_plugins_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server title: "@kbn/core-plugins-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server plugin -date: 2023-06-23 +date: 2023-06-26 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 71b46f11d8249..dd97e9e153743 100644 --- a/api_docs/kbn_core_plugins_server_mocks.mdx +++ b/api_docs/kbn_core_plugins_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks title: "@kbn/core-plugins-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 a3246db6d4bc3..ae82f891adcee 100644 --- a/api_docs/kbn_core_preboot_server.mdx +++ b/api_docs/kbn_core_preboot_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server title: "@kbn/core-preboot-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server plugin -date: 2023-06-23 +date: 2023-06-26 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 226ca73dc14bc..948dd2001dd08 100644 --- a/api_docs/kbn_core_preboot_server_mocks.mdx +++ b/api_docs/kbn_core_preboot_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks title: "@kbn/core-preboot-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8d41e07e4f223..34db801d13595 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.mdx +++ b/api_docs/kbn_core_rendering_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks title: "@kbn/core-rendering-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 b4ef6953d3171..620cf8b961e21 100644 --- a/api_docs/kbn_core_rendering_server_internal.mdx +++ b/api_docs/kbn_core_rendering_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal title: "@kbn/core-rendering-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 e2fae3bbed834..aa988b1acabf0 100644 --- a/api_docs/kbn_core_rendering_server_mocks.mdx +++ b/api_docs/kbn_core_rendering_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks title: "@kbn/core-rendering-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 40180055339aa..bb5a7d4f55390 100644 --- a/api_docs/kbn_core_root_server_internal.mdx +++ b/api_docs/kbn_core_root_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal title: "@kbn/core-root-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-root-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 22e42a3fe9288..67f9b6ce1dcbc 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.mdx +++ b/api_docs/kbn_core_saved_objects_api_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser title: "@kbn/core-saved-objects-api-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-browser plugin -date: 2023-06-23 +date: 2023-06-26 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.devdocs.json b/api_docs/kbn_core_saved_objects_api_server.devdocs.json index 05773f040a9e7..691cb850d230d 100644 --- a/api_docs/kbn_core_saved_objects_api_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server.devdocs.json @@ -2830,6 +2830,10 @@ "plugin": "taskManager", "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, + { + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts" diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index 3cd59d91011b0..61cf80861c342 100644 --- a/api_docs/kbn_core_saved_objects_api_server.mdx +++ b/api_docs/kbn_core_saved_objects_api_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server title: "@kbn/core-saved-objects-api-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server plugin -date: 2023-06-23 +date: 2023-06-26 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 29c8b46c4833a..cb432e0e99a46 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks title: "@kbn/core-saved-objects-api-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 ea8f78244815a..178c9348accf2 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal title: "@kbn/core-saved-objects-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 833d9210ebc49..fd8503c8d7a58 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks title: "@kbn/core-saved-objects-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 37ffec006ba78..a8eb078474a69 100644 --- a/api_docs/kbn_core_saved_objects_browser.mdx +++ b/api_docs/kbn_core_saved_objects_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser title: "@kbn/core-saved-objects-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 9d815c30aa4bd..ff731ea6608ee 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.mdx +++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal title: "@kbn/core-saved-objects-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 c28e7d2286913..12da48b47af3c 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks title: "@kbn/core-saved-objects-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 314d75a263ce9..9bc718bcdfda5 100644 --- a/api_docs/kbn_core_saved_objects_common.mdx +++ b/api_docs/kbn_core_saved_objects_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common title: "@kbn/core-saved-objects-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-common plugin -date: 2023-06-23 +date: 2023-06-26 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 34bdf1ff483ac..efbe3a67c8379 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal title: "@kbn/core-saved-objects-import-export-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 7546aa1e378c5..1f24502f58e2d 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks title: "@kbn/core-saved-objects-import-export-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 b9a6f346a4c6f..49d6f42d4bd7c 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal title: "@kbn/core-saved-objects-migration-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 72c0af163ceb1..75c57a644a736 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks title: "@kbn/core-saved-objects-migration-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 82abbb4057839..944db995da760 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -6295,6 +6295,10 @@ "plugin": "taskManager", "path": "x-pack/plugins/task_manager/server/task_store.test.ts" }, + { + "plugin": "taskManager", + "path": "x-pack/plugins/task_manager/server/task_store.test.ts" + }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts" diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 887081380acf7..96499408b2891 100644 --- a/api_docs/kbn_core_saved_objects_server.mdx +++ b/api_docs/kbn_core_saved_objects_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server title: "@kbn/core-saved-objects-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server plugin -date: 2023-06-23 +date: 2023-06-26 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 e490d13a39f33..774e037483ab9 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal title: "@kbn/core-saved-objects-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 0b42e7f33f423..0c8ef84738c20 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks title: "@kbn/core-saved-objects-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 314b1eab91720..3c2495608993c 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.mdx +++ b/api_docs/kbn_core_saved_objects_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server title: "@kbn/core-saved-objects-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-utils-server plugin -date: 2023-06-23 +date: 2023-06-26 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 af9c9dce1e88b..c76202b99c418 100644 --- a/api_docs/kbn_core_status_common.mdx +++ b/api_docs/kbn_core_status_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common title: "@kbn/core-status-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common plugin -date: 2023-06-23 +date: 2023-06-26 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 99e1c16455cbf..3e53eeca33fac 100644 --- a/api_docs/kbn_core_status_common_internal.mdx +++ b/api_docs/kbn_core_status_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common-internal title: "@kbn/core-status-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 7cb517c31492b..7b3412580ebac 100644 --- a/api_docs/kbn_core_status_server.mdx +++ b/api_docs/kbn_core_status_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server title: "@kbn/core-status-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server plugin -date: 2023-06-23 +date: 2023-06-26 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 d3b639b26c5bd..fcaa53115bc73 100644 --- a/api_docs/kbn_core_status_server_internal.mdx +++ b/api_docs/kbn_core_status_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal title: "@kbn/core-status-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 7ebab0ecb790f..0c21fda59fb40 100644 --- a/api_docs/kbn_core_status_server_mocks.mdx +++ b/api_docs/kbn_core_status_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks title: "@kbn/core-status-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 30de1fbd0c751..e06c825e9558c 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters title: "@kbn/core-test-helpers-deprecations-getters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin -date: 2023-06-23 +date: 2023-06-26 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 04af687112d4d..c567a1931de92 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser title: "@kbn/core-test-helpers-http-setup-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 c8fc581152c9d..deaf7942b1918 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.mdx +++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server title: "@kbn/core-test-helpers-kbn-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-kbn-server plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index b802c3cd8c0b8..70b9c296ccac4 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer title: "@kbn/core-test-helpers-so-type-serializer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin -date: 2023-06-23 +date: 2023-06-26 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 5f8804fdb6378..bd2903c1152c7 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.mdx +++ b/api_docs/kbn_core_test_helpers_test_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils title: "@kbn/core-test-helpers-test-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-test-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 8d139dd7530ea..4035a8fa0a3e5 100644 --- a/api_docs/kbn_core_theme_browser.mdx +++ b/api_docs/kbn_core_theme_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser title: "@kbn/core-theme-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_internal.mdx b/api_docs/kbn_core_theme_browser_internal.mdx index 9386552861906..44e1c9e674ae2 100644 --- a/api_docs/kbn_core_theme_browser_internal.mdx +++ b/api_docs/kbn_core_theme_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-internal title: "@kbn/core-theme-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-internal'] --- import kbnCoreThemeBrowserInternalObj from './kbn_core_theme_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index dce8e0f1146a5..2f3e396873677 100644 --- a/api_docs/kbn_core_theme_browser_mocks.mdx +++ b/api_docs/kbn_core_theme_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks title: "@kbn/core-theme-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 9c93b12cad5cf..af13a77240af0 100644 --- a/api_docs/kbn_core_ui_settings_browser.mdx +++ b/api_docs/kbn_core_ui_settings_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser title: "@kbn/core-ui-settings-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser plugin -date: 2023-06-23 +date: 2023-06-26 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 59dd7257a77d2..d7b41840b9021 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.mdx +++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal title: "@kbn/core-ui-settings-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 11e3355df8a2b..cdf308e38d3f7 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks title: "@kbn/core-ui-settings-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 95a8f0f3fb9f1..ef15e6bf37c31 100644 --- a/api_docs/kbn_core_ui_settings_common.mdx +++ b/api_docs/kbn_core_ui_settings_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common title: "@kbn/core-ui-settings-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-common plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common'] --- import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index a072fa90bf1c0..9a8ff8bd8de55 100644 --- a/api_docs/kbn_core_ui_settings_server.mdx +++ b/api_docs/kbn_core_ui_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server title: "@kbn/core-ui-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index d092b6e2f4b3b..bc7bc12c4fa42 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.mdx +++ b/api_docs/kbn_core_ui_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal title: "@kbn/core-ui-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index d884b93ef06fa..3ec706251ba13 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks title: "@kbn/core-ui-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 53cb686a12575..f56c6bf4cc8c4 100644 --- a/api_docs/kbn_core_usage_data_server.mdx +++ b/api_docs/kbn_core_usage_data_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server title: "@kbn/core-usage-data-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server plugin -date: 2023-06-23 +date: 2023-06-26 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 e91f875040eb8..93c95abd0c3e7 100644 --- a/api_docs/kbn_core_usage_data_server_internal.mdx +++ b/api_docs/kbn_core_usage_data_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal title: "@kbn/core-usage-data-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 4401cdf344e12..741b327a4ae9e 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.mdx +++ b/api_docs/kbn_core_usage_data_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks title: "@kbn/core-usage-data-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 595f40cc69cd2..b46793a5eba6a 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server title: "@kbn/core-user-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin -date: 2023-06-23 +date: 2023-06-26 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 9acf0f2d8d39b..c2648d953c491 100644 --- a/api_docs/kbn_core_user_settings_server_internal.mdx +++ b/api_docs/kbn_core_user_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-internal title: "@kbn/core-user-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-internal plugin -date: 2023-06-23 +date: 2023-06-26 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 3353ca1de968a..ff7f51bdd04d5 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks title: "@kbn/core-user-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 d523fe7b433fe..340963b6da08f 100644 --- a/api_docs/kbn_crypto.mdx +++ b/api_docs/kbn_crypto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto title: "@kbn/crypto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto plugin -date: 2023-06-23 +date: 2023-06-26 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 c5190531c7426..32c8598aaf0c6 100644 --- a/api_docs/kbn_crypto_browser.mdx +++ b/api_docs/kbn_crypto_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser title: "@kbn/crypto-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto-browser plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser'] --- import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 051d3d5928883..d3efa40cc9cba 100644 --- a/api_docs/kbn_cypress_config.mdx +++ b/api_docs/kbn_cypress_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config title: "@kbn/cypress-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-config plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; diff --git a/api_docs/kbn_data_service.devdocs.json b/api_docs/kbn_data_service.devdocs.json new file mode 100644 index 0000000000000..b24f002b7e097 --- /dev/null +++ b/api_docs/kbn_data_service.devdocs.json @@ -0,0 +1,308 @@ +{ + "id": "@kbn/data-service", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.flattenHit", + "type": "Function", + "tags": [], + "label": "flattenHit", + "description": [ + "\nFlattens an individual hit (from an ES response) into an object. This will\ncreate flattened field names, like `user.name`.\n" + ], + "signature": [ + "(hit: Hit, indexPattern: ", + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined, params: TabifyDocsOptions | undefined) => Record" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.flattenHit.$1", + "type": "CompoundType", + "tags": [], + "label": "hit", + "description": [ + "The hit from an ES reponse's hits.hits[]" + ], + "signature": [ + "Hit" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.flattenHit.$2", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [ + "The index pattern for the requested index if available." + ], + "signature": [ + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.flattenHit.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [ + "Parameters how to flatten the hit" + ], + "signature": [ + "TabifyDocsOptions | undefined" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.getEsQueryConfig", + "type": "Function", + "tags": [], + "label": "getEsQueryConfig", + "description": [], + "signature": [ + "(config: KibanaConfig) => ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.EsQueryConfig", + "text": "EsQueryConfig" + } + ], + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.getEsQueryConfig.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "KibanaConfig" + ], + "path": "packages/kbn-data-service/src/es_query/get_es_query_config.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.tabifyDocs", + "type": "Function", + "tags": [], + "label": "tabifyDocs", + "description": [], + "signature": [ + "(esResponse: ", + "SearchResponse", + ">, index?: ", + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined, params?: TabifyDocsOptions) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.tabifyDocs.$1", + "type": "Object", + "tags": [], + "label": "esResponse", + "description": [], + "signature": [ + "SearchResponse", + ">" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.tabifyDocs.$2", + "type": "Object", + "tags": [], + "label": "index", + "description": [], + "signature": [ + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataView", + "text": "DataView" + }, + " | undefined" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.tabifyDocs.$3", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "TabifyDocsOptions" + ], + "path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.GetConfigFn", + "type": "Type", + "tags": [], + "label": "GetConfigFn", + "description": [ + "\nIf a service is being shared on both the client and the server, and\nthe client code requires synchronous access to uiSettings, both client\nand server should wrap the core uiSettings services in a function\nmatching this signature.\n\nThis matches the signature of the public `core.uiSettings.get`, and\nshould only be used in scenarios where async access to uiSettings is\nnot possible." + ], + "signature": [ + "(key: string, defaultOverride?: T | undefined) => T" + ], + "path": "packages/kbn-data-service/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.GetConfigFn.$1", + "type": "string", + "tags": [], + "label": "key", + "description": [], + "path": "packages/kbn-data-service/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.GetConfigFn.$2", + "type": "Uncategorized", + "tags": [], + "label": "defaultOverride", + "description": [], + "signature": [ + "T | undefined" + ], + "path": "packages/kbn-data-service/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/data-service", + "id": "def-common.UI_SETTINGS", + "type": "Object", + "tags": [], + "label": "UI_SETTINGS", + "description": [], + "signature": [ + "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; readonly DATE_FORMAT: \"dateFormat\"; readonly DATEFORMAT_TZ: \"dateFormat:tz\"; }" + ], + "path": "packages/kbn-data-service/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ] + } +} \ No newline at end of file diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx new file mode 100644 index 0000000000000..109d549c58a4d --- /dev/null +++ b/api_docs/kbn_data_service.mdx @@ -0,0 +1,36 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnDataServicePluginApi +slug: /kibana-dev-docs/api/kbn-data-service +title: "@kbn/data-service" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/data-service plugin +date: 2023-06-26 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] +--- +import kbnDataServiceObj from './kbn_data_service.devdocs.json'; + + + +Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 14 | 0 | 9 | 0 | + +## Common + +### Objects + + +### Functions + + +### Consts, variables and types + + diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index aba4c871c77ba..1b37cb317aa83 100644 --- a/api_docs/kbn_datemath.mdx +++ b/api_docs/kbn_datemath.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath title: "@kbn/datemath" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/datemath plugin -date: 2023-06-23 +date: 2023-06-26 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 dc92a67716d30..63c43930d1b0a 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics title: "@kbn/deeplinks-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin -date: 2023-06-23 +date: 2023-06-26 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 ae8f447149d7f..98c625493b499 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools title: "@kbn/deeplinks-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools'] --- import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx index 040162821139f..90ff9f570ae1c 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management title: "@kbn/deeplinks-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin -date: 2023-06-23 +date: 2023-06-26 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 b4b1f09099dc6..797af7b886655 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml title: "@kbn/deeplinks-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index 935dffb4b42a1..c4d46a06627d4 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability title: "@kbn/deeplinks-observability" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_search.devdocs.json b/api_docs/kbn_deeplinks_search.devdocs.json index 7f5c5b926e4ff..eecdacc4c7145 100644 --- a/api_docs/kbn_deeplinks_search.devdocs.json +++ b/api_docs/kbn_deeplinks_search.devdocs.json @@ -45,7 +45,7 @@ "label": "DeepLinkId", "description": [], "signature": [ - "\"serverlessElasticsearch\"" + "\"serverlessElasticsearch\" | \"serverlessIndexingApi\"" ], "path": "packages/deeplinks/search/deep_links.ts", "deprecated": false, @@ -66,6 +66,21 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/deeplinks-search", + "id": "def-common.SERVERLESS_ES_INDEXING_API_ID", + "type": "string", + "tags": [], + "label": "SERVERLESS_ES_INDEXING_API_ID", + "description": [], + "signature": [ + "\"serverlessIndexingApi\"" + ], + "path": "packages/deeplinks/search/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false } ], "objects": [] diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index ef3b69b9afea9..9940a6fd4f629 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search title: "@kbn/deeplinks-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search'] --- import kbnDeeplinksSearchObj from './kbn_deeplinks_search.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 | |-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| 4 | 0 | 4 | 0 | ## Common diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index 9cf81eee604bc..6f71e4063901d 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2023-06-23 +date: 2023-06-26 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 34b4034101894..62639f1df1317 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2023-06-23 +date: 2023-06-26 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 7365d806212b2..86e6cb5dbdb2e 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2023-06-23 +date: 2023-06-26 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 ba92b1c872877..a35a1355d7099 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2023-06-23 +date: 2023-06-26 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 f514317377d43..6fc0fd4bf28f7 100644 --- a/api_docs/kbn_dev_cli_errors.mdx +++ b/api_docs/kbn_dev_cli_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors title: "@kbn/dev-cli-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-errors plugin -date: 2023-06-23 +date: 2023-06-26 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 616fdf517362f..281d4ea4d481e 100644 --- a/api_docs/kbn_dev_cli_runner.mdx +++ b/api_docs/kbn_dev_cli_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner title: "@kbn/dev-cli-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-runner plugin -date: 2023-06-23 +date: 2023-06-26 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 a5b1181225678..dc92acee27db6 100644 --- a/api_docs/kbn_dev_proc_runner.mdx +++ b/api_docs/kbn_dev_proc_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner title: "@kbn/dev-proc-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-proc-runner plugin -date: 2023-06-23 +date: 2023-06-26 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 94237f563104e..ba6fc0df9c05d 100644 --- a/api_docs/kbn_dev_utils.mdx +++ b/api_docs/kbn_dev_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils title: "@kbn/dev-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-utils plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.devdocs.json b/api_docs/kbn_doc_links.devdocs.json index 82162383459e1..1d6d1857ca314 100644 --- a/api_docs/kbn_doc_links.devdocs.json +++ b/api_docs/kbn_doc_links.devdocs.json @@ -300,7 +300,7 @@ "label": "enterpriseSearch", "description": [], "signature": [ - "{ readonly apiKeys: string; readonly behavioralAnalytics: string; readonly behavioralAnalyticsCORS: string; readonly behavioralAnalyticsEvents: string; readonly buildConnector: string; readonly bulkApi: string; readonly configuration: string; readonly connectors: string; readonly connectorsAzureBlobStorage: string; readonly connectorsClients: string; readonly connectorsConfluence: string; readonly connectorsContentExtraction: string; readonly connectorsGoogleCloudStorage: string; readonly connectorsJira: string; readonly connectorsMicrosoftSQL: string; readonly connectorsMongoDB: string; readonly connectorsMySQL: string; readonly connectorsNative: string; readonly connectorsNetworkDrive: string; readonly connectorsOracle: string; readonly connectorsPostgreSQL: string; readonly connectorsS3: string; readonly connectorsSharepoint: string; readonly connectorsSharepointOnline: string; readonly connectorsWorkplaceSearch: string; readonly crawlerExtractionRules: string; readonly crawlerManaging: string; readonly crawlerOverview: string; readonly deployTrainedModels: string; readonly documentLevelSecurity: string; readonly elser: string; readonly engines: string; readonly esre: string; readonly esreFaq: string; readonly esreHelp: string; readonly esreLearn: string; readonly indexApi: string; readonly ingestionApis: string; readonly ingestPipelines: string; readonly knnSearch: string; readonly knnSearchCombine: string; readonly languageAnalyzers: string; readonly languageClients: string; readonly licenseManagement: string; readonly machineLearningStart: string; readonly mailService: string; readonly mlDocumentEnrichment: string; readonly searchApplicationsTemplates: string; readonly searchApplications: string; readonly searchTemplates: string; readonly start: string; readonly supportedNlpModels: string; readonly syncRules: string; readonly trainedModels: string; readonly troubleshootSetup: string; readonly usersAccess: string; }" + "{ readonly apiKeys: string; readonly behavioralAnalytics: string; readonly behavioralAnalyticsCORS: string; readonly behavioralAnalyticsEvents: string; readonly buildConnector: string; readonly bulkApi: string; readonly configuration: string; readonly connectors: string; readonly connectorsAzureBlobStorage: string; readonly connectorsClients: string; readonly connectorsConfluence: string; readonly connectorsContentExtraction: string; readonly connectorsGoogleCloudStorage: string; readonly connectorsJira: string; readonly connectorsMicrosoftSQL: string; readonly connectorsMongoDB: string; readonly connectorsMySQL: string; readonly connectorsNative: string; readonly connectorsNetworkDrive: string; readonly connectorsOracle: string; readonly connectorsPostgreSQL: string; readonly connectorsS3: string; readonly connectorsSharepoint: string; readonly connectorsSharepointOnline: string; readonly connectorsWorkplaceSearch: string; readonly crawlerExtractionRules: string; readonly crawlerManaging: string; readonly crawlerOverview: string; readonly deployTrainedModels: string; readonly documentLevelSecurity: string; readonly elser: string; readonly engines: string; readonly esre: string; readonly esreFaq: string; readonly esreHelp: string; readonly esreLearn: string; readonly indexApi: string; readonly ingestionApis: string; readonly ingestPipelines: string; readonly knnSearch: string; readonly knnSearchCombine: string; readonly languageAnalyzers: string; readonly languageClients: string; readonly licenseManagement: string; readonly machineLearningStart: string; readonly mailService: string; readonly mlDocumentEnrichment: string; readonly searchApplicationsTemplates: string; readonly searchApplicationsSearchApi: string; readonly searchApplications: string; readonly searchApplicationsGettingStarted: string; readonly searchTemplates: string; readonly start: string; readonly supportedNlpModels: string; readonly syncRules: string; readonly trainedModels: string; readonly textEmbedding: string; readonly troubleshootSetup: string; readonly usersAccess: string; }" ], "path": "packages/kbn-doc-links/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index dddee03beceee..4a0d3d1ab1ef3 100644 --- a/api_docs/kbn_doc_links.mdx +++ b/api_docs/kbn_doc_links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links title: "@kbn/doc-links" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/doc-links plugin -date: 2023-06-23 +date: 2023-06-26 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 56d0f7a672cb4..345b1082eb210 100644 --- a/api_docs/kbn_docs_utils.mdx +++ b/api_docs/kbn_docs_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils title: "@kbn/docs-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/docs-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 660aaf313b880..ce4932780d602 100644 --- a/api_docs/kbn_dom_drag_drop.mdx +++ b/api_docs/kbn_dom_drag_drop.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop title: "@kbn/dom-drag-drop" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dom-drag-drop plugin -date: 2023-06-23 +date: 2023-06-26 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 8b192187d74fd..8a18e1f8c7ba1 100644 --- a/api_docs/kbn_ebt_tools.mdx +++ b/api_docs/kbn_ebt_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools title: "@kbn/ebt-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt-tools plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; diff --git a/api_docs/kbn_ecs.mdx b/api_docs/kbn_ecs.mdx index 805be48ae0ea9..f520b2d0874b5 100644 --- a/api_docs/kbn_ecs.mdx +++ b/api_docs/kbn_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs title: "@kbn/ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs'] --- import kbnEcsObj from './kbn_ecs.devdocs.json'; diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index c3629d3c002e7..1c26b5231e629 100644 --- a/api_docs/kbn_ecs_data_quality_dashboard.mdx +++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard title: "@kbn/ecs-data-quality-dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs-data-quality-dashboard plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 404e2cfc78044..1c34d8973567a 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant title: "@kbn/elastic-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index 38c1320e03b6c..a84e4adc0eda0 100644 --- a/api_docs/kbn_es.mdx +++ b/api_docs/kbn_es.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es title: "@kbn/es" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es plugin -date: 2023-06-23 +date: 2023-06-26 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 ba51b6abebb58..56ecf8d7c8c48 100644 --- a/api_docs/kbn_es_archiver.mdx +++ b/api_docs/kbn_es_archiver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver title: "@kbn/es-archiver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-archiver plugin -date: 2023-06-23 +date: 2023-06-26 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 214355c7948be..f4e19a06a5048 100644 --- a/api_docs/kbn_es_errors.mdx +++ b/api_docs/kbn_es_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors title: "@kbn/es-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-errors plugin -date: 2023-06-23 +date: 2023-06-26 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 57734b7c2c634..839025a0eb5c9 100644 --- a/api_docs/kbn_es_query.mdx +++ b/api_docs/kbn_es_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query title: "@kbn/es-query" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query plugin -date: 2023-06-23 +date: 2023-06-26 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 31c667dd54ed7..4142214a740af 100644 --- a/api_docs/kbn_es_types.mdx +++ b/api_docs/kbn_es_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types title: "@kbn/es-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-types plugin -date: 2023-06-23 +date: 2023-06-26 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 5631f92cd5286..2de9e7751633f 100644 --- a/api_docs/kbn_eslint_plugin_imports.mdx +++ b/api_docs/kbn_eslint_plugin_imports.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports title: "@kbn/eslint-plugin-imports" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/eslint-plugin-imports plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index 9cae0574b5423..758ea5fcc7d60 100644 --- a/api_docs/kbn_expandable_flyout.mdx +++ b/api_docs/kbn_expandable_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout title: "@kbn/expandable-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/expandable-flyout plugin -date: 2023-06-23 +date: 2023-06-26 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 9d5839e0b6190..240ebc7fee6bd 100644 --- a/api_docs/kbn_field_types.mdx +++ b/api_docs/kbn_field_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types title: "@kbn/field-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-types plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index 955367c168170..c6f2b9e9f992c 100644 --- a/api_docs/kbn_find_used_node_modules.mdx +++ b/api_docs/kbn_find_used_node_modules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules title: "@kbn/find-used-node-modules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/find-used-node-modules plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules'] --- import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index b0f4a51af2a3d..392bf5be00f84 100644 --- a/api_docs/kbn_ftr_common_functional_services.mdx +++ b/api_docs/kbn_ftr_common_functional_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services title: "@kbn/ftr-common-functional-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-services plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services'] --- import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json'; diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index a08ef9c213e40..607e62d784601 100644 --- a/api_docs/kbn_generate.mdx +++ b/api_docs/kbn_generate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate title: "@kbn/generate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate'] --- import kbnGenerateObj from './kbn_generate.devdocs.json'; diff --git a/api_docs/kbn_generate_console_definitions.devdocs.json b/api_docs/kbn_generate_console_definitions.devdocs.json new file mode 100644 index 0000000000000..1d5a3be405429 --- /dev/null +++ b/api_docs/kbn_generate_console_definitions.devdocs.json @@ -0,0 +1,45 @@ +{ + "id": "@kbn/generate-console-definitions", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/generate-console-definitions", + "id": "def-common.runGenerateConsoleDefinitionsCli", + "type": "Function", + "tags": [], + "label": "runGenerateConsoleDefinitionsCli", + "description": [], + "signature": [ + "() => void" + ], + "path": "packages/kbn-generate-console-definitions/src/cli.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx new file mode 100644 index 0000000000000..b40c8657b818c --- /dev/null +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -0,0 +1,30 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnGenerateConsoleDefinitionsPluginApi +slug: /kibana-dev-docs/api/kbn-generate-console-definitions +title: "@kbn/generate-console-definitions" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/generate-console-definitions plugin +date: 2023-06-26 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions'] +--- +import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; + + + +Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 1 | 0 | 1 | 0 | + +## Common + +### Functions + + diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx index 685cdd109963a..5efd5baae4e07 100644 --- a/api_docs/kbn_generate_csv.mdx +++ b/api_docs/kbn_generate_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv title: "@kbn/generate-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_generate_csv_types.mdx b/api_docs/kbn_generate_csv_types.mdx index 4ca524fdcd4c2..c23193ecfb6c0 100644 --- a/api_docs/kbn_generate_csv_types.mdx +++ b/api_docs/kbn_generate_csv_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv-types title: "@kbn/generate-csv-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv-types plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv-types'] --- import kbnGenerateCsvTypesObj from './kbn_generate_csv_types.devdocs.json'; diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx index a928526d115de..45bd4fc24f9bc 100644 --- a/api_docs/kbn_guided_onboarding.mdx +++ b/api_docs/kbn_guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding title: "@kbn/guided-onboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/guided-onboarding plugin -date: 2023-06-23 +date: 2023-06-26 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 3f0709d5eedf8..18e34e32731cf 100644 --- a/api_docs/kbn_handlebars.mdx +++ b/api_docs/kbn_handlebars.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars title: "@kbn/handlebars" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/handlebars plugin -date: 2023-06-23 +date: 2023-06-26 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 d7e166745204f..5f0d8e063b6bb 100644 --- a/api_docs/kbn_hapi_mocks.mdx +++ b/api_docs/kbn_hapi_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks title: "@kbn/hapi-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/hapi-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 a9f8d2ba64e10..4162bcad4f44b 100644 --- a/api_docs/kbn_health_gateway_server.mdx +++ b/api_docs/kbn_health_gateway_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server title: "@kbn/health-gateway-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/health-gateway-server plugin -date: 2023-06-23 +date: 2023-06-26 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 98eb013125d4c..cb9b966ac8104 100644 --- a/api_docs/kbn_home_sample_data_card.mdx +++ b/api_docs/kbn_home_sample_data_card.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card title: "@kbn/home-sample-data-card" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-card plugin -date: 2023-06-23 +date: 2023-06-26 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 24e3ae7aff8f9..b4b51eb969c9d 100644 --- a/api_docs/kbn_home_sample_data_tab.mdx +++ b/api_docs/kbn_home_sample_data_tab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab title: "@kbn/home-sample-data-tab" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-tab plugin -date: 2023-06-23 +date: 2023-06-26 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 28d68990b6573..313bc1bfeb471 100644 --- a/api_docs/kbn_i18n.mdx +++ b/api_docs/kbn_i18n.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n title: "@kbn/i18n" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n plugin -date: 2023-06-23 +date: 2023-06-26 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 0baf3b23d62e8..c7a2bc761782b 100644 --- a/api_docs/kbn_i18n_react.mdx +++ b/api_docs/kbn_i18n_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react title: "@kbn/i18n-react" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n-react plugin -date: 2023-06-23 +date: 2023-06-26 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 15587dcd13750..bb7791be17cbe 100644 --- a/api_docs/kbn_import_resolver.mdx +++ b/api_docs/kbn_import_resolver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver title: "@kbn/import-resolver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/import-resolver plugin -date: 2023-06-23 +date: 2023-06-26 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 6eee36e89fcec..3d67e380ded1b 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge title: "@kbn/infra-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin -date: 2023-06-23 +date: 2023-06-26 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 358d184b4a5f9..07ef0f6963600 100644 --- a/api_docs/kbn_interpreter.mdx +++ b/api_docs/kbn_interpreter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter title: "@kbn/interpreter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/interpreter plugin -date: 2023-06-23 +date: 2023-06-26 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 f11e93d30e4f2..48f8e6046799e 100644 --- a/api_docs/kbn_io_ts_utils.mdx +++ b/api_docs/kbn_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils title: "@kbn/io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/io-ts-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 5af9256816ca9..8d4bcb1c1199c 100644 --- a/api_docs/kbn_jest_serializers.mdx +++ b/api_docs/kbn_jest_serializers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers title: "@kbn/jest-serializers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/jest-serializers plugin -date: 2023-06-23 +date: 2023-06-26 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 2126c1c0a0c94..58153ac6d2f9b 100644 --- a/api_docs/kbn_journeys.mdx +++ b/api_docs/kbn_journeys.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys title: "@kbn/journeys" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/journeys plugin -date: 2023-06-23 +date: 2023-06-26 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 be5850d6ba5a3..7e44a12f2fa31 100644 --- a/api_docs/kbn_json_ast.mdx +++ b/api_docs/kbn_json_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast title: "@kbn/json-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-ast plugin -date: 2023-06-23 +date: 2023-06-26 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 0a1af60b43ebf..ab3bf63b64a74 100644 --- a/api_docs/kbn_kibana_manifest_schema.mdx +++ b/api_docs/kbn_kibana_manifest_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema title: "@kbn/kibana-manifest-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-manifest-schema plugin -date: 2023-06-23 +date: 2023-06-26 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 31756739a1261..0f08d3782c9d2 100644 --- a/api_docs/kbn_language_documentation_popover.mdx +++ b/api_docs/kbn_language_documentation_popover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation-popover title: "@kbn/language-documentation-popover" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation-popover plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation-popover'] --- import kbnLanguageDocumentationPopoverObj from './kbn_language_documentation_popover.devdocs.json'; diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index 78e0e645230b5..bf4c919b6c94f 100644 --- a/api_docs/kbn_logging.mdx +++ b/api_docs/kbn_logging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging title: "@kbn/logging" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging plugin -date: 2023-06-23 +date: 2023-06-26 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 f7f753d00a335..9dcaff34bd4be 100644 --- a/api_docs/kbn_logging_mocks.mdx +++ b/api_docs/kbn_logging_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks title: "@kbn/logging-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging-mocks plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx index 1d7eb1924854e..e59afc0b050cf 100644 --- a/api_docs/kbn_managed_vscode_config.mdx +++ b/api_docs/kbn_managed_vscode_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config title: "@kbn/managed-vscode-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-vscode-config plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config'] --- import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index ea826d9812ff8..306fae4c25f3f 100644 --- a/api_docs/kbn_mapbox_gl.mdx +++ b/api_docs/kbn_mapbox_gl.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl title: "@kbn/mapbox-gl" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mapbox-gl plugin -date: 2023-06-23 +date: 2023-06-26 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 011ecf2c16c71..69c0e8f953f7e 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils title: "@kbn/maps-vector-tile-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 9dbe7bfe76e6a..fe5927f310637 100644 --- a/api_docs/kbn_ml_agg_utils.mdx +++ b/api_docs/kbn_ml_agg_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils title: "@kbn/ml-agg-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-agg-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 1678dcf9b24a8..d38961ea74ee1 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils title: "@kbn/ml-anomaly-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin -date: 2023-06-23 +date: 2023-06-26 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_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx index 5b254875800e5..6c0042a209087 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils title: "@kbn/ml-data-frame-analytics-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 29a58d501a433..7a919f58f28c1 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid title: "@kbn/ml-data-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin -date: 2023-06-23 +date: 2023-06-26 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 6312d4f477ecc..1cdfbb6f4e4dd 100644 --- a/api_docs/kbn_ml_date_picker.mdx +++ b/api_docs/kbn_ml_date_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker title: "@kbn/ml-date-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-picker plugin -date: 2023-06-23 +date: 2023-06-26 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 9b3bbdd04938c..383eebb266477 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils title: "@kbn/ml-date-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 d40c729802f12..87eacd60d9cc4 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils title: "@kbn/ml-error-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin -date: 2023-06-23 +date: 2023-06-26 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_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx index 9367f5a7380b5..505c9c3c949cf 100644 --- a/api_docs/kbn_ml_is_defined.mdx +++ b/api_docs/kbn_ml_is_defined.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined title: "@kbn/ml-is-defined" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-defined plugin -date: 2023-06-23 +date: 2023-06-26 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 48f57f71ff5af..672a324b82e8d 100644 --- a/api_docs/kbn_ml_is_populated_object.mdx +++ b/api_docs/kbn_ml_is_populated_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object title: "@kbn/ml-is-populated-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-populated-object plugin -date: 2023-06-23 +date: 2023-06-26 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 00a77c33c4915..bf2dbb04ba901 100644 --- a/api_docs/kbn_ml_kibana_theme.mdx +++ b/api_docs/kbn_ml_kibana_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-kibana-theme title: "@kbn/ml-kibana-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-kibana-theme plugin -date: 2023-06-23 +date: 2023-06-26 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 0e791ccad8a62..1adc5e26f3f9b 100644 --- a/api_docs/kbn_ml_local_storage.mdx +++ b/api_docs/kbn_ml_local_storage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage title: "@kbn/ml-local-storage" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-local-storage plugin -date: 2023-06-23 +date: 2023-06-26 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 a40c914ddaf89..95eb0dffb828d 100644 --- a/api_docs/kbn_ml_nested_property.mdx +++ b/api_docs/kbn_ml_nested_property.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property title: "@kbn/ml-nested-property" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-nested-property plugin -date: 2023-06-23 +date: 2023-06-26 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 e84c2febd7ae9..37a75318a14ee 100644 --- a/api_docs/kbn_ml_number_utils.mdx +++ b/api_docs/kbn_ml_number_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils title: "@kbn/ml-number-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-number-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 840bd7d4d2f38..bdb8832cc88f2 100644 --- a/api_docs/kbn_ml_query_utils.mdx +++ b/api_docs/kbn_ml_query_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils title: "@kbn/ml-query-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-query-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 19080501305b2..57866b3dd365d 100644 --- a/api_docs/kbn_ml_random_sampler_utils.mdx +++ b/api_docs/kbn_ml_random_sampler_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils title: "@kbn/ml-random-sampler-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-random-sampler-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 2c7411d6a7e69..849038323d96c 100644 --- a/api_docs/kbn_ml_route_utils.mdx +++ b/api_docs/kbn_ml_route_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils title: "@kbn/ml-route-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-route-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 7edfc050161ae..995caf6f27fc0 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils title: "@kbn/ml-runtime-field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 e6afd8d479f02..d7af6f189e4eb 100644 --- a/api_docs/kbn_ml_string_hash.mdx +++ b/api_docs/kbn_ml_string_hash.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash title: "@kbn/ml-string-hash" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-string-hash plugin -date: 2023-06-23 +date: 2023-06-26 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 fa9f52a92cc50..78b21b441822b 100644 --- a/api_docs/kbn_ml_trained_models_utils.mdx +++ b/api_docs/kbn_ml_trained_models_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils title: "@kbn/ml-trained-models-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-trained-models-utils plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils'] --- import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx index a5cce16fbc54f..8c1f0de998ad6 100644 --- a/api_docs/kbn_ml_url_state.mdx +++ b/api_docs/kbn_ml_url_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state title: "@kbn/ml-url-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-url-state plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index d2d2d38b3eae2..71fa6099839a4 100644 --- a/api_docs/kbn_monaco.mdx +++ b/api_docs/kbn_monaco.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco title: "@kbn/monaco" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/monaco plugin -date: 2023-06-23 +date: 2023-06-26 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 923019a0be851..4fd544982d185 100644 --- a/api_docs/kbn_object_versioning.mdx +++ b/api_docs/kbn_object_versioning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning title: "@kbn/object-versioning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning plugin -date: 2023-06-23 +date: 2023-06-26 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 226fd1780da8d..410e2eb3fc445 100644 --- a/api_docs/kbn_observability_alert_details.mdx +++ b/api_docs/kbn_observability_alert_details.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details title: "@kbn/observability-alert-details" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alert-details plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index df8e37289f44c..11a7b56733ccc 100644 --- a/api_docs/kbn_optimizer.mdx +++ b/api_docs/kbn_optimizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer title: "@kbn/optimizer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer plugin -date: 2023-06-23 +date: 2023-06-26 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 47969eca8a892..6eba7553f32b2 100644 --- a/api_docs/kbn_optimizer_webpack_helpers.mdx +++ b/api_docs/kbn_optimizer_webpack_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers title: "@kbn/optimizer-webpack-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer-webpack-helpers plugin -date: 2023-06-23 +date: 2023-06-26 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 51021b5d959d2..347dd664affca 100644 --- a/api_docs/kbn_osquery_io_ts_types.mdx +++ b/api_docs/kbn_osquery_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types title: "@kbn/osquery-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/osquery-io-ts-types plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx index fe870cdac6386..31023b90e5459 100644 --- a/api_docs/kbn_performance_testing_dataset_extractor.mdx +++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor title: "@kbn/performance-testing-dataset-extractor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/performance-testing-dataset-extractor plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor'] --- import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index fd5cf5c572444..0721910ef74b0 100644 --- a/api_docs/kbn_plugin_generator.mdx +++ b/api_docs/kbn_plugin_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator title: "@kbn/plugin-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-generator plugin -date: 2023-06-23 +date: 2023-06-26 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 aeda7aaef28b7..195f59841e82a 100644 --- a/api_docs/kbn_plugin_helpers.mdx +++ b/api_docs/kbn_plugin_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers title: "@kbn/plugin-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-helpers plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index 6d1178a2c493d..3bf494e25f92e 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling title: "@kbn/random-sampling" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin -date: 2023-06-23 +date: 2023-06-26 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 1b7d578b1e933..61201e8b2bbcc 100644 --- a/api_docs/kbn_react_field.mdx +++ b/api_docs/kbn_react_field.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field title: "@kbn/react-field" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-field plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field'] --- import kbnReactFieldObj from './kbn_react_field.devdocs.json'; diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index 7745a2233e740..675dfca453184 100644 --- a/api_docs/kbn_repo_file_maps.mdx +++ b/api_docs/kbn_repo_file_maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps title: "@kbn/repo-file-maps" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-file-maps plugin -date: 2023-06-23 +date: 2023-06-26 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 fc848db95958f..8ac028be993e4 100644 --- a/api_docs/kbn_repo_linter.mdx +++ b/api_docs/kbn_repo_linter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter title: "@kbn/repo-linter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-linter plugin -date: 2023-06-23 +date: 2023-06-26 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 8406485fb3d49..b759922c23b5b 100644 --- a/api_docs/kbn_repo_path.mdx +++ b/api_docs/kbn_repo_path.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path title: "@kbn/repo-path" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-path plugin -date: 2023-06-23 +date: 2023-06-26 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 e51befa1c4aba..dd39a2f27cf68 100644 --- a/api_docs/kbn_repo_source_classifier.mdx +++ b/api_docs/kbn_repo_source_classifier.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier title: "@kbn/repo-source-classifier" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-source-classifier plugin -date: 2023-06-23 +date: 2023-06-26 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 0feb867c263c4..4c8a7df7c93de 100644 --- a/api_docs/kbn_reporting_common.mdx +++ b/api_docs/kbn_reporting_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common title: "@kbn/reporting-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-common plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index 0768aeb96c532..ea4462d997a25 100644 --- a/api_docs/kbn_rison.mdx +++ b/api_docs/kbn_rison.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rison title: "@kbn/rison" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rison plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison'] --- import kbnRisonObj from './kbn_rison.devdocs.json'; diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index 746c3b4d9a8eb..36f827b7cadab 100644 --- a/api_docs/kbn_rule_data_utils.mdx +++ b/api_docs/kbn_rule_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rule-data-utils title: "@kbn/rule-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rule-data-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 0d37a3e8d3d66..b32f48f2e7f49 100644 --- a/api_docs/kbn_saved_objects_settings.mdx +++ b/api_docs/kbn_saved_objects_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings title: "@kbn/saved-objects-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-objects-settings plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index c41c50b03b3ee..c09d8363af160 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav title: "@kbn/security-solution-side-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin -date: 2023-06-23 +date: 2023-06-26 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 f0ac56e8eac2e..0bbcde964a1a7 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config title: "@kbn/security-solution-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin -date: 2023-06-23 +date: 2023-06-26 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 dd500bad5bcf2..520a90bb3ee38 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete title: "@kbn/securitysolution-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin -date: 2023-06-23 +date: 2023-06-26 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 aa80718f55b94..8c357ad5929fd 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table title: "@kbn/securitysolution-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin -date: 2023-06-23 +date: 2023-06-26 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 d7d7686075d99..a28a2e40c206f 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs title: "@kbn/securitysolution-ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin -date: 2023-06-23 +date: 2023-06-26 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 422cf51da4ad8..d18a0e9e5444d 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils title: "@kbn/securitysolution-es-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 ca792d2581c2e..f727a726092e3 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components title: "@kbn/securitysolution-exception-list-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin -date: 2023-06-23 +date: 2023-06-26 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 b0c86b1591ec0..1cc591aa1cde4 100644 --- a/api_docs/kbn_securitysolution_grouping.mdx +++ b/api_docs/kbn_securitysolution_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-grouping title: "@kbn/securitysolution-grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-grouping plugin -date: 2023-06-23 +date: 2023-06-26 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 5a3552d7fab37..83c1da2af63f1 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils title: "@kbn/securitysolution-hook-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 9182a63a41efb..c67db8cfeb69f 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types title: "@kbn/securitysolution-io-ts-alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin -date: 2023-06-23 +date: 2023-06-26 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 881b52f67a57f..f37cca829c897 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types title: "@kbn/securitysolution-io-ts-list-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin -date: 2023-06-23 +date: 2023-06-26 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 5bfb94b5bf5dd..5698181dd15db 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types title: "@kbn/securitysolution-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin -date: 2023-06-23 +date: 2023-06-26 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 550fd963b04dd..9a0befd5bb88e 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils title: "@kbn/securitysolution-io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 52741bcc7574f..6c39c3fcd0a45 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api title: "@kbn/securitysolution-list-api" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin -date: 2023-06-23 +date: 2023-06-26 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 625adb2dfddaf..acc47dfc60948 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants title: "@kbn/securitysolution-list-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants'] --- import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index 06e2ffa5ce5e3..d943bc875a185 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks title: "@kbn/securitysolution-list-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks'] --- import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index 148ee565c4f32..2424175185e1a 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils title: "@kbn/securitysolution-list-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 66eff48a7bf02..20fdbc6b7f2cc 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules title: "@kbn/securitysolution-rules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin -date: 2023-06-23 +date: 2023-06-26 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 95101959540fc..8d25134e6bc82 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid title: "@kbn/securitysolution-t-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin -date: 2023-06-23 +date: 2023-06-26 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 82420d91a2a70..c0a62de90829d 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils title: "@kbn/securitysolution-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin -date: 2023-06-23 +date: 2023-06-26 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 525d1f3401ade..27cde7fba5761 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools title: "@kbn/server-http-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin -date: 2023-06-23 +date: 2023-06-26 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 133d93a9efb1e..352e8b6a9fcb1 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository title: "@kbn/server-route-repository" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin -date: 2023-06-23 +date: 2023-06-26 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_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx index fc0d7f5e499ab..18dfee0c8d71d 100644 --- a/api_docs/kbn_serverless_project_switcher.mdx +++ b/api_docs/kbn_serverless_project_switcher.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-project-switcher title: "@kbn/serverless-project-switcher" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-project-switcher plugin -date: 2023-06-23 +date: 2023-06-26 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_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index d1841b8303aae..fc09ad25de7e8 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2023-06-23 +date: 2023-06-26 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 a1b10f3d587ad..17bcc022f1c47 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg title: "@kbn/shared-svg" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin -date: 2023-06-23 +date: 2023-06-26 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 3dc56211cd7dc..f45ace1a6e400 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution title: "@kbn/shared-ux-avatar-solution" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx b/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx index cae492d0d87d1..880204a995451 100644 --- a/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx +++ b/api_docs/kbn_shared_ux_avatar_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-user-profile-components title: "@kbn/shared-ux-avatar-user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-user-profile-components plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-user-profile-components'] --- import kbnSharedUxAvatarUserProfileComponentsObj from './kbn_shared_ux_avatar_user_profile_components.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index f563f62554523..fcafd7f5b5215 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen title: "@kbn/shared-ux-button-exit-full-screen" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx index bd947556924a6..24c89e6da9391 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen-mocks title: "@kbn/shared-ux-button-exit-full-screen-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen-mocks plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen-mocks'] --- import kbnSharedUxButtonExitFullScreenMocksObj from './kbn_shared_ux_button_exit_full_screen_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index d1fa36cbf5833..2758567e4ae5a 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar title: "@kbn/shared-ux-button-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin -date: 2023-06-23 +date: 2023-06-26 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 c2eb0297d344b..6b859116a0b71 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data title: "@kbn/shared-ux-card-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin -date: 2023-06-23 +date: 2023-06-26 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 a18724a4de45b..c4bf23e740587 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks title: "@kbn/shared-ux-card-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 cce3b878ada62..87714040d9b0e 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index aea68e24cdcae..bf2111f0ae439 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context title: "@kbn/shared-ux-file-context" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin -date: 2023-06-23 +date: 2023-06-26 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 0fd30fd03168a..3f5449897db5e 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image title: "@kbn/shared-ux-file-image" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin -date: 2023-06-23 +date: 2023-06-26 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 7072517fb1b23..8fb35f781d25f 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks title: "@kbn/shared-ux-file-image-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 605619a68e595..ef630aaf6ea16 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks title: "@kbn/shared-ux-file-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 44d5119819148..b7c838c7d03da 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker title: "@kbn/shared-ux-file-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin -date: 2023-06-23 +date: 2023-06-26 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 bb58dbd29cb48..0e8e61592e14d 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types title: "@kbn/shared-ux-file-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin -date: 2023-06-23 +date: 2023-06-26 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 7eeae01ac799d..b731bff8a1ef8 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload title: "@kbn/shared-ux-file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin -date: 2023-06-23 +date: 2023-06-26 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 7749d6a6f7770..33ba2bc8b7f14 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util title: "@kbn/shared-ux-file-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin -date: 2023-06-23 +date: 2023-06-26 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 21fa5c92afb61..0185a5c9ad453 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app title: "@kbn/shared-ux-link-redirect-app" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin -date: 2023-06-23 +date: 2023-06-26 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 196750137f1a3..0662379989cab 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks title: "@kbn/shared-ux-link-redirect-app-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 c1a123bc660e7..cda3f0e88a717 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown title: "@kbn/shared-ux-markdown" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin -date: 2023-06-23 +date: 2023-06-26 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 f8063d8822d9d..4655fd93b969d 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks title: "@kbn/shared-ux-markdown-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 712fc90e08a55..86e1189e2a145 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data title: "@kbn/shared-ux-page-analytics-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin -date: 2023-06-23 +date: 2023-06-26 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 cf5f01fdeb7e5..9bbf999e5205a 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks title: "@kbn/shared-ux-page-analytics-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 f874007e5bd61..2c4456ab20240 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data title: "@kbn/shared-ux-page-kibana-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin -date: 2023-06-23 +date: 2023-06-26 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 95491887cb2a7..f5bcbd98f164c 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks title: "@kbn/shared-ux-page-kibana-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 6ee39e949f112..73ce88f068d09 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template title: "@kbn/shared-ux-page-kibana-template" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin -date: 2023-06-23 +date: 2023-06-26 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 7b3a6d3ea3ad6..77fc35641c75b 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks title: "@kbn/shared-ux-page-kibana-template-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 5ef225cb9443f..48e0e38c2fd0f 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data title: "@kbn/shared-ux-page-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin -date: 2023-06-23 +date: 2023-06-26 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 4c9ee1ac197dc..04914636c8183 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config title: "@kbn/shared-ux-page-no-data-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin -date: 2023-06-23 +date: 2023-06-26 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 7c1489392d421..7c5d98922aeb4 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks title: "@kbn/shared-ux-page-no-data-config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 afcf4374fb43f..d53ae3e7ff69a 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks title: "@kbn/shared-ux-page-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 8e28a16519df2..0cfd39f69453d 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav title: "@kbn/shared-ux-page-solution-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin -date: 2023-06-23 +date: 2023-06-26 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 11ae81d5bd6e3..be3195c01c528 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views title: "@kbn/shared-ux-prompt-no-data-views" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin -date: 2023-06-23 +date: 2023-06-26 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 b0d3580970b2a..4dbfd0ffc19d0 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks title: "@kbn/shared-ux-prompt-no-data-views-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 0ce5c8bcbbfc0..505f3bb3bd8da 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found title: "@kbn/shared-ux-prompt-not-found" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin -date: 2023-06-23 +date: 2023-06-26 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.devdocs.json b/api_docs/kbn_shared_ux_router.devdocs.json index 2b77e16911783..fd39faba97239 100644 --- a/api_docs/kbn_shared_ux_router.devdocs.json +++ b/api_docs/kbn_shared_ux_router.devdocs.json @@ -19,6 +19,111 @@ "common": { "classes": [], "functions": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.BrowserRouter", + "type": "Function", + "tags": [], + "label": "BrowserRouter", + "description": [], + "signature": [ + "({ children, ...props }: ", + "BrowserRouterProps", + ") => JSX.Element" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.BrowserRouter.$1", + "type": "Object", + "tags": [], + "label": "{ children, ...props }", + "description": [], + "signature": [ + "BrowserRouterProps" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.HashRouter", + "type": "Function", + "tags": [], + "label": "HashRouter", + "description": [], + "signature": [ + "({ children, ...props }: ", + "HashRouterProps", + ") => JSX.Element" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.HashRouter.$1", + "type": "Object", + "tags": [], + "label": "{ children, ...props }", + "description": [], + "signature": [ + "HashRouterProps" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.MemoryRouter", + "type": "Function", + "tags": [], + "label": "MemoryRouter", + "description": [], + "signature": [ + "({ children, ...props }: ", + "MemoryRouterProps", + ") => JSX.Element" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.MemoryRouter.$1", + "type": "Object", + "tags": [], + "label": "{ children, ...props }", + "description": [], + "signature": [ + "MemoryRouterProps" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/shared-ux-router", "id": "def-common.Route", @@ -29,11 +134,11 @@ "\nThis is a wrapper around the react-router-dom Route component that inserts\nMatchPropagator in every application route. It helps track all route changes\nand send them to the execution context, later used to enrich APM\n'route-change' transactions." ], "signature": [ - "({ children, component: Component, render, ...rest }: ", + "({ children, component: Component, render, ...rest }: ", "RouteProps", - ") => JSX.Element" + ") => JSX.Element" ], - "path": "packages/shared-ux/router/impl/router.tsx", + "path": "packages/shared-ux/router/impl/route.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,7 +151,42 @@ "description": [], "signature": [ "RouteProps", - "" + "" + ], + "path": "packages/shared-ux/router/impl/route.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.Router", + "type": "Function", + "tags": [], + "label": "Router", + "description": [], + "signature": [ + "({ children, ...props }: ", + "RouterProps", + ") => JSX.Element" + ], + "path": "packages/shared-ux/router/impl/router.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.Router.$1", + "type": "Object", + "tags": [], + "label": "{ children, ...props }", + "description": [], + "signature": [ + "RouterProps" ], "path": "packages/shared-ux/router/impl/router.tsx", "deprecated": false, @@ -56,6 +196,65 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.Routes", + "type": "Function", + "tags": [], + "label": "Routes", + "description": [], + "signature": [ + "({ legacySwitch, children, }: { legacySwitch?: boolean | undefined; children: React.ReactNode; }) => JSX.Element" + ], + "path": "packages/shared-ux/router/impl/routes.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.Routes.$1", + "type": "Object", + "tags": [], + "label": "{\n legacySwitch = true,\n children,\n}", + "description": [], + "path": "packages/shared-ux/router/impl/routes.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.Routes.$1.legacySwitch", + "type": "CompoundType", + "tags": [], + "label": "legacySwitch", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "packages/shared-ux/router/impl/routes.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/shared-ux-router", + "id": "def-common.Routes.$1.children", + "type": "CompoundType", + "tags": [], + "label": "children", + "description": [], + "signature": [ + "boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined" + ], + "path": "packages/shared-ux/router/impl/routes.tsx", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [], diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx index 07788eb059682..2a925dc70f817 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router title: "@kbn/shared-ux-router" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router'] --- import kbnSharedUxRouterObj from './kbn_shared_ux_router.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 | |-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 0 | +| 14 | 0 | 13 | 0 | ## Common diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx index e9d7bd909c151..8a9551c53e176 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks title: "@kbn/shared-ux-router-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin -date: 2023-06-23 +date: 2023-06-26 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 52b67a1acfac2..6f71d499af6de 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config title: "@kbn/shared-ux-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin -date: 2023-06-23 +date: 2023-06-26 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 765072ddd76d2..4d56e379dfb61 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock title: "@kbn/shared-ux-storybook-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin -date: 2023-06-23 +date: 2023-06-26 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 d8648b7d6519f..cd867536f7c7a 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility title: "@kbn/shared-ux-utility" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin -date: 2023-06-23 +date: 2023-06-26 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.devdocs.json b/api_docs/kbn_slo_schema.devdocs.json index 1af107dd818c7..6737f47fdf96f 100644 --- a/api_docs/kbn_slo_schema.devdocs.json +++ b/api_docs/kbn_slo_schema.devdocs.json @@ -415,10 +415,10 @@ }, { "parentPluginId": "@kbn/slo-schema", - "id": "def-common.APMTransactionDurationIndicatorSchema", + "id": "def-common.APMTransactionDurationIndicator", "type": "Type", "tags": [], - "label": "APMTransactionDurationIndicatorSchema", + "label": "APMTransactionDurationIndicator", "description": [], "signature": [ "{ type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | undefined; }; }" @@ -430,10 +430,10 @@ }, { "parentPluginId": "@kbn/slo-schema", - "id": "def-common.APMTransactionErrorRateIndicatorSchema", + "id": "def-common.APMTransactionErrorRateIndicator", "type": "Type", "tags": [], - "label": "APMTransactionErrorRateIndicatorSchema", + "label": "APMTransactionErrorRateIndicator", "description": [], "signature": [ "{ type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | undefined; }; }" @@ -740,7 +740,7 @@ "label": "GetPreviewDataResponse", "description": [], "signature": [ - "{ date: Date; sliValue: number; }[]" + "{ date: string; sliValue: number; }[]" ], "path": "x-pack/packages/kbn-slo-schema/src/rest_specs/slo.ts", "deprecated": false, @@ -807,6 +807,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/slo-schema", + "id": "def-common.IndicatorType", + "type": "Type", + "tags": [], + "label": "IndicatorType", + "description": [], + "signature": [ + "\"sli.apm.transactionDuration\" | \"sli.apm.transactionErrorRate\" | \"sli.kql.custom\" | \"sli.metric.custom\"" + ], + "path": "x-pack/packages/kbn-slo-schema/src/rest_specs/slo.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/slo-schema", "id": "def-common.KQLCustomIndicator", diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx index e05ca4956a96d..002793819f753 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema title: "@kbn/slo-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema'] --- import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/actionable-observability](https://github.com/orgs/elastic/team | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 122 | 0 | 122 | 0 | +| 123 | 0 | 123 | 0 | ## Common diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx index 737369bd3abd9..fc265f35a4082 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log title: "@kbn/some-dev-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index 9171429612084..8270e16ebd6bd 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std title: "@kbn/std" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin -date: 2023-06-23 +date: 2023-06-26 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 ca5b83efd59c3..53106827e9fb2 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers title: "@kbn/stdio-dev-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin -date: 2023-06-23 +date: 2023-06-26 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 4421a366048f8..5270d5e876d75 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook title: "@kbn/storybook" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin -date: 2023-06-23 +date: 2023-06-26 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 4db6b7bf5f515..286b9aab65c47 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools title: "@kbn/telemetry-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin -date: 2023-06-23 +date: 2023-06-26 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 38d43683b3ae2..50cd911555ab2 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test title: "@kbn/test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- import kbnTestObj from './kbn_test.devdocs.json'; diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index f4b307234aec1..b51a8357df60a 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers title: "@kbn/test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin -date: 2023-06-23 +date: 2023-06-26 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 217764ed76f2d..f4dd0ce044311 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector title: "@kbn/test-subj-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin -date: 2023-06-23 +date: 2023-06-26 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 c434d74c89d2a..ebb400853a00a 100644 --- a/api_docs/kbn_text_based_editor.mdx +++ b/api_docs/kbn_text_based_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-text-based-editor title: "@kbn/text-based-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/text-based-editor plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/text-based-editor'] --- import kbnTextBasedEditorObj from './kbn_text_based_editor.devdocs.json'; diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index 3e5933e1c5b6d..39c653aabee8f 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log title: "@kbn/tooling-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index 31a3b65b93c2e..d3b6050e20733 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects title: "@kbn/ts-projects" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin -date: 2023-06-23 +date: 2023-06-26 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 43ddcfe91f1ea..6b27ffee3f39d 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config title: "@kbn/typed-react-router-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin -date: 2023-06-23 +date: 2023-06-26 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.devdocs.json b/api_docs/kbn_ui_actions_browser.devdocs.json index 26107aced0326..3613ab2507d1b 100644 --- a/api_docs/kbn_ui_actions_browser.devdocs.json +++ b/api_docs/kbn_ui_actions_browser.devdocs.json @@ -323,10 +323,136 @@ } ], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.RowClickContext", + "type": "Interface", + "tags": [], + "label": "RowClickContext", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.RowClickContext.embeddable", + "type": "Unknown", + "tags": [], + "label": "embeddable", + "description": [], + "signature": [ + "unknown" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.RowClickContext.data", + "type": "Object", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "{ rowIndex: number; table: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + "; columns?: string[] | undefined; }" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.Trigger", + "type": "Interface", + "tags": [], + "label": "Trigger", + "description": [ + "\nThis is a convenience interface used to register a *trigger*.\n\n`Trigger` specifies a named anchor to which `Action` can be attached. When\n`Trigger` is being *called* it creates a `Context` object and passes it to\nthe `execute` method of an `Action`.\n\nMore than one action can be attached to a single trigger, in which case when\ntrigger is *called* it first displays a context menu for user to pick a\nsingle action to execute." + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.Trigger.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nUnique name of the trigger as identified in `ui_actions` plugin trigger registry." + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.Trigger.title", + "type": "string", + "tags": [], + "label": "title", + "description": [ + "\nUser friendly name of the trigger." + ], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.Trigger.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "\nA longer user friendly description of the trigger." + ], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false } ], "enums": [], "misc": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.CATEGORIZE_FIELD_TRIGGER", + "type": "string", + "tags": [], + "label": "CATEGORIZE_FIELD_TRIGGER", + "description": [], + "signature": [ + "\"CATEGORIZE_FIELD_TRIGGER\"" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/ui-actions-browser", "id": "def-common.PresentableGrouping", @@ -348,8 +474,295 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.ROW_CLICK_TRIGGER", + "type": "string", + "tags": [], + "label": "ROW_CLICK_TRIGGER", + "description": [], + "signature": [ + "\"ROW_CLICK_TRIGGER\"" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.VISUALIZE_FIELD_TRIGGER", + "type": "string", + "tags": [], + "label": "VISUALIZE_FIELD_TRIGGER", + "description": [], + "signature": [ + "\"VISUALIZE_FIELD_TRIGGER\"" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.VISUALIZE_GEO_FIELD_TRIGGER", + "type": "string", + "tags": [], + "label": "VISUALIZE_GEO_FIELD_TRIGGER", + "description": [], + "signature": [ + "\"VISUALIZE_GEO_FIELD_TRIGGER\"" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false } ], - "objects": [] + "objects": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.categorizeFieldTrigger", + "type": "Object", + "tags": [], + "label": "categorizeFieldTrigger", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.categorizeFieldTrigger.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.categorizeFieldTrigger.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.categorizeFieldTrigger.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.defaultTrigger", + "type": "Object", + "tags": [], + "label": "defaultTrigger", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/default_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.defaultTrigger.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/default_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.defaultTrigger.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/default_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.defaultTrigger.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/default_trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.rowClickTrigger", + "type": "Object", + "tags": [], + "label": "rowClickTrigger", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.rowClickTrigger.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.rowClickTrigger.title", + "type": "Any", + "tags": [], + "label": "title", + "description": [], + "signature": [ + "any" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.rowClickTrigger.description", + "type": "Any", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "any" + ], + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeFieldTrigger", + "type": "Object", + "tags": [], + "label": "visualizeFieldTrigger", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeFieldTrigger.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeFieldTrigger.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeFieldTrigger.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeGeoFieldTrigger", + "type": "Object", + "tags": [], + "label": "visualizeGeoFieldTrigger", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeGeoFieldTrigger.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeGeoFieldTrigger.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-actions-browser", + "id": "def-common.visualizeGeoFieldTrigger.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ] } } \ No newline at end of file diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index 345d9d8b860f7..bb933d804d734 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser title: "@kbn/ui-actions-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser'] --- import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; @@ -21,10 +21,13 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 8 | 0 | +| 49 | 2 | 35 | 0 | ## Common +### Objects + + ### Interfaces diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index 20bad8e83c6ec..30c1f54eaa7ba 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src title: "@kbn/ui-shared-deps-src" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin -date: 2023-06-23 +date: 2023-06-26 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 53e8b00be4a68..a91e4b0cf3c2e 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme title: "@kbn/ui-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; diff --git a/api_docs/unified_field_list.devdocs.json b/api_docs/kbn_unified_field_list.devdocs.json similarity index 60% rename from api_docs/unified_field_list.devdocs.json rename to api_docs/kbn_unified_field_list.devdocs.json index d936dbf5d94c1..1a8789a42c327 100644 --- a/api_docs/unified_field_list.devdocs.json +++ b/api_docs/kbn_unified_field_list.devdocs.json @@ -1,11 +1,27 @@ { - "id": "unifiedFieldList", + "id": "@kbn/unified-field-list", "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { "classes": [], "functions": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldIcon", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldIcon", "type": "Function", "tags": [], "label": "FieldIcon", @@ -13,10 +29,10 @@ "signature": [ " JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_icon/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_icon/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldIcon.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldIcon.$1", "type": "Object", "tags": [], "label": "props", @@ -58,7 +74,7 @@ "text": "FieldIconProps" } ], - "path": "src/plugins/unified_field_list/public/components/field_icon/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_icon/index.tsx", "deprecated": false, "trackAdoption": false } @@ -66,8 +82,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButton", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButton", "type": "Function", "tags": [ "constructor" @@ -79,36 +95,36 @@ "signature": [ "({\n field,\n fieldSearchHighlight,\n isSelected,\n isActive,\n isEmpty,\n infoIcon,\n className,\n getCustomFieldType,\n dataTestSubj,\n size,\n onClick,\n shouldAlwaysShowAction,\n buttonAddFieldToWorkspaceProps,\n buttonRemoveFieldFromWorkspaceProps,\n onAddFieldToWorkspace,\n onRemoveFieldFromWorkspace,\n ...otherProps\n}: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldItemButtonProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldItemButtonProps", "text": "FieldItemButtonProps" }, ") => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButton.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButton.$1", "type": "Object", "tags": [], "label": "{\n field,\n fieldSearchHighlight,\n isSelected,\n isActive,\n isEmpty,\n infoIcon,\n className,\n getCustomFieldType,\n dataTestSubj,\n size,\n onClick,\n shouldAlwaysShowAction,\n buttonAddFieldToWorkspaceProps,\n buttonRemoveFieldFromWorkspaceProps,\n onAddFieldToWorkspace,\n onRemoveFieldFromWorkspace,\n ...otherProps\n}", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldItemButtonProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldItemButtonProps", "text": "FieldItemButtonProps" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -118,8 +134,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldList", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldList", "type": "Function", "tags": [ "constructor" @@ -131,21 +147,21 @@ "signature": [ "({ \"data-test-subj\": dataTestSubject, isProcessing, prepend, append, className, children, }: React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListProps", "text": "FieldListProps" }, ">) => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldList.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldList.$1", "type": "CompoundType", "tags": [], "label": "{\n 'data-test-subj': dataTestSubject = 'fieldList',\n isProcessing,\n prepend,\n append,\n className,\n children,\n}", @@ -153,15 +169,15 @@ "signature": [ "React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListProps", "text": "FieldListProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -171,8 +187,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFilters", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFilters", "type": "Function", "tags": [], "label": "FieldListFilters", @@ -180,10 +196,10 @@ "signature": [ "(props: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListFiltersProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListFiltersProps", "text": "FieldListFiltersProps" }, ") => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFilters.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFilters.$1", "type": "Object", "tags": [], "label": "props", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListFiltersProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/index.tsx", "deprecated": false, "trackAdoption": false } @@ -234,8 +250,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGrouped", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGrouped", "type": "Function", "tags": [], "label": "FieldListGrouped", @@ -243,10 +259,10 @@ "signature": [ "(props: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListGroupedProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListGroupedProps", "text": "FieldListGroupedProps" }, ") => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGrouped.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGrouped.$1", "type": "Object", "tags": [], "label": "props", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListGroupedProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListGroupedProps", "text": "FieldListGroupedProps" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/index.tsx", "deprecated": false, "trackAdoption": false } @@ -297,8 +313,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopover", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopover", "type": "Function", "tags": [], "label": "FieldPopover", @@ -306,21 +322,21 @@ "signature": [ "({ isOpen, closePopover, renderHeader, renderContent, ...otherPopoverProps }: React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverProps", "text": "FieldPopoverProps" }, ">) => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopover.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopover.$1", "type": "CompoundType", "tags": [], "label": "{\n isOpen,\n closePopover,\n renderHeader,\n renderContent,\n ...otherPopoverProps\n}", @@ -328,15 +344,15 @@ "signature": [ "React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverProps", "text": "FieldPopoverProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -346,8 +362,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverFooter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverFooter", "type": "Function", "tags": [], "label": "FieldPopoverFooter", @@ -355,21 +371,21 @@ "signature": [ "(props: React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverFooterProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverFooterProps", "text": "FieldPopoverFooterProps" }, ">) => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_footer.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverFooter.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverFooter.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -377,15 +393,15 @@ "signature": [ "React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverFooterProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverFooterProps", "text": "FieldPopoverFooterProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_footer.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -395,8 +411,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeader", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeader", "type": "Function", "tags": [], "label": "FieldPopoverHeader", @@ -404,21 +420,21 @@ "signature": [ "({ field, closePopover, buttonAddFieldToWorkspaceProps, buttonAddFilterProps, buttonEditFieldProps, buttonDeleteFieldProps, onAddFieldToWorkspace, onAddFilter, onEditField, onDeleteField, }: React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverHeaderProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverHeaderProps", "text": "FieldPopoverHeaderProps" }, ">) => JSX.Element | null" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeader.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeader.$1", "type": "CompoundType", "tags": [], "label": "{\n field,\n closePopover,\n buttonAddFieldToWorkspaceProps,\n buttonAddFilterProps,\n buttonEditFieldProps,\n buttonDeleteFieldProps,\n onAddFieldToWorkspace,\n onAddFilter,\n onEditField,\n onDeleteField,\n}", @@ -426,15 +442,15 @@ "signature": [ "React.PropsWithChildren<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverHeaderProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverHeaderProps", "text": "FieldPopoverHeaderProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -444,8 +460,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStats", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStats", "type": "Function", "tags": [], "label": "FieldStats", @@ -453,22 +469,22 @@ "signature": [ "React.FunctionComponent<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldStatsProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldStatsProps", "text": "FieldStatsProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStats.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStats.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -481,8 +497,8 @@ "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStats.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStats.$2", "type": "Any", "tags": [], "label": "context", @@ -498,8 +514,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucket", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucket", "type": "Function", "tags": [], "label": "FieldTopValuesBucket", @@ -507,22 +523,22 @@ "signature": [ "React.FunctionComponent<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldTopValuesBucketProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldTopValuesBucketProps", "text": "FieldTopValuesBucketProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/index.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucket.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucket.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -535,8 +551,8 @@ "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucket.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucket.$2", "type": "Any", "tags": [], "label": "context", @@ -552,8 +568,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButton", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButton", "type": "Function", "tags": [], "label": "FieldVisualizeButton", @@ -561,22 +577,22 @@ "signature": [ "React.FunctionComponent<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldVisualizeButtonProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldVisualizeButtonProps", "text": "FieldVisualizeButtonProps" }, ">" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButton.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButton.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -589,8 +605,8 @@ "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButton.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButton.$2", "type": "Any", "tags": [], "label": "context", @@ -606,8 +622,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldIconProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldIconProps", "type": "Function", "tags": [], "label": "getFieldIconProps", @@ -622,13 +638,13 @@ "text": "FieldIconProps" } ], - "path": "src/plugins/unified_field_list/public/components/field_icon/get_field_icon_props.ts", + "path": "packages/kbn-unified-field-list/src/components/field_icon/get_field_icon_props.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldIconProps.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldIconProps.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -636,7 +652,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/components/field_icon/get_field_icon_props.ts", + "path": "packages/kbn-unified-field-list/src/components/field_icon/get_field_icon_props.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -646,8 +662,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldIconType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldIconType", "type": "Function", "tags": [], "label": "getFieldIconType", @@ -657,21 +673,21 @@ "signature": [ "(field: T, getCustomFieldType: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GetCustomFieldType", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined) => string" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_icon_type.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_icon_type.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldIconType.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldIconType.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -679,29 +695,29 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_icon_type.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_icon_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldIconType.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldIconType.$2", "type": "Function", "tags": [], "label": "getCustomFieldType", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GetCustomFieldType", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_icon_type.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_icon_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -711,8 +727,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldType", "type": "Function", "tags": [], "label": "getFieldType", @@ -722,13 +738,13 @@ "signature": [ "(field: T) => string" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_type.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_type.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldType.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldType.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -736,7 +752,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_type.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -746,8 +762,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldTypeDescription", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldTypeDescription", "type": "Function", "tags": [], "label": "getFieldTypeDescription", @@ -757,13 +773,13 @@ "signature": [ "(type: string | undefined) => any" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_type_description.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_type_description.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldTypeDescription.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldTypeDescription.$1", "type": "string", "tags": [], "label": "type", @@ -771,7 +787,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_type_description.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_type_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -781,8 +797,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldTypeName", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldTypeName", "type": "Function", "tags": [], "label": "getFieldTypeName", @@ -792,13 +808,13 @@ "signature": [ "(type: string | undefined) => any" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_type_name.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_type_name.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getFieldTypeName.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getFieldTypeName.$1", "type": "string", "tags": [], "label": "type", @@ -806,7 +822,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/get_field_type_name.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/get_field_type_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -816,8 +832,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getVisualizeInformation", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getVisualizeInformation", "type": "Function", "tags": [], "label": "getVisualizeInformation", @@ -859,21 +875,21 @@ }, "[]) => Promise<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.VisualizeInformation", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.VisualizeInformation", "text": "VisualizeInformation" }, " | undefined>" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getVisualizeInformation.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getVisualizeInformation.$1", "type": "Object", "tags": [], "label": "uiActions", @@ -887,14 +903,14 @@ "text": "UiActionsStart" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getVisualizeInformation.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getVisualizeInformation.$2", "type": "Object", "tags": [], "label": "field", @@ -908,14 +924,14 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getVisualizeInformation.$3", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getVisualizeInformation.$3", "type": "Object", "tags": [], "label": "dataView", @@ -930,14 +946,14 @@ }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getVisualizeInformation.$4", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getVisualizeInformation.$4", "type": "Array", "tags": [], "label": "contextualFields", @@ -945,14 +961,14 @@ "signature": [ "string[]" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.getVisualizeInformation.$5", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.getVisualizeInformation.$5", "type": "Array", "tags": [], "label": "multiFields", @@ -967,7 +983,7 @@ }, "[]" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -977,8 +993,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.hasQuerySubscriberData", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.hasQuerySubscriberData", "type": "Function", "tags": [], "label": "hasQuerySubscriberData", @@ -988,10 +1004,10 @@ "signature": [ "(result: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.QuerySubscriberResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.QuerySubscriberResult", "text": "QuerySubscriberResult" }, ") => result is { query: ", @@ -1020,27 +1036,27 @@ }, "[]; fromDate: string; toDate: string; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.hasQuerySubscriberData.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.hasQuerySubscriberData.$1", "type": "Object", "tags": [], "label": "result", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.QuerySubscriberResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.QuerySubscriberResult", "text": "QuerySubscriberResult" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1050,8 +1066,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.loadFieldExisting", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.loadFieldExisting", "type": "Function", "tags": [], "label": "loadFieldExisting", @@ -1059,13 +1075,13 @@ "signature": [ "(params: FetchFieldExistenceParams) => Promise<{ existingFieldNames: string[]; indexPatternTitle: string; }>" ], - "path": "src/plugins/unified_field_list/public/services/field_existing/index.ts", + "path": "packages/kbn-unified-field-list/src/services/field_existing/index.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.loadFieldExisting.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.loadFieldExisting.$1", "type": "Object", "tags": [], "label": "params", @@ -1073,7 +1089,7 @@ "signature": [ "FetchFieldExistenceParams" ], - "path": "src/plugins/unified_field_list/public/services/field_existing/index.ts", + "path": "packages/kbn-unified-field-list/src/services/field_existing/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1083,24 +1099,30 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.loadFieldStats", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.loadFieldStats", "type": "Function", "tags": [], "label": "loadFieldStats", "description": [], "signature": [ "(params: FetchFieldStatsParams) => Promise<", - "FieldStatsResponse", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldStatsResponse", + "text": "FieldStatsResponse" + }, ">" ], - "path": "src/plugins/unified_field_list/public/services/field_stats/index.tsx", + "path": "packages/kbn-unified-field-list/src/services/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.loadFieldStats.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.loadFieldStats.$1", "type": "Object", "tags": [], "label": "params", @@ -1108,7 +1130,7 @@ "signature": [ "FetchFieldStatsParams" ], - "path": "src/plugins/unified_field_list/public/services/field_stats/index.tsx", + "path": "packages/kbn-unified-field-list/src/services/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1118,8 +1140,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.resetExistingFieldsCache", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.resetExistingFieldsCache", "type": "Function", "tags": [], "label": "resetExistingFieldsCache", @@ -1127,7 +1149,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1135,8 +1157,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActions", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActions", "type": "Function", "tags": [], "label": "triggerVisualizeActions", @@ -1168,13 +1190,13 @@ }, " | undefined) => void" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActions.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActions.$1", "type": "Object", "tags": [], "label": "uiActions", @@ -1188,14 +1210,14 @@ "text": "UiActionsStart" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActions.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActions.$2", "type": "Object", "tags": [], "label": "field", @@ -1209,14 +1231,14 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActions.$3", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActions.$3", "type": "Array", "tags": [], "label": "contextualFields", @@ -1224,14 +1246,14 @@ "signature": [ "string[]" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActions.$4", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActions.$4", "type": "string", "tags": [], "label": "originatingApp", @@ -1239,14 +1261,14 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActions.$5", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActions.$5", "type": "Object", "tags": [], "label": "dataView", @@ -1261,7 +1283,7 @@ }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1271,8 +1293,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActionsTextBasedLanguages", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActionsTextBasedLanguages", "type": "Function", "tags": [], "label": "triggerVisualizeActionsTextBasedLanguages", @@ -1304,13 +1326,13 @@ }, " | undefined) => void" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$1", "type": "Object", "tags": [], "label": "uiActions", @@ -1324,14 +1346,14 @@ "text": "UiActionsStart" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$2", "type": "Array", "tags": [], "label": "contextualFields", @@ -1339,14 +1361,14 @@ "signature": [ "string[]" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$3", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$3", "type": "string", "tags": [], "label": "originatingApp", @@ -1354,14 +1376,14 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$4", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$4", "type": "Object", "tags": [], "label": "dataView", @@ -1376,14 +1398,14 @@ }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$5", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$5", "type": "CompoundType", "tags": [], "label": "query", @@ -1398,7 +1420,7 @@ }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1408,8 +1430,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useExistingFieldsFetcher", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useExistingFieldsFetcher", "type": "Function", "tags": [], "label": "useExistingFieldsFetcher", @@ -1419,42 +1441,42 @@ "signature": [ "(params: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistingFieldsFetcherParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistingFieldsFetcherParams", "text": "ExistingFieldsFetcherParams" }, ") => ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistingFieldsFetcher", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistingFieldsFetcher", "text": "ExistingFieldsFetcher" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useExistingFieldsFetcher.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useExistingFieldsFetcher.$1", "type": "Object", "tags": [], "label": "params", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistingFieldsFetcherParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistingFieldsFetcherParams", "text": "ExistingFieldsFetcherParams" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1464,8 +1486,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useExistingFieldsReader", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useExistingFieldsReader", "type": "Function", "tags": [], "label": "useExistingFieldsReader", @@ -1473,15 +1495,15 @@ "signature": [ "() => { hasFieldData: (dataViewId: string, fieldName: string) => boolean; getFieldsExistenceStatus: (dataViewId: string) => ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistenceFetchStatus", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistenceFetchStatus", "text": "ExistenceFetchStatus" }, "; isFieldsExistenceInfoUnavailable: (dataViewId: string) => boolean; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1489,8 +1511,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useFieldFilters", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useFieldFilters", "type": "Function", "tags": [], "label": "useFieldFilters", @@ -1500,44 +1522,44 @@ "signature": [ "({\n allFields,\n getCustomFieldType,\n onSupportedFieldFilter,\n services,\n}: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldFiltersParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldFiltersParams", "text": "FieldFiltersParams" }, ") => ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldFiltersResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldFiltersResult", "text": "FieldFiltersResult" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useFieldFilters.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useFieldFilters.$1", "type": "Object", "tags": [], "label": "{\n allFields,\n getCustomFieldType,\n onSupportedFieldFilter,\n services,\n}", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldFiltersParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldFiltersParams", "text": "FieldFiltersParams" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1547,8 +1569,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useGroupedFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useGroupedFields", "type": "Function", "tags": [], "label": "useGroupedFields", @@ -1556,44 +1578,44 @@ "signature": [ "({\n dataViewId,\n allFields,\n services,\n isAffectedByGlobalFilter = false,\n popularFieldsLimit,\n sortedSelectedFields,\n getCustomFieldType,\n onOverrideFieldGroupDetails,\n onSupportedFieldFilter,\n onSelectedFieldFilter,\n}: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GroupedFieldsParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GroupedFieldsParams", "text": "GroupedFieldsParams" }, ") => ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GroupedFieldsResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GroupedFieldsResult", "text": "GroupedFieldsResult" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useGroupedFields.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useGroupedFields.$1", "type": "Object", "tags": [], "label": "{\n dataViewId,\n allFields,\n services,\n isAffectedByGlobalFilter = false,\n popularFieldsLimit,\n sortedSelectedFields,\n getCustomFieldType,\n onOverrideFieldGroupDetails,\n onSupportedFieldFilter,\n onSelectedFieldFilter,\n}", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GroupedFieldsParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GroupedFieldsParams", "text": "GroupedFieldsParams" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1603,8 +1625,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useQuerySubscriber", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useQuerySubscriber", "type": "Function", "tags": [], "label": "useQuerySubscriber", @@ -1614,42 +1636,42 @@ "signature": [ "({ data, listenToSearchSessionUpdates, }: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.QuerySubscriberParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.QuerySubscriberParams", "text": "QuerySubscriberParams" }, ") => ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.QuerySubscriberResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.QuerySubscriberResult", "text": "QuerySubscriberResult" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.useQuerySubscriber.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.useQuerySubscriber.$1", "type": "Object", "tags": [], "label": "{\n data,\n listenToSearchSessionUpdates = true,\n}", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.QuerySubscriberParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.QuerySubscriberParams", "text": "QuerySubscriberParams" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1661,23 +1683,29 @@ ], "interfaces": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.BucketedAggregation", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.BucketedAggregation", "type": "Interface", "tags": [], "label": "BucketedAggregation", "description": [], "signature": [ - "BucketedAggregation", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.BucketedAggregation", + "text": "BucketedAggregation" + }, "" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.BucketedAggregation.buckets", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.BucketedAggregation.buckets", "type": "Array", "tags": [], "label": "buckets", @@ -1685,7 +1713,7 @@ "signature": [ "{ key: KeyType; count: number; }[]" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1693,19 +1721,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcher", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcher", "type": "Interface", "tags": [], "label": "ExistingFieldsFetcher", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcher.refetchFieldsExistenceInfo", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcher.refetchFieldsExistenceInfo", "type": "Function", "tags": [], "label": "refetchFieldsExistenceInfo", @@ -1713,13 +1741,13 @@ "signature": [ "(dataViewId?: string | undefined) => Promise" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcher.refetchFieldsExistenceInfo.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcher.refetchFieldsExistenceInfo.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -1727,7 +1755,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1736,13 +1764,13 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcher.isProcessing", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcher.isProcessing", "type": "boolean", "tags": [], "label": "isProcessing", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false } @@ -1750,19 +1778,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams", "type": "Interface", "tags": [], "label": "ExistingFieldsFetcherParams", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.disableAutoFetching", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.disableAutoFetching", "type": "CompoundType", "tags": [], "label": "disableAutoFetching", @@ -1770,13 +1798,13 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.dataViews", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.dataViews", "type": "Array", "tags": [], "label": "dataViews", @@ -1791,13 +1819,13 @@ }, "[]" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.fromDate", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.fromDate", "type": "string", "tags": [], "label": "fromDate", @@ -1805,13 +1833,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.toDate", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.toDate", "type": "string", "tags": [], "label": "toDate", @@ -1819,13 +1847,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.query", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.query", "type": "CompoundType", "tags": [], "label": "query", @@ -1848,13 +1876,13 @@ }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.filters", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.filters", "type": "Array", "tags": [], "label": "filters", @@ -1869,13 +1897,13 @@ }, "[] | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.services", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.services", "type": "Object", "tags": [], "label": "services", @@ -1900,20 +1928,20 @@ "; dataViews: ", { "pluginId": "dataViews", - "scope": "public", + "scope": "common", "docId": "kibDataViewsPluginApi", - "section": "def-public.DataViewsServicePublic", - "text": "DataViewsServicePublic" + "section": "def-common.DataViewsContract", + "text": "DataViewsContract" }, "; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.onNoData", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.onNoData", "type": "Function", "tags": [], "label": "onNoData", @@ -1921,13 +1949,13 @@ "signature": [ "((dataViewId: string) => unknown) | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsFetcherParams.onNoData.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsFetcherParams.onNoData.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -1935,7 +1963,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1947,39 +1975,39 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsInfo", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsInfo", "type": "Interface", "tags": [], "label": "ExistingFieldsInfo", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsInfo.fetchStatus", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsInfo.fetchStatus", "type": "Enum", "tags": [], "label": "fetchStatus", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistenceFetchStatus", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistenceFetchStatus", "text": "ExistenceFetchStatus" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsInfo.existingFieldsByFieldNameMap", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsInfo.existingFieldsByFieldNameMap", "type": "Object", "tags": [], "label": "existingFieldsByFieldNameMap", @@ -1987,24 +2015,24 @@ "signature": [ "{ [x: string]: boolean; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsInfo.numberOfFetches", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsInfo.numberOfFetches", "type": "number", "tags": [], "label": "numberOfFetches", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsInfo.hasDataViewRestrictions", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsInfo.hasDataViewRestrictions", "type": "CompoundType", "tags": [], "label": "hasDataViewRestrictions", @@ -2012,7 +2040,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false } @@ -2020,19 +2048,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader", "type": "Interface", "tags": [], "label": "ExistingFieldsReader", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.hasFieldData", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.hasFieldData", "type": "Function", "tags": [], "label": "hasFieldData", @@ -2040,13 +2068,13 @@ "signature": [ "(dataViewId: string, fieldName: string) => boolean" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.hasFieldData.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.hasFieldData.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2054,14 +2082,14 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.hasFieldData.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.hasFieldData.$2", "type": "string", "tags": [], "label": "fieldName", @@ -2069,7 +2097,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2078,8 +2106,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.getFieldsExistenceStatus", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.getFieldsExistenceStatus", "type": "Function", "tags": [], "label": "getFieldsExistenceStatus", @@ -2087,20 +2115,20 @@ "signature": [ "(dataViewId: string) => ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistenceFetchStatus", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistenceFetchStatus", "text": "ExistenceFetchStatus" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.getFieldsExistenceStatus.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.getFieldsExistenceStatus.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2108,7 +2136,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2117,8 +2145,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.isFieldsExistenceInfoUnavailable", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.isFieldsExistenceInfoUnavailable", "type": "Function", "tags": [], "label": "isFieldsExistenceInfoUnavailable", @@ -2126,13 +2154,13 @@ "signature": [ "(dataViewId: string) => boolean" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistingFieldsReader.isFieldsExistenceInfoUnavailable.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistingFieldsReader.isFieldsExistenceInfoUnavailable.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2140,7 +2168,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/hooks/use_existing_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2152,8 +2180,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersParams", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersParams", "type": "Interface", "tags": [], "label": "FieldFiltersParams", @@ -2162,21 +2190,21 @@ ], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldFiltersParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldFiltersParams", "text": "FieldFiltersParams" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersParams.allFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersParams.allFields", "type": "CompoundType", "tags": [], "label": "allFields", @@ -2184,34 +2212,34 @@ "signature": [ "T[] | null" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersParams.getCustomFieldType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersParams.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GetCustomFieldType", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersParams.onSupportedFieldFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersParams.onSupportedFieldFilter", "type": "Function", "tags": [], "label": "onSupportedFieldFilter", @@ -2219,13 +2247,13 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersParams.onSupportedFieldFilter.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersParams.onSupportedFieldFilter.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -2233,7 +2261,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2242,8 +2270,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersParams.services", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersParams.services", "type": "Object", "tags": [], "label": "services", @@ -2259,7 +2287,7 @@ }, ", \"docLinks\">; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false } @@ -2267,8 +2295,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersResult", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersResult", "type": "Interface", "tags": [], "label": "FieldFiltersResult", @@ -2277,53 +2305,53 @@ ], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldFiltersResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldFiltersResult", "text": "FieldFiltersResult" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersResult.fieldSearchHighlight", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersResult.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", "description": [], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersResult.fieldListFiltersProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersResult.fieldListFiltersProps", "type": "Object", "tags": [], "label": "fieldListFiltersProps", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListFiltersProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersResult.onFilterField", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersResult.onFilterField", "type": "Function", "tags": [], "label": "onFilterField", @@ -2331,13 +2359,13 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldFiltersResult.onFilterField.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldFiltersResult.onFilterField.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -2345,7 +2373,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/hooks/use_field_filters.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2357,8 +2385,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps", "type": "Interface", "tags": [], "label": "FieldItemButtonProps", @@ -2367,21 +2395,21 @@ ], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldItemButtonProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldItemButtonProps", "text": "FieldItemButtonProps" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.field", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.field", "type": "Uncategorized", "tags": [], "label": "field", @@ -2389,13 +2417,13 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.fieldSearchHighlight", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", @@ -2403,24 +2431,24 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.isSelected", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.isSelected", "type": "boolean", "tags": [], "label": "isSelected", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.isActive", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.isActive", "type": "CompoundType", "tags": [], "label": "isActive", @@ -2428,24 +2456,24 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.isEmpty", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.isEmpty", "type": "boolean", "tags": [], "label": "isEmpty", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.infoIcon", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.infoIcon", "type": "CompoundType", "tags": [], "label": "infoIcon", @@ -2453,13 +2481,13 @@ "signature": [ "boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.className", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.className", "type": "string", "tags": [], "label": "className", @@ -2467,13 +2495,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.flush", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.flush", "type": "string", "tags": [], "label": "flush", @@ -2481,13 +2509,13 @@ "signature": [ "\"both\" | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.dragHandle", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.dragHandle", "type": "Object", "tags": [], "label": "dragHandle", @@ -2495,34 +2523,34 @@ "signature": [ "React.ReactElement> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.getCustomFieldType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GetCustomFieldType", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.dataTestSubj", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.dataTestSubj", "type": "string", "tags": [], "label": "dataTestSubj", @@ -2530,13 +2558,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.size", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.size", "type": "CompoundType", "tags": [], "label": "size", @@ -2544,13 +2572,13 @@ "signature": [ "\"s\" | \"xs\" | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.onClick", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.onClick", "type": "Function", "tags": [], "label": "onClick", @@ -2558,13 +2586,13 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.shouldAlwaysShowAction", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.shouldAlwaysShowAction", "type": "CompoundType", "tags": [], "label": "shouldAlwaysShowAction", @@ -2572,13 +2600,13 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.buttonAddFieldToWorkspaceProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.buttonAddFieldToWorkspaceProps", "type": "Object", "tags": [], "label": "buttonAddFieldToWorkspaceProps", @@ -2588,13 +2616,13 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.buttonRemoveFieldFromWorkspaceProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.buttonRemoveFieldFromWorkspaceProps", "type": "Object", "tags": [], "label": "buttonRemoveFieldFromWorkspaceProps", @@ -2604,13 +2632,13 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.onAddFieldToWorkspace", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.onAddFieldToWorkspace", "type": "Function", "tags": [], "label": "onAddFieldToWorkspace", @@ -2618,13 +2646,13 @@ "signature": [ "((field: T) => unknown) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.onAddFieldToWorkspace.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.onAddFieldToWorkspace.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -2632,7 +2660,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2641,8 +2669,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.onRemoveFieldFromWorkspace", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.onRemoveFieldFromWorkspace", "type": "Function", "tags": [], "label": "onRemoveFieldFromWorkspace", @@ -2650,13 +2678,13 @@ "signature": [ "((field: T) => unknown) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldItemButtonProps.onRemoveFieldFromWorkspace.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldItemButtonProps.onRemoveFieldFromWorkspace.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -2664,7 +2692,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/components/field_item_button/field_item_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2676,8 +2704,8 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps", "type": "Interface", "tags": [], "label": "FieldListFiltersProps", @@ -2686,21 +2714,21 @@ ], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListFiltersProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.datatestsubj", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -2708,13 +2736,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.docLinks", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -2728,13 +2756,13 @@ "text": "DocLinksStart" } ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.selectedFieldTypes", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.selectedFieldTypes", "type": "Array", "tags": [], "label": "selectedFieldTypes", @@ -2742,13 +2770,13 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.allFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.allFields", "type": "CompoundType", "tags": [], "label": "allFields", @@ -2756,34 +2784,34 @@ "signature": [ "T[] | null | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.getCustomFieldType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GetCustomFieldType", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.onSupportedFieldFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.onSupportedFieldFilter", "type": "Function", "tags": [], "label": "onSupportedFieldFilter", @@ -2791,13 +2819,13 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.onChangeFieldTypes", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.onChangeFieldTypes", "type": "Function", "tags": [], "label": "onChangeFieldTypes", @@ -2805,14 +2833,14 @@ "signature": [ "(fieldTypes: string[]) => unknown" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.onChangeFieldTypes.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.onChangeFieldTypes.$1", "type": "Array", "tags": [], "label": "fieldTypes", @@ -2820,26 +2848,26 @@ "signature": [ "string[]" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_type_filter.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_type_filter.tsx", "deprecated": false, "trackAdoption": false } ] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.nameFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.nameFilter", "type": "string", "tags": [], "label": "nameFilter", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.screenReaderDescriptionId", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.screenReaderDescriptionId", "type": "string", "tags": [], "label": "screenReaderDescriptionId", @@ -2847,13 +2875,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.onChangeNameFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.onChangeNameFilter", "type": "Function", "tags": [], "label": "onChangeNameFilter", @@ -2861,19 +2889,19 @@ "signature": [ "(nameFilter: string) => unknown" ], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_list_filters.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListFiltersProps.onChangeNameFilter.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListFiltersProps.onChangeNameFilter.$1", "type": "string", "tags": [], "label": "nameFilter", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_list_filters/field_name_search.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_name_search.tsx", "deprecated": false, "trackAdoption": false } @@ -2883,29 +2911,29 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps", "type": "Interface", "tags": [], "label": "FieldListGroupedProps", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListGroupedProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListGroupedProps", "text": "FieldListGroupedProps" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.fieldGroups", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.fieldGroups", "type": "Object", "tags": [], "label": "fieldGroups", @@ -2927,44 +2955,44 @@ "FieldsGroup", " | undefined; }" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.fieldsExistenceStatus", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.fieldsExistenceStatus", "type": "Enum", "tags": [], "label": "fieldsExistenceStatus", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistenceFetchStatus", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistenceFetchStatus", "text": "ExistenceFetchStatus" } ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.fieldsExistInIndex", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.fieldsExistInIndex", "type": "boolean", "tags": [], "label": "fieldsExistInIndex", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.renderFieldItem", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.renderFieldItem", "type": "Function", "tags": [], "label": "renderFieldItem", @@ -2972,56 +3000,56 @@ "signature": [ "(params: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.RenderFieldItemParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.RenderFieldItemParams", "text": "RenderFieldItemParams" }, ") => JSX.Element" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.renderFieldItem.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.renderFieldItem.$1", "type": "Object", "tags": [], "label": "params", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.RenderFieldItemParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.RenderFieldItemParams", "text": "RenderFieldItemParams" }, "" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/fields_accordion.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/fields_accordion.tsx", "deprecated": false, "trackAdoption": false } ] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.scrollToTopResetCounter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.scrollToTopResetCounter", "type": "number", "tags": [], "label": "scrollToTopResetCounter", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.screenReaderDescriptionId", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.screenReaderDescriptionId", "type": "string", "tags": [], "label": "screenReaderDescriptionId", @@ -3029,13 +3057,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.localStorageKeyPrefix", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.localStorageKeyPrefix", "type": "string", "tags": [], "label": "localStorageKeyPrefix", @@ -3043,13 +3071,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroupedProps.datatestsubj", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroupedProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -3057,7 +3085,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list_grouped/field_list_grouped.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false } @@ -3065,30 +3093,30 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem", "type": "Interface", "tags": [], "label": "FieldListItem", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.name", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.name", "type": "string", "tags": [], "label": "name", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.type", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.type", "type": "string", "tags": [], "label": "type", @@ -3096,13 +3124,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.displayName", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.displayName", "type": "string", "tags": [], "label": "displayName", @@ -3110,13 +3138,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.count", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.count", "type": "number", "tags": [], "label": "count", @@ -3124,13 +3152,13 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.timeSeriesMetric", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.timeSeriesMetric", "type": "CompoundType", "tags": [], "label": "timeSeriesMetric", @@ -3138,13 +3166,13 @@ "signature": [ "\"histogram\" | \"summary\" | \"gauge\" | \"counter\" | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.esTypes", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.esTypes", "type": "Array", "tags": [], "label": "esTypes", @@ -3152,13 +3180,13 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListItem.scripted", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListItem.scripted", "type": "CompoundType", "tags": [], "label": "scripted", @@ -3166,7 +3194,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3174,21 +3202,21 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListProps", "type": "Interface", "tags": [], "label": "FieldListProps", "description": [ "\nA top level wrapper props" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListProps.datatestsubj", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -3196,24 +3224,24 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListProps.isProcessing", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListProps.isProcessing", "type": "boolean", "tags": [], "label": "isProcessing", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListProps.prepend", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListProps.prepend", "type": "CompoundType", "tags": [], "label": "prepend", @@ -3221,13 +3249,13 @@ "signature": [ "boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListProps.append", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListProps.append", "type": "CompoundType", "tags": [], "label": "append", @@ -3235,13 +3263,13 @@ "signature": [ "boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListProps.className", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListProps.className", "type": "string", "tags": [], "label": "className", @@ -3249,7 +3277,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_list/field_list.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false } @@ -3257,19 +3285,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps", "type": "Interface", "tags": [], "label": "FieldPopoverHeaderProps", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.field", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.field", "type": "Object", "tags": [], "label": "field", @@ -3283,13 +3311,13 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.closePopover", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.closePopover", "type": "Function", "tags": [], "label": "closePopover", @@ -3297,15 +3325,15 @@ "signature": [ "() => void" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.buttonAddFieldToWorkspaceProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.buttonAddFieldToWorkspaceProps", "type": "Object", "tags": [], "label": "buttonAddFieldToWorkspaceProps", @@ -3315,13 +3343,13 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.buttonAddFilterProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.buttonAddFilterProps", "type": "Object", "tags": [], "label": "buttonAddFilterProps", @@ -3331,13 +3359,13 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.buttonEditFieldProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.buttonEditFieldProps", "type": "Object", "tags": [], "label": "buttonEditFieldProps", @@ -3347,13 +3375,13 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.buttonDeleteFieldProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.buttonDeleteFieldProps", "type": "Object", "tags": [], "label": "buttonDeleteFieldProps", @@ -3363,13 +3391,13 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onAddFieldToWorkspace", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onAddFieldToWorkspace", "type": "Function", "tags": [], "label": "onAddFieldToWorkspace", @@ -3385,13 +3413,13 @@ }, ") => unknown) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onAddFieldToWorkspace.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onAddFieldToWorkspace.$1", "type": "Object", "tags": [], "label": "field", @@ -3405,7 +3433,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3414,29 +3442,29 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onAddFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onAddFilter", "type": "Function", "tags": [], "label": "onAddFilter", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.AddFieldFilterHandler", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.AddFieldFilterHandler", "text": "AddFieldFilterHandler" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onEditField", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onEditField", "type": "Function", "tags": [], "label": "onEditField", @@ -3444,13 +3472,13 @@ "signature": [ "((fieldName: string) => unknown) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onEditField.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onEditField.$1", "type": "string", "tags": [], "label": "fieldName", @@ -3458,7 +3486,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3467,8 +3495,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onDeleteField", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onDeleteField", "type": "Function", "tags": [], "label": "onDeleteField", @@ -3476,13 +3504,13 @@ "signature": [ "((fieldName: string) => unknown) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverHeaderProps.onDeleteField.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverHeaderProps.onDeleteField.$1", "type": "string", "tags": [], "label": "fieldName", @@ -3490,7 +3518,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_header.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3502,30 +3530,30 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverProps", "type": "Interface", "tags": [], "label": "FieldPopoverProps", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldPopoverProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldPopoverProps", "text": "FieldPopoverProps" }, " extends ", "EuiPopoverProps" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverProps.renderHeader", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverProps.renderHeader", "type": "Function", "tags": [], "label": "renderHeader", @@ -3533,15 +3561,15 @@ "signature": [ "(() => React.ReactNode) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [], "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverProps.renderContent", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverProps.renderContent", "type": "Function", "tags": [], "label": "renderContent", @@ -3549,7 +3577,7 @@ "signature": [ "(() => React.ReactNode) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -3559,52 +3587,52 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails", "type": "Interface", "tags": [], "label": "FieldsGroupDetails", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.showInAccordion", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.showInAccordion", "type": "boolean", "tags": [], "label": "showInAccordion", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.isInitiallyOpen", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.isInitiallyOpen", "type": "boolean", "tags": [], "label": "isInitiallyOpen", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.title", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.title", "type": "string", "tags": [], "label": "title", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.helpText", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.helpText", "type": "string", "tags": [], "label": "helpText", @@ -3612,35 +3640,35 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.isAffectedByGlobalFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.isAffectedByGlobalFilter", "type": "boolean", "tags": [], "label": "isAffectedByGlobalFilter", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.isAffectedByTimeFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.isAffectedByTimeFilter", "type": "boolean", "tags": [], "label": "isAffectedByTimeFilter", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.hideDetails", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.hideDetails", "type": "CompoundType", "tags": [], "label": "hideDetails", @@ -3648,13 +3676,13 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.defaultNoFieldsMessage", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.defaultNoFieldsMessage", "type": "string", "tags": [], "label": "defaultNoFieldsMessage", @@ -3662,13 +3690,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupDetails.hideIfEmpty", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupDetails.hideIfEmpty", "type": "CompoundType", "tags": [], "label": "hideIfEmpty", @@ -3676,7 +3704,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3684,23 +3712,29 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse", "type": "Interface", "tags": [], "label": "FieldStatsResponse", "description": [], "signature": [ - "FieldStatsResponse", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldStatsResponse", + "text": "FieldStatsResponse" + }, "" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse.totalDocuments", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse.totalDocuments", "type": "number", "tags": [], "label": "totalDocuments", @@ -3708,13 +3742,13 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse.sampledDocuments", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse.sampledDocuments", "type": "number", "tags": [], "label": "sampledDocuments", @@ -3722,13 +3756,13 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse.sampledValues", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse.sampledValues", "type": "number", "tags": [], "label": "sampledValues", @@ -3736,52 +3770,70 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse.histogram", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse.histogram", "type": "Object", "tags": [], "label": "histogram", "description": [], "signature": [ - "BucketedAggregation", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.BucketedAggregation", + "text": "BucketedAggregation" + }, " | undefined" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse.topValues", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse.topValues", "type": "Object", "tags": [], "label": "topValues", "description": [], "signature": [ - "BucketedAggregation", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.BucketedAggregation", + "text": "BucketedAggregation" + }, " | undefined" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsResponse.numberSummary", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsResponse.numberSummary", "type": "Object", "tags": [], "label": "numberSummary", "description": [], "signature": [ - "NumberSummary", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.NumberSummary", + "text": "NumberSummary" + }, " | undefined" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3789,19 +3841,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsServices", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsServices", "type": "Interface", "tags": [], "label": "FieldStatsServices", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsServices.uiSettings", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsServices.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -3815,13 +3867,13 @@ "text": "IUiSettingsClient" } ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsServices.dataViews", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsServices.dataViews", "type": "Object", "tags": [], "label": "dataViews", @@ -3835,13 +3887,13 @@ "text": "DataViewsServicePublic" } ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsServices.data", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsServices.data", "type": "Object", "tags": [], "label": "data", @@ -3855,13 +3907,13 @@ "text": "DataPublicPluginStart" } ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsServices.fieldFormats", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsServices.fieldFormats", "type": "CompoundType", "tags": [], "label": "fieldFormats", @@ -3885,13 +3937,13 @@ }, "; }" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsServices.charts", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsServices.charts", "type": "Object", "tags": [], "label": "charts", @@ -3905,7 +3957,7 @@ "text": "ChartsPluginSetup" } ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false } @@ -3913,30 +3965,30 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState", "type": "Interface", "tags": [], "label": "FieldStatsState", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.isLoading", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.isLoading", "type": "boolean", "tags": [], "label": "isLoading", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.totalDocuments", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.totalDocuments", "type": "number", "tags": [], "label": "totalDocuments", @@ -3944,13 +3996,13 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.sampledDocuments", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.sampledDocuments", "type": "number", "tags": [], "label": "sampledDocuments", @@ -3958,13 +4010,13 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.sampledValues", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.sampledValues", "type": "number", "tags": [], "label": "sampledValues", @@ -3972,52 +4024,70 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.histogram", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.histogram", "type": "Object", "tags": [], "label": "histogram", "description": [], "signature": [ - "BucketedAggregation", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.BucketedAggregation", + "text": "BucketedAggregation" + }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.topValues", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.topValues", "type": "Object", "tags": [], "label": "topValues", "description": [], "signature": [ - "BucketedAggregation", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.BucketedAggregation", + "text": "BucketedAggregation" + }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsState.numberSummary", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsState.numberSummary", "type": "Object", "tags": [], "label": "numberSummary", "description": [], "signature": [ - "NumberSummary", + { + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.NumberSummary", + "text": "NumberSummary" + }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false } @@ -4025,19 +4095,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams", "type": "Interface", "tags": [], "label": "FieldTopValuesBucketParams", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.field", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.field", "type": "Object", "tags": [], "label": "field", @@ -4051,13 +4121,13 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.fieldValue", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.fieldValue", "type": "Unknown", "tags": [], "label": "fieldValue", @@ -4065,13 +4135,13 @@ "signature": [ "unknown" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.formattedFieldValue", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.formattedFieldValue", "type": "string", "tags": [], "label": "formattedFieldValue", @@ -4079,57 +4149,57 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.formattedPercentage", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.formattedPercentage", "type": "string", "tags": [], "label": "formattedPercentage", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.progressValue", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.progressValue", "type": "number", "tags": [], "label": "progressValue", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.count", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.count", "type": "number", "tags": [], "label": "count", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.color", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.color", "type": "string", "tags": [], "label": "color", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketParams.type", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketParams.type", "type": "CompoundType", "tags": [], "label": "type", @@ -4137,7 +4207,7 @@ "signature": [ "\"other\" | \"normal\" | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false } @@ -4145,68 +4215,68 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketProps", "type": "Interface", "tags": [], "label": "FieldTopValuesBucketProps", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldTopValuesBucketProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldTopValuesBucketProps", "text": "FieldTopValuesBucketProps" }, " extends ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldTopValuesBucketParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldTopValuesBucketParams", "text": "FieldTopValuesBucketParams" } ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketProps.datatestsubj", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketProps.onAddFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketProps.onAddFilter", "type": "Function", "tags": [], "label": "onAddFilter", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.AddFieldFilterHandler", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.AddFieldFilterHandler", "text": "AddFieldFilterHandler" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTopValuesBucketProps.overrideFieldTopValueBar", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTopValuesBucketProps.overrideFieldTopValueBar", "type": "Function", "tags": [], "label": "overrideFieldTopValueBar", @@ -4217,7 +4287,7 @@ "OverrideFieldTopValueBarCallback", " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_top_values_bucket.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false } @@ -4225,19 +4295,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps", "type": "Interface", "tags": [], "label": "FieldVisualizeButtonProps", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.field", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.field", "type": "Object", "tags": [], "label": "field", @@ -4251,13 +4321,13 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.dataView", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.dataView", "type": "Object", "tags": [], "label": "dataView", @@ -4271,24 +4341,24 @@ "text": "DataView" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.originatingApp", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.originatingApp", "type": "string", "tags": [], "label": "originatingApp", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.uiActions", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.uiActions", "type": "Object", "tags": [], "label": "uiActions", @@ -4320,10 +4390,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ", @@ -4362,13 +4432,13 @@ }, "; }" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.multiFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.multiFields", "type": "Array", "tags": [], "label": "multiFields", @@ -4383,13 +4453,13 @@ }, "[] | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.contextualFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.contextualFields", "type": "Array", "tags": [], "label": "contextualFields", @@ -4397,13 +4467,13 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.trackUiMetric", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.trackUiMetric", "type": "Function", "tags": [], "label": "trackUiMetric", @@ -4411,13 +4481,13 @@ "signature": [ "((metricType: string, eventName: string | string[]) => void) | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.trackUiMetric.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.trackUiMetric.$1", "type": "string", "tags": [], "label": "metricType", @@ -4425,14 +4495,14 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.trackUiMetric.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.trackUiMetric.$2", "type": "CompoundType", "tags": [], "label": "eventName", @@ -4440,7 +4510,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4449,8 +4519,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.buttonProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.buttonProps", "type": "Object", "tags": [], "label": "buttonProps", @@ -4460,28 +4530,28 @@ "EuiButtonProps", "> | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldVisualizeButtonProps.visualizeInfo", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldVisualizeButtonProps.visualizeInfo", "type": "Object", "tags": [], "label": "visualizeInfo", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.VisualizeInformation", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.VisualizeInformation", "text": "VisualizeInformation" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/field_visualize_button.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false } @@ -4489,29 +4559,29 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams", "type": "Interface", "tags": [], "label": "GroupedFieldsParams", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GroupedFieldsParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GroupedFieldsParams", "text": "GroupedFieldsParams" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.dataViewId", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.dataViewId", "type": "CompoundType", "tags": [], "label": "dataViewId", @@ -4519,13 +4589,13 @@ "signature": [ "string | null" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.allFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.allFields", "type": "CompoundType", "tags": [], "label": "allFields", @@ -4533,13 +4603,13 @@ "signature": [ "T[] | null" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.services", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.services", "type": "Object", "tags": [], "label": "services", @@ -4563,13 +4633,13 @@ }, ", \"docLinks\">; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.isAffectedByGlobalFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.isAffectedByGlobalFilter", "type": "CompoundType", "tags": [], "label": "isAffectedByGlobalFilter", @@ -4577,13 +4647,13 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.popularFieldsLimit", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.popularFieldsLimit", "type": "number", "tags": [], "label": "popularFieldsLimit", @@ -4591,13 +4661,13 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.sortedSelectedFields", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.sortedSelectedFields", "type": "Array", "tags": [], "label": "sortedSelectedFields", @@ -4605,34 +4675,34 @@ "signature": [ "T[] | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.getCustomFieldType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GetCustomFieldType", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.onOverrideFieldGroupDetails", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.onOverrideFieldGroupDetails", "type": "Function", "tags": [], "label": "onOverrideFieldGroupDetails", @@ -4640,43 +4710,43 @@ "signature": [ "((groupName: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldsGroupNames", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldsGroupNames", "text": "FieldsGroupNames" }, ") => Partial<", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldsGroupDetails", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldsGroupDetails", "text": "FieldsGroupDetails" }, "> | null | undefined) | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.onOverrideFieldGroupDetails.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.onOverrideFieldGroupDetails.$1", "type": "Enum", "tags": [], "label": "groupName", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldsGroupNames", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldsGroupNames", "text": "FieldsGroupNames" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4685,8 +4755,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.onSupportedFieldFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.onSupportedFieldFilter", "type": "Function", "tags": [], "label": "onSupportedFieldFilter", @@ -4694,13 +4764,13 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.onSupportedFieldFilter.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.onSupportedFieldFilter.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -4708,7 +4778,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4717,8 +4787,8 @@ "returnComment": [] }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.onSelectedFieldFilter", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.onSelectedFieldFilter", "type": "Function", "tags": [], "label": "onSelectedFieldFilter", @@ -4726,13 +4796,13 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsParams.onSelectedFieldFilter.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsParams.onSelectedFieldFilter.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -4740,7 +4810,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4752,50 +4822,50 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsResult", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsResult", "type": "Interface", "tags": [], "label": "GroupedFieldsResult", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.GroupedFieldsResult", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.GroupedFieldsResult", "text": "GroupedFieldsResult" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsResult.fieldListFiltersProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsResult.fieldListFiltersProps", "type": "Object", "tags": [], "label": "fieldListFiltersProps", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListFiltersProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GroupedFieldsResult.fieldListGroupedProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GroupedFieldsResult.fieldListGroupedProps", "type": "Object", "tags": [], "label": "fieldListGroupedProps", @@ -4803,23 +4873,23 @@ "signature": [ "{ fieldGroups: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldListGroups", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldListGroups", "text": "FieldListGroups" }, "; scrollToTopResetCounter: number; fieldsExistenceStatus: ", { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.ExistenceFetchStatus", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.ExistenceFetchStatus", "text": "ExistenceFetchStatus" }, "; fieldsExistInIndex: boolean; screenReaderDescriptionId?: string | undefined; }" ], - "path": "src/plugins/unified_field_list/public/hooks/use_grouped_fields.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false } @@ -4827,19 +4897,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.NumberSummary", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.NumberSummary", "type": "Interface", "tags": [], "label": "NumberSummary", "description": [], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.NumberSummary.minValue", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.NumberSummary.minValue", "type": "CompoundType", "tags": [], "label": "minValue", @@ -4847,13 +4917,13 @@ "signature": [ "number | null" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.NumberSummary.maxValue", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.NumberSummary.maxValue", "type": "CompoundType", "tags": [], "label": "maxValue", @@ -4861,7 +4931,7 @@ "signature": [ "number | null" ], - "path": "src/plugins/unified_field_list/common/types/stats.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4869,21 +4939,21 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberParams", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberParams", "type": "Interface", "tags": [], "label": "QuerySubscriberParams", "description": [ "\nHook params" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberParams.data", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberParams.data", "type": "Object", "tags": [], "label": "data", @@ -4897,13 +4967,13 @@ "text": "DataPublicPluginStart" } ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberParams.listenToSearchSessionUpdates", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberParams.listenToSearchSessionUpdates", "type": "CompoundType", "tags": [], "label": "listenToSearchSessionUpdates", @@ -4911,7 +4981,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false } @@ -4919,21 +4989,21 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberResult", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberResult", "type": "Interface", "tags": [], "label": "QuerySubscriberResult", "description": [ "\nResult from the hook" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberResult.query", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberResult.query", "type": "CompoundType", "tags": [], "label": "query", @@ -4956,13 +5026,13 @@ }, " | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberResult.filters", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberResult.filters", "type": "Array", "tags": [], "label": "filters", @@ -4977,13 +5047,13 @@ }, "[] | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberResult.fromDate", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberResult.fromDate", "type": "string", "tags": [], "label": "fromDate", @@ -4991,13 +5061,13 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.QuerySubscriberResult.toDate", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.QuerySubscriberResult.toDate", "type": "string", "tags": [], "label": "toDate", @@ -5005,7 +5075,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/hooks/use_query_subscriber.ts", + "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false } @@ -5013,29 +5083,29 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams", "type": "Interface", "tags": [], "label": "RenderFieldItemParams", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.RenderFieldItemParams", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.RenderFieldItemParams", "text": "RenderFieldItemParams" }, "" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams.field", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams.field", "type": "Uncategorized", "tags": [], "label": "field", @@ -5043,13 +5113,13 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams.hideDetails", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams.hideDetails", "type": "CompoundType", "tags": [], "label": "hideDetails", @@ -5057,55 +5127,55 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams.itemIndex", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams.itemIndex", "type": "number", "tags": [], "label": "itemIndex", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams.groupIndex", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams.groupIndex", "type": "number", "tags": [], "label": "groupIndex", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams.groupName", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams.groupName", "type": "Enum", "tags": [], "label": "groupName", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldsGroupNames", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldsGroupNames", "text": "FieldsGroupNames" } ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.RenderFieldItemParams.fieldSearchHighlight", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.RenderFieldItemParams.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", @@ -5113,7 +5183,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -5121,19 +5191,19 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.VisualizeInformation", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.VisualizeInformation", "type": "Interface", "tags": [], "label": "VisualizeInformation", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.VisualizeInformation.field", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.VisualizeInformation.field", "type": "Object", "tags": [], "label": "field", @@ -5147,13 +5217,13 @@ "text": "DataViewField" } ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.VisualizeInformation.href", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.VisualizeInformation.href", "type": "string", "tags": [], "label": "href", @@ -5161,7 +5231,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_field_list/public/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false } @@ -5171,39 +5241,39 @@ ], "enums": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.ExistenceFetchStatus", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.ExistenceFetchStatus", "type": "Enum", "tags": [], "label": "ExistenceFetchStatus", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldsGroupNames", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldsGroupNames", "type": "Enum", "tags": [], "label": "FieldsGroupNames", "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.KNOWN_FIELD_TYPES", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.KNOWN_FIELD_TYPES", "type": "Enum", "tags": [], "label": "KNOWN_FIELD_TYPES", "description": [ "\nField types for which name and description are defined" ], - "path": "src/plugins/unified_field_list/public/utils/field_types/field_types.ts", + "path": "packages/kbn-unified-field-list/src/utils/field_types/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5211,8 +5281,8 @@ ], "misc": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.AddFieldFilterHandler", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.AddFieldFilterHandler", "type": "Type", "tags": [], "label": "AddFieldFilterHandler", @@ -5228,14 +5298,14 @@ }, " | \"_exists_\", value: unknown, type: \"+\" | \"-\") => void" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.AddFieldFilterHandler.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.AddFieldFilterHandler.$1", "type": "CompoundType", "tags": [], "label": "field", @@ -5250,13 +5320,13 @@ }, " | \"_exists_\"" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.AddFieldFilterHandler.$2", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.AddFieldFilterHandler.$2", "type": "Unknown", "tags": [], "label": "value", @@ -5264,13 +5334,13 @@ "signature": [ "unknown" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.AddFieldFilterHandler.$3", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.AddFieldFilterHandler.$3", "type": "CompoundType", "tags": [], "label": "type", @@ -5278,7 +5348,7 @@ "signature": [ "\"+\" | \"-\"" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -5286,20 +5356,20 @@ "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldIconProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldIconProps", "type": "Type", "tags": [], "label": "FieldIconProps", "description": [], - "path": "src/plugins/unified_field_list/public/components/field_icon/field_icon.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldListGroups", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldListGroups", "type": "Type", "tags": [], "label": "FieldListGroups", @@ -5321,37 +5391,37 @@ "FieldsGroup", " | undefined; }" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldPopoverFooterProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldPopoverFooterProps", "type": "Type", "tags": [], "label": "FieldPopoverFooterProps", "description": [], "signature": [ { - "pluginId": "unifiedFieldList", - "scope": "public", - "docId": "kibUnifiedFieldListPluginApi", - "section": "def-public.FieldVisualizeButtonProps", + "pluginId": "@kbn/unified-field-list", + "scope": "common", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-common.FieldVisualizeButtonProps", "text": "FieldVisualizeButtonProps" }, " | ", "FieldCategorizeButtonProps" ], - "path": "src/plugins/unified_field_list/public/components/field_popover/field_popover_footer.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldStatsProps", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldStatsProps", "type": "Type", "tags": [], "label": "FieldStatsProps", @@ -5361,14 +5431,14 @@ " | ", "FieldStatsWithDslQuery" ], - "path": "src/plugins/unified_field_list/public/components/field_stats/field_stats.tsx", + "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.FieldTypeKnown", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.FieldTypeKnown", "type": "Type", "tags": [], "label": "FieldTypeKnown", @@ -5376,14 +5446,14 @@ "signature": [ "string" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GetCustomFieldType", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GetCustomFieldType", "type": "Type", "tags": [], "label": "GetCustomFieldType", @@ -5391,14 +5461,14 @@ "signature": [ "(field: T) => string" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { - "parentPluginId": "unifiedFieldList", - "id": "def-public.GetCustomFieldType.$1", + "parentPluginId": "@kbn/unified-field-list", + "id": "def-common.GetCustomFieldType.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -5406,7 +5476,7 @@ "signature": [ "T" ], - "path": "src/plugins/unified_field_list/public/types.ts", + "path": "packages/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -5414,66 +5484,6 @@ "initialIsOpen": false } ], - "objects": [], - "setup": { - "parentPluginId": "unifiedFieldList", - "id": "def-public.UnifiedFieldListPluginSetup", - "type": "Interface", - "tags": [], - "label": "UnifiedFieldListPluginSetup", - "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "lifecycle": "setup", - "initialIsOpen": true - }, - "start": { - "parentPluginId": "unifiedFieldList", - "id": "def-public.UnifiedFieldListPluginStart", - "type": "Interface", - "tags": [], - "label": "UnifiedFieldListPluginStart", - "description": [], - "path": "src/plugins/unified_field_list/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "lifecycle": "start", - "initialIsOpen": true - } - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [ - { - "parentPluginId": "unifiedFieldList", - "id": "def-common.PLUGIN_ID", - "type": "string", - "tags": [], - "label": "PLUGIN_ID", - "description": [], - "signature": [ - "\"unifiedFieldList\"" - ], - "path": "src/plugins/unified_field_list/common/index.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx new file mode 100644 index 0000000000000..d0112c0f3537c --- /dev/null +++ b/api_docs/kbn_unified_field_list.mdx @@ -0,0 +1,39 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnUnifiedFieldListPluginApi +slug: /kibana-dev-docs/api/kbn-unified-field-list +title: "@kbn/unified-field-list" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/unified-field-list plugin +date: 2023-06-26 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] +--- +import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; + +Contains functionality for the field list and field stats which can be integrated into apps + +Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 293 | 0 | 267 | 5 | + +## Common + +### Functions + + +### Interfaces + + +### Enums + + +### Consts, variables and types + + diff --git a/api_docs/kbn_url_state.mdx b/api_docs/kbn_url_state.mdx index fd05b4d812707..ff7d07b4f9cd0 100644 --- a/api_docs/kbn_url_state.mdx +++ b/api_docs/kbn_url_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-url-state title: "@kbn/url-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/url-state plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/url-state'] --- import kbnUrlStateObj from './kbn_url_state.devdocs.json'; diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 28adf9297a3bd..57acc638085f0 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components title: "@kbn/user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin -date: 2023-06-23 +date: 2023-06-26 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 e8841eb2d1fe9..340198fb36747 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types title: "@kbn/utility-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin -date: 2023-06-23 +date: 2023-06-26 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 b67d2971981b4..2be55cfc91931 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest title: "@kbn/utility-types-jest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin -date: 2023-06-23 +date: 2023-06-26 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 17a19c4a988f0..4fce541b7babc 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils title: "@kbn/utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index 38045760d7056..cdcdfe753612f 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator title: "@kbn/yarn-lock-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index 2d30f73cfec8c..2c2006c002df0 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview title: "kibanaOverview" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin -date: 2023-06-23 +date: 2023-06-26 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 0b5a394e1922b..df7d41eaebf7d 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -1501,44 +1501,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "kibanaReact", - "id": "def-public.Route", - "type": "Function", - "tags": [], - "label": "Route", - "description": [ - "\nIt's a wrapper around the react-router-dom Route component that inserts\nMatchPropagator in every application route. It helps track all route changes\nand send them to the execution context, later used to enrich APM\n'route-change' transactions." - ], - "signature": [ - "({ children, component: Component, render, ...rest }: ", - "RouteProps", - ") => JSX.Element" - ], - "path": "src/plugins/kibana_react/public/router/router.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "kibanaReact", - "id": "def-public.Route.$1", - "type": "Object", - "tags": [], - "label": "{ children, component: Component, render, ...rest }", - "description": [], - "signature": [ - "RouteProps", - "" - ], - "path": "src/plugins/kibana_react/public/router/router.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "kibanaReact", "id": "def-public.toMountPoint", diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index bf8171f3cb8c7..ed1aa40c65bd5 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact title: "kibanaReact" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.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 | |-------------------|-----------|------------------------|-----------------| -| 186 | 1 | 154 | 5 | +| 184 | 1 | 153 | 5 | ## Client diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index 07ccb4297437a..3087cc4abae4f 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils title: "kibanaUtils" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin -date: 2023-06-23 +date: 2023-06-26 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 99c360528dca3..600bb1c05152a 100644 --- a/api_docs/kubernetes_security.mdx +++ b/api_docs/kubernetes_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kubernetesSecurity title: "kubernetesSecurity" image: https://source.unsplash.com/400x175/?github description: API docs for the kubernetesSecurity plugin -date: 2023-06-23 +date: 2023-06-26 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 2f36f801584cd..54478510ae4b0 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens title: "lens" image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin -date: 2023-06-23 +date: 2023-06-26 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 2e84bf65d1492..6d0bf7d924ce0 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard title: "licenseApiGuard" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin -date: 2023-06-23 +date: 2023-06-26 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 13c2e5d377cc2..faa86266f4af8 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement title: "licenseManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin -date: 2023-06-23 +date: 2023-06-26 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 338870af3e240..a064e9d85edb8 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing title: "licensing" image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index e9d2e2f6392a5..b0e056aeadd6c 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists title: "lists" image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/management.mdx b/api_docs/management.mdx index b07d835460928..582ea5fe3a397 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management title: "management" image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin -date: 2023-06-23 +date: 2023-06-26 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 c44703163b9bc..c4fee8cd8df3c 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps title: "maps" image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin -date: 2023-06-23 +date: 2023-06-26 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 dd0594be08658..358e9b3792362 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms title: "mapsEms" image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index 16e3298c724d9..3b68b031fe914 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml title: "ml" image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- import mlObj from './ml.devdocs.json'; diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index d892d611331ec..2a3fb9c3e1788 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring title: "monitoring" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin -date: 2023-06-23 +date: 2023-06-26 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 803e92daceb4f..0bc7ad33a3978 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection title: "monitoringCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index 9b32ad8ad5e38..69591fb906671 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation title: "navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.devdocs.json'; diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index c965fa6407fa6..d5c53775716b0 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed title: "newsfeed" image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index 4b3e949132acc..3b243b7e5f1d9 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications title: "notifications" image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.devdocs.json b/api_docs/observability.devdocs.json index 1bfc81aa8159e..2f5c143982bf5 100644 --- a/api_docs/observability.devdocs.json +++ b/api_docs/observability.devdocs.json @@ -8327,7 +8327,7 @@ "section": "def-server.ObservabilityRouteHandlerResources", "text": "ObservabilityRouteHandlerResources" }, - " & { params: { body: { indicator: { type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.kql.custom\"; params: { index: string; filter: string; good: string; total: string; timestampField: string; }; } | { type: \"sli.metric.custom\"; params: { index: string; filter: string; good: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; total: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; timestampField: string; }; }; }; }; }) => Promise<{ date: Date; sliValue: number; }[]>; } & ", + " & { params: { body: { indicator: { type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.kql.custom\"; params: { index: string; filter: string; good: string; total: string; timestampField: string; }; } | { type: \"sli.metric.custom\"; params: { index: string; filter: string; good: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; total: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; timestampField: string; }; }; }; }; }) => Promise<{ date: string; sliValue: number; }[]>; } & ", { "pluginId": "observability", "scope": "server", @@ -9901,7 +9901,7 @@ "section": "def-server.ObservabilityRouteHandlerResources", "text": "ObservabilityRouteHandlerResources" }, - " & { params: { body: { indicator: { type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.kql.custom\"; params: { index: string; filter: string; good: string; total: string; timestampField: string; }; } | { type: \"sli.metric.custom\"; params: { index: string; filter: string; good: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; total: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; timestampField: string; }; }; }; }; }) => Promise<{ date: Date; sliValue: number; }[]>; } & ", + " & { params: { body: { indicator: { type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | undefined; }; } | { type: \"sli.kql.custom\"; params: { index: string; filter: string; good: string; total: string; timestampField: string; }; } | { type: \"sli.metric.custom\"; params: { index: string; filter: string; good: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; total: { metrics: { name: string; aggregation: \"sum\"; field: string; }[]; equation: string; }; timestampField: string; }; }; }; }; }) => Promise<{ date: string; sliValue: number; }[]>; } & ", { "pluginId": "observability", "scope": "server", diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index d8be2909041bd..1e0f4a85f54bb 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability title: "observability" image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index bd672c7575ec4..8051c1f3bf2ff 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2023-06-23 +date: 2023-06-26 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 86d0b5c7f2658..feb7bb8ca1537 100644 --- a/api_docs/observability_shared.devdocs.json +++ b/api_docs/observability_shared.devdocs.json @@ -353,10 +353,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ", diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 4a42d7f42194f..70bacaaf4dc6f 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared title: "observabilityShared" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin -date: 2023-06-23 +date: 2023-06-26 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 cf000092573d2..43b0b33b1ade3 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery title: "osquery" image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index aa26e122d594e..8414184522613 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory slug: /kibana-dev-docs/api-meta/plugin-api-directory title: Directory description: Directory of public APIs available through plugins or packages. -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Count | Plugins or Packages with a
public API | Number of teams | |--------------|----------|------------------------| -| 638 | 531 | 38 | +| 640 | 533 | 38 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 70823 | 542 | 60668 | 1386 | +| 70886 | 544 | 60719 | 1383 | ## Plugin Directory @@ -63,7 +63,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 1048 | 0 | 258 | 2 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index. | 28 | 3 | 24 | 0 | | | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 10 | 0 | 8 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 87 | 0 | 67 | 8 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 88 | 0 | 68 | 8 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 37 | 0 | 35 | 2 | | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | APIs used to assess the quality of data in Elasticsearch indexes | 2 | 0 | 0 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 548 | 11 | 444 | 4 | @@ -112,7 +112,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 123 | 2 | 96 | 4 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides UI and APIs for the interactive setup mode. | 28 | 0 | 18 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 186 | 1 | 154 | 5 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 184 | 1 | 153 | 5 | | kibanaUsageCollection | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | | | [@elastic/kibana-app-services](https://github.com/orgs/elastic/teams/kibana-app-services) | - | 609 | 3 | 416 | 9 | | | [@elastic/sec-cloudnative-integrations](https://github.com/orgs/elastic/teams/sec-cloudnative-integrations) | - | 5 | 0 | 5 | 1 | @@ -166,7 +166,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 14 | 0 | 14 | 3 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 4 | 0 | 4 | 1 | | synthetics | [@elastic/uptime](https://github.com/orgs/elastic/teams/uptime) | This plugin visualizes data from Synthetics and Heartbeat, and integrates with other Observability solutions. | 0 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 83 | 0 | 41 | 6 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 85 | 0 | 43 | 6 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 45 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 26 | 6 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | @@ -179,7 +179,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 546 | 11 | 520 | 49 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds UI Actions service to Kibana | 144 | 2 | 102 | 9 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Extends UI Actions plugin with more functionality | 206 | 0 | 140 | 9 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list which can be integrated into apps | 296 | 0 | 270 | 8 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | The `unifiedHistogram` plugin provides UI components to create a layout including a resizable histogram and a main display. | 53 | 0 | 24 | 2 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience. | 137 | 2 | 100 | 20 | | upgradeAssistant | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 0 | 0 | 0 | 0 | @@ -227,7 +226,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 11 | 0 | 11 | 0 | | | [@elastic/kibana-qa](https://github.com/orgs/elastic/teams/kibana-qa) | - | 12 | 0 | 12 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 19 | 0 | 17 | 0 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 57 | 1 | 43 | 2 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 62 | 1 | 44 | 2 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 11 | 0 | 8 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 78 | 0 | 78 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 2 | 0 | @@ -405,13 +404,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 13 | 0 | 7 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 10 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 14 | 0 | 9 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 44 | 0 | 43 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 5 | 0 | 5 | 0 | | | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 5 | 0 | 5 | 0 | | | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 4 | 0 | 4 | 2 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 | | | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 3 | 0 | 3 | 0 | -| | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 3 | 0 | 3 | 0 | +| | [@elastic/enterprise-search-frontend](https://github.com/orgs/elastic/teams/enterprise-search-frontend) | - | 4 | 0 | 4 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 7 | 1 | 7 | 0 | | | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 7 | 1 | 7 | 0 | | | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 7 | 1 | 7 | 0 | @@ -438,6 +438,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 0 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 29 | 0 | 29 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 0 | 0 | +| | [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 | | | [@elastic/platform-onboarding](https://github.com/orgs/elastic/teams/platform-onboarding) | - | 54 | 0 | 52 | 3 | @@ -560,12 +561,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 25 | 0 | 10 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 16 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 13 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 0 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 15 | 0 | 4 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 3 | 0 | -| | [@elastic/actionable-observability](https://github.com/orgs/elastic/teams/actionable-observability) | - | 122 | 0 | 122 | 0 | +| | [@elastic/actionable-observability](https://github.com/orgs/elastic/teams/actionable-observability) | - | 123 | 0 | 123 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 20 | 0 | 12 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 102 | 2 | 65 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 4 | 0 | 2 | 0 | @@ -578,9 +579,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 72 | 0 | 55 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 39 | 0 | 25 | 1 | | | [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) | - | 86 | 0 | 86 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 49 | 2 | 35 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 47 | 0 | 38 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 6 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 293 | 0 | 267 | 5 | | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 4 | 0 | 0 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 58 | 0 | 5 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 15 | 1 | diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 6ac118560cb27..d8d9022e7fd8d 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil title: "presentationUtil" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- import presentationUtilObj from './presentation_util.devdocs.json'; diff --git a/api_docs/profiling.devdocs.json b/api_docs/profiling.devdocs.json index 67b903b6e374c..ffbf4ae66b115 100644 --- a/api_docs/profiling.devdocs.json +++ b/api_docs/profiling.devdocs.json @@ -119,7 +119,7 @@ "label": "getRoutePaths", "description": [], "signature": [ - "() => { TopN: string; TopNContainers: string; TopNDeployments: string; TopNFunctions: string; TopNHosts: string; TopNThreads: string; TopNTraces: string; Flamechart: string; HasSetupESResources: string; HasSetupDataCollection: string; SetupDataCollectionInstructions: string; }" + "() => { TopN: string; TopNContainers: string; TopNDeployments: string; TopNFunctions: string; TopNHosts: string; TopNThreads: string; TopNTraces: string; Flamechart: string; HasSetupESResources: string; SetupDataCollectionInstructions: string; }" ], "path": "x-pack/plugins/profiling/common/index.ts", "deprecated": false, diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index 5872ec80e7746..81cbb7c86f3d9 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling title: "profiling" image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index dbcb58634abe0..abe2666fa607b 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters title: "remoteClusters" image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin -date: 2023-06-23 +date: 2023-06-26 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 28c0ad8425b7f..96404ba290419 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting title: "reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting'] --- import reportingObj from './reporting.devdocs.json'; diff --git a/api_docs/reporting_export_types.mdx b/api_docs/reporting_export_types.mdx index c8b7dde5b5ebe..f18ee262f7a3a 100644 --- a/api_docs/reporting_export_types.mdx +++ b/api_docs/reporting_export_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reportingExportTypes title: "reportingExportTypes" image: https://source.unsplash.com/400x175/?github description: API docs for the reportingExportTypes plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reportingExportTypes'] --- import reportingExportTypesObj from './reporting_export_types.devdocs.json'; diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx index 74c612ead05eb..db70642ec1342 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup title: "rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin -date: 2023-06-23 +date: 2023-06-26 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 71610ecb38046..7bca48bdaa047 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry title: "ruleRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin -date: 2023-06-23 +date: 2023-06-26 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 1034fedee616f..8069ffd8c73af 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields title: "runtimeFields" image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin -date: 2023-06-23 +date: 2023-06-26 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 28dc815dfceb2..bf8db2e709147 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects title: "savedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin -date: 2023-06-23 +date: 2023-06-26 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 65b4d72f9113a..8d37aaf4e3e1d 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder title: "savedObjectsFinder" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin -date: 2023-06-23 +date: 2023-06-26 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 321c08bbf9f17..8842406ec892b 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement title: "savedObjectsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin -date: 2023-06-23 +date: 2023-06-26 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 5696881ed1234..c931033602135 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging title: "savedObjectsTagging" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin -date: 2023-06-23 +date: 2023-06-26 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 4bd3567ca78a2..af21420cfe853 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss title: "savedObjectsTaggingOss" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin -date: 2023-06-23 +date: 2023-06-26 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 6bb1a1a1bbd6b..4c2de8ea3df60 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch title: "savedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin -date: 2023-06-23 +date: 2023-06-26 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 0328d82d26bef..a454948e08a62 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode title: "screenshotMode" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin -date: 2023-06-23 +date: 2023-06-26 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 bbf4e2f96b851..88418da89b407 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting title: "screenshotting" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin -date: 2023-06-23 +date: 2023-06-26 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 21dacd1a916aa..01f21fc60fa70 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security title: "security" image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin -date: 2023-06-23 +date: 2023-06-26 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 9a8b494194e16..b0342c91fea22 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution title: "securitySolution" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index 17b1691732d61..b39e14f5e8de9 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2023-06-23 +date: 2023-06-26 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 cf3a0243ee655..523c6adba26c9 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2023-06-23 +date: 2023-06-26 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 9ca7cb46413ff..7283a96d40e53 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- import serverlessSearchObj from './serverless_search.devdocs.json'; diff --git a/api_docs/serverless_security.mdx b/api_docs/serverless_security.mdx index d402beac75542..18890a7983d6e 100644 --- a/api_docs/serverless_security.mdx +++ b/api_docs/serverless_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSecurity title: "serverlessSecurity" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSecurity plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSecurity'] --- import serverlessSecurityObj from './serverless_security.devdocs.json'; diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index 3ad718823401d..43f3c1056f6a0 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView title: "sessionView" image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin -date: 2023-06-23 +date: 2023-06-26 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 0f6773918f8f9..e44957e177ba0 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share title: "share" image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin -date: 2023-06-23 +date: 2023-06-26 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 5564dd8ea418a..4d56a6263de39 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore title: "snapshotRestore" image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin -date: 2023-06-23 +date: 2023-06-26 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 59ef98ba24adb..51dc8d710d24d 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces title: "spaces" image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin -date: 2023-06-23 +date: 2023-06-26 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 e175ab120b738..a8c099184595e 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts title: "stackAlerts" image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin -date: 2023-06-23 +date: 2023-06-26 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 b75e1b97472d4..9bb72e9aa3ee2 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors title: "stackConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/task_manager.devdocs.json b/api_docs/task_manager.devdocs.json index 7ab5334a9155f..2f01601dbcc8a 100644 --- a/api_docs/task_manager.devdocs.json +++ b/api_docs/task_manager.devdocs.json @@ -979,6 +979,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "taskManager", + "id": "def-server.TaskInstance.stateVersion", + "type": "number", + "tags": [], + "label": "stateVersion", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/plugins/task_manager/server/task.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "taskManager", "id": "def-server.TaskInstance.traceparent", @@ -1202,6 +1216,28 @@ "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "taskManager", + "id": "def-server.TaskRegisterDefinition.stateSchemaByVersion", + "type": "Object", + "tags": [], + "label": "stateSchemaByVersion", + "description": [], + "signature": [ + "Record; up: (state: Record) => Record; }> | undefined" + ], + "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 7eceef0f84f1a..41be0b8d465c3 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager title: "taskManager" image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 83 | 0 | 41 | 6 | +| 85 | 0 | 43 | 6 | ## Server diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index 6a7988cae9957..dcf60013e6339 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry title: "telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin -date: 2023-06-23 +date: 2023-06-26 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 f1a7dc2a5fe40..c843a5effd957 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager title: "telemetryCollectionManager" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin -date: 2023-06-23 +date: 2023-06-26 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 18ab3ab910adf..0c1bfd0a7b3bd 100644 --- a/api_docs/telemetry_collection_xpack.mdx +++ b/api_docs/telemetry_collection_xpack.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionXpack title: "telemetryCollectionXpack" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionXpack plugin -date: 2023-06-23 +date: 2023-06-26 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 a6f8ca92bff94..548b9049b059e 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection title: "telemetryManagementSection" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin -date: 2023-06-23 +date: 2023-06-26 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 220a08c7b60e2..9880d0f87a1d7 100644 --- a/api_docs/text_based_languages.mdx +++ b/api_docs/text_based_languages.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/textBasedLanguages title: "textBasedLanguages" image: https://source.unsplash.com/400x175/?github description: API docs for the textBasedLanguages plugin -date: 2023-06-23 +date: 2023-06-26 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 2a86fe0cc3fee..7c6608d488ee3 100644 --- a/api_docs/threat_intelligence.mdx +++ b/api_docs/threat_intelligence.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/threatIntelligence title: "threatIntelligence" image: https://source.unsplash.com/400x175/?github description: API docs for the threatIntelligence plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence'] --- import threatIntelligenceObj from './threat_intelligence.devdocs.json'; diff --git a/api_docs/timelines.devdocs.json b/api_docs/timelines.devdocs.json index d1bd9ab383d00..62291ad0d1a6e 100644 --- a/api_docs/timelines.devdocs.json +++ b/api_docs/timelines.devdocs.json @@ -4971,7 +4971,7 @@ "label": "EntityType", "description": [], "signature": [ - "\"alerts\" | \"events\" | \"sessions\"" + "\"events\" | \"sessions\"" ], "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/index.ts", "deprecated": false, @@ -5163,7 +5163,7 @@ "label": "EntityType", "description": [], "signature": [ - "{ readonly ALERTS: \"alerts\"; readonly EVENTS: \"events\"; readonly SESSIONS: \"sessions\"; }" + "{ readonly EVENTS: \"events\"; readonly SESSIONS: \"sessions\"; }" ], "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/index.ts", "deprecated": false, diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 06dbfff20280a..d399794b0c843 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines title: "timelines" image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin -date: 2023-06-23 +date: 2023-06-26 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 d57cf5c987f9f..3885bcb8561cd 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform title: "transform" image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin -date: 2023-06-23 +date: 2023-06-26 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 3b2fd2d791b60..29f07e6024376 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi title: "triggersActionsUi" image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.devdocs.json b/api_docs/ui_actions.devdocs.json index 807c3e1f53f5d..4fd1ee29ec16f 100644 --- a/api_docs/ui_actions.devdocs.json +++ b/api_docs/ui_actions.devdocs.json @@ -172,10 +172,10 @@ "signature": [ "(trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void" @@ -193,10 +193,10 @@ "description": [], "signature": [ { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" } ], @@ -1571,10 +1571,10 @@ ], "signature": [ { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" } ], @@ -1966,7 +1966,7 @@ "tags": [], "label": "RowClickContext", "description": [], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1980,7 +1980,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2002,7 +2002,7 @@ }, "; columns?: string[] | undefined; }" ], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false } @@ -2018,7 +2018,7 @@ "description": [ "\nThis is a convenience interface used to register a *trigger*.\n\n`Trigger` specifies a named anchor to which `Action` can be attached. When\n`Trigger` is being *called* it creates a `Context` object and passes it to\nthe `execute` method of an `Action`.\n\nMore than one action can be attached to a single trigger, in which case when\ntrigger is *called* it first displays a context menu for user to pick a\nsingle action to execute." ], - "path": "src/plugins/ui_actions/public/triggers/trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2031,7 +2031,7 @@ "description": [ "\nUnique name of the trigger as identified in `ui_actions` plugin trigger registry." ], - "path": "src/plugins/ui_actions/public/triggers/trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2047,7 +2047,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions/public/triggers/trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2063,7 +2063,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions/public/triggers/trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/trigger.ts", "deprecated": false, "trackAdoption": false } @@ -2372,7 +2372,7 @@ "signature": [ "\"CATEGORIZE_FIELD_TRIGGER\"" ], - "path": "src/plugins/ui_actions/public/triggers/categorize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2409,7 +2409,7 @@ "signature": [ "\"ROW_CLICK_TRIGGER\"" ], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2424,7 +2424,7 @@ "signature": [ "\"VISUALIZE_FIELD_TRIGGER\"" ], - "path": "src/plugins/ui_actions/public/triggers/visualize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2439,7 +2439,7 @@ "signature": [ "\"VISUALIZE_GEO_FIELD_TRIGGER\"" ], - "path": "src/plugins/ui_actions/public/triggers/visualize_geo_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2453,7 +2453,7 @@ "tags": [], "label": "categorizeFieldTrigger", "description": [], - "path": "src/plugins/ui_actions/public/triggers/categorize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2464,7 +2464,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions/public/triggers/categorize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2475,7 +2475,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/ui_actions/public/triggers/categorize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2486,7 +2486,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/ui_actions/public/triggers/categorize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/categorize_field_trigger.ts", "deprecated": false, "trackAdoption": false } @@ -2500,7 +2500,7 @@ "tags": [], "label": "rowClickTrigger", "description": [], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2511,7 +2511,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2525,7 +2525,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2539,7 +2539,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/row_click_trigger.ts", "deprecated": false, "trackAdoption": false } @@ -2553,7 +2553,7 @@ "tags": [], "label": "visualizeFieldTrigger", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2564,7 +2564,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2575,7 +2575,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2586,7 +2586,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_field_trigger.ts", "deprecated": false, "trackAdoption": false } @@ -2600,7 +2600,7 @@ "tags": [], "label": "visualizeGeoFieldTrigger", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_geo_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2611,7 +2611,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_geo_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2622,7 +2622,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_geo_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", "deprecated": false, "trackAdoption": false }, @@ -2633,7 +2633,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/ui_actions/public/triggers/visualize_geo_field_trigger.ts", + "path": "packages/kbn-ui-actions-browser/src/triggers/visualize_geo_field_trigger.ts", "deprecated": false, "trackAdoption": false } @@ -2675,10 +2675,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; }" @@ -2723,10 +2723,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ", diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index b4db009ecf22d..09eb200a98175 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions title: "uiActions" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin -date: 2023-06-23 +date: 2023-06-26 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 9f948d9cfadae..32ddca58c8ba3 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced title: "uiActionsEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_field_list.mdx b/api_docs/unified_field_list.mdx deleted file mode 100644 index f3da327c22d2a..0000000000000 --- a/api_docs/unified_field_list.mdx +++ /dev/null @@ -1,50 +0,0 @@ ---- -#### -#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. -#### Reach out in #docs-engineering for more info. -#### -id: kibUnifiedFieldListPluginApi -slug: /kibana-dev-docs/api/unifiedFieldList -title: "unifiedFieldList" -image: https://source.unsplash.com/400x175/?github -description: API docs for the unifiedFieldList plugin -date: 2023-06-23 -tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedFieldList'] ---- -import unifiedFieldListObj from './unified_field_list.devdocs.json'; - -Contains functionality for the field list which can be integrated into apps - -Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. - -**Code health stats** - -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 296 | 0 | 270 | 8 | - -## Client - -### Setup - - -### Start - - -### Functions - - -### Interfaces - - -### Enums - - -### Consts, variables and types - - -## Common - -### Consts, variables and types - - diff --git a/api_docs/unified_histogram.devdocs.json b/api_docs/unified_histogram.devdocs.json index 566ddc7a5e4c0..8b0be6df0ff4e 100644 --- a/api_docs/unified_histogram.devdocs.json +++ b/api_docs/unified_histogram.devdocs.json @@ -671,10 +671,10 @@ }, "; readonly registerTrigger: (trigger: ", { - "pluginId": "uiActions", - "scope": "public", - "docId": "kibUiActionsPluginApi", - "section": "def-public.Trigger", + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.Trigger", "text": "Trigger" }, ") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ", diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index d22f1d35f9da2..55c8c6b64fdf6 100644 --- a/api_docs/unified_histogram.mdx +++ b/api_docs/unified_histogram.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedHistogram title: "unifiedHistogram" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedHistogram plugin -date: 2023-06-23 +date: 2023-06-26 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 d3eb52c9c5e62..c6dc26ce3a41e 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch title: "unifiedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin -date: 2023-06-23 +date: 2023-06-26 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 5e2036fd6042c..76f46c919ec5c 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete title: "unifiedSearch.autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index 18aac6917eaec..ba9fab398f125 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding title: "urlForwarding" image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin -date: 2023-06-23 +date: 2023-06-26 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 ec5639ca7a9d9..1ae6b2fe73c70 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection title: "usageCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin -date: 2023-06-23 +date: 2023-06-26 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 a58eb2cda7960..7e5fbfba2552a 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux title: "ux" image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin -date: 2023-06-23 +date: 2023-06-26 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 cfa4b5808d345..7a6db42063611 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor title: "visDefaultEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin -date: 2023-06-23 +date: 2023-06-26 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 db201e44b956e..2c500a93a2835 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge title: "visTypeGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin -date: 2023-06-23 +date: 2023-06-26 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 0744ec614d54c..f88913bffcf0e 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap title: "visTypeHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin -date: 2023-06-23 +date: 2023-06-26 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 4f2f91f793e53..aa518dd264e2d 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie title: "visTypePie" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin -date: 2023-06-23 +date: 2023-06-26 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 e105610566f30..2d5dd298deea4 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable title: "visTypeTable" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin -date: 2023-06-23 +date: 2023-06-26 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 42f727ee866f2..7f5a90046008f 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion title: "visTypeTimelion" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin -date: 2023-06-23 +date: 2023-06-26 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 e417d0f42163c..21771feca2cbd 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries title: "visTypeTimeseries" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin -date: 2023-06-23 +date: 2023-06-26 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 6480de1359708..ed0f21bf59d5f 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega title: "visTypeVega" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin -date: 2023-06-23 +date: 2023-06-26 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 a5ee0299129e4..8a4c1f5360392 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib title: "visTypeVislib" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin -date: 2023-06-23 +date: 2023-06-26 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 7bac09abb2b41..bd8474d96db6f 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy title: "visTypeXy" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualization_ui_components.mdx b/api_docs/visualization_ui_components.mdx index d24bb8a2f68f8..a195e59ae78c7 100644 --- a/api_docs/visualization_ui_components.mdx +++ b/api_docs/visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizationUiComponents title: "visualizationUiComponents" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizationUiComponents plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizationUiComponents'] --- import visualizationUiComponentsObj from './visualization_ui_components.devdocs.json'; diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 79f25b1a64994..a6bbc71795bd5 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations title: "visualizations" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin -date: 2023-06-23 +date: 2023-06-26 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/config/serverless.yml b/config/serverless.yml index c7ebe2e116deb..2eb8344da9bb8 100644 --- a/config/serverless.yml +++ b/config/serverless.yml @@ -4,6 +4,7 @@ xpack.security.showNavLinks: false xpack.serverless.plugin.enabled: true xpack.fleet.internal.fleetServerStandalone: true xpack.fleet.internal.disableILMPolicies: true +xpack.fleet.internal.disableProxies: true # Ess plugins xpack.ess.security.enabled: false diff --git a/docs/api-generated/rules/rule-apis-passthru.asciidoc b/docs/api-generated/rules/rule-apis-passthru.asciidoc index 94353902041d1..e1cf66a214f31 100644 --- a/docs/api-generated/rules/rule-apis-passthru.asciidoc +++ b/docs/api-generated/rules/rule-apis-passthru.asciidoc @@ -102,7 +102,7 @@ Any modifications made to this file will be overwritten. "api_key_created_by_user" : false, "enabled" : true, "running" : true, - "notify_when" : "onActiveAlert", + "notify_when" : "notify_when", "next_run" : "2022-12-06T00:14:43.818Z", "updated_at" : "2022-12-05T23:36:58.284Z", "execution_status" : { @@ -340,7 +340,7 @@ Any modifications made to this file will be overwritten. "api_key_created_by_user" : false, "enabled" : true, "running" : true, - "notify_when" : "onActiveAlert", + "notify_when" : "notify_when", "next_run" : "2022-12-06T00:14:43.818Z", "updated_at" : "2022-12-05T23:36:58.284Z", "execution_status" : { @@ -737,7 +737,7 @@ Any modifications made to this file will be overwritten. "api_key_created_by_user" : false, "enabled" : true, "running" : true, - "notify_when" : "onActiveAlert", + "notify_when" : "notify_when", "next_run" : "2022-12-06T00:14:43.818Z", "updated_at" : "2022-12-05T23:36:58.284Z", "execution_status" : { @@ -904,7 +904,7 @@ Any modifications made to this file will be overwritten. "api_key_created_by_user" : false, "enabled" : true, "running" : true, - "notify_when" : "onActiveAlert", + "notify_when" : "notify_when", "next_run" : "2022-12-06T00:14:43.818Z", "updated_at" : "2022-12-05T23:36:58.284Z", "execution_status" : { @@ -1186,7 +1186,7 @@ Any modifications made to this file will be overwritten. "api_key_created_by_user" : false, "enabled" : true, "running" : true, - "notify_when" : "onActiveAlert", + "notify_when" : "notify_when", "next_run" : "2022-12-06T00:14:43.818Z", "updated_at" : "2022-12-05T23:36:58.284Z", "execution_status" : { @@ -2645,7 +2645,7 @@ Any modifications made to this file will be overwritten. "api_key_created_by_user" : false, "enabled" : true, "running" : true, - "notify_when" : "onActiveAlert", + "notify_when" : "notify_when", "next_run" : "2022-12-06T00:14:43.818Z", "updated_at" : "2022-12-05T23:36:58.284Z", "execution_status" : { @@ -3180,7 +3180,7 @@ Any modifications made to this file will be overwritten.
notify_when
summary
Boolean Indicates whether the action is a summary.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3257,7 +3257,7 @@ Any modifications made to this file will be overwritten.
xpack.ml.anomaly_detection_alert
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3275,7 +3275,7 @@ Any modifications made to this file will be overwritten.
xpack.ml.anomaly_detection_jobs_health
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3293,7 +3293,7 @@ Any modifications made to this file will be overwritten.
apm.anomaly
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3311,7 +3311,7 @@ Any modifications made to this file will be overwritten.
apm.error_rate
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3329,7 +3329,7 @@ Any modifications made to this file will be overwritten.
apm.transaction_duration
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3347,7 +3347,7 @@ Any modifications made to this file will be overwritten.
apm.transaction_error_rate
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3365,7 +3365,7 @@ Any modifications made to this file will be overwritten.
.es-query
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3383,7 +3383,7 @@ Any modifications made to this file will be overwritten.
.geo-containment
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3401,7 +3401,7 @@ Any modifications made to this file will be overwritten.
.index-threshold
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3419,7 +3419,7 @@ Any modifications made to this file will be overwritten.
metrics.alert.inventory.threshold
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3437,7 +3437,7 @@ Any modifications made to this file will be overwritten.
metrics.alert.anomaly
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3455,7 +3455,7 @@ Any modifications made to this file will be overwritten.
metrics.alert.threshold
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3473,7 +3473,7 @@ Any modifications made to this file will be overwritten.
logs.alert.document.count
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3491,7 +3491,7 @@ Any modifications made to this file will be overwritten.
monitoring_ccr_read_exceptions
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3509,7 +3509,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_cluster_health
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3527,7 +3527,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_cpu_usage
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3545,7 +3545,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_disk_usage
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3563,7 +3563,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_elasticsearch_version_mismatch
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3581,7 +3581,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_jvm_memory_usage
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3599,7 +3599,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_kibana_version_mismatch
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3617,7 +3617,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_license_expiration
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3635,7 +3635,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_logstash_version_mismatch
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3653,7 +3653,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_missing_monitoring_data
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3671,7 +3671,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_nodes_changed
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3689,7 +3689,7 @@ Any modifications made to this file will be overwritten.
monitoring_shard_size
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3707,7 +3707,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_thread_pool_search_rejections
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3725,7 +3725,7 @@ Any modifications made to this file will be overwritten.
monitoring_alert_thread_pool_write_rejections
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3743,7 +3743,7 @@ Any modifications made to this file will be overwritten.
xpack.uptime.alerts.monitorStatus
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3761,7 +3761,7 @@ Any modifications made to this file will be overwritten.
siem.eqlRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3779,7 +3779,7 @@ Any modifications made to this file will be overwritten.
siem.indicatorRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3797,7 +3797,7 @@ Any modifications made to this file will be overwritten.
siem.mlRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3815,7 +3815,7 @@ Any modifications made to this file will be overwritten.
siem.newTermsRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3833,7 +3833,7 @@ Any modifications made to this file will be overwritten.
siem.notifications
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3851,7 +3851,7 @@ Any modifications made to this file will be overwritten.
siem.queryRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3869,7 +3869,7 @@ Any modifications made to this file will be overwritten.
siem.savedQueryRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3887,7 +3887,7 @@ Any modifications made to this file will be overwritten.
siem.thresholdRule
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3905,7 +3905,7 @@ Any modifications made to this file will be overwritten.
slo.rules.burnRate
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3923,7 +3923,7 @@ Any modifications made to this file will be overwritten.
xpack.synthetics.alerts.monitorStatus
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3941,7 +3941,7 @@ Any modifications made to this file will be overwritten.
xpack.uptime.alerts.durationAnomaly
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3959,7 +3959,7 @@ Any modifications made to this file will be overwritten.
xpack.uptime.alerts.tlsCertificate
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3977,7 +3977,7 @@ Any modifications made to this file will be overwritten.
xpack.uptime.alerts.tls
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -3995,7 +3995,7 @@ Any modifications made to this file will be overwritten.
transform_health
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -4013,7 +4013,7 @@ Any modifications made to this file will be overwritten.
xpack.uptime.alerts.monitorStatus
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -4351,7 +4351,7 @@ Any modifications made to this file will be overwritten.

notify_when - Up

-
Indicates how often alerts generate actions. Valid values include: onActionGroupChange: Actions run when the alert status changes; onActiveAlert: Actions run when the alert becomes active and at each check interval while the rule conditions are met; onThrottleInterval: Actions run when the alert becomes active and at the interval specified in the throttle property while the rule conditions are met.
+
Indicates how often alerts generate actions. Valid values include: onActionGroupChange: Actions run when the alert status changes; onActiveAlert: Actions run when the alert becomes active and at each check interval while the rule conditions are met; onThrottleInterval: Actions run when the alert becomes active and at the interval specified in the throttle property while the rule conditions are met. NOTE: You cannot specify notify_when at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
@@ -4637,7 +4637,7 @@ Any modifications made to this file will be overwritten.
mute_all
name
String The name of the rule.
next_run (optional)
Date format: date-time
-
notify_when (optional)
+
notify_when (optional)
String Indicates how often alerts generate actions.
params
map[String, oas_any_type_not_mapped] The parameters for the rule.
revision (optional)
Integer The rule revision number.
rule_type_id
String The identifier for the type of rule. For example, .es-query, .index-threshold, logs.alert.document.count, monitoring_alert_cluster_health, siem.thresholdRule, or xpack.ml.anomaly_detection_alert.
@@ -4645,7 +4645,7 @@ Any modifications made to this file will be overwritten.
schedule
scheduled_task_id (optional)
tags
array[String] The tags for the rule.
-
throttle
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
updated_at
String The date and time that the rule was updated most recently.
updated_by
String The identifier for the user that updated this rule most recently.
@@ -4697,7 +4697,7 @@ Any modifications made to this file will be overwritten.
params
map[String, oas_any_type_not_mapped] The parameters for the rule.
schedule
tags (optional)
array[String] The tags for the rule.
-
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is applicable only if notify_when is set to onThrottleInterval. It is specified in seconds, minutes, hours, or days.
+
throttle (optional)
String The throttle interval, which defines how often an alert generates repeated actions. It is specified in seconds, minutes, hours, or days and is applicable only if notify_when is set to onThrottleInterval. NOTE: You cannot specify the throttle interval at both the rule and action level. The recommended method is to set it for each action. If you set it at the rule level then update the rule in Kibana, it is automatically changed to use action-specific values.
diff --git a/examples/bfetch_explorer/public/containers/app/index.tsx b/examples/bfetch_explorer/public/containers/app/index.tsx index 25678b2128d1c..54395ff4eb46d 100644 --- a/examples/bfetch_explorer/public/containers/app/index.tsx +++ b/examples/bfetch_explorer/public/containers/app/index.tsx @@ -7,9 +7,8 @@ */ import React from 'react'; -import { BrowserRouter as Router, Redirect, Switch } from 'react-router-dom'; -import { CompatRouter } from 'react-router-dom-v5-compat'; -import { Route } from '@kbn/shared-ux-router'; +import { Redirect } from 'react-router-dom'; +import { BrowserRouter as Router, Route, Routes } from '@kbn/shared-ux-router'; import { EuiPage } from '@elastic/eui'; import { useDeps } from '../../hooks/use_deps'; import { Sidebar } from './sidebar'; @@ -27,15 +26,13 @@ export const App: React.FC = () => { return ( - - - - - {routeElements} - - - - + + + + {routeElements} + + + ); }; diff --git a/examples/content_management_examples/public/examples/index.tsx b/examples/content_management_examples/public/examples/index.tsx index bb002510cb88a..dbf1ed1bc01e2 100644 --- a/examples/content_management_examples/public/examples/index.tsx +++ b/examples/content_management_examples/public/examples/index.tsx @@ -8,9 +8,8 @@ import React from 'react'; import ReactDOM from 'react-dom'; -// eslint-disable-next-line no-restricted-imports -import { Router, Switch, Route, Redirect } from 'react-router-dom'; -import { CompatRouter } from 'react-router-dom-v5-compat'; +import { Redirect } from 'react-router-dom'; +import { Router, Routes, Route } from '@kbn/shared-ux-router'; import { RedirectAppLinks } from '@kbn/shared-ux-link-redirect-app'; import { EuiPageTemplate, EuiSideNav } from '@elastic/eui'; import { AppMountParameters, CoreStart } from '@kbn/core/public'; @@ -25,52 +24,50 @@ export const renderApp = ( ) => { ReactDOM.render( - - - - - - + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + , element ); diff --git a/examples/content_management_examples/tsconfig.json b/examples/content_management_examples/tsconfig.json index ba1c3f19850c6..a9f20f45792a6 100644 --- a/examples/content_management_examples/tsconfig.json +++ b/examples/content_management_examples/tsconfig.json @@ -28,5 +28,6 @@ "@kbn/core-saved-objects-api-browser", "@kbn/content-management-table-list-view-table", "@kbn/content-management-table-list-view", + "@kbn/shared-ux-router", ] } diff --git a/examples/embeddable_explorer/public/app.tsx b/examples/embeddable_explorer/public/app.tsx index 20b8c024849b3..ac24e45818bf5 100644 --- a/examples/embeddable_explorer/public/app.tsx +++ b/examples/embeddable_explorer/public/app.tsx @@ -9,7 +9,6 @@ import React from 'react'; import ReactDOM from 'react-dom'; import { BrowserRouter as Router, withRouter, RouteComponentProps } from 'react-router-dom'; -import { CompatRouter } from 'react-router-dom-v5-compat'; import { Route } from '@kbn/shared-ux-router'; import { EuiPage, EuiPageSideBar_Deprecated as EuiPageSideBar, EuiSideNav } from '@elastic/eui'; @@ -127,14 +126,12 @@ const EmbeddableExplorerApp = ({ return ( - - - -