diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml
index 885727458beca..9afa197c8bb08 100644
--- a/.buildkite/ftr_configs.yml
+++ b/.buildkite/ftr_configs.yml
@@ -61,8 +61,8 @@ disabled:
- x-pack/plugins/synthetics/e2e/config.ts
- x-pack/plugins/uptime/e2e/uptime/synthetics_run.ts
- x-pack/plugins/synthetics/e2e/synthetics/synthetics_run.ts
+ - x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_run.ts
- x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts
- - x-pack/plugins/exploratory_view/e2e/synthetics_run.ts
# Configs that exist but weren't running in CI when this file was introduced
- x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/config.ts
diff --git a/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml b/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml
index 8053cdfe2eebd..719884a003c89 100644
--- a/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml
+++ b/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml
@@ -8,7 +8,7 @@ steps:
- quick_checks
timeout_in_minutes: 60
artifact_paths:
- - 'x-pack/plugins/exploratory_view/e2e/.journeys/**/*'
+ - 'x-pack/plugins/observability_solution/exploratory_view/e2e/.journeys/**/*'
retry:
automatic:
- exit_status: '-1'
diff --git a/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh b/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh
index c3459020461dc..d14033883312f 100755
--- a/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh
+++ b/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh
@@ -13,4 +13,4 @@ echo "--- Exploratory View plugin @elastic/synthetics Tests"
cd "$XPACK_DIR"
-node plugins/exploratory_view/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"}
+node plugins/observability_solution/exploratory_view/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"}
diff --git a/.eslintrc.js b/.eslintrc.js
index 8ce07321d0b6f..76479aa1c1f32 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -873,7 +873,7 @@ module.exports = {
files: [
'x-pack/plugins/apm/**/*.{js,mjs,ts,tsx}',
'x-pack/plugins/observability/**/*.{js,mjs,ts,tsx}',
- 'x-pack/plugins/exploratory_view/**/*.{js,mjs,ts,tsx}',
+ 'x-pack/plugins/observability_solution/exploratory_view/**/*.{js,mjs,ts,tsx}',
'x-pack/plugins/observability_solution/ux/**/*.{js,mjs,ts,tsx}',
],
rules: {
@@ -896,7 +896,7 @@ module.exports = {
files: [
'x-pack/plugins/apm/**/*.stories.*',
'x-pack/plugins/observability/**/*.stories.*',
- 'x-pack/plugins/exploratory_view/**/*.stories.*',
+ 'x-pack/plugins/observability_solution/exploratory_view/**/*.stories.*',
],
rules: {
'react/function-component-definition': [
@@ -912,7 +912,7 @@ module.exports = {
files: [
'x-pack/plugins/aiops/**/*.tsx',
'x-pack/plugins/apm/**/*.tsx',
- 'x-pack/plugins/exploratory_view/**/*.tsx',
+ 'x-pack/plugins/observability_solution/exploratory_view/**/*.tsx',
'x-pack/plugins/infra/**/*.tsx',
'x-pack/plugins/observability/**/*.tsx',
'x-pack/plugins/observability_shared/observability_ai_assistant/**/*.tsx',
@@ -930,7 +930,7 @@ module.exports = {
{
files: [
'x-pack/plugins/apm/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
- 'x-pack/plugins/exploratory_view/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
+ 'x-pack/plugins/observability_solution/exploratory_view/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
'x-pack/plugins/infra/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
'x-pack/plugins/observability/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
'x-pack/plugins/observability_solution/observability_ai_assistant/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)',
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b8b28bbe653ea..479315375606c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -393,7 +393,7 @@ x-pack/plugins/event_log @elastic/response-ops
packages/kbn-expandable-flyout @elastic/security-threat-hunting-investigations
packages/kbn-expect @elastic/kibana-operations @elastic/appex-qa
x-pack/examples/exploratory_view_example @elastic/obs-ux-infra_services-team
-x-pack/plugins/exploratory_view @elastic/obs-ux-infra_services-team
+x-pack/plugins/observability_solution/exploratory_view @elastic/obs-ux-infra_services-team
src/plugins/expression_error @elastic/kibana-presentation
src/plugins/chart_expressions/expression_gauge @elastic/kibana-visualizations
src/plugins/chart_expressions/expression_heatmap @elastic/kibana-visualizations
diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx
index 23a7e20707778..4489a12d380b0 100644
--- a/api_docs/deprecations_by_plugin.mdx
+++ b/api_docs/deprecations_by_plugin.mdx
@@ -742,10 +742,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
-| | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
-| | [add_to_case_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx#:~:text=toMountPoint), [add_to_case_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx#:~:text=toMountPoint) | - |
-| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider) | - |
-| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart) | - |
+| | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - |
+| | [add_to_case_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx#:~:text=toMountPoint), [add_to_case_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx#:~:text=toMountPoint) | - |
+| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider) | - |
+| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart) | - |
diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json
index cd154884872a0..3632410dbe798 100644
--- a/api_docs/discover.devdocs.json
+++ b/api_docs/discover.devdocs.json
@@ -60,9 +60,7 @@
"tags": [],
"label": "props",
"description": [],
- "signature": [
- "P"
- ],
+ "signature": ["P"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@@ -101,10 +99,7 @@
"tags": [],
"label": "result",
"description": [],
- "signature": [
- "DataTableRecord",
- "[] | undefined"
- ],
+ "signature": ["DataTableRecord", "[] | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_data_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -137,9 +132,7 @@
"tags": [],
"label": "textBasedHeaderWarning",
"description": [],
- "signature": [
- "string | undefined"
- ],
+ "signature": ["string | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_data_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -151,10 +144,7 @@
"tags": [],
"label": "interceptedWarnings",
"description": [],
- "signature": [
- "SearchResponseIncompleteWarning",
- "[] | undefined"
- ],
+ "signature": ["SearchResponseIncompleteWarning", "[] | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_data_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -179,12 +169,8 @@
"type": "Array",
"tags": [],
"label": "columns",
- "description": [
- "\nColumns displayed in the table"
- ],
- "signature": [
- "string[] | undefined"
- ],
+ "description": ["\nColumns displayed in the table"],
+ "signature": ["string[] | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -195,9 +181,7 @@
"type": "Array",
"tags": [],
"label": "filters",
- "description": [
- "\nArray of applied filters"
- ],
+ "description": ["\nArray of applied filters"],
"signature": [
{
"pluginId": "@kbn/es-query",
@@ -218,9 +202,7 @@
"type": "Object",
"tags": [],
"label": "grid",
- "description": [
- "\nData Grid related state"
- ],
+ "description": ["\nData Grid related state"],
"signature": [
{
"pluginId": "savedSearch",
@@ -241,12 +223,8 @@
"type": "CompoundType",
"tags": [],
"label": "hideChart",
- "description": [
- "\nHide chart"
- ],
- "signature": [
- "boolean | undefined"
- ],
+ "description": ["\nHide chart"],
+ "signature": ["boolean | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -257,12 +235,8 @@
"type": "string",
"tags": [],
"label": "index",
- "description": [
- "\nid of the used data view"
- ],
- "signature": [
- "string | undefined"
- ],
+ "description": ["\nid of the used data view"],
+ "signature": ["string | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -273,12 +247,8 @@
"type": "string",
"tags": [],
"label": "interval",
- "description": [
- "\nUsed interval of the histogram"
- ],
- "signature": [
- "string | undefined"
- ],
+ "description": ["\nUsed interval of the histogram"],
+ "signature": ["string | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -289,9 +259,7 @@
"type": "CompoundType",
"tags": [],
"label": "query",
- "description": [
- "\nLucence or KQL query"
- ],
+ "description": ["\nLucence or KQL query"],
"signature": [
{
"pluginId": "@kbn/es-query",
@@ -320,12 +288,8 @@
"type": "Array",
"tags": [],
"label": "sort",
- "description": [
- "\nArray of the used sorting [[field,direction],...]"
- ],
- "signature": [
- "string[][] | undefined"
- ],
+ "description": ["\nArray of the used sorting [[field,direction],...]"],
+ "signature": ["string[][] | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -336,12 +300,8 @@
"type": "string",
"tags": [],
"label": "savedQuery",
- "description": [
- "\nid of the used saved query"
- ],
- "signature": [
- "string | undefined"
- ],
+ "description": ["\nid of the used saved query"],
+ "signature": ["string | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -352,9 +312,7 @@
"type": "CompoundType",
"tags": [],
"label": "viewMode",
- "description": [
- "\nTable view: Documents vs Field Statistics"
- ],
+ "description": ["\nTable view: Documents vs Field Statistics"],
"signature": [
{
"pluginId": "savedSearch",
@@ -378,9 +336,7 @@
"description": [
"\nHide mini distribution/preview charts when in Field Statistics mode"
],
- "signature": [
- "boolean | undefined"
- ],
+ "signature": ["boolean | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -391,12 +347,8 @@
"type": "number",
"tags": [],
"label": "rowHeight",
- "description": [
- "\nDocument explorer row height option"
- ],
- "signature": [
- "number | undefined"
- ],
+ "description": ["\nDocument explorer row height option"],
+ "signature": ["number | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -407,12 +359,8 @@
"type": "number",
"tags": [],
"label": "headerRowHeight",
- "description": [
- "\nDocument explorer header row height option"
- ],
- "signature": [
- "number | undefined"
- ],
+ "description": ["\nDocument explorer header row height option"],
+ "signature": ["number | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -423,12 +371,8 @@
"type": "number",
"tags": [],
"label": "rowsPerPage",
- "description": [
- "\nNumber of rows in the grid per page"
- ],
- "signature": [
- "number | undefined"
- ],
+ "description": ["\nNumber of rows in the grid per page"],
+ "signature": ["number | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -439,12 +383,8 @@
"type": "number",
"tags": [],
"label": "sampleSize",
- "description": [
- "\nCustom sample size"
- ],
- "signature": [
- "number | undefined"
- ],
+ "description": ["\nCustom sample size"],
+ "signature": ["number | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -455,12 +395,8 @@
"type": "string",
"tags": [],
"label": "breakdownField",
- "description": [
- "\nBreakdown field of chart"
- ],
- "signature": [
- "string | undefined"
- ],
+ "description": ["\nBreakdown field of chart"],
+ "signature": ["string | undefined"],
"path": "src/plugins/discover/public/application/main/services/discover_app_state_container.ts",
"deprecated": false,
"trackAdoption": false
@@ -582,9 +518,7 @@
"tags": [],
"label": "id",
"description": [],
- "signature": [
- "TCustomizationId"
- ],
+ "signature": ["TCustomizationId"],
"path": "src/plugins/discover/public/customizations/customization_service.ts",
"deprecated": false,
"trackAdoption": false,
@@ -695,9 +629,7 @@
"tags": [],
"label": "options",
"description": [],
- "signature": [
- "CustomizationCallbackContext"
- ],
+ "signature": ["CustomizationCallbackContext"],
"path": "src/plugins/discover/public/customizations/types.ts",
"deprecated": false,
"trackAdoption": false
@@ -745,12 +677,8 @@
"type": "Object",
"tags": [],
"label": "globalState",
- "description": [
- "\nGlobal State, the _g part of the URL"
- ],
- "signature": [
- "DiscoverGlobalStateContainer"
- ],
+ "description": ["\nGlobal State, the _g part of the URL"],
+ "signature": ["DiscoverGlobalStateContainer"],
"path": "src/plugins/discover/public/application/main/services/discover_state.ts",
"deprecated": false,
"trackAdoption": false
@@ -761,12 +689,8 @@
"type": "Object",
"tags": [],
"label": "appState",
- "description": [
- "\nApp state, the _a part of the URL"
- ],
- "signature": [
- "DiscoverAppStateContainer"
- ],
+ "description": ["\nApp state, the _a part of the URL"],
+ "signature": ["DiscoverAppStateContainer"],
"path": "src/plugins/discover/public/application/main/services/discover_state.ts",
"deprecated": false,
"trackAdoption": false
@@ -777,12 +701,8 @@
"type": "Object",
"tags": [],
"label": "dataState",
- "description": [
- "\nData fetching related state"
- ],
- "signature": [
- "DiscoverDataStateContainer"
- ],
+ "description": ["\nData fetching related state"],
+ "signature": ["DiscoverDataStateContainer"],
"path": "src/plugins/discover/public/application/main/services/discover_state.ts",
"deprecated": false,
"trackAdoption": false
@@ -793,9 +713,7 @@
"type": "Object",
"tags": [],
"label": "internalState",
- "description": [
- "\nInternal shared state that's used at several places in the UI"
- ],
+ "description": ["\nInternal shared state that's used at several places in the UI"],
"signature": [
{
"pluginId": "kibanaUtils",
@@ -818,12 +736,8 @@
"type": "Object",
"tags": [],
"label": "savedSearchState",
- "description": [
- "\nState of saved search, the saved object of Discover"
- ],
- "signature": [
- "DiscoverSavedSearchContainer"
- ],
+ "description": ["\nState of saved search, the saved object of Discover"],
+ "signature": ["DiscoverSavedSearchContainer"],
"path": "src/plugins/discover/public/application/main/services/discover_state.ts",
"deprecated": false,
"trackAdoption": false
@@ -834,9 +748,7 @@
"type": "Object",
"tags": [],
"label": "stateStorage",
- "description": [
- "\nState of url, allows updating and subscribing to url changes"
- ],
+ "description": ["\nState of url, allows updating and subscribing to url changes"],
"signature": [
{
"pluginId": "kibanaUtils",
@@ -856,12 +768,8 @@
"type": "Object",
"tags": [],
"label": "searchSessionManager",
- "description": [
- "\nService for handling search sessions"
- ],
- "signature": [
- "DiscoverSearchSessionManager"
- ],
+ "description": ["\nService for handling search sessions"],
+ "signature": ["DiscoverSearchSessionManager"],
"path": "src/plugins/discover/public/application/main/services/discover_state.ts",
"deprecated": false,
"trackAdoption": false
@@ -872,12 +780,8 @@
"type": "Object",
"tags": [],
"label": "customizationContext",
- "description": [
- "\nContext object for customization related properties"
- ],
- "signature": [
- "DiscoverCustomizationContext"
- ],
+ "description": ["\nContext object for customization related properties"],
+ "signature": ["DiscoverCustomizationContext"],
"path": "src/plugins/discover/public/application/main/services/discover_state.ts",
"deprecated": false,
"trackAdoption": false
@@ -888,9 +792,7 @@
"type": "Object",
"tags": [],
"label": "actions",
- "description": [
- "\nComplex functions to update multiple containers from UI"
- ],
+ "description": ["\nComplex functions to update multiple containers from UI"],
"signature": [
"{ fetchData: (initial?: boolean | undefined) => void; initializeAndSync: () => () => void; loadDataViewList: () => Promise; loadSavedSearch: (param?: ",
"LoadParams",
@@ -1033,9 +935,7 @@
"tags": [],
"label": "doc",
"description": [],
- "signature": [
- "DataTableRecord"
- ],
+ "signature": ["DataTableRecord"],
"path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1047,9 +947,7 @@
"tags": [],
"label": "renderDefaultContent",
"description": [],
- "signature": [
- "() => React.ReactNode"
- ],
+ "signature": ["() => React.ReactNode"],
"path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1077,9 +975,7 @@
"tags": [],
"label": "id",
"description": [],
- "signature": [
- "\"flyout\""
- ],
+ "signature": ["\"flyout\""],
"path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1091,10 +987,7 @@
"tags": [],
"label": "size",
"description": [],
- "signature": [
- "Property",
- ".Width | undefined"
- ],
+ "signature": ["Property", ".Width | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1106,9 +999,7 @@
"tags": [],
"label": "title",
"description": [],
- "signature": [
- "string | undefined"
- ],
+ "signature": ["string | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1263,9 +1154,7 @@
"tags": [],
"label": "hasTimeRange",
"description": [],
- "signature": [
- "() => boolean"
- ],
+ "signature": ["() => boolean"],
"path": "src/plugins/discover/public/embeddable/types.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1315,9 +1204,7 @@
"tags": [],
"label": "selectedTab",
"description": [],
- "signature": [
- "\"discover\" | \"logs-explorer\""
- ],
+ "signature": ["\"discover\" | \"logs-explorer\""],
"path": "src/plugins/discover/public/components/logs_explorer_tabs/logs_explorer_tabs.tsx",
"deprecated": false,
"trackAdoption": false
@@ -1343,9 +1230,7 @@
"tags": [],
"label": "id",
"description": [],
- "signature": [
- "\"search_bar\""
- ],
+ "signature": ["\"search_bar\""],
"path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1357,9 +1242,7 @@
"tags": [],
"label": "CustomDataViewPicker",
"description": [],
- "signature": [
- "React.ComponentType<{}> | undefined"
- ],
+ "signature": ["React.ComponentType<{}> | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1371,9 +1254,7 @@
"tags": [],
"label": "PrependFilterBar",
"description": [],
- "signature": [
- "React.ComponentType<{}> | undefined"
- ],
+ "signature": ["React.ComponentType<{}> | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1415,9 +1296,7 @@
"tags": [],
"label": "hideDataViewPicker",
"description": [],
- "signature": [
- "boolean | undefined"
- ],
+ "signature": ["boolean | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1443,9 +1322,7 @@
"tags": [],
"label": "id",
"description": [],
- "signature": [
- "\"top_nav\""
- ],
+ "signature": ["\"top_nav\""],
"path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1457,10 +1334,7 @@
"tags": [],
"label": "defaultMenu",
"description": [],
- "signature": [
- "TopNavDefaultMenu",
- " | undefined"
- ],
+ "signature": ["TopNavDefaultMenu", " | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1472,11 +1346,7 @@
"tags": [],
"label": "getMenuItems",
"description": [],
- "signature": [
- "(() => ",
- "TopNavMenuItem",
- "[]) | undefined"
- ],
+ "signature": ["(() => ", "TopNavMenuItem", "[]) | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1490,10 +1360,7 @@
"tags": [],
"label": "defaultBadges",
"description": [],
- "signature": [
- "TopNavDefaultBadges",
- " | undefined"
- ],
+ "signature": ["TopNavDefaultBadges", " | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts",
"deprecated": false,
"trackAdoption": false
@@ -1505,11 +1372,7 @@
"tags": [],
"label": "getBadges",
"description": [],
- "signature": [
- "(() => ",
- "TopNavBadge",
- "[]) | undefined"
- ],
+ "signature": ["(() => ", "TopNavBadge", "[]) | undefined"],
"path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1546,9 +1409,7 @@
"tags": [],
"label": "options",
"description": [],
- "signature": [
- "CustomizationCallbackContext"
- ],
+ "signature": ["CustomizationCallbackContext"],
"path": "src/plugins/discover/public/customizations/types.ts",
"deprecated": false,
"trackAdoption": false
@@ -1651,9 +1512,7 @@
"tags": [],
"label": "DiscoverProfileId",
"description": [],
- "signature": [
- "string"
- ],
+ "signature": ["string"],
"path": "src/plugins/discover/public/customizations/types.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1723,9 +1582,7 @@
"tags": [],
"label": "SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID",
"description": [],
- "signature": [
- "\"SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID\""
- ],
+ "signature": ["\"SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID\""],
"path": "src/plugins/discover/public/embeddable/constants.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1738,9 +1595,7 @@
"tags": [],
"label": "SEARCH_EMBEDDABLE_TYPE",
"description": [],
- "signature": [
- "\"search\""
- ],
+ "signature": ["\"search\""],
"path": "packages/kbn-discover-utils/src/constants.ts",
"deprecated": false,
"trackAdoption": false,
@@ -1841,9 +1696,7 @@
"tags": [],
"label": "showLogsExplorerTabs",
"description": [],
- "signature": [
- "() => void"
- ],
+ "signature": ["() => void"],
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": false,
"trackAdoption": false,
@@ -2443,9 +2296,7 @@
"tags": [],
"label": "id",
"description": [],
- "signature": [
- "\"DISCOVER_APP_LOCATOR\""
- ],
+ "signature": ["\"DISCOVER_APP_LOCATOR\""],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@@ -2457,9 +2308,7 @@
"tags": [],
"label": "Constructor",
"description": [],
- "signature": [
- "any"
- ],
+ "signature": ["any"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false,
@@ -2471,9 +2320,7 @@
"tags": [],
"label": "deps",
"description": [],
- "signature": [
- "DiscoverAppLocatorDependencies"
- ],
+ "signature": ["DiscoverAppLocatorDependencies"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false,
@@ -2583,9 +2430,7 @@
"tags": [],
"label": "id",
"description": [],
- "signature": [
- "\"DISCOVER_ESQL_LOCATOR\""
- ],
+ "signature": ["\"DISCOVER_ESQL_LOCATOR\""],
"path": "src/plugins/discover/common/esql_locator.ts",
"deprecated": false,
"trackAdoption": false
@@ -2597,9 +2442,7 @@
"tags": [],
"label": "Constructor",
"description": [],
- "signature": [
- "any"
- ],
+ "signature": ["any"],
"path": "src/plugins/discover/common/esql_locator.ts",
"deprecated": false,
"trackAdoption": false,
@@ -2611,9 +2454,7 @@
"tags": [],
"label": "deps",
"description": [],
- "signature": [
- "DiscoverESQLLocatorDependencies"
- ],
+ "signature": ["DiscoverESQLLocatorDependencies"],
"path": "src/plugins/discover/common/esql_locator.ts",
"deprecated": false,
"trackAdoption": false,
@@ -2629,11 +2470,7 @@
"tags": [],
"label": "getLocation",
"description": [],
- "signature": [
- "() => Promise<",
- "KibanaLocation",
- "