[Moving] Move Synthetics folder into /x-pack/observability_solution (#177464)

This commit is contained in:
Coen Warmer 2024-02-22 18:28:18 +01:00 committed by GitHub
parent 7658bafed2
commit 3ef768aa45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1038 changed files with 956 additions and 2670 deletions

File diff suppressed because it is too large Load diff

View file

@ -1515,11 +1515,11 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibAlertingPluginApi" section="def-server.RuleExecutorServices.alertFactory" text="alertFactory"/> | [common.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/server/alert_rules/common.ts#:~:text=alertFactory), [message_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/server/alert_rules/tls_rule/message_utils.ts#:~:text=alertFactory), [tls_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule.ts#:~:text=alertFactory), [monitor_status_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/server/alert_rules/status_rule/monitor_status_rule.ts#:~:text=alertFactory) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [stderr_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | [toast_title.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx#:~:text=toMountPoint), [toast_title.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx#:~:text=toMountPoint), [browser_test_results.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx#:~:text=toMountPoint), [browser_test_results.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx#:~:text=toMountPoint), [delete_monitor.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx#:~:text=toMountPoint), [delete_monitor.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx#:~:text=toMountPoint), [delete_monitor.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx#:~:text=toMountPoint), [delete_param.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx#:~:text=toMountPoint), [delete_param.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx#:~:text=toMountPoint), [delete_param.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx#:~:text=toMountPoint)+ 6 more | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=KibanaThemeProvider), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=KibanaThemeProvider), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - |
| <DocLink id="kibAlertingPluginApi" section="def-server.RuleExecutorServices.alertFactory" text="alertFactory"/> | [common.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/alert_rules/common.ts#:~:text=alertFactory), [message_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/message_utils.ts#:~:text=alertFactory), [tls_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule.ts#:~:text=alertFactory), [monitor_status_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/monitor_status_rule.ts#:~:text=alertFactory) | - |
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | [stderr_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx#:~:text=indexPatternId) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | [toast_title.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx#:~:text=toMountPoint), [toast_title.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx#:~:text=toMountPoint), [browser_test_results.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx#:~:text=toMountPoint), [browser_test_results.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx#:~:text=toMountPoint), [delete_monitor.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx#:~:text=toMountPoint), [delete_monitor.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx#:~:text=toMountPoint), [delete_monitor.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx#:~:text=toMountPoint), [delete_param.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx#:~:text=toMountPoint), [delete_param.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx#:~:text=toMountPoint), [delete_param.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx#:~:text=toMountPoint)+ 6 more | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=KibanaThemeProvider), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=KibanaThemeProvider), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - |

View file

@ -2589,7 +2589,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx"
}
]
},

View file

@ -4299,7 +4299,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "upgradeAssistant",
@ -6699,7 +6699,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "upgradeAssistant",
@ -8111,7 +8111,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "upgradeAssistant",
@ -9023,7 +9023,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "upgradeAssistant",
@ -13481,7 +13481,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "transform",
@ -13878,7 +13878,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "transform",
@ -14767,7 +14767,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "transform",
@ -15217,7 +15217,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/server.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/server.ts"
},
{
"plugin": "@kbn/core-http-router-server-internal",

File diff suppressed because it is too large Load diff

View file

@ -1619,15 +1619,15 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx"
},
{
"plugin": "transform",
@ -3078,67 +3078,67 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx"
"path": "x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx"
},
{
"plugin": "uptime",

View file

@ -10,9 +10,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryConstants",
"description": [
"\nPublic's start exposed APIs by the telemetry plugin"
],
"description": ["\nPublic's start exposed APIs by the telemetry plugin"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -23,12 +21,8 @@
"type": "Function",
"tags": [],
"label": "getPrivacyStatementUrl",
"description": [
"Elastic's privacy statement url"
],
"signature": [
"() => string"
],
"description": ["Elastic's privacy statement url"],
"signature": ["() => string"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -44,9 +38,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryPluginConfig",
"description": [
"\nPublic-exposed configuration"
],
"description": ["\nPublic-exposed configuration"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -57,9 +49,7 @@
"type": "boolean",
"tags": [],
"label": "banner",
"description": [
"The banner is expected to be shown when needed"
],
"description": ["The banner is expected to be shown when needed"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -70,9 +60,7 @@
"type": "boolean",
"tags": [],
"label": "allowChangingOptInStatus",
"description": [
"Does the cluster allow changing the opt-in/out status via the UI?"
],
"description": ["Does the cluster allow changing the opt-in/out status via the UI?"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -83,12 +71,8 @@
"type": "CompoundType",
"tags": [],
"label": "optIn",
"description": [
"Is the cluster opted-in?"
],
"signature": [
"boolean | null"
],
"description": ["Is the cluster opted-in?"],
"signature": ["boolean | null"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -102,9 +86,7 @@
"description": [
"Specify if telemetry should send usage to the prod or staging remote telemetry service"
],
"signature": [
"\"prod\" | \"staging\""
],
"signature": ["\"prod\" | \"staging\""],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -118,9 +100,7 @@
"description": [
"Should the telemetry payloads be sent from the server or the browser?"
],
"signature": [
"\"browser\" | \"server\""
],
"signature": ["\"browser\" | \"server\""],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -131,12 +111,8 @@
"type": "CompoundType",
"tags": [],
"label": "telemetryNotifyUserAboutOptInDefault",
"description": [
"Should notify the user about the opt-in status?"
],
"signature": [
"boolean | undefined"
],
"description": ["Should notify the user about the opt-in status?"],
"signature": ["boolean | undefined"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -147,12 +123,8 @@
"type": "CompoundType",
"tags": [],
"label": "userCanChangeSettings",
"description": [
"Does the user have enough privileges to change the settings?"
],
"signature": [
"boolean | undefined"
],
"description": ["Does the user have enough privileges to change the settings?"],
"signature": ["boolean | undefined"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -166,9 +138,7 @@
"description": [
"Should we hide the privacy statement notice? Useful on some environments, e.g. Cloud"
],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -179,12 +149,8 @@
"type": "Object",
"tags": [],
"label": "labels",
"description": [
"Extra labels to add to the telemetry context"
],
"signature": [
"{ [x: string]: unknown; }"
],
"description": ["Extra labels to add to the telemetry context"],
"signature": ["{ [x: string]: unknown; }"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -211,9 +177,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryServicePublicApis",
"description": [
"\nPublicly exposed APIs from the Telemetry Service"
],
"description": ["\nPublicly exposed APIs from the Telemetry Service"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -224,12 +188,8 @@
"type": "Function",
"tags": [],
"label": "getIsOptedIn",
"description": [
"Is the cluster opted-in to telemetry?"
],
"signature": [
"() => boolean | null"
],
"description": ["Is the cluster opted-in to telemetry?"],
"signature": ["() => boolean | null"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -242,9 +202,7 @@
"type": "boolean",
"tags": [],
"label": "userCanChangeSettings",
"description": [
"Is the user allowed to change the opt-in/out status?"
],
"description": ["Is the user allowed to change the opt-in/out status?"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -258,9 +216,7 @@
"description": [
"Can phone-home telemetry calls be made? This depends on whether we have opted-in or if we are rendering a report"
],
"signature": [
"() => boolean"
],
"signature": ["() => boolean"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -273,12 +229,8 @@
"type": "Function",
"tags": [],
"label": "getCanChangeOptInStatus",
"description": [
"Is the cluster allowed to change the opt-in/out status?"
],
"signature": [
"() => boolean"
],
"description": ["Is the cluster allowed to change the opt-in/out status?"],
"signature": ["() => boolean"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -294,9 +246,7 @@
"description": [
"Fetches an unencrypted telemetry payload so we can show it to the user"
],
"signature": [
"() => Promise<unknown[]>"
],
"signature": ["() => Promise<unknown[]>"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -312,9 +262,7 @@
"description": [
"\nOverwrite the opt-in status.\nIt will send a final request to the remote telemetry cluster to report about the opt-in/out change."
],
"signature": [
"(optedIn: boolean) => Promise<boolean>"
],
"signature": ["(optedIn: boolean) => Promise<boolean>"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -325,12 +273,8 @@
"type": "boolean",
"tags": [],
"label": "optedIn",
"description": [
"Whether the user is opting-in (`true`) or out (`false`)."
],
"signature": [
"boolean"
],
"description": ["Whether the user is opting-in (`true`) or out (`false`)."],
"signature": ["boolean"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -363,9 +307,7 @@
"type": "Object",
"tags": [],
"label": "telemetryService",
"description": [
"{@link TelemetryServicePublicApis}"
],
"description": ["{@link TelemetryServicePublicApis}"],
"signature": [
{
"pluginId": "telemetry",
@ -385,12 +327,8 @@
"type": "Object",
"tags": [],
"label": "telemetryNotifications",
"description": [
"Notification helpers"
],
"signature": [
"{ setOptedInNoticeSeen: () => Promise<void>; }"
],
"description": ["Notification helpers"],
"signature": ["{ setOptedInNoticeSeen: () => Promise<void>; }"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
@ -401,9 +339,7 @@
"type": "Object",
"tags": [],
"label": "telemetryConstants",
"description": [
"Set of publicly exposed telemetry constants"
],
"description": ["Set of publicly exposed telemetry constants"],
"signature": [
{
"pluginId": "telemetry",
@ -427,9 +363,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryPluginSetup",
"description": [
"\nPublic's setup exposed APIs by the telemetry plugin"
],
"description": ["\nPublic's setup exposed APIs by the telemetry plugin"],
"path": "src/plugins/telemetry/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -440,9 +374,7 @@
"type": "Object",
"tags": [],
"label": "telemetryService",
"description": [
"{@link TelemetryService}"
],
"description": ["{@link TelemetryService}"],
"signature": [
{
"pluginId": "telemetry",
@ -471,9 +403,7 @@
"type": "Interface",
"tags": [],
"label": "DataTelemetryBasePayload",
"description": [
"\nCommon counters for the {@link DataTelemetryDocument}s"
],
"description": ["\nCommon counters for the {@link DataTelemetryDocument}s"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false,
@ -484,9 +414,7 @@
"type": "number",
"tags": [],
"label": "index_count",
"description": [
"How many indices match the declared pattern"
],
"description": ["How many indices match the declared pattern"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false
@ -497,12 +425,8 @@
"type": "number",
"tags": [],
"label": "ecs_index_count",
"description": [
"How many indices match the declared pattern follow ECS conventions"
],
"signature": [
"number | undefined"
],
"description": ["How many indices match the declared pattern follow ECS conventions"],
"signature": ["number | undefined"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false
@ -513,12 +437,8 @@
"type": "number",
"tags": [],
"label": "doc_count",
"description": [
"How many documents are among all the identified indices"
],
"signature": [
"number | undefined"
],
"description": ["How many documents are among all the identified indices"],
"signature": ["number | undefined"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false
@ -529,12 +449,8 @@
"type": "number",
"tags": [],
"label": "size_in_bytes",
"description": [
"Total size in bytes among all the identified indices"
],
"signature": [
"number | undefined"
],
"description": ["Total size in bytes among all the identified indices"],
"signature": ["number | undefined"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false
@ -578,9 +494,7 @@
"type": "Object",
"tags": [],
"label": "data_stream",
"description": [
"For data-stream indices. Reporting their details"
],
"description": ["For data-stream indices. Reporting their details"],
"signature": [
"{ dataset?: string | undefined; type?: string | undefined; } | undefined"
],
@ -594,12 +508,8 @@
"type": "Object",
"tags": [],
"label": "package",
"description": [
"When available, reporting the package details"
],
"signature": [
"{ name: string; } | undefined"
],
"description": ["When available, reporting the package details"],
"signature": ["{ name: string; } | undefined"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false
@ -613,9 +523,7 @@
"description": [
"What's the process indexing the data? (i.e.: \"beats\", \"logstash\")"
],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
"deprecated": false,
"trackAdoption": false
@ -669,9 +577,7 @@
"type": "string",
"tags": [],
"label": "node_id",
"description": [
"\nThe Node ID as reported by ES"
],
"description": ["\nThe Node ID as reported by ES"],
"path": "src/plugins/telemetry/server/telemetry_collection/get_nodes_usage.ts",
"deprecated": false,
"trackAdoption": false
@ -741,9 +647,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryPluginSetup",
"description": [
"\nServer's setup exposed APIs by the telemetry plugin"
],
"description": ["\nServer's setup exposed APIs by the telemetry plugin"],
"path": "src/plugins/telemetry/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -757,11 +661,7 @@
"description": [
"\nResolves into the telemetry Url used to send telemetry.\nThe url is wrapped with node's [URL constructor](https://nodejs.org/api/url.html)."
],
"signature": [
"() => Promise<",
"URL",
">"
],
"signature": ["() => Promise<", "URL", ">"],
"path": "src/plugins/telemetry/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -778,9 +678,7 @@
"type": "Interface",
"tags": [],
"label": "TelemetryPluginStart",
"description": [
"\nServer's start exposed APIs by the telemetry plugin"
],
"description": ["\nServer's start exposed APIs by the telemetry plugin"],
"path": "src/plugins/telemetry/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
@ -789,16 +687,12 @@
"parentPluginId": "telemetry",
"id": "def-server.TelemetryPluginStart.getIsOptedIn",
"type": "Function",
"tags": [
"track-adoption"
],
"tags": ["track-adoption"],
"label": "getIsOptedIn",
"description": [
"\nResolves `true` if sending usage to Elastic is enabled.\nResolves `false` if the user explicitly opted out of sending usage data to Elastic\nor did not choose to opt-in or out -yet- after a minor or major upgrade (only when previously opted-out).\n"
],
"signature": [
"() => Promise<boolean>"
],
"signature": ["() => Promise<boolean>"],
"path": "src/plugins/telemetry/server/plugin.ts",
"deprecated": false,
"trackAdoption": true,
@ -817,7 +711,7 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/telemetry/sender.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.ts"
},
{
"plugin": "fleet",
@ -829,11 +723,11 @@
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/telemetry/sender.test.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.test.ts"
},
{
"plugin": "synthetics",
"path": "x-pack/plugins/synthetics/server/telemetry/sender.test.ts"
"path": "x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.test.ts"
},
{
"plugin": "securitySolution",
@ -856,4 +750,4 @@
"misc": [],
"objects": []
}
}
}