[Moving] Move Exploratory View folders into /x-pack/observability_solution (#177440)

## Summary

This PR is part of the initiative to consolidate Observability plugins
into `x-pack/plugins/observability_solution`.

This PR is strictly a move and an update in references.

This was discussed and agreed upon with the Observability org in the
Observability Office Hours meeting at the end of 2023.

## Related PRs:
- [ ] [Move APM ](https://github.com/elastic/kibana/pull/177433)
- [ ] [Move Data Quality](https://github.com/elastic/kibana/pull/177456)
- [ ] [Move Exploratory
View](https://github.com/elastic/kibana/pull/177440) <-- you are here
- [ ] [Move Infra](https://github.com/elastic/kibana/pull/177443)
- [X] Move Logs Explorer
- [x] [Move Observability AI
Assistant](https://github.com/elastic/kibana/pull/177427)
- [ ] [Move Observability
App](https://github.com/elastic/kibana/pull/177437)
- [ ] [Move Observability
Onboarding](https://github.com/elastic/kibana/pull/177458)
- [ ] [Move Observability
Shared](https://github.com/elastic/kibana/pull/177463)
- [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453)
- [ ] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) 
- [ ] [Move Uptime](https://github.com/elastic/kibana/pull/177466)
- [x] [Move UX](https://github.com/elastic/kibana/pull/177470)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Coen Warmer 2024-02-22 12:03:38 +01:00 committed by GitHub
parent b50f5387fc
commit c646e673ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
223 changed files with 372 additions and 759 deletions

View file

@ -742,10 +742,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [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) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" 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), [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) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" 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), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserPluginApi" section="def-common.SavedObjectsStart" text="SavedObjectsStart"/> | [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) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [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) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" 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), [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) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" 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), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserPluginApi" section="def-common.SavedObjectsStart" text="SavedObjectsStart"/> | [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) | - |

View file

@ -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<void>; 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<string | number> | undefined"
],
"signature": ["Property", ".Width<string | number> | 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",
"<object>>"
],
"signature": ["() => Promise<", "KibanaLocation", "<object>>"],
"path": "src/plugins/discover/common/esql_locator.ts",
"deprecated": false,
"trackAdoption": false,
@ -2680,12 +2517,8 @@
"type": "string",
"tags": [],
"label": "savedSearchId",
"description": [
"\nOptionally set saved search ID."
],
"signature": [
"string | undefined"
],
"description": ["\nOptionally set saved search ID."],
"signature": ["string | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -2696,12 +2529,8 @@
"type": "string",
"tags": [],
"label": "dataViewId",
"description": [
"\nOptionally set index pattern / data view ID."
],
"signature": [
"string | undefined"
],
"description": ["\nOptionally set index pattern / data view ID."],
"signature": ["string | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -2710,16 +2539,10 @@
"parentPluginId": "discover",
"id": "def-common.DiscoverAppLocatorParams.indexPatternId",
"type": "string",
"tags": [
"deprecated"
],
"tags": ["deprecated"],
"label": "indexPatternId",
"description": [
"\nDuplication of dataViewId"
],
"signature": [
"string | undefined"
],
"description": ["\nDuplication of dataViewId"],
"signature": ["string | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": true,
"trackAdoption": false,
@ -2734,7 +2557,7 @@
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx"
},
{
"plugin": "fleet",
@ -2797,9 +2620,7 @@
"type": "Object",
"tags": [],
"label": "timeRange",
"description": [
"\nOptionally set the time range in the time picker."
],
"description": ["\nOptionally set the time range in the time picker."],
"signature": [
{
"pluginId": "@kbn/es-query",
@ -2820,9 +2641,7 @@
"type": "CompoundType",
"tags": [],
"label": "refreshInterval",
"description": [
"\nOptionally set the refresh interval."
],
"description": ["\nOptionally set the refresh interval."],
"signature": [
"(",
{
@ -2852,9 +2671,7 @@
"type": "Array",
"tags": [],
"label": "filters",
"description": [
"\nOptionally apply filters."
],
"description": ["\nOptionally apply filters."],
"signature": [
{
"pluginId": "@kbn/es-query",
@ -2875,9 +2692,7 @@
"type": "CompoundType",
"tags": [],
"label": "query",
"description": [
"\nOptionally set a query."
],
"description": ["\nOptionally set a query."],
"signature": [
{
"pluginId": "@kbn/es-query",
@ -2909,9 +2724,7 @@
"description": [
"\nIf not given, will use the uiSettings configuration for `storeInSessionStorage`. useHash determines\nwhether to hash the data in the url to avoid url length issues."
],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -2922,12 +2735,8 @@
"type": "string",
"tags": [],
"label": "searchSessionId",
"description": [
"\nBackground search session id"
],
"signature": [
"string | undefined"
],
"description": ["\nBackground search session id"],
"signature": ["string | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -2938,12 +2747,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/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -2954,9 +2759,7 @@
"type": "Object",
"tags": [],
"label": "grid",
"description": [
"\nData Grid related state"
],
"description": ["\nData Grid related state"],
"signature": [
{
"pluginId": "savedSearch",
@ -2977,12 +2780,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/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -2993,12 +2792,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/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3009,12 +2804,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/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3025,13 +2816,8 @@
"type": "CompoundType",
"tags": [],
"label": "viewMode",
"description": [
"\nTable view: Documents vs Field Statistics"
],
"signature": [
"VIEW_MODE",
" | undefined"
],
"description": ["\nTable view: Documents vs Field Statistics"],
"signature": ["VIEW_MODE", " | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3045,9 +2831,7 @@
"description": [
"\nHide mini distribution/preview charts when in Field Statistics mode"
],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3058,12 +2842,8 @@
"type": "string",
"tags": [],
"label": "breakdownField",
"description": [
"\nBreakdown field"
],
"signature": [
"string | undefined"
],
"description": ["\nBreakdown field"],
"signature": ["string | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3074,12 +2854,8 @@
"type": "CompoundType",
"tags": [],
"label": "isAlertResults",
"description": [
"\nUsed when navigating to particular alert results"
],
"signature": [
"boolean | undefined"
],
"description": ["\nUsed when navigating to particular alert results"],
"signature": ["boolean | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3090,12 +2866,8 @@
"type": "string",
"tags": [],
"label": "profile",
"description": [
"\nThe Discover profile to use"
],
"signature": [
"string | undefined"
],
"description": ["\nThe Discover profile to use"],
"signature": ["string | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3144,9 +2916,7 @@
"tags": [],
"label": "isAlertResults",
"description": [],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false
@ -3164,9 +2934,7 @@
"tags": [],
"label": "APP_ICON",
"description": [],
"signature": [
"\"discoverApp\""
],
"signature": ["\"discoverApp\""],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
@ -3179,9 +2947,7 @@
"tags": [],
"label": "DISCOVER_APP_LOCATOR",
"description": [],
"signature": [
"\"DISCOVER_APP_LOCATOR\""
],
"signature": ["\"DISCOVER_APP_LOCATOR\""],
"path": "src/plugins/discover/common/app_locator.ts",
"deprecated": false,
"trackAdoption": false,
@ -3275,9 +3041,7 @@
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"discover\""
],
"signature": ["\"discover\""],
"path": "src/plugins/discover/common/index.ts",
"deprecated": false,
"trackAdoption": false,
@ -3286,4 +3050,4 @@
],
"objects": []
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -24,9 +24,7 @@
"parentPluginId": "@kbn/core-saved-objects-browser",
"id": "def-common.SavedObjectsStart",
"type": "Interface",
"tags": [
"deprecated"
],
"tags": ["deprecated"],
"label": "SavedObjectsStart",
"description": [],
"path": "packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts",
@ -71,11 +69,11 @@
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/application/types.ts"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts"
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/application/types.ts"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts"
},
{
"plugin": "transform",
@ -105,9 +103,7 @@
"type": "Object",
"tags": [],
"label": "client",
"description": [
"{@link SavedObjectsClientContract}"
],
"description": ["{@link SavedObjectsClientContract}"],
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-browser",
@ -129,4 +125,4 @@
"misc": [],
"objects": []
}
}
}

View file

@ -1195,15 +1195,15 @@
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx"
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx"
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx"
},
{
"plugin": "fleet",
@ -2746,11 +2746,11 @@
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx"
},
{
"plugin": "exploratoryView",
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx"
"path": "x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx"
},
{
"plugin": "fleet",