[Moving] Move APM and APM_Data_Access folders into /x-pack/observability_solution/ (#177433)

## Summary

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

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) <-- you
are here
- [x] [Move Data Quality](https://github.com/elastic/kibana/pull/177456)
- [x] [Move Exploratory
View](https://github.com/elastic/kibana/pull/177440)
- [ ] [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)
- [x] [Move Observability
Onboarding](https://github.com/elastic/kibana/pull/177458)
- [x] [Move Observability
Shared](https://github.com/elastic/kibana/pull/177463)
- [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453)
- [x] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) 
- [x] [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-23 17:56:21 +01:00 committed by GitHub
parent a60617e9f1
commit d738c2cf2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1852 changed files with 470 additions and 826 deletions

File diff suppressed because one or more lines are too long

View file

@ -24,7 +24,7 @@
"signature": [
"{ readonly indices: Readonly<{} & { error: string; transaction: string; span: string; metric: string; onboarding: string; sourcemap: string; }>; }"
],
"path": "x-pack/plugins/apm_data_access/server/index.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -39,7 +39,7 @@
"signature": [
"{ readonly error: string; readonly transaction: string; readonly span: string; readonly metric: string; readonly onboarding: string; readonly sourcemap: string; }"
],
"path": "x-pack/plugins/apm_data_access/server/index.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -53,7 +53,7 @@
"tags": [],
"label": "ApmDataAccessPluginSetup",
"description": [],
"path": "x-pack/plugins/apm_data_access/server/types.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -67,7 +67,7 @@
"signature": [
"{ readonly error: string; readonly transaction: string; readonly span: string; readonly metric: string; readonly onboarding: string; readonly sourcemap: string; }"
],
"path": "x-pack/plugins/apm_data_access/server/types.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -89,7 +89,7 @@
},
") => Promise<Readonly<{} & { error: string; transaction: string; span: string; metric: string; onboarding: string; sourcemap: string; }>>"
],
"path": "x-pack/plugins/apm_data_access/server/types.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -109,7 +109,7 @@
"text": "SavedObjectsClientContract"
}
],
"path": "x-pack/plugins/apm_data_access/server/types.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
@ -128,7 +128,7 @@
"tags": [],
"label": "ApmDataAccessPluginStart",
"description": [],
"path": "x-pack/plugins/apm_data_access/server/types.ts",
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
@ -149,10 +149,8 @@
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"apmDataAccess\""
],
"path": "x-pack/plugins/apm_data_access/common/index.ts",
"signature": ["\"apmDataAccess\""],
"path": "x-pack/plugins/observability_solution/apm_data_access/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -164,10 +162,8 @@
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"apmDataAccess\""
],
"path": "x-pack/plugins/apm_data_access/common/index.ts",
"signature": ["\"apmDataAccess\""],
"path": "x-pack/plugins/observability_solution/apm_data_access/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -175,4 +171,4 @@
],
"objects": []
}
}
}

View file

@ -426,12 +426,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/application/index.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - |
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/application/index.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - |
@ -439,7 +439,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | [apm_indices.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | [apm_indices.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - |

View file

@ -11,65 +11,52 @@ date: 2024-02-23
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
## @elastic/appex-sharedux
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| kibanaOverview | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| savedObjectsTaggingOss | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| kibanaOverview | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| savedObjectsTaggingOss | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
## @elastic/fleet
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| fleet | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 |
| fleet | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 |
| fleet | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------ | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| fleet | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 |
| fleet | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 |
| fleet | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
## @elastic/kibana-core
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| @kbn/core-application-browser-internal | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 |
| @kbn/core | <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-common.AsyncPlugin" text="AsyncPlugin"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| @kbn/core-application-browser-internal | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 |
| @kbn/core | <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-common.AsyncPlugin" text="AsyncPlugin"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 |
## @elastic/kibana-data-discovery
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| discover | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| -------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| discover | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
## @elastic/kibana-gis
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/plugin.ts#:~:text=refresh) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | --------- |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/maps_ems/server/plugin.ts#:~:text=refresh) | 8.8.0 |
## @elastic/kibana-presentation
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| dashboard | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
## @elastic/kibana-security
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| security | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0
| Plugin | Deprecated API | Reference location(s) | Remove By |
| -------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| security | <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0 |
This is relied on by the reporting feature, and should be removed once reporting
migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 |
@ -85,84 +72,66 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| security | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 |
| security | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |
## @elastic/kibana-visualizations
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| graph | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| graph | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------ | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| graph | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 |
| graph | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 |
## @elastic/logstash
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| logstash | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| -------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------- |
| logstash | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 |
## @elastic/ml-ui
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| ml | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| ml | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------ | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| ml | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| ml | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 |
## @elastic/obs-ux-infra_services-team
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| apm | <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24), [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------ | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| apm | <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24), [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/profiling/public/components/contexts/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
| apm | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
## @elastic/obs-ux-management-team
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| observability | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | --------- |
| observability | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/plugin.ts#:~:text=license%24) | 8.8.0 |
## @elastic/platform-deployment-management
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| management | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| licenseManagement | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| indexLifecycleManagement | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24), [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| management | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| licenseManagement | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| indexLifecycleManagement | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24), [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 |
## @elastic/response-ops
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| alerting | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| alerting | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| -------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| alerting | <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 |
| alerting | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 |
## @elastic/security-defend-workflows
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| osquery | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| osquery | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 |
## @elastic/security-solution
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24) | 8.8.0 |
| Plugin | Deprecated API | Reference location(s) | Remove By |
| ---------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 |
| securitySolution | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24) | 8.8.0 |

View file

@ -107,9 +107,7 @@
"parentPluginId": "home",
"id": "def-public.FeatureCatalogueRegistry.get",
"type": "Function",
"tags": [
"deprecated"
],
"tags": ["deprecated"],
"label": "get",
"description": [],
"signature": [
@ -219,9 +217,7 @@
"tags": [],
"label": "removeFeature",
"description": [],
"signature": [
"(appId: string) => void"
],
"signature": ["(appId: string) => void"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false,
@ -233,9 +229,7 @@
"tags": [],
"label": "appId",
"description": [],
"signature": [
"string"
],
"signature": ["string"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false,
@ -253,14 +247,9 @@
"parentPluginId": "home",
"id": "def-public.getDisplayText",
"type": "Function",
"tags": [
"params",
"return"
],
"tags": ["params", "return"],
"label": "getDisplayText",
"description": [
"\nConvert instruction variant id into display text.\n"
],
"description": ["\nConvert instruction variant id into display text.\n"],
"signature": [
"(id: \"ESC\" | \"OSX\" | \"DEB\" | \"RPM\" | \"DOCKER\" | \"WINDOWS\" | \"NODE\" | \"DJANGO\" | \"FLASK\" | \"RAILS\" | \"RACK\" | \"JS\" | \"GO\" | \"JAVA\" | \"DOTNET\" | \"LINUX\" | \"PHP\" | \"FLEET\" | \"OPEN_TELEMETRY\" | \"OTHER_LINUX\") => string"
],
@ -284,9 +273,7 @@
"isRequired": true
}
],
"returnComment": [
"display name"
],
"returnComment": ["display name"],
"initialIsOpen": false
}
],
@ -331,9 +318,7 @@
"tags": [],
"label": "component",
"description": [],
"signature": [
"React.FunctionComponent<{}>"
],
"signature": ["React.FunctionComponent<{}>"],
"path": "src/plugins/home/public/services/add_data/add_data_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -346,9 +331,7 @@
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"signature": ["P & { children?: React.ReactNode; }"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@ -360,9 +343,7 @@
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"signature": ["any"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@ -389,9 +370,7 @@
"type": "boolean",
"tags": [],
"label": "cloud",
"description": [
"\nFlag whether the home app should advertise cloud features"
],
"description": ["\nFlag whether the home app should advertise cloud features"],
"path": "src/plugins/home/public/services/environment/environment.ts",
"deprecated": false,
"trackAdoption": false
@ -402,9 +381,7 @@
"type": "boolean",
"tags": [],
"label": "apmUi",
"description": [
"\nFlag whether the home app should advertise apm features"
],
"description": ["\nFlag whether the home app should advertise apm features"],
"path": "src/plugins/home/public/services/environment/environment.ts",
"deprecated": false,
"trackAdoption": false
@ -415,9 +392,7 @@
"type": "boolean",
"tags": [],
"label": "ml",
"description": [
"\nFlag whether the home app should advertise ml features"
],
"description": ["\nFlag whether the home app should advertise ml features"],
"path": "src/plugins/home/public/services/environment/environment.ts",
"deprecated": false,
"trackAdoption": false
@ -442,9 +417,7 @@
"type": "string",
"tags": [],
"label": "id",
"description": [
"Unique string identifier for this feature."
],
"description": ["Unique string identifier for this feature."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -455,9 +428,7 @@
"type": "string",
"tags": [],
"label": "title",
"description": [
"Title of feature displayed to the user."
],
"description": ["Title of feature displayed to the user."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -468,12 +439,8 @@
"type": "CompoundType",
"tags": [],
"label": "category",
"description": [
"{@link FeatureCatalogueCategory} to display this feature in."
],
"signature": [
"\"data\" | \"other\" | \"admin\""
],
"description": ["{@link FeatureCatalogueCategory} to display this feature in."],
"signature": ["\"data\" | \"other\" | \"admin\""],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -484,12 +451,8 @@
"type": "string",
"tags": [],
"label": "subtitle",
"description": [
"A tagline of feature displayed to the user."
],
"signature": [
"string | undefined"
],
"description": ["A tagline of feature displayed to the user."],
"signature": ["string | undefined"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -500,9 +463,7 @@
"type": "string",
"tags": [],
"label": "description",
"description": [
"One-line description of feature displayed to the user."
],
"description": ["One-line description of feature displayed to the user."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -516,9 +477,7 @@
"description": [
"EUI `IconType` for icon to be displayed to the user. EUI supports any known EUI icon, SVG URL, or ReactElement."
],
"signature": [
"string | React.ComponentType<{}>"
],
"signature": ["string | React.ComponentType<{}>"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -529,9 +488,7 @@
"type": "string",
"tags": [],
"label": "path",
"description": [
"URL path to link to this future. Should not include the basePath."
],
"description": ["URL path to link to this future. Should not include the basePath."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -558,9 +515,7 @@
"description": [
"An ordinal used to sort features relative to one another for display on the home page"
],
"signature": [
"number | undefined"
],
"signature": ["number | undefined"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -571,12 +526,8 @@
"type": "Function",
"tags": [],
"label": "visible",
"description": [
"Optional function to control visibility of this feature."
],
"signature": [
"(() => boolean) | undefined"
],
"description": ["Optional function to control visibility of this feature."],
"signature": ["(() => boolean) | undefined"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false,
@ -589,12 +540,8 @@
"type": "string",
"tags": [],
"label": "solutionId",
"description": [
"Unique string identifier of the solution this feature belongs to"
],
"signature": [
"string | undefined"
],
"description": ["Unique string identifier of the solution this feature belongs to"],
"signature": ["string | undefined"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -619,9 +566,7 @@
"type": "string",
"tags": [],
"label": "id",
"description": [
"Unique string identifier for this solution."
],
"description": ["Unique string identifier for this solution."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -632,9 +577,7 @@
"type": "string",
"tags": [],
"label": "title",
"description": [
"Title of solution displayed to the user."
],
"description": ["Title of solution displayed to the user."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -645,9 +588,7 @@
"type": "string",
"tags": [],
"label": "description",
"description": [
"One-line description of the solution displayed to the user."
],
"description": ["One-line description of the solution displayed to the user."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -661,9 +602,7 @@
"description": [
"EUI `IconType` for icon to be displayed to the user. EUI supports any known EUI icon, SVG URL, or ReactElement."
],
"signature": [
"string | React.ComponentType<{}>"
],
"signature": ["string | React.ComponentType<{}>"],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -674,9 +613,7 @@
"type": "string",
"tags": [],
"label": "path",
"description": [
"URL path to link to this future. Should not include the basePath."
],
"description": ["URL path to link to this future. Should not include the basePath."],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false
@ -700,9 +637,7 @@
"type": "Function",
"tags": [],
"label": "isVisible",
"description": [
"Optional function to control visibility of this solution."
],
"description": ["Optional function to control visibility of this solution."],
"signature": [
"((capabilities: ",
{
@ -765,9 +700,7 @@
"description": [
"\nRegister listeners to be called when the Welcome component is mounted.\nIt can be called multiple times to register multiple listeners."
],
"signature": [
"(onRendered: () => void) => void"
],
"signature": ["(onRendered: () => void) => void"],
"path": "src/plugins/home/public/services/welcome/welcome_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -779,9 +712,7 @@
"tags": [],
"label": "onRendered",
"description": [],
"signature": [
"() => void"
],
"signature": ["() => void"],
"path": "src/plugins/home/public/services/welcome/welcome_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -874,9 +805,7 @@
"tags": [],
"label": "FeatureCatalogueCategory",
"description": [],
"signature": [
"\"data\" | \"other\" | \"admin\""
],
"signature": ["\"data\" | \"other\" | \"admin\""],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false,
"trackAdoption": false,
@ -920,9 +849,7 @@
"tags": [],
"label": "TutorialDirectoryHeaderLinkComponent",
"description": [],
"signature": [
"React.FunctionComponent<{}>"
],
"signature": ["React.FunctionComponent<{}>"],
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -935,9 +862,7 @@
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"signature": ["P & { children?: React.ReactNode; }"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@ -949,9 +874,7 @@
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"signature": ["any"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@ -966,9 +889,7 @@
"tags": [],
"label": "TutorialModuleNoticeComponent",
"description": [],
"signature": [
"React.FunctionComponent<{ moduleName: string; }>"
],
"signature": ["React.FunctionComponent<{ moduleName: string; }>"],
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -981,9 +902,7 @@
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"signature": ["P & { children?: React.ReactNode; }"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@ -995,9 +914,7 @@
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"signature": ["any"],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
@ -1043,9 +960,7 @@
"tags": [],
"label": "TutorialVariables",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"signature": ["{ [x: string]: unknown; }"],
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -1058,9 +973,7 @@
"tags": [],
"label": "WelcomeRenderTelemetryNotice",
"description": [],
"signature": [
"() => JSX.Element | null"
],
"signature": ["() => JSX.Element | null"],
"path": "src/plugins/home/public/services/welcome/welcome_service.ts",
"deprecated": false,
"trackAdoption": false,
@ -1422,9 +1335,7 @@
"parentPluginId": "home",
"id": "def-public.HomePublicPluginSetup.environment",
"type": "Object",
"tags": [
"deprecated"
],
"tags": ["deprecated"],
"label": "environment",
"description": [
"\nThe environment service is only available for a transition period and will\nbe replaced by display specific extension points."
@ -1447,7 +1358,7 @@
"references": [
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/plugin.ts"
"path": "x-pack/plugins/observability_solution/apm/public/plugin.ts"
}
]
}
@ -1540,9 +1451,7 @@
"description": [
"\nFunction that returns the path for this app link. Note that the `objectId` can be different than the given `sampleObject.id`, depending\non how the sample data was installed. If the `sampleObject` is null, the `objectId` argument will be an empty string."
],
"signature": [
"(objectId: string) => string"
],
"signature": ["(objectId: string) => string"],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1554,9 +1463,7 @@
"tags": [],
"label": "objectId",
"description": [],
"signature": [
"string"
],
"signature": ["string"],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1571,9 +1478,7 @@
"type": "string",
"tags": [],
"label": "label",
"description": [
"\nThe label for this app link."
],
"description": ["\nThe label for this app link."],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1584,9 +1489,7 @@
"type": "string",
"tags": [],
"label": "icon",
"description": [
"\nThe icon for this app link."
],
"description": ["\nThe icon for this app link."],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1600,9 +1503,7 @@
"description": [
"\nIndex of the links (ascending order, smallest will be displayed first).\nUsed for ordering in the dropdown.\n"
],
"signature": [
"number | undefined"
],
"signature": ["number | undefined"],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1692,9 +1593,7 @@
"tags": [],
"label": "embeddableConfig",
"description": [],
"signature": [
"object"
],
"signature": ["object"],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1708,9 +1607,7 @@
"type": "Interface",
"tags": [],
"label": "SampleObject",
"description": [
"This type is used to identify an object in a sample dataset."
],
"description": ["This type is used to identify an object in a sample dataset."],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1721,9 +1618,7 @@
"type": "string",
"tags": [],
"label": "type",
"description": [
"The type of the sample object."
],
"description": ["The type of the sample object."],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1734,9 +1629,7 @@
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the sample object."
],
"description": ["The ID of the sample object."],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1793,9 +1686,7 @@
"tags": [],
"label": "[key: string]: unknown",
"description": [],
"signature": [
"[key: string]: unknown"
],
"signature": ["[key: string]: unknown"],
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1955,9 +1846,7 @@
"tags": [],
"label": "context",
"description": [],
"signature": [
"SampleDatasetProviderContext"
],
"signature": ["SampleDatasetProviderContext"],
"path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -1972,9 +1861,7 @@
"tags": [],
"label": "ScopedTutorialContextFactory",
"description": [],
"signature": [
"(...args: any[]) => any"
],
"signature": ["(...args: any[]) => any"],
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1987,9 +1874,7 @@
"tags": [],
"label": "args",
"description": [],
"signature": [
"any[]"
],
"signature": ["any[]"],
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",
"deprecated": false,
"trackAdoption": false
@ -2412,9 +2297,7 @@
"tags": [],
"label": "tutorials",
"description": [],
"signature": [
"{}"
],
"signature": ["{}"],
"path": "src/plugins/home/server/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -2426,9 +2309,7 @@
"tags": [],
"label": "sampleData",
"description": [],
"signature": [
"{}"
],
"signature": ["{}"],
"path": "src/plugins/home/server/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -2446,4 +2327,4 @@
"misc": [],
"objects": []
}
}
}

View file

@ -25,9 +25,7 @@
"type": "Function",
"tags": [],
"label": "createAnalytics",
"description": [
"\nCreates an {@link AnalyticsClient}."
],
"description": ["\nCreates an {@link AnalyticsClient}."],
"signature": [
"(initContext: ",
{
@ -85,9 +83,7 @@
"type": "Interface",
"tags": [],
"label": "AnalyticsClientInitContext",
"description": [
"\nGeneral settings of the analytics client"
],
"description": ["\nGeneral settings of the analytics client"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -98,9 +94,7 @@
"type": "boolean",
"tags": [],
"label": "isDev",
"description": [
"\nBoolean indicating if it's running in developer mode."
],
"description": ["\nBoolean indicating if it's running in developer mode."],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -114,9 +108,7 @@
"description": [
"\nSpecify if the shippers should send their data to the production or staging environments."
],
"signature": [
"\"production\" | \"staging\""
],
"signature": ["\"production\" | \"staging\""],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -127,9 +119,7 @@
"type": "Object",
"tags": [],
"label": "logger",
"description": [
"\nApplication-provided logger."
],
"description": ["\nApplication-provided logger."],
"signature": [
{
"pluginId": "@kbn/logging",
@ -152,9 +142,7 @@
"type": "Interface",
"tags": [],
"label": "ContextProviderOpts",
"description": [
"\nDefinition of a context provider"
],
"description": ["\nDefinition of a context provider"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -175,9 +163,7 @@
"type": "string",
"tags": [],
"label": "name",
"description": [
"\nThe name of the provider."
],
"description": ["\nThe name of the provider."],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -188,13 +174,8 @@
"type": "Object",
"tags": [],
"label": "context$",
"description": [
"\nObservable that emits the custom context."
],
"signature": [
"Observable",
"<Context>"
],
"description": ["\nObservable that emits the custom context."],
"signature": ["Observable", "<Context>"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -232,9 +213,7 @@
"type": "Interface",
"tags": [],
"label": "Event",
"description": [
"\nDefinition of the full event structure"
],
"description": ["\nDefinition of the full event structure"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -255,9 +234,7 @@
"type": "string",
"tags": [],
"label": "timestamp",
"description": [
"\nThe time the event was generated in ISO format."
],
"description": ["\nThe time the event was generated in ISO format."],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -268,9 +245,7 @@
"type": "string",
"tags": [],
"label": "event_type",
"description": [
"\nThe event type."
],
"description": ["\nThe event type."],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -281,12 +256,8 @@
"type": "Uncategorized",
"tags": [],
"label": "properties",
"description": [
"\nThe specific properties of the event type."
],
"signature": [
"Properties"
],
"description": ["\nThe specific properties of the event type."],
"signature": ["Properties"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -297,9 +268,7 @@
"type": "Object",
"tags": [],
"label": "context",
"description": [
"\nThe {@link EventContext} enriched during the processing pipeline."
],
"description": ["\nThe {@link EventContext} enriched during the processing pipeline."],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -335,12 +304,8 @@
"type": "string",
"tags": [],
"label": "cluster_uuid",
"description": [
"\nThe UUID of the cluster"
],
"signature": [
"string | undefined"
],
"description": ["\nThe UUID of the cluster"],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -351,12 +316,8 @@
"type": "string",
"tags": [],
"label": "cluster_name",
"description": [
"\nThe name of the cluster."
],
"signature": [
"string | undefined"
],
"description": ["\nThe name of the cluster."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -367,12 +328,8 @@
"type": "string",
"tags": [],
"label": "license_id",
"description": [
"\nThe license ID."
],
"signature": [
"string | undefined"
],
"description": ["\nThe license ID."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -383,12 +340,8 @@
"type": "string",
"tags": [],
"label": "userId",
"description": [
"\nThe unique user ID."
],
"signature": [
"string | undefined"
],
"description": ["\nThe unique user ID."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -399,12 +352,8 @@
"type": "string",
"tags": [],
"label": "cloudId",
"description": [
"\nThe Cloud ID."
],
"signature": [
"string | undefined"
],
"description": ["\nThe Cloud ID."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -418,9 +367,7 @@
"description": [
"\n`true` if the user is logged in via the Elastic Cloud authentication provider."
],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -431,12 +378,8 @@
"type": "string",
"tags": [],
"label": "version",
"description": [
"\nThe product's version."
],
"signature": [
"string | undefined"
],
"description": ["\nThe product's version."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -447,12 +390,8 @@
"type": "string",
"tags": [],
"label": "pageName",
"description": [
"\nThe name of the current page."
],
"signature": [
"string | undefined"
],
"description": ["\nThe name of the current page."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -463,12 +402,8 @@
"type": "string",
"tags": [],
"label": "applicationId",
"description": [
"\nThe current application ID."
],
"signature": [
"string | undefined"
],
"description": ["\nThe current application ID."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -479,12 +414,8 @@
"type": "string",
"tags": [],
"label": "entityId",
"description": [
"\nThe current entity ID (dashboard ID, visualization ID, etc.)."
],
"signature": [
"string | undefined"
],
"description": ["\nThe current entity ID (dashboard ID, visualization ID, etc.)."],
"signature": ["string | undefined"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -495,12 +426,8 @@
"type": "IndexSignature",
"tags": [],
"label": "[key: string]: unknown",
"description": [
"\nAdditional keys are allowed."
],
"signature": [
"[key: string]: unknown"
],
"description": ["\nAdditional keys are allowed."],
"signature": ["[key: string]: unknown"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -514,9 +441,7 @@
"type": "Interface",
"tags": [],
"label": "EventTypeOpts",
"description": [
"\nDefinition of an Event Type."
],
"description": ["\nDefinition of an Event Type."],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -537,9 +462,7 @@
"type": "string",
"tags": [],
"label": "eventType",
"description": [
"\nThe event type's unique name."
],
"description": ["\nThe event type's unique name."],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -577,9 +500,7 @@
"type": "Interface",
"tags": [],
"label": "IAnalyticsClient",
"description": [
"\nAnalytics client's public APIs"
],
"description": ["\nAnalytics client's public APIs"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -588,13 +509,9 @@
"parentPluginId": "@kbn/analytics-client",
"id": "def-common.IAnalyticsClient.reportEvent",
"type": "Function",
"tags": [
"track-adoption"
],
"tags": ["track-adoption"],
"label": "reportEvent",
"description": [
"\nReports a telemetry event."
],
"description": ["\nReports a telemetry event."],
"signature": [
"<EventTypeData extends object>(eventType: string, eventData: EventTypeData) => void"
],
@ -740,7 +657,7 @@
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/services/telemetry/telemetry_client.ts"
"path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts"
},
{
"plugin": "elasticAssistant",
@ -988,11 +905,11 @@
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/services/telemetry/telemetry_service.test.ts"
"path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/services/telemetry/telemetry_service.test.ts"
"path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts"
},
{
"plugin": "infra",
@ -1138,12 +1055,8 @@
"type": "string",
"tags": [],
"label": "eventType",
"description": [
"The event type registered via the `registerEventType` API."
],
"signature": [
"string"
],
"description": ["The event type registered via the `registerEventType` API."],
"signature": ["string"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1158,9 +1071,7 @@
"description": [
"The properties matching the schema declared in the `registerEventType` API."
],
"signature": [
"EventTypeData"
],
"signature": ["EventTypeData"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1199,9 +1110,7 @@
"type": "Object",
"tags": [],
"label": "eventTypeOps",
"description": [
"The definition of the event type {@link EventTypeOpts }."
],
"description": ["The definition of the event type {@link EventTypeOpts }."],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -1266,9 +1175,7 @@
"type": "Object",
"tags": [],
"label": "Shipper",
"description": [
"The {@link IShipper } class to instantiate the shipper."
],
"description": ["The {@link IShipper } class to instantiate the shipper."],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -1290,12 +1197,8 @@
"type": "Uncategorized",
"tags": [],
"label": "shipperConfig",
"description": [
"The config specific to the Shipper to instantiate."
],
"signature": [
"ShipperConfig"
],
"description": ["The config specific to the Shipper to instantiate."],
"signature": ["ShipperConfig"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1358,9 +1261,7 @@
"type": "Object",
"tags": [],
"label": "optInConfig",
"description": [
"{@link OptInConfig }"
],
"description": ["{@link OptInConfig }"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -1382,13 +1283,9 @@
"parentPluginId": "@kbn/analytics-client",
"id": "def-common.IAnalyticsClient.registerContextProvider",
"type": "Function",
"tags": [
"track-adoption"
],
"tags": ["track-adoption"],
"label": "registerContextProvider",
"description": [
"\nRegisters the context provider to enrich any reported events."
],
"description": ["\nRegisters the context provider to enrich any reported events."],
"signature": [
"<Context>(contextProviderOpts: ",
{
@ -1668,9 +1565,7 @@
"type": "Object",
"tags": [],
"label": "contextProviderOpts",
"description": [
"{@link ContextProviderOpts }"
],
"description": ["{@link ContextProviderOpts }"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -1698,9 +1593,7 @@
"description": [
"\nRemoves the context provider and stop enriching the events from its context."
],
"signature": [
"(contextProviderName: string) => void"
],
"signature": ["(contextProviderName: string) => void"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1711,12 +1604,8 @@
"type": "string",
"tags": [],
"label": "contextProviderName",
"description": [
"The name of the context provider to remove."
],
"signature": [
"string"
],
"description": ["The name of the context provider to remove."],
"signature": ["string"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1731,9 +1620,7 @@
"type": "Object",
"tags": [],
"label": "telemetryCounter$",
"description": [
"\nObservable to emit the stats of the processed events."
],
"description": ["\nObservable to emit the stats of the processed events."],
"signature": [
"Observable",
"<",
@ -1759,9 +1646,7 @@
"description": [
"\nForces all shippers to send all their enqueued events and fulfills the returned promise."
],
"signature": [
"() => Promise<void>"
],
"signature": ["() => Promise<void>"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1774,12 +1659,8 @@
"type": "Function",
"tags": [],
"label": "shutdown",
"description": [
"\nStops the client. Flushing any pending events in the process."
],
"signature": [
"() => Promise<void>"
],
"description": ["\nStops the client. Flushing any pending events in the process."],
"signature": ["() => Promise<void>"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1795,9 +1676,7 @@
"type": "Interface",
"tags": [],
"label": "IShipper",
"description": [
"\nBasic structure of a Shipper"
],
"description": ["\nBasic structure of a Shipper"],
"path": "packages/analytics/client/src/shippers/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1808,9 +1687,7 @@
"type": "Function",
"tags": [],
"label": "reportEvents",
"description": [
"\nAdapts and ships the event to the persisting/analytics solution."
],
"description": ["\nAdapts and ships the event to the persisting/analytics solution."],
"signature": [
"(events: ",
{
@ -1832,9 +1709,7 @@
"type": "Array",
"tags": [],
"label": "events",
"description": [
"batched events {@link Event }"
],
"description": ["batched events {@link Event }"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -1862,9 +1737,7 @@
"description": [
"\nStops/restarts the shipping mechanism based on the value of isOptedIn"
],
"signature": [
"(isOptedIn: boolean) => void"
],
"signature": ["(isOptedIn: boolean) => void"],
"path": "packages/analytics/client/src/shippers/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1875,12 +1748,8 @@
"type": "boolean",
"tags": [],
"label": "isOptedIn",
"description": [
"`true` for resume sending events. `false` to stop."
],
"signature": [
"boolean"
],
"description": ["`true` for resume sending events. `false` to stop."],
"signature": ["boolean"],
"path": "packages/analytics/client/src/shippers/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1919,9 +1788,7 @@
"type": "Object",
"tags": [],
"label": "newContext",
"description": [
"The full new context to set {@link EventContext }"
],
"description": ["The full new context to set {@link EventContext }"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -1945,9 +1812,7 @@
"type": "Object",
"tags": [],
"label": "telemetryCounter$",
"description": [
"\nObservable to emit the stats of the processed events."
],
"description": ["\nObservable to emit the stats of the processed events."],
"signature": [
"Observable",
"<",
@ -1970,12 +1835,8 @@
"type": "Function",
"tags": [],
"label": "flush",
"description": [
"\nSends all the enqueued events and fulfills the returned promise."
],
"signature": [
"() => Promise<void>"
],
"description": ["\nSends all the enqueued events and fulfills the returned promise."],
"signature": ["() => Promise<void>"],
"path": "packages/analytics/client/src/shippers/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -1988,12 +1849,8 @@
"type": "Function",
"tags": [],
"label": "shutdown",
"description": [
"\nShutdown the shipper."
],
"signature": [
"() => void"
],
"description": ["\nShutdown the shipper."],
"signature": ["() => void"],
"path": "packages/analytics/client/src/shippers/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2009,9 +1866,7 @@
"type": "Interface",
"tags": [],
"label": "OptInConfig",
"description": [
"\n"
],
"description": ["\n"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2084,9 +1939,7 @@
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [
"\nThe event type is globally enabled."
],
"description": ["\nThe event type is globally enabled."],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -2100,9 +1953,7 @@
"description": [
"\nControls if an event type should be disabled for a specific type of shipper."
],
"signature": [
"Record<string, boolean | undefined> | undefined"
],
"signature": ["Record<string, boolean | undefined> | undefined"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -2116,9 +1967,7 @@
"type": "Interface",
"tags": [],
"label": "RegisterShipperOpts",
"description": [
"\nOptional options to register a shipper"
],
"description": ["\nOptional options to register a shipper"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2131,9 +1980,7 @@
"type": "Interface",
"tags": [],
"label": "SchemaArray",
"description": [
"\nSchema to represent an array"
],
"description": ["\nSchema to represent an array"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -2162,12 +2009,8 @@
"type": "string",
"tags": [],
"label": "type",
"description": [
"The type must be an array"
],
"signature": [
"\"array\""
],
"description": ["The type must be an array"],
"signature": ["\"array\""],
"path": "packages/analytics/client/src/schema/types.ts",
"deprecated": false,
"trackAdoption": false
@ -2261,9 +2104,7 @@
"type": "Interface",
"tags": [],
"label": "SchemaChildValue",
"description": [
"\nSchema to define a primitive value"
],
"description": ["\nSchema to define a primitive value"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -2284,9 +2125,7 @@
"type": "Uncategorized",
"tags": [],
"label": "type",
"description": [
"The type of the value"
],
"description": ["The type of the value"],
"signature": [
"NonNullable<Value> extends string | Date ? ",
{
@ -2323,9 +2162,7 @@
"type": "CompoundType",
"tags": [],
"label": "_meta",
"description": [
"Meta properties of the value: description and is optional"
],
"description": ["Meta properties of the value: description and is optional"],
"signature": [
"{ description: string; } & ",
{
@ -2350,9 +2187,7 @@
"type": "Interface",
"tags": [],
"label": "SchemaMeta",
"description": [
"\nSchema meta with optional description"
],
"description": ["\nSchema meta with optional description"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -2373,9 +2208,7 @@
"type": "CompoundType",
"tags": [],
"label": "_meta",
"description": [
"Meta properties of the pass through: description and is optional"
],
"description": ["Meta properties of the pass through: description and is optional"],
"signature": [
"({ description?: string | undefined; } & ",
{
@ -2400,9 +2233,7 @@
"type": "Interface",
"tags": [],
"label": "SchemaObject",
"description": [
"\nSchema to represent an object"
],
"description": ["\nSchema to represent an object"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -2458,9 +2289,7 @@
"type": "Interface",
"tags": [],
"label": "ShipperClassConstructor",
"description": [
"\nConstructor of a {@link IShipper}"
],
"description": ["\nConstructor of a {@link IShipper}"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -2481,9 +2310,7 @@
"type": "string",
"tags": [],
"label": "shipperName",
"description": [
"\nThe shipper's unique name"
],
"description": ["\nThe shipper's unique name"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false
@ -2494,12 +2321,8 @@
"type": "Function",
"tags": [],
"label": "new",
"description": [
"\nThe constructor"
],
"signature": [
"any"
],
"description": ["\nThe constructor"],
"signature": ["any"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2510,12 +2333,8 @@
"type": "Uncategorized",
"tags": [],
"label": "config",
"description": [
"The shipper's custom config"
],
"signature": [
"Config"
],
"description": ["The shipper's custom config"],
"signature": ["Config"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2527,9 +2346,7 @@
"type": "Object",
"tags": [],
"label": "initContext",
"description": [
"Common context {@link AnalyticsClientInitContext }"
],
"description": ["Common context {@link AnalyticsClientInitContext }"],
"signature": [
{
"pluginId": "@kbn/analytics-client",
@ -2556,9 +2373,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryCounter",
"description": [
"\nShape of the events emitted by the telemetryCounter$ observable"
],
"description": ["\nShape of the events emitted by the telemetryCounter$ observable"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2569,9 +2384,7 @@
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [
"\n{@link TelemetryCounterType}"
],
"description": ["\n{@link TelemetryCounterType}"],
"signature": [
"\"succeeded\" | \"failed\" | \"enqueued\" | \"sent_to_shipper\" | \"dropped\""
],
@ -2598,9 +2411,7 @@
"type": "string",
"tags": [],
"label": "event_type",
"description": [
"\nThe event type the success/failure/drop event refers to."
],
"description": ["\nThe event type the success/failure/drop event refers to."],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -2624,9 +2435,7 @@
"type": "number",
"tags": [],
"label": "count",
"description": [
"\nThe number of events that this counter refers to."
],
"description": ["\nThe number of events that this counter refers to."],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false
@ -2643,12 +2452,8 @@
"type": "Type",
"tags": [],
"label": "AllowedSchemaBooleanTypes",
"description": [
"Types matching boolean values"
],
"signature": [
"\"boolean\""
],
"description": ["Types matching boolean values"],
"signature": ["\"boolean\""],
"path": "packages/analytics/client/src/schema/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2660,9 +2465,7 @@
"type": "Type",
"tags": [],
"label": "AllowedSchemaNumberTypes",
"description": [
"Types matching number values"
],
"description": ["Types matching number values"],
"signature": [
"\"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\""
],
@ -2677,12 +2480,8 @@
"type": "Type",
"tags": [],
"label": "AllowedSchemaStringTypes",
"description": [
"Types matching string values"
],
"signature": [
"\"keyword\" | \"text\" | \"date\""
],
"description": ["Types matching string values"],
"signature": ["\"keyword\" | \"text\" | \"date\""],
"path": "packages/analytics/client/src/schema/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2694,9 +2493,7 @@
"type": "Type",
"tags": [],
"label": "AllowedSchemaTypes",
"description": [
"\nPossible type values in the schema"
],
"description": ["\nPossible type values in the schema"],
"signature": [
"\"boolean\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\""
],
@ -2714,9 +2511,7 @@
"description": [
"\nEvent Type used for indexed structures. Only used to improve the readability of the types"
],
"signature": [
"string"
],
"signature": ["string"],
"path": "packages/analytics/client/src/events/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2728,9 +2523,7 @@
"type": "Type",
"tags": [],
"label": "PossibleSchemaTypes",
"description": [
"\nHelper to ensure the declared types match the schema types"
],
"description": ["\nHelper to ensure the declared types match the schema types"],
"signature": [
"Value extends string | Date ? ",
{
@ -2768,9 +2561,7 @@
"type": "Type",
"tags": [],
"label": "RootSchema",
"description": [
"\nSchema definition to match the structure of the properties provided.\n"
],
"description": ["\nSchema definition to match the structure of the properties provided.\n"],
"signature": [
"{ [Key in keyof Required<Base>]: ",
{
@ -2793,9 +2584,7 @@
"type": "Type",
"tags": [],
"label": "SchemaMetaOptional",
"description": [
"\nEnforces { optional: true } if the value can be undefined"
],
"description": ["\nEnforces { optional: true } if the value can be undefined"],
"signature": [
"unknown extends Value ? { optional?: boolean | undefined; } : undefined extends Value ? { optional: true; } : { optional?: false | undefined; }"
],
@ -2894,9 +2683,7 @@
"description": [
"\nShipper Name used for indexed structures. Only used to improve the readability of the types"
],
"signature": [
"string"
],
"signature": ["string"],
"path": "packages/analytics/client/src/analytics_client/types.ts",
"deprecated": false,
"trackAdoption": false,
@ -2922,4 +2709,4 @@
],
"objects": []
}
}
}

View file

@ -4618,7 +4618,7 @@
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts"
"path": "x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts"
},
{
"plugin": "console",

View file

@ -10571,7 +10571,7 @@
},
{
"plugin": "apmDataAccess",
"path": "x-pack/plugins/apm_data_access/server/saved_objects/apm_indices.ts"
"path": "x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts"
},
{
"plugin": "ml",
@ -10611,7 +10611,7 @@
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/server/saved_objects/apm_service_groups.ts"
"path": "x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts"
},
{
"plugin": "savedSearch",

View file

@ -1353,15 +1353,15 @@
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/application/index.tsx"
"path": "x-pack/plugins/observability_solution/apm/public/application/index.tsx"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/application/index.tsx"
"path": "x-pack/plugins/observability_solution/apm/public/application/index.tsx"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/application/index.tsx"
"path": "x-pack/plugins/observability_solution/apm/public/application/index.tsx"
},
{
"plugin": "expressionImage",

View file

@ -496,51 +496,51 @@
"references": [
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "fleet",
@ -832,7 +832,7 @@
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/public/context/license/license_context.tsx"
"path": "x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx"
},
{
"plugin": "crossClusterReplication",
@ -1809,51 +1809,51 @@
"references": [
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "apm",
"path": "x-pack/plugins/apm/common/license_check.test.ts"
"path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts"
},
{
"plugin": "fleet",